Trace number 224234

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 23.9364 24.0062

DiagnosticValue
CHECKS187142838
NODES132082

General information on the benchmark

Nametightness/tightness0.5/
rand-2-40-25-180-500-67_ext.xml
MD5SUMe1252c26db7b7136c0c9700c56b069a5
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 benchmark7.98379
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
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/224234-1168080502/unknown.xml
0.35	   
0.35	   domains being loaded...
0.35	   
0.35	   variables being loaded...
0.39	     nbVariables=40  nbDomainTypes=1  minDomainSize=25  maxDomainSize=25
0.39	       =>  wckTime=0.095  cpuTime=0.09  mem=6M951
0.39	   
0.39	   relations being loaded...
0.48	   
0.48	   constraints being loaded...
0.58	     nbConstraints=180  nbRelationTypes=180  nbExtensionStructures=180  nbSharedExtensionStructures=0
0.58	     nbConflictsStructures=180  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=3  maxDegree=14  maxArity=2
0.58	       =>  wckTime=0.287  cpuTime=0.23  mem=13M811
0.62	   
0.62	   solver IterativeSystematicSolver being built... 
0.76	       =>  wckTime=0.471  cpuTime=0.35  mem=13M749
0.77	   
0.77	   preprocessing
0.77	     nbConstraintChecks=0  nbPropagations=40  nbRevisions=0  nbUselessRevisions=0  nbRemovedValues=0
0.77	     detectedInconsistency=no
0.77	       =>  wckTime=0.0030  cpuTime=0.0  mem=13M749
0.82	   
0.82	   search
0.82	     run=0  nbConstraintChecks=34252  nbPropagations=518  nbRevisions=3766  nbUselessRevisions=2650  nbAssignments=26
0.82	     nbFailedAssignments=10  nbBacktracks=11  nbVisitedNodes=42  nbRestartNogoods=0  mapSize=9  nbInferences=0
0.82	     nbTooLargeKeys=0
0.82	       =>  wckTime=0.05  cpuTime=0.03  mem=14M724
0.84	   
0.84	   search
0.84	     run=1  nbConstraintChecks=97553  nbPropagations=1928  nbRevisions=14415  nbUselessRevisions=9977  nbAssignments=70
0.84	     nbFailedAssignments=34  nbBacktracks=26  nbVisitedNodes=121  nbRestartNogoods=2  mapSize=24  nbInferences=0
0.84	     nbTooLargeKeys=0
0.84	       =>  wckTime=0.071  cpuTime=0.05  mem=14M724
0.85	   
0.85	   search
0.85	     run=2  nbConstraintChecks=157240  nbPropagations=4231  nbRevisions=31885  nbUselessRevisions=22030
0.85	     nbAssignments=114  nbFailedAssignments=51  nbBacktracks=48  nbVisitedNodes=194  nbRestartNogoods=5  mapSize=42
0.85	     nbInferences=0  nbTooLargeKeys=0
0.85	       =>  wckTime=0.087  cpuTime=0.06  mem=14M724
0.87	   
0.87	   search
0.87	     run=3  nbConstraintChecks=248107  nbPropagations=8077  nbRevisions=61419  nbUselessRevisions=42459
0.87	     nbAssignments=181  nbFailedAssignments=79  nbBacktracks=83  nbVisitedNodes=313  nbRestartNogoods=8  mapSize=72
0.87	     nbInferences=0  nbTooLargeKeys=0
0.87	       =>  wckTime=0.107  cpuTime=0.08  mem=14M724
0.90	   
0.90	   search
0.90	     run=4  nbConstraintChecks=399143  nbPropagations=14244  nbRevisions=108926  nbUselessRevisions=74977
0.90	     nbAssignments=289  nbFailedAssignments=133  nbBacktracks=133  nbVisitedNodes=503  nbRestartNogoods=10  mapSize=112
0.90	     nbInferences=0  nbTooLargeKeys=0
0.90	       =>  wckTime=0.132  cpuTime=0.1  mem=14M724
0.93	   
0.93	   search
0.93	     run=5  nbConstraintChecks=613258  nbPropagations=23728  nbRevisions=182267  nbUselessRevisions=125040
0.93	     nbAssignments=435  nbFailedAssignments=199  nbBacktracks=210  nbVisitedNodes=758  nbRestartNogoods=13  mapSize=175
0.93	     nbInferences=0  nbTooLargeKeys=0
0.93	       =>  wckTime=0.166  cpuTime=0.13  mem=14M724
0.98	   
0.98	   search
0.98	     run=6  nbConstraintChecks=933045  nbPropagations=37942  nbRevisions=292845  nbUselessRevisions=200346
0.98	     nbAssignments=657  nbFailedAssignments=300  nbBacktracks=327  nbVisitedNodes=1154  nbRestartNogoods=17  mapSize=271
0.98	     nbInferences=0  nbTooLargeKeys=0
0.98	       =>  wckTime=0.213  cpuTime=0.18  mem=14M724
1.05	   
1.05	   search
1.05	     run=7  nbConstraintChecks=1377824  nbPropagations=59904  nbRevisions=465248  nbUselessRevisions=318848
1.05	     nbAssignments=996  nbFailedAssignments=462  nbBacktracks=498  nbVisitedNodes=1763  nbRestartNogoods=22  mapSize=420
1.05	     nbInferences=0  nbTooLargeKeys=0
1.05	       =>  wckTime=0.283  cpuTime=0.25  mem=14M724
1.17	   
1.17	   search
1.17	     run=8  nbConstraintChecks=2078250  nbPropagations=92921  nbRevisions=724150  nbUselessRevisions=495674
1.17	     nbAssignments=1505  nbFailedAssignments=707  nbBacktracks=754  nbVisitedNodes=2676  nbRestartNogoods=29
1.17	     mapSize=642  nbInferences=0  nbTooLargeKeys=0
1.17	       =>  wckTime=0.4  cpuTime=0.35  mem=14M724
1.30	   
1.30	   search
1.30	     run=9  nbConstraintChecks=2986262  nbPropagations=141044  nbRevisions=1101714  nbUselessRevisions=754861
1.30	     nbAssignments=2209  nbFailedAssignments=1021  nbBacktracks=1138  nbVisitedNodes=3914  nbRestartNogoods=37
1.30	     mapSize=964  nbInferences=0  nbTooLargeKeys=0
1.30	       =>  wckTime=0.531  cpuTime=0.47  mem=14M724
1.32	   
1.32	   INFO : Stopping hyperNogood (mapSize=1013, nbTooLargekeys=0, mem=14M724)
1.49	   
1.49	   search
1.49	     run=10  nbConstraintChecks=4336012  nbPropagations=212822  nbRevisions=1664650  nbUselessRevisions=1141882
1.49	     nbAssignments=3287  nbFailedAssignments=1517  nbBacktracks=1716  nbVisitedNodes=5828  nbRestartNogoods=48
1.49	       =>  wckTime=0.721  cpuTime=0.65  mem=14M724
1.76	   
1.76	   search
1.76	     run=11  nbConstraintChecks=6544076  nbPropagations=320338  nbRevisions=2509452  nbUselessRevisions=1722277
1.76	     nbAssignments=4904  nbFailedAssignments=2266  nbBacktracks=2580  nbVisitedNodes=8708  nbRestartNogoods=55
1.76	       =>  wckTime=0.997  cpuTime=0.93  mem=14M724
2.17	   
2.17	   search
2.17	     run=12  nbConstraintChecks=9827404  nbPropagations=482286  nbRevisions=3774609  nbUselessRevisions=2588292
2.17	     nbAssignments=7344  nbFailedAssignments=3400  nbBacktracks=3882  nbVisitedNodes=13055  nbRestartNogoods=65
2.17	       =>  wckTime=1.406  cpuTime=1.34  mem=14M724
2.77	   
2.77	   search
2.77	     run=13  nbConstraintChecks=14705311  nbPropagations=722305  nbRevisions=5650324  nbUselessRevisions=3870966
2.77	     nbAssignments=10900  nbFailedAssignments=5004  nbBacktracks=5829  nbVisitedNodes=19370  nbRestartNogoods=71
2.77	       =>  wckTime=2.006  cpuTime=1.93  mem=14M724
3.65	   
3.65	   search
3.65	     run=14  nbConstraintChecks=21496904  nbPropagations=1081363  nbRevisions=8466146  nbUselessRevisions=5807538
3.65	     nbAssignments=16301  nbFailedAssignments=7480  nbBacktracks=8750  nbVisitedNodes=28951  nbRestartNogoods=82
3.65	       =>  wckTime=2.88  cpuTime=2.81  mem=14M724
5.03	   
5.03	   search
5.03	     run=15  nbConstraintChecks=32681585  nbPropagations=1621791  nbRevisions=12698614  nbUselessRevisions=8712381
5.03	     nbAssignments=24416  nbFailedAssignments=11213  nbBacktracks=13128  nbVisitedNodes=43375  nbRestartNogoods=90
5.03	       =>  wckTime=4.266  cpuTime=4.19  mem=14M724
7.19	   
7.19	   search
7.19	     run=16  nbConstraintChecks=50140844  nbPropagations=2444170  nbRevisions=19173349  nbUselessRevisions=13160263
7.19	     nbAssignments=36968  nbFailedAssignments=17192  nbBacktracks=19697  nbVisitedNodes=65949  nbRestartNogoods=102
7.19	       =>  wckTime=6.421  cpuTime=6.35  mem=14M724
10.56	   
10.56	   search
10.56	     run=17  nbConstraintChecks=77746907  nbPropagations=3704285  nbRevisions=29126271  nbUselessRevisions=19988806
10.56	     nbAssignments=56156  nbFailedAssignments=26523  nbBacktracks=29550  nbVisitedNodes=100715  nbRestartNogoods=111
10.56	       =>  wckTime=9.799  cpuTime=9.72  mem=14M724
15.45	   
15.45	   search
15.45	     run=18  nbConstraintChecks=117732704  nbPropagations=5606080  nbRevisions=44172436  nbUselessRevisions=30320479
15.45	     nbAssignments=83979  nbFailedAssignments=39564  nbBacktracks=44328  nbVisitedNodes=150786  nbRestartNogoods=124
15.45	       =>  wckTime=14.686  cpuTime=14.61  mem=14M724
22.87	   
22.87	   search
22.87	     run=19  nbConstraintChecks=178352849  nbPropagations=8485950  nbRevisions=67010650  nbUselessRevisions=46018298
22.87	     nbAssignments=126045  nbFailedAssignments=59460  nbBacktracks=66496  nbVisitedNodes=226664  nbRestartNogoods=132
22.87	       =>  wckTime=22.101  cpuTime=22.01  mem=14M724
23.95	   
23.95	   search
23.95	     run=20  nbConstraintChecks=187142838  nbPropagations=11506701  nbRevisions=90974070  nbUselessRevisions=62487990
23.95	     nbAssignments=132082  nbFailedAssignments=62467  nbBacktracks=69527  nbVisitedNodes=237646  nbRestartNogoods=137
23.95	       =>  wckTime=23.182  cpuTime=23.1  mem=14M724
23.95	   
23.95	   global
23.95	     nbConstraintChecks=187142838  nbPropagations=11506741  nbRevisions=90974070  nbUselessRevisions=62487990
23.95	     nbRestartNogoods=137  solvingWckTime=23.183  solvingCpuTime=23.1  expiredTime=no  totalExploration=yes
23.95	     nbFoundSolutions=0  globalCpuTime=23.49
23.95	       =>  wckTime=23.657  cpuTime=23.45  mem=14M724
23.95	   
23.95	s UNSATISFIABLE
23.95	d NODES 132082
23.95	d CHECKS 187142838
23.95	   
23.95	   totalWckTime=23.732  totalCpuTime=23.49

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/node18/watcher-224234-1168080502 -o ROOT/results/node18/solver-224234-1168080502 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/224234-1168080502/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: 1.34 1.51 1.68 4/93 26536
/proc/meminfo: memFree=1056784/2055920 swapFree=4192812/4192956
[pid=26535] ppid=26533 vsize=172 CPUtime=0
/proc/26535/stat : 26535 (java) R 26533 26535 26468 0 -1 0 217 0 0 0 0 0 0 0 18 0 1 0 156445568 176128 24 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 7860523 0 0 4096 0 0 0 0 17 0 0 0
/proc/26535/statm: 43 24 18 14 0 3 0

[startup+0.107448 s]
/proc/loadavg: 1.34 1.51 1.68 4/93 26536
/proc/meminfo: memFree=1056784/2055920 swapFree=4192812/4192956
[pid=26535] ppid=26533 vsize=914988 CPUtime=0.1
/proc/26535/stat : 26535 (java) R 26533 26535 26468 0 -1 0 3081 0 1 0 8 2 0 0 24 0 8 0 156445568 936947712 2827 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072944238 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26535/statm: 228747 2827 1455 14 0 215242 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 914988

[startup+0.51549 s]
/proc/loadavg: 1.34 1.51 1.68 4/93 26536
/proc/meminfo: memFree=1056784/2055920 swapFree=4192812/4192956
[pid=26535] ppid=26533 vsize=915328 CPUtime=0.5
/proc/26535/stat : 26535 (java) R 26533 26535 26468 0 -1 0 7378 0 1 0 45 5 0 0 25 0 8 0 156445568 937295872 7117 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26535/statm: 228832 7117 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.33657 s]
/proc/loadavg: 1.34 1.51 1.68 3/100 26543
/proc/meminfo: memFree=1033048/2055920 swapFree=4192812/4192956
[pid=26535] ppid=26533 vsize=915452 CPUtime=1.31
/proc/26535/stat : 26535 (java) R 26533 26535 26468 0 -1 0 8647 0 1 0 126 5 0 0 25 0 8 0 156445568 937422848 8385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073786016 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26535/statm: 228863 8385 2513 14 0 215333 0
[pid=26535/tid=26537] ppid=26533 vsize=915452 CPUtime=0.03
/proc/26535/task/26537/stat : 26537 (java) S 26533 26535 26468 0 -1 64 244 0 0 0 3 0 0 0 16 0 8 0 156445572 937422848 8385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26535/tid=26538] ppid=26533 vsize=915452 CPUtime=0
/proc/26535/task/26538/stat : 26538 (java) S 26533 26535 26468 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156445572 937422848 8385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26535/tid=26539] ppid=26533 vsize=915452 CPUtime=0
/proc/26535/task/26539/stat : 26539 (java) S 26533 26535 26468 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156445572 937422848 8385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26535/tid=26540] ppid=26533 vsize=915452 CPUtime=0
/proc/26535/task/26540/stat : 26540 (java) S 26533 26535 26468 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156445575 937422848 8385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26535/tid=26541] ppid=26533 vsize=915452 CPUtime=0.19
/proc/26535/task/26541/stat : 26541 (java) S 26533 26535 26468 0 -1 64 382 0 0 0 19 0 0 0 15 0 8 0 156445575 937422848 8385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26535/tid=26542] ppid=26533 vsize=915452 CPUtime=0
/proc/26535/task/26542/stat : 26542 (java) S 26533 26535 26468 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156445575 937422848 8385 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26535/tid=26543] ppid=26533 vsize=915452 CPUtime=0
/proc/26535/task/26543/stat : 26543 (java) S 26533 26535 26468 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156445575 937422848 8385 18446744073709551615 134512640 134570532 4294956464 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) 915452

[startup+2.98073 s]
/proc/loadavg: 1.34 1.51 1.68 3/100 26543
/proc/meminfo: memFree=1032920/2055920 swapFree=4192812/4192956
[pid=26535] ppid=26533 vsize=915452 CPUtime=2.96
/proc/26535/stat : 26535 (java) R 26533 26535 26468 0 -1 0 8653 0 1 0 291 5 0 0 25 0 8 0 156445568 937422848 8390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073796183 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26535/statm: 228863 8390 2513 14 0 215333 0
[pid=26535/tid=26537] ppid=26533 vsize=915452 CPUtime=0.03
/proc/26535/task/26537/stat : 26537 (java) S 26533 26535 26468 0 -1 64 244 0 0 0 3 0 0 0 16 0 8 0 156445572 937422848 8390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26535/tid=26538] ppid=26533 vsize=915452 CPUtime=0
/proc/26535/task/26538/stat : 26538 (java) S 26533 26535 26468 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156445572 937422848 8390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26535/tid=26539] ppid=26533 vsize=915452 CPUtime=0
/proc/26535/task/26539/stat : 26539 (java) S 26533 26535 26468 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156445572 937422848 8390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26535/tid=26540] ppid=26533 vsize=915452 CPUtime=0
/proc/26535/task/26540/stat : 26540 (java) S 26533 26535 26468 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156445575 937422848 8390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26535/tid=26541] ppid=26533 vsize=915452 CPUtime=0.2
/proc/26535/task/26541/stat : 26541 (java) S 26533 26535 26468 0 -1 64 387 0 0 0 20 0 0 0 16 0 8 0 156445575 937422848 8390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26535/tid=26542] ppid=26533 vsize=915452 CPUtime=0
/proc/26535/task/26542/stat : 26542 (java) S 26533 26535 26468 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156445575 937422848 8390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26535/tid=26543] ppid=26533 vsize=915452 CPUtime=0
/proc/26535/task/26543/stat : 26543 (java) S 26533 26535 26468 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156445575 937422848 8390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 915452

[startup+6.18903 s]
/proc/loadavg: 1.39 1.52 1.68 3/100 26543
/proc/meminfo: memFree=1032920/2055920 swapFree=4192812/4192956
[pid=26535] ppid=26533 vsize=915452 CPUtime=6.17
/proc/26535/stat : 26535 (java) R 26533 26535 26468 0 -1 0 8654 0 1 0 611 6 0 0 25 0 8 0 156445568 937422848 8390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073801733 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26535/statm: 228863 8390 2513 14 0 215333 0
[pid=26535/tid=26537] ppid=26533 vsize=915452 CPUtime=0.03
/proc/26535/task/26537/stat : 26537 (java) S 26533 26535 26468 0 -1 64 244 0 0 0 3 0 0 0 16 0 8 0 156445572 937422848 8390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26535/tid=26538] ppid=26533 vsize=915452 CPUtime=0
/proc/26535/task/26538/stat : 26538 (java) S 26533 26535 26468 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156445572 937422848 8390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26535/tid=26539] ppid=26533 vsize=915452 CPUtime=0
/proc/26535/task/26539/stat : 26539 (java) S 26533 26535 26468 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156445572 937422848 8390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26535/tid=26540] ppid=26533 vsize=915452 CPUtime=0
/proc/26535/task/26540/stat : 26540 (java) S 26533 26535 26468 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156445575 937422848 8390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26535/tid=26541] ppid=26533 vsize=915452 CPUtime=0.2
/proc/26535/task/26541/stat : 26541 (java) S 26533 26535 26468 0 -1 64 387 0 0 0 20 0 0 0 16 0 8 0 156445575 937422848 8390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26535/tid=26542] ppid=26533 vsize=915452 CPUtime=0
/proc/26535/task/26542/stat : 26542 (java) S 26533 26535 26468 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156445575 937422848 8390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26535/tid=26543] ppid=26533 vsize=915452 CPUtime=0
/proc/26535/task/26543/stat : 26543 (java) S 26533 26535 26468 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156445575 937422848 8390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 915452

[startup+12.6637 s]
/proc/loadavg: 1.48 1.54 1.68 3/100 26543
/proc/meminfo: memFree=1032920/2055920 swapFree=4192812/4192956
[pid=26535] ppid=26533 vsize=915452 CPUtime=12.65
/proc/26535/stat : 26535 (java) R 26533 26535 26468 0 -1 0 8654 0 1 0 1259 6 0 0 25 0 8 0 156445568 937422848 8390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4072918600 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/26535/statm: 228863 8390 2513 14 0 215333 0
[pid=26535/tid=26537] ppid=26533 vsize=915452 CPUtime=0.03
/proc/26535/task/26537/stat : 26537 (java) S 26533 26535 26468 0 -1 64 244 0 0 0 3 0 0 0 16 0 8 0 156445572 937422848 8390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=26535/tid=26538] ppid=26533 vsize=915452 CPUtime=0
/proc/26535/task/26538/stat : 26538 (java) S 26533 26535 26468 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156445572 937422848 8390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26535/tid=26539] ppid=26533 vsize=915452 CPUtime=0
/proc/26535/task/26539/stat : 26539 (java) S 26533 26535 26468 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156445572 937422848 8390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26535/tid=26540] ppid=26533 vsize=915452 CPUtime=0
/proc/26535/task/26540/stat : 26540 (java) S 26533 26535 26468 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 156445575 937422848 8390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26535/tid=26541] ppid=26533 vsize=915452 CPUtime=0.2
/proc/26535/task/26541/stat : 26541 (java) S 26533 26535 26468 0 -1 64 387 0 0 0 20 0 0 0 16 0 8 0 156445575 937422848 8390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26535/tid=26542] ppid=26533 vsize=915452 CPUtime=0
/proc/26535/task/26542/stat : 26542 (java) S 26533 26535 26468 0 -1 64 1 0 0 0 0 0 0 0 23 0 8 0 156445575 937422848 8390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=26535/tid=26543] ppid=26533 vsize=915452 CPUtime=0
/proc/26535/task/26543/stat : 26543 (java) S 26533 26535 26468 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156445575 937422848 8390 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 915452

Child status: 0
Real time (s): 24.0062
CPU time (s): 23.9364
CPU user time (s): 23.8714
CPU system time (s): 0.06499
CPU usage (%): 99.709
Max. virtual memory (cumulated for all children) (KiB): 915452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.8714
system time used= 0.06499
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8738
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= 1583
involuntary context switches= 2400

runsolver used 0.038994 s user time and 0.077988 s system time

The end

Launcher Data (download as text)

Begin job on node18 on Sat Jan  6 10:48:24 UTC 2007


IDJOB= 224234
IDBENCH= 5728
FILE ID= node18/224234-1168080502

PBS_JOBID= 3475866

Free space on /tmp= 66285 MiB

BENCH NAME= HOME/pub/bench/CPAI06/tightness/tightness0.5/rand-2-40-25-180-500-67_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/224234-1168080502/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node18/watcher-224234-1168080502 -o ROOT/results/node18/solver-224234-1168080502 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/224234-1168080502/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  e1252c26db7b7136c0c9700c56b069a5

RANDOM SEED= 838869534

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.231
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.231
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:       1057200 kB
Buffers:         70600 kB
Cached:         710856 kB
SwapCached:          0 kB
Active:         494840 kB
Inactive:       404704 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1057200 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2244 kB
Writeback:           0 kB
Mapped:         147132 kB
Slab:            83956 kB
Committed_AS:  4938948 kB
PageTables:       2244 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= 66285 MiB



End job on node18 on Sat Jan  6 10:48:57 UTC 2007