Trace number 233092

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 533.524 535.573

General information on the benchmark

Nametaillard/os-taillard-20/
os-taillard-20-100-7.xml
MD5SUMb7da7eeabd87a2ed31538cf45df24a02
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.916859
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables400
Number of constraints7600
Maximum constraint arity2
Maximum domain size1269
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
610 870 175 1132 320 674 515 169 63 985 540 428 253 835 737 359 912 87 1039 0 729 862 856 654 1017 97 0 942 595 535 449 673 1212 1110 418 1163 808 189 379 287 815 245 72 553 1167 502 846 1076 251 938 630 90 485 595 985 726 669 124 0 418 1019 583 90 1080 1134 281 353 652 869 1213 0 930 811 170 969 1163 719 518 857 467 898 709 937 435 242 81 0 541 873 379 290 1167 950 344 1030 806 63 170 482 596 650 1077 265 906 321 999 298 856 1157 953 596 810 843 152 737 170 410 0 482 91 787 559 609 902 671 1073 825 287 994 386 90 184 640 734 267 483 1167 815 1015 0 1039 257 372 690 808 869 943 1157 994 506 0 97 906 282 1076 189 519 485 428 610 632 85 459 175 859 410 263 1119 0 837 541 937 664 280 349 709 312 765 428 911 550 343 487 702 196 0 748 857 634 805 96 281 372 934 298 1112 1076 986 406 1195 898 749 1190 835 1024 242 81 265 0 559 1142 424 152 502 1129 364 648 708 924 176 549 239 468 329 824 669 91 873 248 702 1080 150 0 845 985 765 353 435 1164 603 917 321 1059 1221 245 267 97 1006 515 634 386 176 762 485 835 1164 689 953 0 262 413 496 239 922 518 1012 599 1132 732 654 265 85 1109 1187 765 825 316 0 97 708 497 240 417 606 513 911 902 458 281 124 0 95 372 734 530 837 817 1139 1031 169 81 502 552 593 0 857 372 652 630 1104 917 282 530 1040 709 183 459 349 60 1015 449 805 85 673 281 824 1019 606 879 368 525 955 925 749 553 167 986 732 0 189 255 862 368 879 1104 1017 525 650 798 719 184 0 96 85 401 621 1157 467 1241 934 91 359 263 795 640 487 1097 578 175 169 726 870 0 603 253 1190 1001 1140 774 468 745 60 1024 963 1072 184 583 776 658 912 1102 813 1001 950 1210 485 1157 458 0 320 

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/node52/watcher-233092-1168324786 -o ROOT/results/node52/solver-233092-1168324786 -C 1800 -M 900 /tmp/evaluation/233092-1168324786/solver2 /tmp/evaluation/233092-1168324786/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.11 1.55 1.50 5/74 1572
/proc/meminfo: memFree=1441600/2055920 swapFree=4192812/4192956
[pid=1571] ppid=1569 vsize=18540 CPUtime=0
/proc/1571/stat : 1571 (runsolver) R 1569 1571 754 0 -1 4194368 16 0 0 0 0 0 0 0 20 0 1 0 180877195 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 273653755175 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1571/statm: 4635 279 244 17 0 2626 0

[startup+0.108083 s]
/proc/loadavg: 2.11 1.55 1.50 5/74 1572
/proc/meminfo: memFree=1441600/2055920 swapFree=4192812/4192956
[pid=1571] ppid=1569 vsize=5352 CPUtime=0
/proc/1571/stat : 1571 (solver2) S 1569 1571 754 0 -1 4194304 353 334 0 0 0 0 0 0 21 0 1 0 180877195 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1571/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.516112 s]
/proc/loadavg: 2.11 1.55 1.50 5/74 1572
/proc/meminfo: memFree=1441600/2055920 swapFree=4192812/4192956
[pid=1571] ppid=1569 vsize=5352 CPUtime=0.12
/proc/1571/stat : 1571 (solver2) S 1569 1571 754 0 -1 4194304 376 2352 0 0 0 0 10 2 15 0 1 0 180877195 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1571/statm: 1338 242 203 169 0 49 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 5352

[startup+1.33817 s]
/proc/loadavg: 2.11 1.55 1.50 3/75 1584
/proc/meminfo: memFree=1411688/2055920 swapFree=4192812/4192956
[pid=1571] ppid=1569 vsize=5352 CPUtime=0.12
/proc/1571/stat : 1571 (solver2) S 1569 1571 754 0 -1 4194304 376 2352 0 0 0 0 10 2 15 0 1 0 180877195 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1571/statm: 1338 242 203 169 0 49 0
[pid=1584] ppid=1571 vsize=27152 CPUtime=1.18
/proc/1584/stat : 1584 (bordewijk) R 1571 1571 754 0 -1 4194304 6795 0 0 0 112 6 0 0 25 0 1 0 180877209 27803648 6254 18446744073709551615 134512640 134912576 4294956752 18446744073709551615 134552337 0 0 4096 0 0 0 0 17 1 0 0
/proc/1584/statm: 6788 6254 204 97 0 6069 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 32504

[startup+2.97528 s]
/proc/loadavg: 2.11 1.55 1.50 3/75 1584
/proc/meminfo: memFree=1337256/2055920 swapFree=4192812/4192956
[pid=1571] ppid=1569 vsize=5352 CPUtime=0.12
/proc/1571/stat : 1571 (solver2) S 1569 1571 754 0 -1 4194304 376 2352 0 0 0 0 10 2 15 0 1 0 180877195 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1571/statm: 1338 242 203 169 0 49 0
[pid=1584] ppid=1571 vsize=146672 CPUtime=2.8
/proc/1584/stat : 1584 (bordewijk) R 1571 1571 754 0 -1 4194304 38534 0 0 0 199 81 0 0 25 0 1 0 180877209 150192128 35629 18446744073709551615 134512640 134912576 4294956752 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1584/statm: 36668 35629 217 97 0 35949 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 152024

[startup+6.2665 s]
/proc/loadavg: 2.10 1.56 1.50 3/75 1584
/proc/meminfo: memFree=1278064/2055920 swapFree=4192812/4192956
[pid=1571] ppid=1569 vsize=5352 CPUtime=0.12
/proc/1571/stat : 1571 (solver2) S 1569 1571 754 0 -1 4194304 376 2352 0 0 0 0 10 2 15 0 1 0 180877195 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1571/statm: 1338 242 203 169 0 49 0
[pid=1584] ppid=1571 vsize=146672 CPUtime=6.08
/proc/1584/stat : 1584 (bordewijk) R 1571 1571 754 0 -1 4194304 38535 0 0 0 217 391 0 0 25 0 1 0 180877209 150192128 35630 18446744073709551615 134512640 134912576 4294956752 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/1584/statm: 36668 35630 218 97 0 35949 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 152024

[startup+12.7349 s]
/proc/loadavg: 2.10 1.56 1.51 3/75 1585
/proc/meminfo: memFree=1324720/2055920 swapFree=4192812/4192956
[pid=1571] ppid=1569 vsize=5352 CPUtime=6.39
/proc/1571/stat : 1571 (solver2) S 1569 1571 754 0 -1 4194304 397 40887 0 0 0 0 228 411 16 0 1 0 180877195 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1571/statm: 1338 242 203 169 0 49 0
[pid=1585] ppid=1571 vsize=105332 CPUtime=6.25
/proc/1585/stat : 1585 (standalone) R 1571 1571 754 0 -1 4194304 25466 0 0 0 520 105 0 0 25 0 1 0 180877840 107859968 25261 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4058722276 0 0 4096 0 0 0 0 17 1 0 0
/proc/1585/statm: 26333 25261 136 64 0 25648 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 110684

[startup+25.5548 s]
/proc/loadavg: 2.07 1.58 1.51 3/75 1585
/proc/meminfo: memFree=1324856/2055920 swapFree=4192812/4192956
[pid=1571] ppid=1569 vsize=5352 CPUtime=6.39
/proc/1571/stat : 1571 (solver2) S 1569 1571 754 0 -1 4194304 397 40887 0 0 0 0 228 411 16 0 1 0 180877195 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1571/statm: 1338 242 203 169 0 49 0
[pid=1585] ppid=1571 vsize=105332 CPUtime=19.02
/proc/1585/stat : 1585 (standalone) R 1571 1571 754 0 -1 4194304 25468 0 0 0 1797 105 0 0 25 0 1 0 180877840 107859968 25263 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4058492642 0 0 4096 0 0 0 0 17 1 0 0
/proc/1585/statm: 26333 25263 137 64 0 25648 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 110684

[startup+51.1935 s]
/proc/loadavg: 2.05 1.62 1.52 3/75 1585
/proc/meminfo: memFree=1325112/2055920 swapFree=4192812/4192956
[pid=1571] ppid=1569 vsize=5352 CPUtime=6.39
/proc/1571/stat : 1571 (solver2) S 1569 1571 754 0 -1 4194304 397 40887 0 0 0 0 228 411 16 0 1 0 180877195 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1571/statm: 1338 242 203 169 0 49 0
[pid=1585] ppid=1571 vsize=105332 CPUtime=44.55
/proc/1585/stat : 1585 (standalone) R 1571 1571 754 0 -1 4194304 25468 0 0 0 4350 105 0 0 25 0 1 0 180877840 107859968 25263 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4059064416 0 0 4096 0 0 0 0 17 1 0 0
/proc/1585/statm: 26333 25263 137 64 0 25648 0
Current children cumulated CPU time (s) 50.94
Current children cumulated vsize (KiB) 110684

[startup+102.47 s]
/proc/loadavg: 2.02 1.67 1.55 3/75 1585
/proc/meminfo: memFree=1325176/2055920 swapFree=4192812/4192956
[pid=1571] ppid=1569 vsize=5352 CPUtime=6.39
/proc/1571/stat : 1571 (solver2) S 1569 1571 754 0 -1 4194304 397 40887 0 0 0 0 228 411 16 0 1 0 180877195 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1571/statm: 1338 242 203 169 0 49 0
[pid=1585] ppid=1571 vsize=105332 CPUtime=95.64
/proc/1585/stat : 1585 (standalone) R 1571 1571 754 0 -1 4194304 25468 0 0 0 9459 105 0 0 25 0 1 0 180877840 107859968 25263 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4059008288 0 0 4096 0 0 0 0 17 1 0 0
/proc/1585/statm: 26333 25263 137 64 0 25648 0
Current children cumulated CPU time (s) 102.03
Current children cumulated vsize (KiB) 110684

[startup+162.568 s]
/proc/loadavg: 2.00 1.73 1.57 3/75 1585
/proc/meminfo: memFree=1325176/2055920 swapFree=4192812/4192956
[pid=1571] ppid=1569 vsize=5352 CPUtime=6.39
/proc/1571/stat : 1571 (solver2) S 1569 1571 754 0 -1 4194304 397 40887 0 0 0 0 228 411 16 0 1 0 180877195 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1571/statm: 1338 242 203 169 0 49 0
[pid=1585] ppid=1571 vsize=105332 CPUtime=155.5
/proc/1585/stat : 1585 (standalone) R 1571 1571 754 0 -1 4194304 25468 0 0 0 15445 105 0 0 25 0 1 0 180877840 107859968 25263 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4058476749 0 0 4096 0 0 0 0 17 1 0 0
/proc/1585/statm: 26333 25263 137 64 0 25648 0
Current children cumulated CPU time (s) 161.89
Current children cumulated vsize (KiB) 110684

[startup+222.664 s]
/proc/loadavg: 2.00 1.78 1.60 3/75 1585
/proc/meminfo: memFree=1325176/2055920 swapFree=4192812/4192956
[pid=1571] ppid=1569 vsize=5352 CPUtime=6.39
/proc/1571/stat : 1571 (solver2) S 1569 1571 754 0 -1 4194304 397 40887 0 0 0 0 228 411 16 0 1 0 180877195 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1571/statm: 1338 242 203 169 0 49 0
[pid=1585] ppid=1571 vsize=105332 CPUtime=215.38
/proc/1585/stat : 1585 (standalone) R 1571 1571 754 0 -1 4194304 25468 0 0 0 21432 106 0 0 25 0 1 0 180877840 107859968 25263 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4058513912 0 0 4096 0 0 0 0 17 1 0 0
/proc/1585/statm: 26333 25263 137 64 0 25648 0
Current children cumulated CPU time (s) 221.77
Current children cumulated vsize (KiB) 110684

[startup+282.757 s]
/proc/loadavg: 2.00 1.81 1.62 3/75 1585
/proc/meminfo: memFree=1325176/2055920 swapFree=4192812/4192956
[pid=1571] ppid=1569 vsize=5352 CPUtime=6.39
/proc/1571/stat : 1571 (solver2) S 1569 1571 754 0 -1 4194304 397 40887 0 0 0 0 228 411 16 0 1 0 180877195 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1571/statm: 1338 242 203 169 0 49 0
[pid=1585] ppid=1571 vsize=105332 CPUtime=275.25
/proc/1585/stat : 1585 (standalone) R 1571 1571 754 0 -1 4194304 25468 0 0 0 27419 106 0 0 25 0 1 0 180877840 107859968 25263 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4059008140 0 0 4096 0 0 0 0 17 1 0 0
/proc/1585/statm: 26333 25263 137 64 0 25648 0
Current children cumulated CPU time (s) 281.64
Current children cumulated vsize (KiB) 110684

[startup+342.852 s]
/proc/loadavg: 2.00 1.84 1.64 3/75 1585
/proc/meminfo: memFree=1325176/2055920 swapFree=4192812/4192956
[pid=1571] ppid=1569 vsize=5352 CPUtime=6.39
/proc/1571/stat : 1571 (solver2) S 1569 1571 754 0 -1 4194304 397 40887 0 0 0 0 228 411 16 0 1 0 180877195 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1571/statm: 1338 242 203 169 0 49 0
[pid=1585] ppid=1571 vsize=105332 CPUtime=335.12
/proc/1585/stat : 1585 (standalone) R 1571 1571 754 0 -1 4194304 25468 0 0 0 33406 106 0 0 25 0 1 0 180877840 107859968 25263 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4059064632 0 0 4096 0 0 0 0 17 1 0 0
/proc/1585/statm: 26333 25263 137 64 0 25648 0
Current children cumulated CPU time (s) 341.51
Current children cumulated vsize (KiB) 110684

[startup+402.951 s]
/proc/loadavg: 2.00 1.87 1.66 3/75 1585
/proc/meminfo: memFree=1325176/2055920 swapFree=4192812/4192956
[pid=1571] ppid=1569 vsize=5352 CPUtime=6.39
/proc/1571/stat : 1571 (solver2) S 1569 1571 754 0 -1 4194304 397 40887 0 0 0 0 228 411 16 0 1 0 180877195 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1571/statm: 1338 242 203 169 0 49 0
[pid=1585] ppid=1571 vsize=105332 CPUtime=394.99
/proc/1585/stat : 1585 (standalone) R 1571 1571 754 0 -1 4194304 25468 0 0 0 39393 106 0 0 25 0 1 0 180877840 107859968 25263 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4059219275 0 0 4096 0 0 0 0 17 1 0 0
/proc/1585/statm: 26333 25263 137 64 0 25648 0
Current children cumulated CPU time (s) 401.38
Current children cumulated vsize (KiB) 110684

[startup+463.05 s]
/proc/loadavg: 2.00 1.89 1.68 3/75 1585
/proc/meminfo: memFree=1325112/2055920 swapFree=4192812/4192956
[pid=1571] ppid=1569 vsize=5352 CPUtime=6.39
/proc/1571/stat : 1571 (solver2) S 1569 1571 754 0 -1 4194304 397 40887 0 0 0 0 228 411 16 0 1 0 180877195 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1571/statm: 1338 242 203 169 0 49 0
[pid=1585] ppid=1571 vsize=105332 CPUtime=454.86
/proc/1585/stat : 1585 (standalone) R 1571 1571 754 0 -1 4194304 25468 0 0 0 45380 106 0 0 25 0 1 0 180877840 107859968 25263 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4058507482 0 0 4096 0 0 0 0 17 1 0 0
/proc/1585/statm: 26333 25263 137 64 0 25648 0
Current children cumulated CPU time (s) 461.25
Current children cumulated vsize (KiB) 110684

[startup+523.146 s]
/proc/loadavg: 2.00 1.91 1.69 3/75 1585
/proc/meminfo: memFree=1325112/2055920 swapFree=4192812/4192956
[pid=1571] ppid=1569 vsize=5352 CPUtime=6.39
/proc/1571/stat : 1571 (solver2) S 1569 1571 754 0 -1 4194304 397 40887 0 0 0 0 228 411 16 0 1 0 180877195 5480448 242 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1571/statm: 1338 242 203 169 0 49 0
[pid=1585] ppid=1571 vsize=105332 CPUtime=514.73
/proc/1585/stat : 1585 (standalone) R 1571 1571 754 0 -1 4194304 25468 0 0 0 51367 106 0 0 25 0 1 0 180877840 107859968 25263 18446744073709551615 134512640 134775488 4294956896 18446744073709551615 4058477059 0 0 4096 0 0 0 0 17 1 0 0
/proc/1585/statm: 26333 25263 137 64 0 25648 0
Current children cumulated CPU time (s) 521.12
Current children cumulated vsize (KiB) 110684

Child status: 0
Real time (s): 535.573
CPU time (s): 533.524
CPU user time (s): 528.313
CPU system time (s): 5.21121
CPU usage (%): 99.6173
Max. virtual memory (cumulated for all children) (KiB): 152024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 528.313
system time used= 5.21121
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67191
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= 223
involuntary context switches= 6263

runsolver used 0.612906 s user time and 1.3058 s system time

The end

Launcher Data (download as text)

Begin job on node52 on Tue Jan  9 06:39:47 UTC 2007


IDJOB= 233092
IDBENCH= 6581
FILE ID= node52/233092-1168324786

PBS_JOBID= 3502948

Free space on /tmp= 66545 MiB

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

META MD5SUM SOLVER= 2182e29fee250f6e45b9a85a6429fa3a
MD5SUM BENCH=  b7da7eeabd87a2ed31538cf45df24a02

RANDOM SEED= 729291440

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.232
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.232
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:       1442080 kB
Buffers:         76156 kB
Cached:         435544 kB
SwapCached:          0 kB
Active:         246288 kB
Inactive:       306008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1442080 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           11100 kB
Writeback:           0 kB
Mapped:          52012 kB
Slab:            46684 kB
Committed_AS:  4372804 kB
PageTables:       1888 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= 66530 MiB



End job on node52 on Tue Jan  9 06:48:43 UTC 2007