Trace number 225167

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 10.8633 10.9026

DiagnosticValue
CHECKS125244231
NODES37441

General information on the benchmark

Nametightness/tightness0.8/
rand-2-40-80-103-800-67_ext.xml
MD5SUM810fbae72427e3f1b1fe3fbaf47d03b3
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 benchmark10.3944
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints103
Maximum constraint arity2
Maximum domain size80
Number of constraints which are defined in extension103
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=mac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/225167-1168080587/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=80  maxDomainSize=80
0.39	       =>  wckTime=0.099  cpuTime=0.08  mem=6M951
0.39	   
0.39	   relations being loaded...
0.57	   
0.57	   constraints being loaded...
0.65	     nbConstraints=103  nbRelationTypes=103  nbExtensionStructures=103  nbSharedExtensionStructures=0
0.65	     nbConflictsStructures=103  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=8  maxArity=2
0.65	       =>  wckTime=0.363  cpuTime=0.31  mem=21M634
0.70	   
0.70	   solver IterativeSystematicSolver being built... 
0.84	       =>  wckTime=0.553  cpuTime=0.44  mem=15M148
0.85	   
0.85	   preprocessing
0.85	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.85	     detectedInconsistency=no
0.85	       =>  wckTime=0.0020  cpuTime=0.0  mem=15M148
0.91	   
0.91	   search
0.91	     run=0  nbConstraintChecks=120269  nbPropagations=858  nbRevisions=3912  nbUselessRevisions=2186  nbAssignments=36
0.91	     nbFailedAssignments=20  nbBacktracks=13  nbVisitedNodes=66  nbRestartNogoods=0  mapSize=11  nbInferences=0
0.91	     nbTooLargeKeys=0
0.91	       =>  wckTime=0.057  cpuTime=0.04  mem=15M148
0.93	   
0.93	   search
0.93	     run=1  nbConstraintChecks=239219  nbPropagations=2941  nbRevisions=13047  nbUselessRevisions=7173  nbAssignments=77
0.93	     nbFailedAssignments=42  nbBacktracks=28  nbVisitedNodes=142  nbRestartNogoods=1  mapSize=25  nbInferences=0
0.93	     nbTooLargeKeys=0
0.93	       =>  wckTime=0.081  cpuTime=0.05  mem=15M148
0.95	   
0.95	   search
0.95	     run=2  nbConstraintChecks=393916  nbPropagations=6551  nbRevisions=28953  nbUselessRevisions=15734
0.95	     nbAssignments=135  nbFailedAssignments=73  nbBacktracks=50  nbVisitedNodes=244  nbRestartNogoods=3  mapSize=42
0.95	     nbInferences=0  nbTooLargeKeys=0
0.95	       =>  wckTime=0.103  cpuTime=0.07  mem=15M148
0.98	   
0.98	   search
0.98	     run=3  nbConstraintChecks=689022  nbPropagations=12481  nbRevisions=56273  nbUselessRevisions=30653
0.98	     nbAssignments=215  nbFailedAssignments=115  nbBacktracks=83  nbVisitedNodes=390  nbRestartNogoods=7  mapSize=72
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.134  cpuTime=0.09  mem=15M148
1.02	   
1.02	   search
1.02	     run=4  nbConstraintChecks=1077831  nbPropagations=21563  nbRevisions=98063  nbUselessRevisions=53409
1.02	     nbAssignments=328  nbFailedAssignments=172  nbBacktracks=133  nbVisitedNodes=587  nbRestartNogoods=9  mapSize=113
1.02	     nbInferences=0  nbTooLargeKeys=0
1.02	       =>  wckTime=0.172  cpuTime=0.13  mem=15M148
1.08	   
1.08	   search
1.08	     run=5  nbConstraintChecks=1644425  nbPropagations=35972  nbRevisions=163473  nbUselessRevisions=88594
1.08	     nbAssignments=505  nbFailedAssignments=271  nbBacktracks=209  nbVisitedNodes=913  nbRestartNogoods=12  mapSize=181
1.08	     nbInferences=0  nbTooLargeKeys=0
1.08	       =>  wckTime=0.23  cpuTime=0.19  mem=15M148
1.19	   
1.19	   search
1.19	     run=6  nbConstraintChecks=2813520  nbPropagations=59606  nbRevisions=274514  nbUselessRevisions=149062
1.19	     nbAssignments=878  nbFailedAssignments=526  nbBacktracks=324  nbVisitedNodes=1618  nbRestartNogoods=15  mapSize=287
1.19	     nbInferences=0  nbTooLargeKeys=0
1.19	       =>  wckTime=0.34  cpuTime=0.3  mem=15M148
1.29	   
1.29	   search
1.29	     run=7  nbConstraintChecks=3826783  nbPropagations=92299  nbRevisions=427139  nbUselessRevisions=231732
1.29	     nbAssignments=1194  nbFailedAssignments=668  nbBacktracks=495  nbVisitedNodes=2171  nbRestartNogoods=19
1.29	     mapSize=424  nbInferences=0  nbTooLargeKeys=0
1.29	       =>  wckTime=0.438  cpuTime=0.39  mem=15M148
1.48	   
1.48	   search
1.48	     run=8  nbConstraintChecks=5906439  nbPropagations=143648  nbRevisions=665886  nbUselessRevisions=360743
1.48	     nbAssignments=1909  nbFailedAssignments=1126  nbBacktracks=751  nbVisitedNodes=3507  nbRestartNogoods=36
1.48	     mapSize=641  nbInferences=0  nbTooLargeKeys=0
1.48	       =>  wckTime=0.633  cpuTime=0.58  mem=15M148
1.83	   
1.83	   search
1.83	     run=9  nbConstraintChecks=10449433  nbPropagations=228801  nbRevisions=1071311  nbUselessRevisions=581233
1.83	     nbAssignments=3261  nbFailedAssignments=2091  nbBacktracks=1135  nbVisitedNodes=6112  nbRestartNogoods=41
1.83	     mapSize=996  nbInferences=0  nbTooLargeKeys=0
1.83	       =>  wckTime=0.979  cpuTime=0.92  mem=16M123
1.84	   
1.84	   INFO : Stopping hyperNogood (mapSize=1006, nbTooLargekeys=0, mem=16M123)
2.09	   
2.09	   search
2.09	     run=10  nbConstraintChecks=13677965  nbPropagations=344433  nbRevisions=1615254  nbUselessRevisions=875979
2.09	     nbAssignments=4409  nbFailedAssignments=2658  nbBacktracks=1714  nbVisitedNodes=8130  nbRestartNogoods=60
2.09	       =>  wckTime=1.24  cpuTime=1.17  mem=16M123
2.71	   
2.71	   search
2.71	     run=11  nbConstraintChecks=21838760  nbPropagations=522691  nbRevisions=2466398  nbUselessRevisions=1341420
2.71	     nbAssignments=6803  nbFailedAssignments=4184  nbBacktracks=2580  nbVisitedNodes=12625  nbRestartNogoods=63
2.71	       =>  wckTime=1.859  cpuTime=1.79  mem=16M123
3.40	   
3.40	   search
3.40	     run=12  nbConstraintChecks=30274994  nbPropagations=779909  nbRevisions=3677118  nbUselessRevisions=2000984
3.40	     nbAssignments=9730  nbFailedAssignments=5811  nbBacktracks=3877  nbVisitedNodes=17926  nbRestartNogoods=73
3.40	       =>  wckTime=2.556  cpuTime=2.48  mem=16M123
4.97	   
4.97	   search
4.97	     run=13  nbConstraintChecks=50853457  nbPropagations=1191973  nbRevisions=5659188  nbUselessRevisions=3089470
4.97	     nbAssignments=15775  nbFailedAssignments=9906  nbBacktracks=5823  nbVisitedNodes=29444  nbRestartNogoods=75
4.97	       =>  wckTime=4.12  cpuTime=4.05  mem=16M123
6.54	   
6.54	   search
6.54	     run=14  nbConstraintChecks=70282327  nbPropagations=1776584  nbRevisions=8432952  nbUselessRevisions=4605016
6.54	     nbAssignments=22010  nbFailedAssignments=13219  nbBacktracks=8743  nbVisitedNodes=40645  nbRestartNogoods=87
6.54	       =>  wckTime=5.693  cpuTime=5.62  mem=16M123
9.24	   
9.24	   search
9.24	     run=15  nbConstraintChecks=104237907  nbPropagations=2637997  nbRevisions=12505829  nbUselessRevisions=6816843
9.24	     nbAssignments=31975  nbFailedAssignments=18804  nbBacktracks=13122  nbVisitedNodes=58742  nbRestartNogoods=98
9.24	       =>  wckTime=8.39  cpuTime=8.31  mem=16M123
10.86	   
10.86	   search
10.86	     run=16  nbConstraintChecks=125244231  nbPropagations=3654199  nbRevisions=17318809  nbUselessRevisions=9422372
10.86	     nbAssignments=37441  nbFailedAssignments=22266  nbBacktracks=15127  nbVisitedNodes=68935  nbRestartNogoods=103
10.86	       =>  wckTime=10.013  cpuTime=9.94  mem=16M123
10.86	   
10.86	   global
10.86	     nbConstraintChecks=125244231  nbPropagations=3654239  nbRevisions=17318809  nbUselessRevisions=9422372
10.86	     nbRestartNogoods=103  solvingWckTime=10.014  solvingCpuTime=9.94  expiredTime=no  totalExploration=yes
10.86	     nbFoundSolutions=0  globalCpuTime=10.43
10.86	       =>  wckTime=10.572  cpuTime=10.38  mem=16M123
10.87	   
10.87	s UNSATISFIABLE
10.87	d NODES 37441
10.87	d CHECKS 125244231
10.87	   
10.87	   totalWckTime=10.647  totalCpuTime=10.43

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/node58/watcher-225167-1168080587 -o ROOT/results/node58/solver-225167-1168080587 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/225167-1168080587/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.29 1.24 1.58 2/65 29258
/proc/meminfo: memFree=1666608/2055920 swapFree=4192812/4192956
[pid=29257] ppid=29255 vsize=1784 CPUtime=0
/proc/29257/stat : 29257 (java) D 29255 29257 28789 0 -1 0 194 0 0 0 0 0 0 0 19 0 1 0 156457643 1826816 160 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/29257/statm: 446 160 125 14 0 91 0

[startup+0.103049 s]
/proc/loadavg: 0.29 1.24 1.58 2/65 29258
/proc/meminfo: memFree=1666608/2055920 swapFree=4192812/4192956
[pid=29257] ppid=29255 vsize=914988 CPUtime=0.08
/proc/29257/stat : 29257 (java) R 29255 29257 28789 0 -1 0 3061 0 1 0 7 1 0 0 21 0 8 0 156457643 936947712 2807 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4153984817 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/29257/statm: 228747 2807 1450 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.511078 s]
/proc/loadavg: 0.29 1.24 1.58 2/65 29258
/proc/meminfo: memFree=1666608/2055920 swapFree=4192812/4192956
[pid=29257] ppid=29255 vsize=915328 CPUtime=0.49
/proc/29257/stat : 29257 (java) R 29255 29257 28789 0 -1 0 7899 0 1 0 45 4 0 0 17 0 8 0 156457643 937295872 7638 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29257/statm: 228832 7638 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33115 s]
/proc/loadavg: 0.29 1.24 1.58 2/72 29265
/proc/meminfo: memFree=1635256/2055920 swapFree=4192812/4192956
[pid=29257] ppid=29255 vsize=915464 CPUtime=1.31
/proc/29257/stat : 29257 (java) R 29255 29257 28789 0 -1 0 10534 0 1 0 125 6 0 0 17 0 8 0 156457643 937435136 10272 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073727422 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29257/statm: 228866 10272 2513 14 0 215336 0
[pid=29257/tid=29259] ppid=29255 vsize=915464 CPUtime=0.03
/proc/29257/task/29259/stat : 29259 (java) S 29255 29257 28789 0 -1 64 353 0 0 0 3 0 0 0 16 0 8 0 156457647 937435136 10272 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29257/tid=29260] ppid=29255 vsize=915464 CPUtime=0
/proc/29257/task/29260/stat : 29260 (java) S 29255 29257 28789 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 156457647 937435136 10272 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29257/tid=29261] ppid=29255 vsize=915464 CPUtime=0
/proc/29257/task/29261/stat : 29261 (java) S 29255 29257 28789 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156457647 937435136 10272 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29257/tid=29262] ppid=29255 vsize=915464 CPUtime=0
/proc/29257/task/29262/stat : 29262 (java) S 29255 29257 28789 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156457650 937435136 10272 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29257/tid=29263] ppid=29255 vsize=915464 CPUtime=0.15
/proc/29257/task/29263/stat : 29263 (java) S 29255 29257 28789 0 -1 64 361 0 0 0 14 1 0 0 16 0 8 0 156457650 937435136 10272 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29257/tid=29264] ppid=29255 vsize=915464 CPUtime=0
/proc/29257/task/29264/stat : 29264 (java) S 29255 29257 28789 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156457650 937435136 10272 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29257/tid=29265] ppid=29255 vsize=915464 CPUtime=0
/proc/29257/task/29265/stat : 29265 (java) S 29255 29257 28789 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156457650 937435136 10272 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915464

[startup+2.96729 s]
/proc/loadavg: 0.34 1.23 1.58 2/72 29265
/proc/meminfo: memFree=1635192/2055920 swapFree=4192812/4192956
[pid=29257] ppid=29255 vsize=915464 CPUtime=2.95
/proc/29257/stat : 29257 (java) R 29255 29257 28789 0 -1 0 10551 0 1 0 288 7 0 0 18 0 8 0 156457643 937435136 10287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073751948 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29257/statm: 228866 10287 2513 14 0 215336 0
[pid=29257/tid=29259] ppid=29255 vsize=915464 CPUtime=0.03
/proc/29257/task/29259/stat : 29259 (java) S 29255 29257 28789 0 -1 64 353 0 0 0 3 0 0 0 17 0 8 0 156457647 937435136 10287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29257/tid=29260] ppid=29255 vsize=915464 CPUtime=0
/proc/29257/task/29260/stat : 29260 (java) S 29255 29257 28789 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 156457647 937435136 10287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29257/tid=29261] ppid=29255 vsize=915464 CPUtime=0
/proc/29257/task/29261/stat : 29261 (java) S 29255 29257 28789 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156457647 937435136 10287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29257/tid=29262] ppid=29255 vsize=915464 CPUtime=0
/proc/29257/task/29262/stat : 29262 (java) S 29255 29257 28789 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156457650 937435136 10287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29257/tid=29263] ppid=29255 vsize=915464 CPUtime=0.17
/proc/29257/task/29263/stat : 29263 (java) S 29255 29257 28789 0 -1 64 376 0 0 0 16 1 0 0 15 0 8 0 156457650 937435136 10287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29257/tid=29264] ppid=29255 vsize=915464 CPUtime=0
/proc/29257/task/29264/stat : 29264 (java) S 29255 29257 28789 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156457650 937435136 10287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29257/tid=29265] ppid=29255 vsize=915464 CPUtime=0
/proc/29257/task/29265/stat : 29265 (java) S 29255 29257 28789 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156457650 937435136 10287 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915464

[startup+6.24957 s]
/proc/loadavg: 0.34 1.23 1.58 2/72 29265
/proc/meminfo: memFree=1635192/2055920 swapFree=4192812/4192956
[pid=29257] ppid=29255 vsize=915464 CPUtime=6.23
/proc/29257/stat : 29257 (java) R 29255 29257 28789 0 -1 0 10553 0 1 0 616 7 0 0 25 0 8 0 156457643 937435136 10288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073743494 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/29257/statm: 228866 10288 2513 14 0 215336 0
[pid=29257/tid=29259] ppid=29255 vsize=915464 CPUtime=0.03
/proc/29257/task/29259/stat : 29259 (java) S 29255 29257 28789 0 -1 64 353 0 0 0 3 0 0 0 16 0 8 0 156457647 937435136 10288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=29257/tid=29260] ppid=29255 vsize=915464 CPUtime=0
/proc/29257/task/29260/stat : 29260 (java) S 29255 29257 28789 0 -1 64 10 0 0 0 0 0 0 0 15 0 8 0 156457647 937435136 10288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29257/tid=29261] ppid=29255 vsize=915464 CPUtime=0
/proc/29257/task/29261/stat : 29261 (java) S 29255 29257 28789 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156457647 937435136 10288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29257/tid=29262] ppid=29255 vsize=915464 CPUtime=0
/proc/29257/task/29262/stat : 29262 (java) S 29255 29257 28789 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 156457650 937435136 10288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29257/tid=29263] ppid=29255 vsize=915464 CPUtime=0.18
/proc/29257/task/29263/stat : 29263 (java) S 29255 29257 28789 0 -1 64 376 0 0 0 17 1 0 0 15 0 8 0 156457650 937435136 10288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=29257/tid=29264] ppid=29255 vsize=915464 CPUtime=0
/proc/29257/task/29264/stat : 29264 (java) S 29255 29257 28789 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156457650 937435136 10288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=29257/tid=29265] ppid=29255 vsize=915464 CPUtime=0
/proc/29257/task/29265/stat : 29265 (java) S 29255 29257 28789 0 -1 64 2 0 0 0 0 0 0 0 15 0 8 0 156457650 937435136 10288 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 915464

Child status: 0
Real time (s): 10.9026
CPU time (s): 10.8633
CPU user time (s): 10.7834
CPU system time (s): 0.079987
CPU usage (%): 99.6402
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.7834
system time used= 0.079987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10564
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= 969
involuntary context switches= 229

runsolver used 0.013997 s user time and 0.032994 s system time

The end

Launcher Data (download as text)

Begin job on node58 on Sat Jan  6 10:49:49 UTC 2007


IDJOB= 225167
IDBENCH= 5827
FILE ID= node58/225167-1168080587

PBS_JOBID= 3476127

Free space on /tmp= 66535 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.8/rand-2-40-80-103-800-67_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/225167-1168080587/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node58/watcher-225167-1168080587 -o ROOT/results/node58/solver-225167-1168080587 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/225167-1168080587/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  810fbae72427e3f1b1fe3fbaf47d03b3

RANDOM SEED= 584131994

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.223
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.223
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:       1667080 kB
Buffers:         22676 kB
Cached:         285364 kB
SwapCached:          0 kB
Active:          72804 kB
Inactive:       250888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1667080 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2468 kB
Writeback:           0 kB
Mapped:          25816 kB
Slab:            51216 kB
Committed_AS:  2208900 kB
PageTables:       1380 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= 66535 MiB



End job on node58 on Sat Jan  6 10:50:12 UTC 2007