Trace number 232975

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
buggy_2_5_s 2007-01-08SAT 524.211 526.361

General information on the benchmark

Nametaillard/os-taillard-20/
os-taillard-20-105-9.xml
MD5SUMe4f07f5e15632e967d01c8f33a30aa21
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 benchmark0.792879
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1348
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)

c 
c 
c 
c solution file
c 
c 

SAT
285 642 78 193 0 383 789 691 97 913 864 901 836 740 481 579 922 886 93 182 670 1076 182 1287 578 449 258 0 1017 277 864 729 1072 382 1259 313 97 497 958 1168 488 0 387 159 72 79 587 357 180 341 710 272 913 850 670 821 424 167 771 994 1118 1234 955 1201 901 0 1154 348 1022 1094 554 72 260 375 462 725 170 642 821 358 1017 83 360 352 177 424 854 579 699 537 940 0 652 85 275 488 1008 986 796 1026 615 486 864 181 1099 711 270 85 537 1228 0 845 943 1015 999 902 554 806 412 917 652 270 709 796 1251 348 94 0 256 972 746 1201 498 1022 788 183 444 1058 865 1120 1168 578 779 687 344 183 826 922 0 756 352 1054 487 90 1072 709 602 445 612 260 1028 959 423 612 845 94 1241 446 700 482 277 185 375 769 670 0 1106 561 1185 260 700 1062 193 658 445 353 772 1094 191 901 968 497 946 874 571 412 87 268 1011 0 1028 167 0 754 462 264 1163 481 948 896 1202 1004 87 1298 578 538 841 353 1106 671 869 369 723 382 834 588 77 685 509 445 185 93 662 538 0 275 613 937 1037 342 639 1013 423 756 1123 670 368 796 0 624 277 494 592 181 1148 909 482 571 931 82 78 587 671 860 510 185 1202 1130 425 771 265 344 931 191 687 0 746 449 292 1047 375 1076 425 152 286 788 72 0 383 1086 639 1161 169 817 691 986 675 183 909 567 414 506 869 270 782 444 351 999 401 1154 640 725 0 1123 470 917 94 1062 571 166 729 185 909 666 576 836 351 1054 796 270 1017 0 1094 959 414 782 982 90 497 615 1092 1194 572 169 456 1141 360 827 710 996 0 1060 510 603 630 268 87 969 943 285 1148 1063 1262 1217 769 708 456 193 948 1130 790 545 1177 1017 850 358 631 928 97 0 401 441 918 740 933 177 1037 969 892 77 260 506 666 611 313 486 827 994 1185 0 

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/node1/watcher-232975-1168324276 -o ROOT/results/node1/solver-232975-1168324276 -C 1800 -M 900 /tmp/evaluation/232975-1168324276/solver2 /tmp/evaluation/232975-1168324276/unknown 1800 

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: 2.10 2.02 2.01 3/87 12565
/proc/meminfo: memFree=1132752/2055920 swapFree=4165612/4192956
[pid=12564] ppid=12562 vsize=5352 CPUtime=0
/proc/12564/stat : 12564 (solver2) S 12562 12564 11699 0 -1 4194304 331 190 0 0 0 0 0 0 16 0 1 0 180823551 5480448 241 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12564/statm: 1338 241 202 169 0 49 0
[pid=12568] ppid=12564 vsize=2404 CPUtime=0
/proc/12568/stat : 12568 (rm) R 12564 12564 11699 0 -1 4194304 80 0 0 0 0 0 0 0 18 0 1 0 180823552 2461696 52 18446744073709551615 4194304 4227748 548682069488 18446744073709551615 259352853184 0 0 4096 0 0 0 0 17 1 0 0
/proc/12568/statm: 601 67 53 8 0 9 0

[startup+0.102291 s]
/proc/loadavg: 2.10 2.02 2.01 3/87 12565
/proc/meminfo: memFree=1132752/2055920 swapFree=4165612/4192956
[pid=12564] ppid=12562 vsize=5352 CPUtime=0
/proc/12564/stat : 12564 (solver2) S 12562 12564 11699 0 -1 4194304 353 334 0 0 0 0 0 0 17 0 1 0 180823551 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12564/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.51034 s]
/proc/loadavg: 2.10 2.02 2.01 3/87 12565
/proc/meminfo: memFree=1132752/2055920 swapFree=4165612/4192956
[pid=12564] ppid=12562 vsize=5352 CPUtime=0.16
/proc/12564/stat : 12564 (solver2) S 12562 12564 11699 0 -1 4194304 376 2353 0 0 0 0 14 2 16 0 1 0 180823551 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12564/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 5352

[startup+1.33143 s]
/proc/loadavg: 2.10 2.02 2.01 3/88 12577
/proc/meminfo: memFree=1102344/2055920 swapFree=4165612/4192956
[pid=12564] ppid=12562 vsize=5352 CPUtime=0.16
/proc/12564/stat : 12564 (solver2) S 12562 12564 11699 0 -1 4194304 376 2353 0 0 0 0 14 2 16 0 1 0 180823551 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12564/statm: 1338 242 203 169 0 49 0
[pid=12577] ppid=12564 vsize=24792 CPUtime=1.14
/proc/12577/stat : 12577 (bordewijk) R 12564 12564 11699 0 -1 4194304 6475 0 0 0 107 7 0 0 25 0 1 0 180823569 25387008 5935 18446744073709551615 134512640 134912576 4294956752 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 6198 5935 169 97 0 5776 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 30144

[startup+2.96863 s]
/proc/loadavg: 2.10 2.02 2.01 3/88 12577
/proc/meminfo: memFree=1065096/2055920 swapFree=4165612/4192956
[pid=12564] ppid=12562 vsize=5352 CPUtime=0.16
/proc/12564/stat : 12564 (solver2) S 12562 12564 11699 0 -1 4194304 376 2353 0 0 0 0 14 2 16 0 1 0 180823551 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12564/statm: 1338 242 203 169 0 49 0
[pid=12577] ppid=12564 vsize=153908 CPUtime=2.78
/proc/12577/stat : 12577 (bordewijk) R 12564 12564 11699 0 -1 4194304 40336 0 0 0 210 68 0 0 25 0 1 0 180823569 157601792 37430 18446744073709551615 134512640 134912576 4294956752 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 38477 37430 217 97 0 37758 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 159260

[startup+6.25301 s]
/proc/loadavg: 2.10 2.02 2.00 3/88 12577
/proc/meminfo: memFree=961480/2055920 swapFree=4165612/4192956
[pid=12564] ppid=12562 vsize=5352 CPUtime=0.16
/proc/12564/stat : 12564 (solver2) S 12562 12564 11699 0 -1 4194304 376 2353 0 0 0 0 14 2 16 0 1 0 180823551 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12564/statm: 1338 242 203 169 0 49 0
[pid=12577] ppid=12564 vsize=153908 CPUtime=6.05
/proc/12577/stat : 12577 (bordewijk) R 12564 12564 11699 0 -1 4194304 40336 0 0 0 229 376 0 0 25 0 1 0 180823569 157601792 37430 18446744073709551615 134512640 134912576 4294956752 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/12577/statm: 38477 37430 217 97 0 37758 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 159260

[startup+12.7208 s]
/proc/loadavg: 2.09 2.02 2.00 3/88 12578
/proc/meminfo: memFree=1009096/2055920 swapFree=4165612/4192956
[pid=12564] ppid=12562 vsize=5352 CPUtime=6.79
/proc/12564/stat : 12564 (solver2) S 12562 12564 11699 0 -1 4194304 397 42690 0 0 0 0 246 433 16 0 1 0 180823551 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12564/statm: 1338 242 203 169 0 49 0
[pid=12578] ppid=12564 vsize=111428 CPUtime=5.84
/proc/12578/stat : 12578 (standalone) R 12564 12564 11699 0 -1 4194304 26960 0 0 0 476 108 0 0 25 0 1 0 180824238 114102272 26755 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134556239 0 0 4096 0 0 0 0 17 1 0 0
/proc/12578/statm: 27857 26755 136 64 0 27172 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 116780

[startup+25.5573 s]
/proc/loadavg: 2.07 2.01 2.00 3/88 12578
/proc/meminfo: memFree=1009288/2055920 swapFree=4165612/4192956
[pid=12564] ppid=12562 vsize=5352 CPUtime=6.79
/proc/12564/stat : 12564 (solver2) S 12562 12564 11699 0 -1 4194304 397 42690 0 0 0 0 246 433 16 0 1 0 180823551 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12564/statm: 1338 242 203 169 0 49 0
[pid=12578] ppid=12564 vsize=111428 CPUtime=18.67
/proc/12578/stat : 12578 (standalone) R 12564 12564 11699 0 -1 4194304 26961 0 0 0 1759 108 0 0 25 0 1 0 180824238 114102272 26756 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4052266246 0 0 4096 0 0 0 0 17 1 0 0
/proc/12578/statm: 27857 26756 137 64 0 27172 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 116780

[startup+51.2203 s]
/proc/loadavg: 2.04 2.01 2.00 3/88 12578
/proc/meminfo: memFree=1009544/2055920 swapFree=4165612/4192956
[pid=12564] ppid=12562 vsize=5352 CPUtime=6.79
/proc/12564/stat : 12564 (solver2) S 12562 12564 11699 0 -1 4194304 397 42690 0 0 0 0 246 433 16 0 1 0 180823551 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12564/statm: 1338 242 203 169 0 49 0
[pid=12578] ppid=12564 vsize=111428 CPUtime=44.33
/proc/12578/stat : 12578 (standalone) R 12564 12564 11699 0 -1 4194304 26961 0 0 0 4324 109 0 0 25 0 1 0 180824238 114102272 26756 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4052266234 0 0 4096 0 0 0 0 17 1 0 0
/proc/12578/statm: 27857 26756 137 64 0 27172 0
Current children cumulated CPU time (s) 51.12
Current children cumulated vsize (KiB) 116780

[startup+102.421 s]
/proc/loadavg: 2.02 2.01 2.00 3/94 12635
/proc/meminfo: memFree=1046232/2055920 swapFree=4165612/4192956
[pid=12564] ppid=12562 vsize=5352 CPUtime=6.79
/proc/12564/stat : 12564 (solver2) S 12562 12564 11699 0 -1 4194304 397 42690 0 0 0 0 246 433 16 0 1 0 180823551 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12564/statm: 1338 242 203 169 0 49 0
[pid=12578] ppid=12564 vsize=111428 CPUtime=95.42
/proc/12578/stat : 12578 (standalone) R 12564 12564 11699 0 -1 4194304 26961 0 0 0 9432 110 0 0 25 0 1 0 180824238 114102272 26756 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4052266508 0 0 4096 0 0 0 0 17 0 0 0
/proc/12578/statm: 27857 26756 137 64 0 27172 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 116780

[startup+162.513 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 12635
/proc/meminfo: memFree=977816/2055920 swapFree=4165612/4192956
[pid=12564] ppid=12562 vsize=5352 CPUtime=6.79
/proc/12564/stat : 12564 (solver2) S 12562 12564 11699 0 -1 4194304 397 42690 0 0 0 0 246 433 16 0 1 0 180823551 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12564/statm: 1338 242 203 169 0 49 0
[pid=12578] ppid=12564 vsize=111428 CPUtime=155.23
/proc/12578/stat : 12578 (standalone) R 12564 12564 11699 0 -1 4194304 26961 0 0 0 15412 111 0 0 25 0 1 0 180824238 114102272 26756 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4052269873 0 0 4096 0 0 0 0 17 0 0 0
/proc/12578/statm: 27857 26756 137 64 0 27172 0
Current children cumulated CPU time (s) 162.02
Current children cumulated vsize (KiB) 116780

[startup+222.609 s]
/proc/loadavg: 2.06 2.02 2.00 3/94 12635
/proc/meminfo: memFree=904664/2055920 swapFree=4165612/4192956
[pid=12564] ppid=12562 vsize=5352 CPUtime=6.79
/proc/12564/stat : 12564 (solver2) S 12562 12564 11699 0 -1 4194304 397 42690 0 0 0 0 246 433 16 0 1 0 180823551 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12564/statm: 1338 242 203 169 0 49 0
[pid=12578] ppid=12564 vsize=111428 CPUtime=215.05
/proc/12578/stat : 12578 (standalone) R 12564 12564 11699 0 -1 4194304 26961 0 0 0 21394 111 0 0 25 0 1 0 180824238 114102272 26756 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4052250364 0 0 4096 0 0 0 0 17 0 0 0
/proc/12578/statm: 27857 26756 137 64 0 27172 0
Current children cumulated CPU time (s) 221.84
Current children cumulated vsize (KiB) 116780

[startup+282.7 s]
/proc/loadavg: 2.08 2.03 2.00 3/94 12635
/proc/meminfo: memFree=825240/2055920 swapFree=4165612/4192956
[pid=12564] ppid=12562 vsize=5352 CPUtime=6.79
/proc/12564/stat : 12564 (solver2) S 12562 12564 11699 0 -1 4194304 397 42690 0 0 0 0 246 433 16 0 1 0 180823551 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12564/statm: 1338 242 203 169 0 49 0
[pid=12578] ppid=12564 vsize=111428 CPUtime=274.87
/proc/12578/stat : 12578 (standalone) R 12564 12564 11699 0 -1 4194304 26961 0 0 0 27376 111 0 0 25 0 1 0 180824238 114102272 26756 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4052250721 0 0 4096 0 0 0 0 17 0 0 0
/proc/12578/statm: 27857 26756 137 64 0 27172 0
Current children cumulated CPU time (s) 281.66
Current children cumulated vsize (KiB) 116780

[startup+342.791 s]
/proc/loadavg: 2.12 2.05 2.01 3/94 12635
/proc/meminfo: memFree=740504/2055920 swapFree=4165612/4192956
[pid=12564] ppid=12562 vsize=5352 CPUtime=6.79
/proc/12564/stat : 12564 (solver2) S 12562 12564 11699 0 -1 4194304 397 42690 0 0 0 0 246 433 16 0 1 0 180823551 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12564/statm: 1338 242 203 169 0 49 0
[pid=12578] ppid=12564 vsize=111428 CPUtime=334.67
/proc/12578/stat : 12578 (standalone) R 12564 12564 11699 0 -1 4194304 26961 0 0 0 33356 111 0 0 25 0 1 0 180824238 114102272 26756 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134555397 0 0 4096 0 0 0 0 17 0 0 0
/proc/12578/statm: 27857 26756 137 64 0 27172 0
Current children cumulated CPU time (s) 341.46
Current children cumulated vsize (KiB) 116780

[startup+402.883 s]
/proc/loadavg: 2.08 2.05 2.01 3/94 12635
/proc/meminfo: memFree=740440/2055920 swapFree=4165612/4192956
[pid=12564] ppid=12562 vsize=5352 CPUtime=6.79
/proc/12564/stat : 12564 (solver2) S 12562 12564 11699 0 -1 4194304 397 42690 0 0 0 0 246 433 16 0 1 0 180823551 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12564/statm: 1338 242 203 169 0 49 0
[pid=12578] ppid=12564 vsize=111428 CPUtime=394.49
/proc/12578/stat : 12578 (standalone) R 12564 12564 11699 0 -1 4194304 26961 0 0 0 39338 111 0 0 25 0 1 0 180824238 114102272 26756 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4052270516 0 0 4096 0 0 0 0 17 0 0 0
/proc/12578/statm: 27857 26756 137 64 0 27172 0
Current children cumulated CPU time (s) 401.28
Current children cumulated vsize (KiB) 116780

[startup+462.975 s]
/proc/loadavg: 2.11 2.06 2.01 3/94 12635
/proc/meminfo: memFree=740440/2055920 swapFree=4165612/4192956
[pid=12564] ppid=12562 vsize=5352 CPUtime=6.79
/proc/12564/stat : 12564 (solver2) S 12562 12564 11699 0 -1 4194304 397 42690 0 0 0 0 246 433 16 0 1 0 180823551 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12564/statm: 1338 242 203 169 0 49 0
[pid=12578] ppid=12564 vsize=111428 CPUtime=454.31
/proc/12578/stat : 12578 (standalone) R 12564 12564 11699 0 -1 4194304 26961 0 0 0 45320 111 0 0 25 0 1 0 180824238 114102272 26756 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4052245986 0 0 4096 0 0 0 0 17 0 0 0
/proc/12578/statm: 27857 26756 137 64 0 27172 0
Current children cumulated CPU time (s) 461.1
Current children cumulated vsize (KiB) 116780

[startup+523.07 s]
/proc/loadavg: 2.04 2.05 2.00 3/94 12635
/proc/meminfo: memFree=740376/2055920 swapFree=4165612/4192956
[pid=12564] ppid=12562 vsize=5352 CPUtime=6.79
/proc/12564/stat : 12564 (solver2) S 12562 12564 11699 0 -1 4194304 397 42690 0 0 0 0 246 433 16 0 1 0 180823551 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 259353273156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12564/statm: 1338 242 203 169 0 49 0
[pid=12578] ppid=12564 vsize=111432 CPUtime=514.12
/proc/12578/stat : 12578 (standalone) R 12564 12564 11699 0 -1 4194304 27080 0 0 0 51300 112 0 0 25 0 1 0 180824238 114106368 26875 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4052590635 0 0 4096 0 0 0 0 17 0 0 0
/proc/12578/statm: 27858 26875 138 64 0 27173 0
Current children cumulated CPU time (s) 520.91
Current children cumulated vsize (KiB) 116784

Child status: 0
Real time (s): 526.361
CPU time (s): 524.211
CPU user time (s): 518.73
CPU system time (s): 5.48117
CPU usage (%): 99.5916
Max. virtual memory (cumulated for all children) (KiB): 159260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 518.73
system time used= 5.48117
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70492
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 327
involuntary context switches= 9103

runsolver used 0.466929 s user time and 1.40679 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Tue Jan  9 06:31:17 UTC 2007


IDJOB= 232975
IDBENCH= 6572
FILE ID= node1/232975-1168324276

PBS_JOBID= 3502719

Free space on /tmp= 66478 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-20/os-taillard-20-105-9.xml
COMMAND LINE= /tmp/evaluation/232975-1168324276/solver2 /tmp/evaluation/232975-1168324276/unknown 1800
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-232975-1168324276 -o ROOT/results/node1/solver-232975-1168324276 -C 1800 -M 900  /tmp/evaluation/232975-1168324276/solver2 /tmp/evaluation/232975-1168324276/unknown 1800

META MD5SUM SOLVER= 2182e29fee250f6e45b9a85a6429fa3a
MD5SUM BENCH=  e4f07f5e15632e967d01c8f33a30aa21

RANDOM SEED= 707435015

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.234
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.234
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:       1133424 kB
Buffers:         81280 kB
Cached:         654328 kB
SwapCached:       3620 kB
Active:         486580 kB
Inactive:       372928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1133424 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:           11136 kB
Writeback:           0 kB
Mapped:         134932 kB
Slab:            47608 kB
Committed_AS:  5784460 kB
PageTables:       2496 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= 66485 MiB



End job on node1 on Tue Jan  9 06:40:04 UTC 2007