Trace number 232991

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 555.411 557.808

General information on the benchmark

Nametaillard/os-taillard-20/
os-taillard-20-100-3.xml
MD5SUMa952f77e6486671336c6f7fb8be515ed
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 benchmark4.08338
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1310
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
1198 1081 553 447 178 243 1001 277 1250 953 794 88 189 889 862 510 659 0 367 696 0 365 176 601 886 912 64 592 1068 80 1037 451 959 1076 757 1053 271 670 540 825 349 622 269 930 460 656 885 933 365 760 723 0 819 85 1161 1001 1061 356 181 539 411 90 761 177 702 905 527 896 452 0 930 151 518 1081 276 1137 625 367 836 1240 274 1164 850 90 785 0 68 761 609 524 685 170 1068 896 838 983 1169 365 178 434 994 0 93 189 849 1018 696 1164 912 622 414 561 539 971 772 246 518 1196 306 380 953 843 466 375 1205 763 933 1003 820 0 289 539 191 628 356 609 873 722 99 808 628 109 318 736 1117 0 90 1019 949 447 268 911 835 535 466 408 365 203 1190 679 1252 697 581 1037 1170 176 95 73 365 941 0 838 873 460 1010 614 71 1224 274 1076 1164 177 1137 912 1104 760 262 300 741 838 685 358 589 1228 87 243 434 518 1003 1269 147 243 478 737 656 330 414 926 619 772 540 873 99 949 900 697 970 0 581 806 576 886 355 332 352 85 147 0 627 757 529 233 447 1196 416 561 71 544 838 1095 1240 478 262 801 349 502 321 369 201 1073 1111 589 627 900 436 189 0 960 719 80 330 0 627 540 1203 760 677 164 98 1044 416 1250 180 177 829 722 271 1107 491 898 0 284 85 243 1224 412 481 1044 981 636 1113 719 737 553 959 191 358 829 453 386 737 643 829 949 1054 986 776 557 270 1190 508 1113 677 0 1262 189 15 109 425 341 0 819 1145 181 936 1035 601 1096 970 78 688 1231 414 502 284 375 1198 724 64 524 355 0 849 499 454 436 949 1175 1169 203 722 518 766 98 271 1066 994 558 601 177 836 986 1027 151 1157 364 270 1122 726 1205 1068 801 0 535 1227 453 622 997 896 741 1161 815 996 365 78 425 898 512 178 777 261 289 1107 670 540 80 451 1229 0 622 

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/node2/watcher-232991-1168324332 -o ROOT/results/node2/solver-232991-1168324332 -C 1800 -M 900 /tmp/evaluation/232991-1168324332/solver2 /tmp/evaluation/232991-1168324332/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: 1.86 1.76 1.87 5/87 6763
/proc/meminfo: memFree=1466888/2055920 swapFree=4191880/4192956
[pid=6762] ppid=6760 vsize=18540 CPUtime=0
/proc/6762/stat : 6762 (runsolver) R 6760 6762 4610 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 180829025 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 206381313319 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6762/statm: 4635 279 244 17 0 2626 0

[startup+0.108445 s]
/proc/loadavg: 1.86 1.76 1.87 5/87 6763
/proc/meminfo: memFree=1466888/2055920 swapFree=4191880/4192956
[pid=6762] ppid=6760 vsize=5352 CPUtime=0
/proc/6762/stat : 6762 (solver2) S 6760 6762 4610 0 -1 4194304 353 334 0 0 0 0 0 0 21 0 1 0 180829025 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6762/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.516519 s]
/proc/loadavg: 1.86 1.76 1.87 5/87 6763
/proc/meminfo: memFree=1466888/2055920 swapFree=4191880/4192956
[pid=6762] ppid=6760 vsize=5352 CPUtime=0.12
/proc/6762/stat : 6762 (solver2) S 6760 6762 4610 0 -1 4194304 376 2352 0 0 0 0 10 2 15 0 1 0 180829025 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6762/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 5352

[startup+1.33768 s]
/proc/loadavg: 1.87 1.76 1.87 3/88 6775
/proc/meminfo: memFree=1436992/2055920 swapFree=4191880/4192956
[pid=6762] ppid=6760 vsize=5352 CPUtime=0.12
/proc/6762/stat : 6762 (solver2) S 6760 6762 4610 0 -1 4194304 376 2352 0 0 0 0 10 2 15 0 1 0 180829025 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6762/statm: 1338 242 203 169 0 49 0
[pid=6775] ppid=6762 vsize=25840 CPUtime=1.18
/proc/6775/stat : 6775 (bordewijk) R 6762 6762 4610 0 -1 4194304 6473 0 0 0 112 6 0 0 18 0 1 0 180829039 26460160 5932 18446744073709551615 134512640 134912576 4294956752 18446744073709551615 10995482 0 0 4096 0 0 0 0 17 1 0 0
/proc/6775/statm: 6460 5932 204 97 0 5741 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 31192

[startup+2.97797 s]
/proc/loadavg: 1.87 1.76 1.87 3/88 6775
/proc/meminfo: memFree=1385792/2055920 swapFree=4191880/4192956
[pid=6762] ppid=6760 vsize=5352 CPUtime=0.12
/proc/6762/stat : 6762 (solver2) S 6760 6762 4610 0 -1 4194304 376 2352 0 0 0 0 10 2 15 0 1 0 180829025 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6762/statm: 1338 242 203 169 0 49 0
[pid=6775] ppid=6762 vsize=150364 CPUtime=2.8
/proc/6775/stat : 6775 (bordewijk) R 6762 6762 4610 0 -1 4194304 39440 0 0 0 206 74 0 0 25 0 1 0 180829039 153972736 36535 18446744073709551615 134512640 134912576 4294956752 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6775/statm: 37591 36535 217 97 0 36872 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 155716

[startup+6.26458 s]
/proc/loadavg: 1.87 1.76 1.87 3/88 6775
/proc/meminfo: memFree=1299264/2055920 swapFree=4191880/4192956
[pid=6762] ppid=6760 vsize=5352 CPUtime=0.12
/proc/6762/stat : 6762 (solver2) S 6760 6762 4610 0 -1 4194304 376 2352 0 0 0 0 10 2 15 0 1 0 180829025 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6762/statm: 1338 242 203 169 0 49 0
[pid=6775] ppid=6762 vsize=150364 CPUtime=6.07
/proc/6775/stat : 6775 (bordewijk) R 6762 6762 4610 0 -1 4194304 39440 0 0 0 225 382 0 0 25 0 1 0 180829039 153972736 36535 18446744073709551615 134512640 134912576 4294956752 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/6775/statm: 37591 36535 217 97 0 36872 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 155716

[startup+12.7348 s]
/proc/loadavg: 1.89 1.77 1.87 3/88 6776
/proc/meminfo: memFree=1346432/2055920 swapFree=4191880/4192956
[pid=6762] ppid=6760 vsize=5352 CPUtime=6.62
/proc/6762/stat : 6762 (solver2) S 6760 6762 4610 0 -1 4194304 397 41793 0 0 0 0 237 425 16 0 1 0 180829025 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6762/statm: 1338 242 203 169 0 49 0
[pid=6776] ppid=6762 vsize=108396 CPUtime=6
/proc/6776/stat : 6776 (standalone) R 6762 6762 4610 0 -1 4194304 26217 0 0 0 490 110 0 0 25 0 1 0 180829693 110997504 26013 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4056321989 0 0 4096 0 0 0 0 17 1 0 0
/proc/6776/statm: 27099 26013 137 64 0 26414 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 113748

[startup+25.5641 s]
/proc/loadavg: 1.91 1.78 1.87 3/88 6776
/proc/meminfo: memFree=1346496/2055920 swapFree=4191880/4192956
[pid=6762] ppid=6760 vsize=5352 CPUtime=6.62
/proc/6762/stat : 6762 (solver2) S 6760 6762 4610 0 -1 4194304 397 41793 0 0 0 0 237 425 16 0 1 0 180829025 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6762/statm: 1338 242 203 169 0 49 0
[pid=6776] ppid=6762 vsize=108396 CPUtime=18.78
/proc/6776/stat : 6776 (standalone) R 6762 6762 4610 0 -1 4194304 26217 0 0 0 1767 111 0 0 25 0 1 0 180829693 110997504 26013 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4055345806 0 0 4096 0 0 0 0 17 1 0 0
/proc/6776/statm: 27099 26013 137 64 0 26414 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 113748

[startup+51.2138 s]
/proc/loadavg: 1.94 1.80 1.88 3/88 6776
/proc/meminfo: memFree=1346752/2055920 swapFree=4191880/4192956
[pid=6762] ppid=6760 vsize=5352 CPUtime=6.62
/proc/6762/stat : 6762 (solver2) S 6760 6762 4610 0 -1 4194304 397 41793 0 0 0 0 237 425 16 0 1 0 180829025 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6762/statm: 1338 242 203 169 0 49 0
[pid=6776] ppid=6762 vsize=108396 CPUtime=44.31
/proc/6776/stat : 6776 (standalone) R 6762 6762 4610 0 -1 4194304 26217 0 0 0 4320 111 0 0 25 0 1 0 180829693 110997504 26013 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4055968887 0 0 4096 0 0 0 0 17 1 0 0
/proc/6776/statm: 27099 26013 137 64 0 26414 0
Current children cumulated CPU time (s) 50.93
Current children cumulated vsize (KiB) 113748

[startup+102.505 s]
/proc/loadavg: 1.97 1.83 1.88 4/88 6776
/proc/meminfo: memFree=1346816/2055920 swapFree=4191880/4192956
[pid=6762] ppid=6760 vsize=5352 CPUtime=6.62
/proc/6762/stat : 6762 (solver2) S 6760 6762 4610 0 -1 4194304 397 41793 0 0 0 0 237 425 16 0 1 0 180829025 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6762/statm: 1338 242 203 169 0 49 0
[pid=6776] ppid=6762 vsize=108396 CPUtime=95.38
/proc/6776/stat : 6776 (standalone) R 6762 6762 4610 0 -1 4194304 26217 0 0 0 9426 112 0 0 25 0 1 0 180829693 110997504 26013 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4055345272 0 0 4096 0 0 0 0 17 1 0 0
/proc/6776/statm: 27099 26013 137 64 0 26414 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 113748

[startup+162.517 s]
/proc/loadavg: 1.99 1.85 1.89 3/88 6776
/proc/meminfo: memFree=1346880/2055920 swapFree=4191880/4192956
[pid=6762] ppid=6760 vsize=5352 CPUtime=6.62
/proc/6762/stat : 6762 (solver2) S 6760 6762 4610 0 -1 4194304 397 41793 0 0 0 0 237 425 16 0 1 0 180829025 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6762/statm: 1338 242 203 169 0 49 0
[pid=6776] ppid=6762 vsize=108396 CPUtime=155.13
/proc/6776/stat : 6776 (standalone) R 6762 6762 4610 0 -1 4194304 26217 0 0 0 15401 112 0 0 25 0 1 0 180829693 110997504 26013 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4055363114 0 0 4096 0 0 0 0 17 1 0 0
/proc/6776/statm: 27099 26013 137 64 0 26414 0
Current children cumulated CPU time (s) 161.75
Current children cumulated vsize (KiB) 113748

[startup+222.533 s]
/proc/loadavg: 1.99 1.88 1.89 3/88 6776
/proc/meminfo: memFree=1346880/2055920 swapFree=4191880/4192956
[pid=6762] ppid=6760 vsize=5352 CPUtime=6.62
/proc/6762/stat : 6762 (solver2) S 6760 6762 4610 0 -1 4194304 397 41793 0 0 0 0 237 425 16 0 1 0 180829025 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6762/statm: 1338 242 203 169 0 49 0
[pid=6776] ppid=6762 vsize=108396 CPUtime=214.89
/proc/6776/stat : 6776 (standalone) R 6762 6762 4610 0 -1 4194304 26217 0 0 0 21376 113 0 0 25 0 1 0 180829693 110997504 26013 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4055363522 0 0 4096 0 0 0 0 17 1 0 0
/proc/6776/statm: 27099 26013 137 64 0 26414 0
Current children cumulated CPU time (s) 221.51
Current children cumulated vsize (KiB) 113748

[startup+282.539 s]
/proc/loadavg: 1.99 1.90 1.90 3/88 6776
/proc/meminfo: memFree=1346880/2055920 swapFree=4191880/4192956
[pid=6762] ppid=6760 vsize=5352 CPUtime=6.62
/proc/6762/stat : 6762 (solver2) S 6760 6762 4610 0 -1 4194304 397 41793 0 0 0 0 237 425 16 0 1 0 180829025 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6762/statm: 1338 242 203 169 0 49 0
[pid=6776] ppid=6762 vsize=108396 CPUtime=274.64
/proc/6776/stat : 6776 (standalone) R 6762 6762 4610 0 -1 4194304 26217 0 0 0 27350 114 0 0 25 0 1 0 180829693 110997504 26013 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4055357638 0 0 4096 0 0 0 0 17 1 0 0
/proc/6776/statm: 27099 26013 137 64 0 26414 0
Current children cumulated CPU time (s) 281.26
Current children cumulated vsize (KiB) 113748

[startup+342.549 s]
/proc/loadavg: 1.99 1.91 1.90 3/88 6776
/proc/meminfo: memFree=1346816/2055920 swapFree=4191880/4192956
[pid=6762] ppid=6760 vsize=5352 CPUtime=6.62
/proc/6762/stat : 6762 (solver2) S 6760 6762 4610 0 -1 4194304 397 41793 0 0 0 0 237 425 16 0 1 0 180829025 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6762/statm: 1338 242 203 169 0 49 0
[pid=6776] ppid=6762 vsize=108396 CPUtime=334.41
/proc/6776/stat : 6776 (standalone) R 6762 6762 4610 0 -1 4194304 26217 0 0 0 33326 115 0 0 25 0 1 0 180829693 110997504 26013 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4055350126 0 0 4096 0 0 0 0 17 1 0 0
/proc/6776/statm: 27099 26013 137 64 0 26414 0
Current children cumulated CPU time (s) 341.03
Current children cumulated vsize (KiB) 113748

[startup+402.557 s]
/proc/loadavg: 1.99 1.93 1.91 3/88 6776
/proc/meminfo: memFree=1346880/2055920 swapFree=4191880/4192956
[pid=6762] ppid=6760 vsize=5352 CPUtime=6.62
/proc/6762/stat : 6762 (solver2) S 6760 6762 4610 0 -1 4194304 397 41793 0 0 0 0 237 425 16 0 1 0 180829025 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6762/statm: 1338 242 203 169 0 49 0
[pid=6776] ppid=6762 vsize=108396 CPUtime=394.17
/proc/6776/stat : 6776 (standalone) R 6762 6762 4610 0 -1 4194304 26217 0 0 0 39302 115 0 0 25 0 1 0 180829693 110997504 26013 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134555358 0 0 4096 0 0 0 0 17 1 0 0
/proc/6776/statm: 27099 26013 137 64 0 26414 0
Current children cumulated CPU time (s) 400.79
Current children cumulated vsize (KiB) 113748

[startup+462.572 s]
/proc/loadavg: 1.99 1.94 1.91 3/88 6776
/proc/meminfo: memFree=1346816/2055920 swapFree=4191880/4192956
[pid=6762] ppid=6760 vsize=5352 CPUtime=6.62
/proc/6762/stat : 6762 (solver2) S 6760 6762 4610 0 -1 4194304 397 41793 0 0 0 0 237 425 16 0 1 0 180829025 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6762/statm: 1338 242 203 169 0 49 0
[pid=6776] ppid=6762 vsize=108396 CPUtime=453.94
/proc/6776/stat : 6776 (standalone) R 6762 6762 4610 0 -1 4194304 26217 0 0 0 45278 116 0 0 25 0 1 0 180829693 110997504 26013 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 4056039081 0 0 4096 0 0 0 0 17 1 0 0
/proc/6776/statm: 27099 26013 137 64 0 26414 0
Current children cumulated CPU time (s) 460.56
Current children cumulated vsize (KiB) 113748

[startup+522.587 s]
/proc/loadavg: 1.99 1.95 1.91 3/88 6776
/proc/meminfo: memFree=1346816/2055920 swapFree=4191880/4192956
[pid=6762] ppid=6760 vsize=5352 CPUtime=6.62
/proc/6762/stat : 6762 (solver2) S 6760 6762 4610 0 -1 4194304 397 41793 0 0 0 0 237 425 16 0 1 0 180829025 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6762/statm: 1338 242 203 169 0 49 0
[pid=6776] ppid=6762 vsize=108396 CPUtime=513.7
/proc/6776/stat : 6776 (standalone) R 6762 6762 4610 0 -1 4194304 26217 0 0 0 51254 116 0 0 25 0 1 0 180829693 110997504 26013 18446744073709551615 134512640 134775488 4294956880 18446744073709551615 134555397 0 0 4096 0 0 0 0 17 1 0 0
/proc/6776/statm: 27099 26013 137 64 0 26414 0
Current children cumulated CPU time (s) 520.32
Current children cumulated vsize (KiB) 113748

Child status: 0
Real time (s): 557.808
CPU time (s): 555.411
CPU user time (s): 549.956
CPU system time (s): 5.45417
CPU usage (%): 99.5702
Max. virtual memory (cumulated for all children) (KiB): 155716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 549.956
system time used= 5.45417
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68865
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= 323
involuntary context switches= 16720

runsolver used 0.496924 s user time and 1.67374 s system time

The end

Launcher Data (download as text)

Begin job on node2 on Tue Jan  9 06:32:14 UTC 2007


IDJOB= 232991
IDBENCH= 6573
FILE ID= node2/232991-1168324332

PBS_JOBID= 3502742

Free space on /tmp= 66498 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-20/os-taillard-20-100-3.xml
COMMAND LINE= /tmp/evaluation/232991-1168324332/solver2 /tmp/evaluation/232991-1168324332/unknown 1800
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node2/watcher-232991-1168324332 -o ROOT/results/node2/solver-232991-1168324332 -C 1800 -M 900  /tmp/evaluation/232991-1168324332/solver2 /tmp/evaluation/232991-1168324332/unknown 1800

META MD5SUM SOLVER= 2182e29fee250f6e45b9a85a6429fa3a
MD5SUM BENCH=  a952f77e6486671336c6f7fb8be515ed

RANDOM SEED= 558794224

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.259
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	: 5931.00
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.259
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:       1467368 kB
Buffers:         73344 kB
Cached:         309340 kB
SwapCached:        292 kB
Active:         403040 kB
Inactive:       132452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1467368 kB
SwapTotal:     4192956 kB
SwapFree:      4191880 kB
Dirty:           11120 kB
Writeback:           0 kB
Mapped:         172196 kB
Slab:            37588 kB
Committed_AS:  4953496 kB
PageTables:       2560 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= 66482 MiB



End job on node2 on Tue Jan  9 06:41:32 UTC 2007