Trace number 233264

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 ACSAT 238.733 240.977

DiagnosticValue
CHECKS534923040
NODES1484

General information on the benchmark

Nametaillard/os-taillard-20/
os-taillard-20-100-9.xml
MD5SUM7bcc6ec8aa0f71b96754283e8b08b1cc
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.90271
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1284
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7600
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=mac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/233264-1168081346/unknown.xml
0.38	   
0.38	   domains being loaded...
0.44	   
0.44	   variables being loaded...
0.56	     nbVariables=400  nbDomainTypes=400  minDomainSize=1186  maxDomainSize=1284
0.56	       =>  wckTime=0.236  cpuTime=0.18  mem=20M632
0.56	   
0.56	   predicates being loaded...
0.56	   
0.56	   constraints being loaded...
4.68	   
4.69	   INFO : Stopping converting binary constraints (cpu=4.18, mem = 37M927)
5.88	     nbConstraints=7600  nbConvertedConstraints=9  nbConvertConstraintsChecks=14163040  nbExtensionStructures=9
5.88	     nbSharedExtensionStructures=0  nbConflictsStructures=9  nbSharedConflictsStructures=0
5.88	     nbSharedBinaryRepresentations=371  nbEvaluationManagers=7591  nbSharedEvaluationManagers=0  maxDegree=38
5.88	     maxArity=2
5.88	       =>  wckTime=5.558  cpuTime=5.16  mem=55M78
6.03	   
6.03	   solver IterativeSystematicSolver being built... 
6.49	       =>  wckTime=6.167  cpuTime=5.45  mem=124M649
38.73	   
38.73	   preprocessing
38.73	     nbConstraintChecks=82154750  nbValidityChecks=522837  nbPropagations=400  nbRevisions=15182
38.73	     nbUselessRevisions=15182  nbRemovedValues=0  detectedInconsistency=no
38.73	       =>  wckTime=32.211  cpuTime=31.89  mem=124M649
119.62	   
119.62	   search
119.62	     run=0  nbConstraintChecks=177732661  nbValidityChecks=134693824  nbPropagations=9194  nbRevisions=228431
119.62	     nbUselessRevisions=214366  nbAssignments=584  nbFailedAssignments=292  nbBacktracks=10  nbVisitedNodes=887
119.62	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=64
119.62	       =>  wckTime=113.108  cpuTime=112.02  mem=134M514
180.40	   
180.40	   search
180.40	     run=1  nbConstraintChecks=316567977  nbValidityChecks=269079814  nbPropagations=24697  nbRevisions=638258
180.40	     nbUselessRevisions=597822  nbAssignments=1054  nbFailedAssignments=540  nbBacktracks=25  nbVisitedNodes=1619
180.40	     nbRestartNogoods=19  mapSize=25  nbInferences=0  nbTooLargeKeys=127
180.40	       =>  wckTime=173.884  cpuTime=172.23  mem=140M895
240.93	   
240.93	   search
240.93	     run=2  nbConstraintChecks=452768290  nbValidityChecks=400406384  nbPropagations=47112  nbRevisions=1232032
240.93	     nbUselessRevisions=1158095  nbAssignments=1484  nbFailedAssignments=570  nbBacktracks=25  nbVisitedNodes=2079
240.93	     nbRestartNogoods=27  mapSize=25  nbInferences=0  nbTooLargeKeys=190
240.93	       =>  wckTime=234.42  cpuTime=232.15  mem=127M429
240.93	   
240.93	   global
240.93	     nbConstraintChecks=534923040  nbValidityChecks=400929221  nbPropagations=47512  nbRevisions=1247214
240.93	     nbUselessRevisions=1173277  nbRestartNogoods=27  solvingWckTime=234.422  solvingCpuTime=232.15  expiredTime=no
240.93	     totalExploration=no  nbFoundSolutions=1  globalCpuTime=237.67
240.93	       =>  wckTime=240.614  cpuTime=237.62  mem=127M429
240.94	   
240.94	s SATISFIABLE
240.94	v 510 841 1037 672 890 327 1100 0 425 271 1070 1005 53 84 173 608 802 1250 141 980 802 259 183 1164 91 757 733 492 351 1137 398 586 392 1017 852 889 1084 663 958 0 61 634 859 221 296 259 348 558 1151 453 0 1031 473 897 725 270 134 284 813 588 1233 717 998 261 1155 848 576 294 920 1209 641 0 309 397 484 752 1065 178 97 623 706 214 966 677 817 150 425 0 511 381 920 734 1082 231 73 608 661 1060 323 698 126 91 928 222 981 708 311 0 998 398 480 1265 833 557 1015 1031 772 889 634 955 852 224 792 723 422 477 62 323 151 1244 1149 1120 560 169 296 650 443 0 933 1020 85 40 151 60 33 564 1020 1198 409 838 745 198 218 1061 315 1151 309 496 865 641 98 959 435 500 684 761 881 464 1034 324 0 560 633 1129 124 151 245 710 379 558 1137 797 1209 956 326 1077 833 85 378 185 42 1003 290 652 221 0 556 480 761 381 556 0 1132 634 381 259 1005 1075 907 813 178 1220 98 231 397 868 348 721 948 477 817 1047 218 469 609 351 492 28 888 408 267 126 47 1157 1179 62 0 909 671 721 229 0 410 1071 958 263 169 133 757 243 848 698 663 468 564 998 224 47 1030 311 151 0 125 396 868 364 698 548 1082 245 86 467 633 794 1037 1101 379 955 620 1016 277 267 0 284 84 734 173 772 1243 1037 977 1145 253 392 324 531 1013 652 917 837 218 852 701 473 392 1076 97 1012 248 608 948 749 0 201 120 650 282 125 354 1173 637 0 1136 263 802 85 410 1122 909 477 841 690 983 859 326 1052 947 168 558 1071 839 385 315 120 0 608 219 940 1076 91 1009 797 1220 346 717 59 496 42 661 1145 1132 672 531 183 219 739 364 271 1061 800 837 0 1232 1015 453 915 1155 236 576 86 0 802 47 623 342 1148 1018 981 186 710 511 387 282 374 97 846 217 564 890 1077 
240.94	d NODES 1484
240.94	d CHECKS 534923040
240.94	   
240.94	   totalWckTime=240.701  totalCpuTime=237.67

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node44/watcher-233264-1168081346 -o ROOT/results/node44/solver-233264-1168081346 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/233264-1168081346/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.84 1.62 1.71 4/86 10319
/proc/meminfo: memFree=1559464/2055920 swapFree=4192812/4192956
[pid=10318] ppid=10316 vsize=18540 CPUtime=0
/proc/10318/stat : 10318 (runsolver) R 10316 10318 9910 0 -1 4194368 17 0 0 0 0 0 0 0 18 0 1 0 156534185 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 264840473895 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/10318/statm: 4635 279 244 17 0 2626 0

[startup+0.110734 s]
/proc/loadavg: 0.84 1.62 1.71 4/86 10319
/proc/meminfo: memFree=1559464/2055920 swapFree=4192812/4192956
[pid=10318] ppid=10316 vsize=914988 CPUtime=0.09
/proc/10318/stat : 10318 (java) R 10316 10318 9910 0 -1 0 3049 0 1 0 7 2 0 0 17 0 8 0 156534185 936947712 2795 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155582787 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10318/statm: 228747 2795 1446 14 0 215242 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.518778 s]
/proc/loadavg: 0.84 1.62 1.71 4/86 10319
/proc/meminfo: memFree=1559464/2055920 swapFree=4192812/4192956
[pid=10318] ppid=10316 vsize=915328 CPUtime=0.49
/proc/10318/stat : 10318 (java) R 10316 10318 9910 0 -1 0 8091 0 1 0 44 5 0 0 18 0 8 0 156534185 937295872 7830 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073328002 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10318/statm: 228832 7830 2136 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.34185 s]
/proc/loadavg: 1.17 1.67 1.72 4/93 10328
/proc/meminfo: memFree=1472560/2055920 swapFree=4192812/4192956
[pid=10318] ppid=10316 vsize=915632 CPUtime=1.31
/proc/10318/stat : 10318 (java) R 10316 10318 9910 0 -1 0 20047 0 1 0 120 11 0 0 20 0 8 0 156534185 937607168 19785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073788706 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10318/statm: 228908 19785 2178 14 0 215378 0
[pid=10318/tid=10320] ppid=10316 vsize=915632 CPUtime=0.03
/proc/10318/task/10320/stat : 10320 (java) S 10316 10318 9910 0 -1 64 3454 0 0 0 3 0 0 0 16 0 8 0 156534189 937607168 19785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10321] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10321/stat : 10321 (java) S 10316 10318 9910 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156534190 937607168 19785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10322] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10322/stat : 10322 (java) S 10316 10318 9910 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156534190 937607168 19785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10323] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10323/stat : 10323 (java) S 10316 10318 9910 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156534193 937607168 19785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10324] ppid=10316 vsize=915632 CPUtime=0.15
/proc/10318/task/10324/stat : 10324 (java) S 10316 10318 9910 0 -1 64 402 0 0 0 15 0 0 0 19 0 8 0 156534193 937607168 19785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10325] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10325/stat : 10325 (java) S 10316 10318 9910 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156534193 937607168 19785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10326] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10326/stat : 10326 (java) S 10316 10318 9910 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156534193 937607168 19785 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915632

[startup+2.99403 s]
/proc/loadavg: 1.17 1.67 1.72 3/93 10328
/proc/meminfo: memFree=1401136/2055920 swapFree=4192812/4192956
[pid=10318] ppid=10316 vsize=915632 CPUtime=2.94
/proc/10318/stat : 10318 (java) R 10316 10318 9910 0 -1 0 20053 0 1 0 283 11 0 0 25 0 8 0 156534185 937607168 19790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073804444 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10318/statm: 228908 19790 2178 14 0 215378 0
[pid=10318/tid=10320] ppid=10316 vsize=915632 CPUtime=0.03
/proc/10318/task/10320/stat : 10320 (java) S 10316 10318 9910 0 -1 64 3454 0 0 0 3 0 0 0 16 0 8 0 156534189 937607168 19790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10321] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10321/stat : 10321 (java) S 10316 10318 9910 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156534190 937607168 19790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10322] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10322/stat : 10322 (java) S 10316 10318 9910 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 156534190 937607168 19790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10323] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10323/stat : 10323 (java) S 10316 10318 9910 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156534193 937607168 19790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10324] ppid=10316 vsize=915632 CPUtime=0.16
/proc/10318/task/10324/stat : 10324 (java) S 10316 10318 9910 0 -1 64 405 0 0 0 16 0 0 0 16 0 8 0 156534193 937607168 19790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10325] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10325/stat : 10325 (java) S 10316 10318 9910 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156534193 937607168 19790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10326] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10326/stat : 10326 (java) S 10316 10318 9910 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156534193 937607168 19790 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915632

[startup+6.27337 s]
/proc/loadavg: 1.17 1.67 1.72 3/87 10348
/proc/meminfo: memFree=1386592/2055920 swapFree=4192812/4192956
[pid=10318] ppid=10316 vsize=915632 CPUtime=6.16
/proc/10318/stat : 10318 (java) R 10316 10318 9910 0 -1 0 33195 0 1 0 600 16 0 0 25 0 8 0 156534185 937607168 32928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072934867 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10318/statm: 228908 32928 2498 14 0 215378 0
[pid=10318/tid=10320] ppid=10316 vsize=915632 CPUtime=0.33
/proc/10318/task/10320/stat : 10320 (java) S 10316 10318 9910 0 -1 64 16191 0 0 0 28 5 0 0 16 0 8 0 156534189 937607168 32928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10321] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10321/stat : 10321 (java) S 10316 10318 9910 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156534190 937607168 32928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10322] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10322/stat : 10322 (java) S 10316 10318 9910 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156534190 937607168 32928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10323] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10323/stat : 10323 (java) S 10316 10318 9910 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156534193 937607168 32928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10324] ppid=10316 vsize=915632 CPUtime=0.24
/proc/10318/task/10324/stat : 10324 (java) S 10316 10318 9910 0 -1 64 451 0 0 0 23 1 0 0 16 0 8 0 156534193 937607168 32928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10325] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10325/stat : 10325 (java) S 10316 10318 9910 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156534193 937607168 32928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10326] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10326/stat : 10326 (java) S 10316 10318 9910 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156534193 937607168 32928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 915632

[startup+12.763 s]
/proc/loadavg: 1.30 1.68 1.73 3/87 10348
/proc/meminfo: memFree=1314992/2055920 swapFree=4192812/4192956
[pid=10318] ppid=10316 vsize=915632 CPUtime=12.6
/proc/10318/stat : 10318 (java) R 10316 10318 9910 0 -1 0 42186 0 1 0 1240 20 0 0 25 0 8 0 156534185 937607168 41914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073791015 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10318/statm: 228908 41914 2533 14 0 215378 0
[pid=10318/tid=10320] ppid=10316 vsize=915632 CPUtime=0.4
/proc/10318/task/10320/stat : 10320 (java) S 10316 10318 9910 0 -1 64 25092 0 0 0 32 8 0 0 17 0 8 0 156534189 937607168 41914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10321] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10321/stat : 10321 (java) S 10316 10318 9910 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156534190 937607168 41914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10322] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10322/stat : 10322 (java) S 10316 10318 9910 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156534190 937607168 41914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10323] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10323/stat : 10323 (java) S 10316 10318 9910 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156534193 937607168 41914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10324] ppid=10316 vsize=915632 CPUtime=0.28
/proc/10318/task/10324/stat : 10324 (java) S 10316 10318 9910 0 -1 64 479 0 0 0 27 1 0 0 16 0 8 0 156534193 937607168 41914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10325] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10325/stat : 10325 (java) S 10316 10318 9910 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156534193 937607168 41914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10326] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10326/stat : 10326 (java) S 10316 10318 9910 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156534193 937607168 41914 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 915632

[startup+25.6033 s]
/proc/loadavg: 1.41 1.69 1.73 3/87 10348
/proc/meminfo: memFree=1314992/2055920 swapFree=4192812/4192956
[pid=10318] ppid=10316 vsize=915632 CPUtime=25.32
/proc/10318/stat : 10318 (java) R 10316 10318 9910 0 -1 0 42189 0 1 0 2512 20 0 0 25 0 8 0 156534185 937607168 41915 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073788706 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10318/statm: 228908 41915 2533 14 0 215378 0
[pid=10318/tid=10320] ppid=10316 vsize=915632 CPUtime=0.4
/proc/10318/task/10320/stat : 10320 (java) S 10316 10318 9910 0 -1 64 25092 0 0 0 32 8 0 0 16 0 8 0 156534189 937607168 41915 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10321] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10321/stat : 10321 (java) S 10316 10318 9910 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156534190 937607168 41915 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10322] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10322/stat : 10322 (java) S 10316 10318 9910 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156534190 937607168 41915 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10323] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10323/stat : 10323 (java) S 10316 10318 9910 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156534193 937607168 41915 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10324] ppid=10316 vsize=915632 CPUtime=0.28
/proc/10318/task/10324/stat : 10324 (java) S 10316 10318 9910 0 -1 64 481 0 0 0 27 1 0 0 15 0 8 0 156534193 937607168 41915 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10325] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10325/stat : 10325 (java) S 10316 10318 9910 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156534193 937607168 41915 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10326] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10326/stat : 10326 (java) S 10316 10318 9910 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156534193 937607168 41915 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 915632

[startup+51.208 s]
/proc/loadavg: 1.64 1.72 1.73 3/87 10348
/proc/meminfo: memFree=1314992/2055920 swapFree=4192812/4192956
[pid=10318] ppid=10316 vsize=915632 CPUtime=50.68
/proc/10318/stat : 10318 (java) R 10316 10318 9910 0 -1 0 42201 0 1 0 5048 20 0 0 25 0 8 0 156534185 937607168 41923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10318/statm: 228908 41923 2534 14 0 215378 0
[pid=10318/tid=10320] ppid=10316 vsize=915632 CPUtime=0.4
/proc/10318/task/10320/stat : 10320 (java) S 10316 10318 9910 0 -1 64 25092 0 0 0 32 8 0 0 16 0 8 0 156534189 937607168 41923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10321] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10321/stat : 10321 (java) S 10316 10318 9910 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156534190 937607168 41923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10322] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10322/stat : 10322 (java) S 10316 10318 9910 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156534190 937607168 41923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10323] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10323/stat : 10323 (java) S 10316 10318 9910 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156534193 937607168 41923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10324] ppid=10316 vsize=915632 CPUtime=0.3
/proc/10318/task/10324/stat : 10324 (java) S 10316 10318 9910 0 -1 64 487 0 0 0 28 2 0 0 17 0 8 0 156534193 937607168 41923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10325] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10325/stat : 10325 (java) S 10316 10318 9910 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156534193 937607168 41923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10326] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10326/stat : 10326 (java) S 10316 10318 9910 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156534193 937607168 41923 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 915632

[startup+102.422 s]
/proc/loadavg: 1.84 1.76 1.74 3/87 10348
/proc/meminfo: memFree=1314928/2055920 swapFree=4192812/4192956
[pid=10318] ppid=10316 vsize=915632 CPUtime=101.43
/proc/10318/stat : 10318 (java) R 10316 10318 9910 0 -1 0 42210 0 1 0 10123 20 0 0 25 0 8 0 156534185 937607168 41928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073336160 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10318/statm: 228908 41928 2534 14 0 215378 0
[pid=10318/tid=10320] ppid=10316 vsize=915632 CPUtime=0.4
/proc/10318/task/10320/stat : 10320 (java) S 10316 10318 9910 0 -1 64 25092 0 0 0 32 8 0 0 16 0 8 0 156534189 937607168 41928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10321] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10321/stat : 10321 (java) S 10316 10318 9910 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156534190 937607168 41928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10322] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10322/stat : 10322 (java) S 10316 10318 9910 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156534190 937607168 41928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10323] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10323/stat : 10323 (java) S 10316 10318 9910 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156534193 937607168 41928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10324] ppid=10316 vsize=915632 CPUtime=0.31
/proc/10318/task/10324/stat : 10324 (java) S 10316 10318 9910 0 -1 64 495 0 0 0 29 2 0 0 15 0 8 0 156534193 937607168 41928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10325] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10325/stat : 10325 (java) S 10316 10318 9910 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156534193 937607168 41928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10326] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10326/stat : 10326 (java) S 10316 10318 9910 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156534193 937607168 41928 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.43
Current children cumulated vsize (KiB) 915632

[startup+162.487 s]
/proc/loadavg: 1.94 1.80 1.76 3/87 10348
/proc/meminfo: memFree=1314928/2055920 swapFree=4192812/4192956
[pid=10318] ppid=10316 vsize=915632 CPUtime=160.95
/proc/10318/stat : 10318 (java) R 10316 10318 9910 0 -1 0 42226 0 1 0 16074 21 0 0 25 0 8 0 156534185 937607168 41939 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074032743 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10318/statm: 228908 41939 2538 14 0 215378 0
[pid=10318/tid=10320] ppid=10316 vsize=915632 CPUtime=0.4
/proc/10318/task/10320/stat : 10320 (java) S 10316 10318 9910 0 -1 64 25093 0 0 0 32 8 0 0 16 0 8 0 156534189 937607168 41939 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10321] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10321/stat : 10321 (java) S 10316 10318 9910 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156534190 937607168 41939 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10322] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10322/stat : 10322 (java) S 10316 10318 9910 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156534190 937607168 41939 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10323] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10323/stat : 10323 (java) S 10316 10318 9910 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156534193 937607168 41939 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10324] ppid=10316 vsize=915632 CPUtime=0.32
/proc/10318/task/10324/stat : 10324 (java) S 10316 10318 9910 0 -1 64 500 0 0 0 30 2 0 0 16 0 8 0 156534193 937607168 41939 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10325] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10325/stat : 10325 (java) S 10316 10318 9910 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156534193 937607168 41939 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10326] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10326/stat : 10326 (java) S 10316 10318 9910 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156534193 937607168 41939 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.95
Current children cumulated vsize (KiB) 915632

[startup+222.575 s]
/proc/loadavg: 1.98 1.83 1.77 3/87 10348
/proc/meminfo: memFree=1314928/2055920 swapFree=4192812/4192956
[pid=10318] ppid=10316 vsize=915632 CPUtime=220.49
/proc/10318/stat : 10318 (java) R 10316 10318 9910 0 -1 0 42233 0 1 0 22028 21 0 0 25 0 8 0 156534185 937607168 41943 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073791399 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/10318/statm: 228908 41943 2538 14 0 215378 0
[pid=10318/tid=10320] ppid=10316 vsize=915632 CPUtime=0.4
/proc/10318/task/10320/stat : 10320 (java) S 10316 10318 9910 0 -1 64 25093 0 0 0 32 8 0 0 16 0 8 0 156534189 937607168 41943 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10321] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10321/stat : 10321 (java) S 10316 10318 9910 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 156534190 937607168 41943 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10322] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10322/stat : 10322 (java) S 10316 10318 9910 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 156534190 937607168 41943 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10323] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10323/stat : 10323 (java) S 10316 10318 9910 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 156534193 937607168 41943 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10324] ppid=10316 vsize=915632 CPUtime=0.32
/proc/10318/task/10324/stat : 10324 (java) S 10316 10318 9910 0 -1 64 506 0 0 0 30 2 0 0 15 0 8 0 156534193 937607168 41943 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10325] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10325/stat : 10325 (java) S 10316 10318 9910 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 156534193 937607168 41943 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=10318/tid=10326] ppid=10316 vsize=915632 CPUtime=0
/proc/10318/task/10326/stat : 10326 (java) S 10316 10318 9910 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 156534193 937607168 41943 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.49
Current children cumulated vsize (KiB) 915632

Child status: 0
Real time (s): 240.977
CPU time (s): 238.733
CPU user time (s): 238.463
CPU system time (s): 0.269958
CPU usage (%): 99.0687
Max. virtual memory (cumulated for all children) (KiB): 915632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 238.463
system time used= 0.269958
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48773
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= 6173
involuntary context switches= 12286

runsolver used 0.290955 s user time and 0.78288 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Sat Jan  6 11:02:27 UTC 2007


IDJOB= 233264
IDBENCH= 6590
FILE ID= node44/233264-1168081346

PBS_JOBID= 3476131

Free space on /tmp= 66535 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-20/os-taillard-20-100-9.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/233264-1168081346/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-233264-1168081346 -o ROOT/results/node44/solver-233264-1168081346 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/233264-1168081346/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  7bcc6ec8aa0f71b96754283e8b08b1cc

RANDOM SEED= 83685345

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.213
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.213
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:       1625608 kB
Buffers:         21624 kB
Cached:         312052 kB
SwapCached:          0 kB
Active:          75460 kB
Inactive:       285516 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1625608 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5432 kB
Writeback:           0 kB
Mapped:          44076 kB
Slab:            54360 kB
Committed_AS:  3730152 kB
PageTables:       2004 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 node44 on Sat Jan  6 11:06:32 UTC 2007