Trace number 227353

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ACUNSAT 16.4885 16.5965

DiagnosticValue
CHECKS49561999
NODES71499

General information on the benchmark

Nametightness/tightness0.1/
rand-2-40-8-753-100-9_ext.xml
MD5SUM15bc1d31652c564140e4ab48c080e440
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark4.17237
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints753
Maximum constraint arity2
Maximum domain size8
Number of constraints which are defined in extension753
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.37	   
0.37	Abscon 109 (November, 2006)
0.37	   
0.37	   configuration
0.37	     name=mac.xml
0.40	   
0.40	   instance
0.40	     name=/tmp/evaluation/227353-1168080781/unknown.xml
0.43	   
0.43	   domains being loaded...
0.43	   
0.43	   variables being loaded...
0.47	     nbVariables=40  nbDomainTypes=1  minDomainSize=8  maxDomainSize=8
0.47	       =>  wckTime=0.096  cpuTime=0.09  mem=6M951
0.47	   
0.47	   relations being loaded...
0.56	   
0.56	   constraints being loaded...
0.73	     nbConstraints=752  nbRelationTypes=753  nbExtensionStructures=752  nbSharedExtensionStructures=0
0.73	     nbConflictsStructures=752  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=11895  maxDegree=39
0.73	     maxArity=2
0.73	       =>  wckTime=0.362  cpuTime=0.25  mem=11M844
0.78	   
0.78	   solver IterativeSystematicSolver being built... 
0.92	       =>  wckTime=0.553  cpuTime=0.38  mem=14M15
0.94	   
0.94	   preprocessing
0.94	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.94	     detectedInconsistency=no
0.94	       =>  wckTime=0.011  cpuTime=0.0  mem=14M15
0.97	   
0.97	   search
0.97	     run=0  nbConstraintChecks=13190  nbPropagations=368  nbRevisions=3996  nbUselessRevisions=3378  nbAssignments=24
0.97	     nbFailedAssignments=6  nbBacktracks=12  nbVisitedNodes=35  nbRestartNogoods=0  mapSize=8  nbInferences=0
0.97	     nbTooLargeKeys=0
0.97	       =>  wckTime=0.045  cpuTime=0.03  mem=15M7
1.00	   
1.00	   search
1.00	     run=1  nbConstraintChecks=34945  nbPropagations=1181  nbRevisions=14529  nbUselessRevisions=12271  nbAssignments=53
1.00	     nbFailedAssignments=14  nbBacktracks=29  nbVisitedNodes=80  nbRestartNogoods=1  mapSize=22  nbInferences=0
1.00	     nbTooLargeKeys=0
1.00	       =>  wckTime=0.072  cpuTime=0.04  mem=15M7
1.02	   
1.02	   search
1.02	     run=2  nbConstraintChecks=61256  nbPropagations=2544  nbRevisions=33262  nbUselessRevisions=28134  nbAssignments=94
1.02	     nbFailedAssignments=24  nbBacktracks=52  nbVisitedNodes=145  nbRestartNogoods=2  mapSize=42  nbInferences=0
1.02	     nbTooLargeKeys=0
1.02	       =>  wckTime=0.089  cpuTime=0.06  mem=15M7
1.03	   
1.03	   search
1.03	     run=3  nbConstraintChecks=98486  nbPropagations=4616  nbRevisions=63350  nbUselessRevisions=53626
1.03	     nbAssignments=150  nbFailedAssignments=39  nbBacktracks=87  nbVisitedNodes=233  nbRestartNogoods=5  mapSize=69
1.03	     nbInferences=0  nbTooLargeKeys=0
1.03	       =>  wckTime=0.108  cpuTime=0.07  mem=15M7
1.06	   
1.06	   search
1.06	     run=4  nbConstraintChecks=156707  nbPropagations=7821  nbRevisions=111534  nbUselessRevisions=94313
1.06	     nbAssignments=230  nbFailedAssignments=61  nbBacktracks=138  nbVisitedNodes=362  nbRestartNogoods=7  mapSize=112
1.06	     nbInferences=0  nbTooLargeKeys=0
1.06	       =>  wckTime=0.133  cpuTime=0.1  mem=15M7
1.10	   
1.10	   search
1.10	     run=5  nbConstraintChecks=239273  nbPropagations=12590  nbRevisions=186388  nbUselessRevisions=157829
1.10	     nbAssignments=349  nbFailedAssignments=94  nbBacktracks=220  nbVisitedNodes=559  nbRestartNogoods=9  mapSize=180
1.10	     nbInferences=0  nbTooLargeKeys=0
1.10	       =>  wckTime=0.168  cpuTime=0.13  mem=15M7
1.15	   
1.15	   search
1.15	     run=6  nbConstraintChecks=362353  nbPropagations=19673  nbRevisions=299613  nbUselessRevisions=253806
1.15	     nbAssignments=520  nbFailedAssignments=139  nbBacktracks=336  nbVisitedNodes=843  nbRestartNogoods=10  mapSize=281
1.15	     nbInferences=0  nbTooLargeKeys=0
1.15	       =>  wckTime=0.22  cpuTime=0.18  mem=15M7
1.22	   
1.22	   search
1.22	     run=7  nbConstraintChecks=554865  nbPropagations=30282  nbRevisions=476341  nbUselessRevisions=404123
1.22	     nbAssignments=780  nbFailedAssignments=220  nbBacktracks=507  nbVisitedNodes=1278  nbRestartNogoods=13  mapSize=431
1.22	     nbInferences=0  nbTooLargeKeys=0
1.22	       =>  wckTime=0.294  cpuTime=0.25  mem=15M7
1.31	   
1.31	   search
1.31	     run=8  nbConstraintChecks=781548  nbPropagations=45351  nbRevisions=727197  nbUselessRevisions=617795
1.31	     nbAssignments=1154  nbFailedAssignments=327  nbBacktracks=763  nbVisitedNodes=1879  nbRestartNogoods=18
1.31	     mapSize=629  nbInferences=0  nbTooLargeKeys=0
1.31	       =>  wckTime=0.387  cpuTime=0.34  mem=15M7
1.46	   
1.46	   search
1.46	     run=9  nbConstraintChecks=1130536  nbPropagations=67148  nbRevisions=1096220  nbUselessRevisions=933230
1.46	     nbAssignments=1700  nbFailedAssignments=481  nbBacktracks=1147  nbVisitedNodes=2766  nbRestartNogoods=25
1.46	     mapSize=933  nbInferences=0  nbTooLargeKeys=0
1.46	       =>  wckTime=0.529  cpuTime=0.46  mem=15M7
1.49	   
1.49	   INFO : Stopping hyperNogood (mapSize=1011, nbTooLargekeys=0, mem=15M7)
1.64	   
1.64	   search
1.64	     run=10  nbConstraintChecks=1683946  nbPropagations=99363  nbRevisions=1653126  nbUselessRevisions=1410782
1.64	     nbAssignments=2517  nbFailedAssignments=717  nbBacktracks=1724  nbVisitedNodes=4091  nbRestartNogoods=29
1.64	       =>  wckTime=0.711  cpuTime=0.63  mem=15M7
1.90	   
1.90	   search
1.90	     run=11  nbConstraintChecks=2560738  nbPropagations=148007  nbRevisions=2494294  nbUselessRevisions=2130591
1.90	     nbAssignments=3773  nbFailedAssignments=1100  nbBacktracks=2593  nbVisitedNodes=6161  nbRestartNogoods=33
1.90	       =>  wckTime=0.976  cpuTime=0.9  mem=15M7
2.25	   
2.25	   search
2.25	     run=12  nbConstraintChecks=3715009  nbPropagations=218690  nbRevisions=3722292  nbUselessRevisions=3182947
2.25	     nbAssignments=5586  nbFailedAssignments=1607  nbBacktracks=3890  nbVisitedNodes=9088  nbRestartNogoods=39
2.25	       =>  wckTime=1.32  cpuTime=1.25  mem=15M7
2.85	   
2.85	   search
2.85	     run=13  nbConstraintChecks=5613797  nbPropagations=324755  nbRevisions=5569234  nbUselessRevisions=4764880
2.85	     nbAssignments=8353  nbFailedAssignments=2420  nbBacktracks=5837  nbVisitedNodes=13641  nbRestartNogoods=48
2.85	       =>  wckTime=1.92  cpuTime=1.84  mem=15M7
3.77	   
3.78	   search
3.78	     run=14  nbConstraintChecks=8600178  nbPropagations=485595  nbRevisions=8383970  nbUselessRevisions=7175621
3.78	     nbAssignments=12534  nbFailedAssignments=3676  nbBacktracks=8756  nbVisitedNodes=20545  nbRestartNogoods=56
3.78	       =>  wckTime=2.849  cpuTime=2.77  mem=15M7
5.02	   
5.02	   search
5.02	     run=15  nbConstraintChecks=12524137  nbPropagations=720389  nbRevisions=12502450  nbUselessRevisions=10709494
5.02	     nbAssignments=18657  nbFailedAssignments=5415  nbBacktracks=13136  nbVisitedNodes=30375  nbRestartNogoods=63
5.02	       =>  wckTime=4.095  cpuTime=4.01  mem=15M7
7.06	   
7.06	   search
7.06	     run=16  nbConstraintChecks=18990822  nbPropagations=1074950  nbRevisions=18724582  nbUselessRevisions=16047523
7.06	     nbAssignments=28055  nbFailedAssignments=8239  nbBacktracks=19706  nbVisitedNodes=45695  nbRestartNogoods=69
7.06	       =>  wckTime=6.131  cpuTime=6.05  mem=15M7
10.15	   
10.15	   search
10.15	     run=17  nbConstraintChecks=28860544  nbPropagations=1612147  nbRevisions=28174938  nbUselessRevisions=24149808
10.15	     nbAssignments=42170  nbFailedAssignments=12496  nbBacktracks=29558  nbVisitedNodes=68937  nbRestartNogoods=72
10.15	       =>  wckTime=9.221  cpuTime=9.13  mem=15M7
14.72	   
14.72	   search
14.72	     run=18  nbConstraintChecks=43576168  nbPropagations=2421031  nbRevisions=42382421  nbUselessRevisions=36326952
14.72	     nbAssignments=63238  nbFailedAssignments=18779  nbBacktracks=44337  nbVisitedNodes=103351  nbRestartNogoods=81
14.72	       =>  wckTime=13.79  cpuTime=13.7  mem=15M7
16.57	   
16.57	   search
16.57	     run=19  nbConstraintChecks=49561999  nbPropagations=3339358  nbRevisions=58484127  nbUselessRevisions=50117539
16.57	     nbAssignments=71499  nbFailedAssignments=21345  nbBacktracks=50033  nbVisitedNodes=116932  nbRestartNogoods=85
16.57	       =>  wckTime=15.64  cpuTime=15.55  mem=15M7
16.57	   
16.57	   global
16.57	     nbConstraintChecks=49561999  nbPropagations=3339398  nbRevisions=58484127  nbUselessRevisions=50117539
16.57	     nbRestartNogoods=85  solvingWckTime=15.641  solvingCpuTime=15.55  expiredTime=no  totalExploration=yes
16.57	     nbFoundSolutions=0  globalCpuTime=15.98
16.57	       =>  wckTime=16.197  cpuTime=15.93  mem=15M7
16.57	   
16.57	s UNSATISFIABLE
16.57	d NODES 71499
16.57	d CHECKS 49561999
16.57	   
16.57	   totalWckTime=16.272  totalCpuTime=15.98

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node20/watcher-227353-1168080781 -o ROOT/results/node20/solver-227353-1168080781 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227353-1168080781/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 0.16 0.56 1.08 3/81 24409
/proc/meminfo: memFree=1746448/2055920 swapFree=4170284/4192956
[pid=24408] ppid=24406 vsize=0 CPUtime=0
/proc/24408/stat : 24408 (runsolver) R 24406 24408 24195 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 156473671 0 0 18446744073709551615 0 0 0 18446744073709551615 273952599335 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24408/statm: 0 0 0 0 0 0 0

[startup+0.102924 s]
/proc/loadavg: 0.16 0.56 1.08 3/81 24409
/proc/meminfo: memFree=1746448/2055920 swapFree=4170284/4192956
[pid=24408] ppid=24406 vsize=906128 CPUtime=0.02
/proc/24408/stat : 24408 (java) R 24406 24408 24195 0 -1 0 1960 0 1 0 1 1 0 0 18 0 1 0 156473671 927875072 1709 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153610003 0 4 0 7368 0 0 0 17 0 0 0
/proc/24408/statm: 226532 1709 987 14 0 214115 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 906128

[startup+0.514966 s]
/proc/loadavg: 0.16 0.56 1.08 3/81 24409
/proc/meminfo: memFree=1746448/2055920 swapFree=4170284/4192956
[pid=24408] ppid=24406 vsize=915328 CPUtime=0.42
/proc/24408/stat : 24408 (java) S 24406 24408 24195 0 -1 0 6173 0 1 0 38 4 0 0 16 0 8 0 156473671 937295872 5912 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24408/statm: 228832 5912 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 915328

[startup+1.34206 s]
/proc/loadavg: 0.16 0.56 1.08 2/88 24416
/proc/meminfo: memFree=1722776/2055920 swapFree=4170284/4192956
[pid=24408] ppid=24406 vsize=915584 CPUtime=1.25
/proc/24408/stat : 24408 (java) R 24406 24408 24195 0 -1 0 8659 0 1 0 118 7 0 0 16 0 8 0 156473671 937558016 8397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073905771 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24408/statm: 228896 8397 2513 14 0 215366 0
[pid=24408/tid=24410] ppid=24406 vsize=915584 CPUtime=0.03
/proc/24408/task/24410/stat : 24410 (java) S 24406 24408 24195 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 156473682 937558016 8397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24408/tid=24411] ppid=24406 vsize=915584 CPUtime=0
/proc/24408/task/24411/stat : 24411 (java) S 24406 24408 24195 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156473682 937558016 8397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24408/tid=24412] ppid=24406 vsize=915584 CPUtime=0
/proc/24408/task/24412/stat : 24412 (java) S 24406 24408 24195 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156473682 937558016 8397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24408/tid=24413] ppid=24406 vsize=915584 CPUtime=0
/proc/24408/task/24413/stat : 24413 (java) S 24406 24408 24195 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156473685 937558016 8397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24408/tid=24414] ppid=24406 vsize=915584 CPUtime=0.21
/proc/24408/task/24414/stat : 24414 (java) S 24406 24408 24195 0 -1 64 404 0 0 0 20 1 0 0 16 0 8 0 156473685 937558016 8397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24408/tid=24415] ppid=24406 vsize=915584 CPUtime=0
/proc/24408/task/24415/stat : 24415 (java) S 24406 24408 24195 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156473685 937558016 8397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24408/tid=24416] ppid=24406 vsize=915584 CPUtime=0
/proc/24408/task/24416/stat : 24416 (java) S 24406 24408 24195 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156473685 937558016 8397 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 915584

[startup+2.97826 s]
/proc/loadavg: 0.22 0.57 1.08 2/88 24446
/proc/meminfo: memFree=1720344/2055920 swapFree=4170284/4192956
[pid=24408] ppid=24406 vsize=915584 CPUtime=2.88
/proc/24408/stat : 24408 (java) R 24406 24408 24195 0 -1 0 8698 0 1 0 281 7 0 0 18 0 8 0 156473671 937558016 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073904765 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24408/statm: 228896 8435 2513 14 0 215366 0
[pid=24408/tid=24410] ppid=24406 vsize=915584 CPUtime=0.03
/proc/24408/task/24410/stat : 24410 (java) S 24406 24408 24195 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 156473682 937558016 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24408/tid=24411] ppid=24406 vsize=915584 CPUtime=0
/proc/24408/task/24411/stat : 24411 (java) S 24406 24408 24195 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156473682 937558016 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24408/tid=24412] ppid=24406 vsize=915584 CPUtime=0
/proc/24408/task/24412/stat : 24412 (java) S 24406 24408 24195 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156473682 937558016 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24408/tid=24413] ppid=24406 vsize=915584 CPUtime=0
/proc/24408/task/24413/stat : 24413 (java) S 24406 24408 24195 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156473685 937558016 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24408/tid=24414] ppid=24406 vsize=915584 CPUtime=0.25
/proc/24408/task/24414/stat : 24414 (java) S 24406 24408 24195 0 -1 64 418 0 0 0 24 1 0 0 16 0 8 0 156473685 937558016 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24408/tid=24415] ppid=24406 vsize=915584 CPUtime=0
/proc/24408/task/24415/stat : 24415 (java) S 24406 24408 24195 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156473685 937558016 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24408/tid=24416] ppid=24406 vsize=915584 CPUtime=0
/proc/24408/task/24416/stat : 24416 (java) S 24406 24408 24195 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156473685 937558016 8435 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 915584

[startup+6.26066 s]
/proc/loadavg: 0.22 0.57 1.08 3/96 24454
/proc/meminfo: memFree=1716248/2055920 swapFree=4170284/4192956
[pid=24408] ppid=24406 vsize=915584 CPUtime=6.16
/proc/24408/stat : 24408 (java) R 24406 24408 24195 0 -1 0 8704 0 1 0 609 7 0 0 25 0 8 0 156473671 937558016 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072918523 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24408/statm: 228896 8440 2513 14 0 215366 0
[pid=24408/tid=24410] ppid=24406 vsize=915584 CPUtime=0.03
/proc/24408/task/24410/stat : 24410 (java) S 24406 24408 24195 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 156473682 937558016 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24408/tid=24411] ppid=24406 vsize=915584 CPUtime=0
/proc/24408/task/24411/stat : 24411 (java) S 24406 24408 24195 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156473682 937558016 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24408/tid=24412] ppid=24406 vsize=915584 CPUtime=0
/proc/24408/task/24412/stat : 24412 (java) S 24406 24408 24195 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156473682 937558016 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24408/tid=24413] ppid=24406 vsize=915584 CPUtime=0
/proc/24408/task/24413/stat : 24413 (java) S 24406 24408 24195 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156473685 937558016 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24408/tid=24414] ppid=24406 vsize=915584 CPUtime=0.25
/proc/24408/task/24414/stat : 24414 (java) S 24406 24408 24195 0 -1 64 418 0 0 0 24 1 0 0 16 0 8 0 156473685 937558016 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24408/tid=24415] ppid=24406 vsize=915584 CPUtime=0
/proc/24408/task/24415/stat : 24415 (java) S 24406 24408 24195 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156473685 937558016 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24408/tid=24416] ppid=24406 vsize=915584 CPUtime=0
/proc/24408/task/24416/stat : 24416 (java) S 24406 24408 24195 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156473685 937558016 8440 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 915584

[startup+12.7474 s]
/proc/loadavg: 0.50 0.61 1.09 3/100 24458
/proc/meminfo: memFree=1695736/2055920 swapFree=4170284/4192956
[pid=24408] ppid=24406 vsize=915584 CPUtime=12.64
/proc/24408/stat : 24408 (java) R 24406 24408 24195 0 -1 0 8709 0 1 0 1257 7 0 0 25 0 8 0 156473671 937558016 8445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073924595 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/24408/statm: 228896 8445 2513 14 0 215366 0
[pid=24408/tid=24410] ppid=24406 vsize=915584 CPUtime=0.03
/proc/24408/task/24410/stat : 24410 (java) S 24406 24408 24195 0 -1 64 304 0 0 0 3 0 0 0 16 0 8 0 156473682 937558016 8445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=24408/tid=24411] ppid=24406 vsize=915584 CPUtime=0
/proc/24408/task/24411/stat : 24411 (java) S 24406 24408 24195 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156473682 937558016 8445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24408/tid=24412] ppid=24406 vsize=915584 CPUtime=0
/proc/24408/task/24412/stat : 24412 (java) S 24406 24408 24195 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156473682 937558016 8445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24408/tid=24413] ppid=24406 vsize=915584 CPUtime=0
/proc/24408/task/24413/stat : 24413 (java) S 24406 24408 24195 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156473685 937558016 8445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24408/tid=24414] ppid=24406 vsize=915584 CPUtime=0.25
/proc/24408/task/24414/stat : 24414 (java) S 24406 24408 24195 0 -1 64 418 0 0 0 24 1 0 0 16 0 8 0 156473685 937558016 8445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=24408/tid=24415] ppid=24406 vsize=915584 CPUtime=0
/proc/24408/task/24415/stat : 24415 (java) S 24406 24408 24195 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156473685 937558016 8445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=24408/tid=24416] ppid=24406 vsize=915584 CPUtime=0
/proc/24408/task/24416/stat : 24416 (java) S 24406 24408 24195 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156473685 937558016 8445 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 915584

Child status: 0
Real time (s): 16.5965
CPU time (s): 16.4885
CPU user time (s): 16.4035
CPU system time (s): 0.084987
CPU usage (%): 99.3492
Max. virtual memory (cumulated for all children) (KiB): 915584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.4035
system time used= 0.084987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8804
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1271
involuntary context switches= 605

runsolver used 0.016997 s user time and 0.055991 s system time

The end

Launcher Data (download as text)

Begin job on node20 on Sat Jan  6 10:53:06 UTC 2007


IDJOB= 227353
IDBENCH= 6074
FILE ID= node20/227353-1168080781

PBS_JOBID= 3476108

Free space on /tmp= 66546 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.1/rand-2-40-8-753-100-9_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227353-1168080781/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node20/watcher-227353-1168080781 -o ROOT/results/node20/solver-227353-1168080781 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/227353-1168080781/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  15bc1d31652c564140e4ab48c080e440

RANDOM SEED= 56243830

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.216
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1746928 kB
Buffers:         40316 kB
Cached:         169444 kB
SwapCached:       4236 kB
Active:          86964 kB
Inactive:       153360 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1746928 kB
SwapTotal:     4192956 kB
SwapFree:      4170284 kB
Dirty:            1900 kB
Writeback:           0 kB
Mapped:          44416 kB
Slab:            53616 kB
Committed_AS:  2881704 kB
PageTables:       2220 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB



End job on node20 on Sat Jan  6 10:53:31 UTC 2007