Trace number 2116530

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
Choco2.1.1b 2009-07-16SAT 162.184 162.319

DiagnosticValue
CHECKS0
NODES7218

General information on the benchmark

Namecsp/js-taillard-20-15/
normalized-js-taillard-20-15-105-2.xml
MD5SUM889428b741c69397c034d6ea53d00acd
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 benchmark17.5893
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints3130
Maximum constraint arity2
Maximum domain size1436
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3130
Global constraints used (with number of constraints)

Solver Data

162.11/162.25	s SATISFIABLE
162.11/162.25	v 0 99 241 245 339 406 440 527 607 732 746 763 1081 1137 1222 102 221 298 307 550 836 969 1063 1069 1095 1108 1179 1311 1406 1414 0 99 102 114 141 465 531 630 663 670 748 844 917 971 1155 314 373 497 562 594 624 744 814 982 1060 1278 1281 1306 1315 1410 396 500 561 596 663 700 746 861 946 997 1023 1036 1112 1153 1194 261 346 401 447 621 739 836 919 927 949 1028 1155 1207 1292 1356 35 179 283 348 361 470 562 601 621 726 843 1255 1263 1356 1373 91 163 261 317 345 374 470 630 740 785 888 965 1028 1259 1420 35 143 275 339 376 781 877 994 1037 1109 1137 1212 1320 1331 1339 0 92 163 245 405 496 866 910 1008 1093 1095 1155 1243 1286 1370 17 241 459 520 561 877 910 1016 1063 1072 1123 1133 1144 1230 1369 0 257 348 359 401 500 619 640 729 763 882 1006 1021 1340 1373 0 141 199 221 346 418 520 550 594 670 729 764 808 1007 1317 0 35 97 152 278 308 361 480 549 685 1092 1137 1175 1265 1382 626 700 748 793 814 910 920 966 968 1044 1082 1222 1259 1292 1328 29 105 145 166 257 308 314 864 965 1044 1095 1146 1258 1349 1414 94 143 148 333 373 531 601 685 732 757 844 968 994 1072 1263 0 11 29 231 291 376 440 605 814 866 920 965 1033 1179 1227 11 114 156 167 231 275 365 384 716 843 910 982 1093 1175 1265 0 19 72 152 298 406 549 605 694 744 772 787 814 997 1133 
162.11/162.25	d AC 32
162.11/162.25	d RUNTIME 162.116
162.11/162.25	d NODES 7218
162.11/162.25	d NODES/s 45
162.11/162.25	d BACKTRACKS 9316
162.11/162.25	d BACKTRACKS/s 57
162.11/162.25	d CHECKS 0
162.11/162.25	d CHECKS/s 0
162.11/162.25	c SAT 162.116 TIME      7218 NDS    709 PARSTIME      351 BUILDPB       878 CONFIG        160178 RES       true RESTART       1 HEURISTIC       true RANDVAL      

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2116530-1248031214/watcher-2116530-1248031214 -o /tmp/evaluation-result-2116530-1248031214/solver-2116530-1248031214 -C 1800 -W 2000 -M 900 java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2116530-1248031214.xml -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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


[startup+0 s]
/proc/loadavg: 2.06 2.07 2.00 4/83 1781
/proc/meminfo: memFree=764488/2055920 swapFree=4192812/4192956
[pid=1781] ppid=1779 vsize=152 CPUtime=0
/proc/1781/stat : 1781 (java) R 1779 1781 32578 0 -1 0 222 0 0 0 0 0 0 0 18 0 1 0 90184131 155648 26 996147200 134512640 134550932 4294955888 18446744073709551615 8732971 0 0 4096 0 0 0 0 17 0 0 0
/proc/1781/statm: 38 26 19 9 0 4 0

[startup+0.05222 s]
/proc/loadavg: 2.06 2.07 2.00 4/83 1781
/proc/meminfo: memFree=764488/2055920 swapFree=4192812/4192956
[pid=1781] ppid=1779 vsize=862024 CPUtime=0.04
/proc/1781/stat : 1781 (java) S 1779 1781 32578 0 -1 0 2752 0 1 0 2 2 0 0 18 0 9 0 90184131 882712576 2275 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1781/statm: 215506 2276 1124 9 0 210376 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 862024

[startup+0.101229 s]
/proc/loadavg: 2.06 2.07 2.00 4/83 1781
/proc/meminfo: memFree=764488/2055920 swapFree=4192812/4192956
[pid=1781] ppid=1779 vsize=864092 CPUtime=0.09
/proc/1781/stat : 1781 (java) S 1779 1781 32578 0 -1 0 3903 0 1 0 7 2 0 0 18 0 9 0 90184131 884830208 3350 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1781/statm: 216023 3350 1750 9 0 210492 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 864092

[startup+0.301268 s]
/proc/loadavg: 2.06 2.07 2.00 4/83 1781
/proc/meminfo: memFree=764488/2055920 swapFree=4192812/4192956
[pid=1781] ppid=1779 vsize=864516 CPUtime=0.29
/proc/1781/stat : 1781 (java) S 1779 1781 32578 0 -1 0 4618 0 1 0 26 3 0 0 18 0 9 0 90184131 885264384 4043 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1781/statm: 216129 4043 1856 9 0 210598 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 864516

[startup+0.701336 s]
/proc/loadavg: 2.06 2.07 2.00 4/83 1781
/proc/meminfo: memFree=764488/2055920 swapFree=4192812/4192956
[pid=1781] ppid=1779 vsize=864972 CPUtime=0.69
/proc/1781/stat : 1781 (java) S 1779 1781 32578 0 -1 0 7865 0 1 0 64 5 0 0 18 0 9 0 90184131 885731328 7279 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1781/statm: 216243 7280 1901 9 0 210712 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 864972

[startup+1.50247 s]
/proc/loadavg: 2.06 2.07 2.00 3/92 1790
/proc/meminfo: memFree=731136/2055920 swapFree=4192812/4192956
[pid=1781] ppid=1779 vsize=865148 CPUtime=1.49
/proc/1781/stat : 1781 (java) S 1779 1781 32578 0 -1 0 15932 0 1 0 139 10 0 0 18 0 9 0 90184131 885911552 15312 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1781/statm: 216287 15316 1969 9 0 210756 0
[pid=1781/tid=1783] ppid=1779 vsize=865148 CPUtime=1.19
/proc/1781/task/1783/stat : 1783 (java) R 1779 1781 32578 0 -1 64 14558 0 1 0 111 8 0 0 25 0 9 0 90184132 885911552 15318 996147200 134512640 134550932 4294955888 18446744073709551615 4127208814 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1784] ppid=1779 vsize=865148 CPUtime=0
/proc/1781/task/1784/stat : 1784 (java) S 1779 1781 32578 0 -1 64 3 0 0 0 0 0 0 0 17 0 9 0 90184134 885911552 15320 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1785] ppid=1779 vsize=865148 CPUtime=0
/proc/1781/task/1785/stat : 1785 (java) S 1779 1781 32578 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 90184134 885911552 15322 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1786] ppid=1779 vsize=865148 CPUtime=0
/proc/1781/task/1786/stat : 1786 (java) S 1779 1781 32578 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 90184134 885911552 15325 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1787] ppid=1779 vsize=865148 CPUtime=0
/proc/1781/task/1787/stat : 1787 (java) S 1779 1781 32578 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90184136 885911552 15327 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1788] ppid=1779 vsize=865148 CPUtime=0.28
/proc/1781/task/1788/stat : 1788 (java) S 1779 1781 32578 0 -1 64 650 0 0 0 27 1 0 0 15 0 9 0 90184136 885911552 15330 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1789] ppid=1779 vsize=865148 CPUtime=0
/proc/1781/task/1789/stat : 1789 (java) S 1779 1781 32578 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 90184136 885911552 15332 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1790] ppid=1779 vsize=865148 CPUtime=0
/proc/1781/task/1790/stat : 1790 (java) S 1779 1781 32578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90184136 885911552 15335 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 865148

[startup+3.10174 s]
/proc/loadavg: 2.06 2.07 2.00 3/92 1790
/proc/meminfo: memFree=696512/2055920 swapFree=4192812/4192956
[pid=1781] ppid=1779 vsize=865280 CPUtime=3.09
/proc/1781/stat : 1781 (java) S 1779 1781 32578 0 -1 0 19524 0 2 0 296 13 0 0 18 0 9 0 90184131 886046720 18896 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1781/statm: 216320 18896 1999 9 0 210789 0
[pid=1781/tid=1783] ppid=1779 vsize=865280 CPUtime=2.51
/proc/1781/task/1783/stat : 1783 (java) R 1779 1781 32578 0 -1 64 14905 0 2 0 242 9 0 0 25 0 9 0 90184132 886046720 18896 996147200 134512640 134550932 4294955888 18446744073709551615 4127481515 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1784] ppid=1779 vsize=865280 CPUtime=0.09
/proc/1781/task/1784/stat : 1784 (java) S 1779 1781 32578 0 -1 64 3118 0 0 0 8 1 0 0 17 0 9 0 90184134 886046720 18896 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1785] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1785/stat : 1785 (java) S 1779 1781 32578 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90184134 886046720 18896 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1786] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1786/stat : 1786 (java) S 1779 1781 32578 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90184134 886046720 18896 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1787] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1787/stat : 1787 (java) S 1779 1781 32578 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90184136 886046720 18896 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1788] ppid=1779 vsize=865280 CPUtime=0.46
/proc/1781/task/1788/stat : 1788 (java) S 1779 1781 32578 0 -1 64 769 0 0 0 45 1 0 0 16 0 9 0 90184136 886046720 18896 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1789] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1789/stat : 1789 (java) S 1779 1781 32578 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 90184136 886046720 18896 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1790] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1790/stat : 1790 (java) S 1779 1781 32578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90184136 886046720 18896 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 865280

[startup+6.30228 s]
/proc/loadavg: 2.06 2.07 2.00 3/92 1790
/proc/meminfo: memFree=683392/2055920 swapFree=4192812/4192956
[pid=1781] ppid=1779 vsize=865280 CPUtime=6.29
/proc/1781/stat : 1781 (java) S 1779 1781 32578 0 -1 0 22715 0 2 0 614 15 0 0 18 0 9 0 90184131 886046720 22083 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1781/statm: 216320 22083 1999 9 0 210789 0
[pid=1781/tid=1783] ppid=1779 vsize=865280 CPUtime=5.64
/proc/1781/task/1783/stat : 1783 (java) R 1779 1781 32578 0 -1 64 14911 0 2 0 554 10 0 0 25 0 9 0 90184132 886046720 22083 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1784] ppid=1779 vsize=865280 CPUtime=0.16
/proc/1781/task/1784/stat : 1784 (java) S 1779 1781 32578 0 -1 64 6302 0 0 0 14 2 0 0 17 0 9 0 90184134 886046720 22083 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1785] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1785/stat : 1785 (java) S 1779 1781 32578 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90184134 886046720 22083 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1786] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1786/stat : 1786 (java) S 1779 1781 32578 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90184134 886046720 22083 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1787] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1787/stat : 1787 (java) S 1779 1781 32578 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90184136 886046720 22083 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1788] ppid=1779 vsize=865280 CPUtime=0.46
/proc/1781/task/1788/stat : 1788 (java) S 1779 1781 32578 0 -1 64 770 0 0 0 45 1 0 0 15 0 9 0 90184136 886046720 22083 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1789] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1789/stat : 1789 (java) S 1779 1781 32578 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 90184136 886046720 22083 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1790] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1790/stat : 1790 (java) S 1779 1781 32578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90184136 886046720 22083 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 865280

[startup+12.7014 s]
/proc/loadavg: 2.05 2.06 2.00 3/92 1790
/proc/meminfo: memFree=677696/2055920 swapFree=4192812/4192956
[pid=1781] ppid=1779 vsize=865280 CPUtime=12.68
/proc/1781/stat : 1781 (java) S 1779 1781 32578 0 -1 0 24096 0 2 0 1253 15 0 0 18 0 9 0 90184131 886046720 23461 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1781/statm: 216320 23461 1999 9 0 210789 0
[pid=1781/tid=1783] ppid=1779 vsize=865280 CPUtime=11.99
/proc/1781/task/1783/stat : 1783 (java) R 1779 1781 32578 0 -1 64 14914 0 2 0 1189 10 0 0 25 0 9 0 90184132 886046720 23461 996147200 134512640 134550932 4294955888 18446744073709551615 4127424403 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1784] ppid=1779 vsize=865280 CPUtime=0.19
/proc/1781/task/1784/stat : 1784 (java) S 1779 1781 32578 0 -1 64 7675 0 0 0 17 2 0 0 16 0 9 0 90184134 886046720 23461 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1785] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1785/stat : 1785 (java) S 1779 1781 32578 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90184134 886046720 23461 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1786] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1786/stat : 1786 (java) S 1779 1781 32578 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90184134 886046720 23461 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1787] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1787/stat : 1787 (java) S 1779 1781 32578 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90184136 886046720 23461 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1788] ppid=1779 vsize=865280 CPUtime=0.46
/proc/1781/task/1788/stat : 1788 (java) S 1779 1781 32578 0 -1 64 775 0 0 0 45 1 0 0 16 0 9 0 90184136 886046720 23461 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1789] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1789/stat : 1789 (java) S 1779 1781 32578 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 90184136 886046720 23461 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1790] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1790/stat : 1790 (java) S 1779 1781 32578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90184136 886046720 23461 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 865280

[startup+25.5025 s]
/proc/loadavg: 2.04 2.06 2.00 3/92 1790
/proc/meminfo: memFree=677632/2055920 swapFree=4192812/4192956
[pid=1781] ppid=1779 vsize=865280 CPUtime=25.47
/proc/1781/stat : 1781 (java) S 1779 1781 32578 0 -1 0 24111 0 2 0 2531 16 0 0 18 0 9 0 90184131 886046720 23470 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1781/statm: 216320 23470 2001 9 0 210789 0
[pid=1781/tid=1783] ppid=1779 vsize=865280 CPUtime=24.77
/proc/1781/task/1783/stat : 1783 (java) R 1779 1781 32578 0 -1 64 14928 0 2 0 2466 11 0 0 25 0 9 0 90184132 886046720 23470 996147200 134512640 134550932 4294955888 18446744073709551615 4127601252 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1784] ppid=1779 vsize=865280 CPUtime=0.21
/proc/1781/task/1784/stat : 1784 (java) S 1779 1781 32578 0 -1 64 7675 0 0 0 19 2 0 0 17 0 9 0 90184134 886046720 23470 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1785] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1785/stat : 1785 (java) S 1779 1781 32578 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90184134 886046720 23470 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1786] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1786/stat : 1786 (java) S 1779 1781 32578 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90184134 886046720 23470 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1787] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1787/stat : 1787 (java) S 1779 1781 32578 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90184136 886046720 23470 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1788] ppid=1779 vsize=865280 CPUtime=0.47
/proc/1781/task/1788/stat : 1788 (java) S 1779 1781 32578 0 -1 64 776 0 0 0 46 1 0 0 15 0 9 0 90184136 886046720 23470 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1789] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1789/stat : 1789 (java) S 1779 1781 32578 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 90184136 886046720 23470 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1790] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1790/stat : 1790 (java) S 1779 1781 32578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90184136 886046720 23470 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 865280

[startup+51.1029 s]
/proc/loadavg: 2.02 2.05 2.00 3/92 1790
/proc/meminfo: memFree=677568/2055920 swapFree=4192812/4192956
[pid=1781] ppid=1779 vsize=865280 CPUtime=51.06
/proc/1781/stat : 1781 (java) S 1779 1781 32578 0 -1 0 24128 0 2 0 5089 17 0 0 18 0 9 0 90184131 886046720 23475 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1781/statm: 216320 23475 2001 9 0 210789 0
[pid=1781/tid=1783] ppid=1779 vsize=865280 CPUtime=50.31
/proc/1781/task/1783/stat : 1783 (java) R 1779 1781 32578 0 -1 64 14940 0 2 0 5020 11 0 0 25 0 9 0 90184132 886046720 23475 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1784] ppid=1779 vsize=865280 CPUtime=0.23
/proc/1781/task/1784/stat : 1784 (java) S 1779 1781 32578 0 -1 64 7675 0 0 0 21 2 0 0 16 0 9 0 90184134 886046720 23475 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1785] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1785/stat : 1785 (java) S 1779 1781 32578 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90184134 886046720 23475 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1786] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1786/stat : 1786 (java) S 1779 1781 32578 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90184134 886046720 23475 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1787] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1787/stat : 1787 (java) S 1779 1781 32578 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90184136 886046720 23475 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1788] ppid=1779 vsize=865280 CPUtime=0.48
/proc/1781/task/1788/stat : 1788 (java) S 1779 1781 32578 0 -1 64 781 0 0 0 47 1 0 0 15 0 9 0 90184136 886046720 23475 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1789] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1789/stat : 1789 (java) S 1779 1781 32578 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 90184136 886046720 23475 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1790] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1790/stat : 1790 (java) S 1779 1781 32578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90184136 886046720 23475 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 865280

[startup+102.308 s]
/proc/loadavg: 2.05 2.06 2.00 3/92 1790
/proc/meminfo: memFree=677312/2055920 swapFree=4192812/4192956
[pid=1781] ppid=1779 vsize=865280 CPUtime=102.24
/proc/1781/stat : 1781 (java) S 1779 1781 32578 0 -1 0 24191 0 2 0 10206 18 0 0 18 0 9 0 90184131 886046720 23526 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1781/statm: 216320 23526 2004 9 0 210789 0
[pid=1781/tid=1783] ppid=1779 vsize=865280 CPUtime=101.45
/proc/1781/task/1783/stat : 1783 (java) R 1779 1781 32578 0 -1 64 14952 0 2 0 10133 12 0 0 25 0 9 0 90184132 886046720 23526 996147200 134512640 134550932 4294955888 18446744073709551615 4127424807 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1784] ppid=1779 vsize=865280 CPUtime=0.27
/proc/1781/task/1784/stat : 1784 (java) S 1779 1781 32578 0 -1 64 7720 0 0 0 24 3 0 0 16 0 9 0 90184134 886046720 23526 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1785] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1785/stat : 1785 (java) S 1779 1781 32578 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90184134 886046720 23526 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1786] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1786/stat : 1786 (java) S 1779 1781 32578 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90184134 886046720 23526 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1787] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1787/stat : 1787 (java) S 1779 1781 32578 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90184136 886046720 23526 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1788] ppid=1779 vsize=865280 CPUtime=0.49
/proc/1781/task/1788/stat : 1788 (java) S 1779 1781 32578 0 -1 64 787 0 0 0 48 1 0 0 16 0 9 0 90184136 886046720 23526 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1789] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1789/stat : 1789 (java) S 1779 1781 32578 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 90184136 886046720 23526 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1790] ppid=1779 vsize=865280 CPUtime=0
/proc/1781/task/1790/stat : 1790 (java) S 1779 1781 32578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90184136 886046720 23526 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 865280

[startup+162.303 s]
/proc/loadavg: 2.05 2.06 2.00 3/92 1790
/proc/meminfo: memFree=677312/2055920 swapFree=4192812/4192956
[pid=1781] ppid=1779 vsize=865604 CPUtime=162.16
/proc/1781/stat : 1781 (java) S 1779 1781 32578 0 -1 0 24242 0 2 0 16197 19 0 0 18 0 9 0 90184131 886378496 23560 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1781/statm: 216401 23560 2014 9 0 210870 0
[pid=1781/tid=1783] ppid=1779 vsize=865604 CPUtime=161.35
/proc/1781/task/1783/stat : 1783 (java) S 1779 1781 32578 0 -1 64 14993 0 2 0 16122 13 0 0 25 0 9 0 90184132 886378496 23560 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1784] ppid=1779 vsize=865604 CPUtime=0.28
/proc/1781/task/1784/stat : 1784 (java) S 1779 1781 32578 0 -1 64 7722 0 0 0 25 3 0 0 16 0 9 0 90184134 886378496 23560 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1785] ppid=1779 vsize=865604 CPUtime=0
/proc/1781/task/1785/stat : 1785 (java) S 1779 1781 32578 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 90184134 886378496 23560 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1786] ppid=1779 vsize=865604 CPUtime=0
/proc/1781/task/1786/stat : 1786 (java) S 1779 1781 32578 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 90184134 886378496 23560 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1787] ppid=1779 vsize=865604 CPUtime=0
/proc/1781/task/1787/stat : 1787 (java) S 1779 1781 32578 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 90184136 886378496 23560 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1788] ppid=1779 vsize=865604 CPUtime=0.49
/proc/1781/task/1788/stat : 1788 (java) S 1779 1781 32578 0 -1 64 790 0 0 0 48 1 0 0 15 0 9 0 90184136 886378496 23560 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1789] ppid=1779 vsize=865604 CPUtime=0
/proc/1781/task/1789/stat : 1789 (java) S 1779 1781 32578 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 90184136 886378496 23560 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1781/tid=1790] ppid=1779 vsize=865604 CPUtime=0
/proc/1781/task/1790/stat : 1790 (java) S 1779 1781 32578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 90184136 886378496 23560 996147200 134512640 134550932 4294955888 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 865604

Solver just ended. Dumping a history of the last processes samples

Child status: 0
Real time (s): 162.319
CPU time (s): 162.184
CPU user time (s): 161.972
CPU system time (s): 0.211967
CPU usage (%): 99.9168
Max. virtual memory (cumulated for all children) (KiB): 865604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 161.972
system time used= 0.211967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24245
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6476
involuntary context switches= 6970

runsolver used 0.19197 second user time and 0.552915 second system time

The end

Launcher Data

Begin job on node68 at 2009-07-19 21:20:14
IDJOB=2116530
IDBENCH=57043
IDSOLVER=780
FILE ID=node68/2116530-1248031214
PBS_JOBID= 9528916
Free space on /tmp= 66408 MiB

SOLVER NAME= Choco2.1.1b 2009-07-16
BENCH NAME= CPAI08/csp/js-taillard-20-15/normalized-js-taillard-20-15-105-2.xml
COMMAND LINE= java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file BENCHNAME -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2116530-1248031214/watcher-2116530-1248031214 -o /tmp/evaluation-result-2116530-1248031214/solver-2116530-1248031214 -C 1800 -W 2000 -M 900  java -Xms700M -Xmx700M -jar HOME/choco2.1.1.b.jar -file HOME/instance-2116530-1248031214.xml -randval true -h 1 -ac 32 -saclim 60 -s true -verb 0 -seed 11041979

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 889428b741c69397c034d6ea53d00acd
RANDOM SEED=1716803696

node68.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.258
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.258
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:        764968 kB
Buffers:        104500 kB
Cached:         993496 kB
SwapCached:          0 kB
Active:         408828 kB
Inactive:       781212 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        764968 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5408 kB
Writeback:           0 kB
Mapped:         110192 kB
Slab:            85608 kB
Committed_AS:  1367236 kB
PageTables:       2112 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66400 MiB
End job on node68 at 2009-07-19 21:22:57