Trace number 233348

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
BPrologCSPSolver70a 2006-12-13SAT 1345.56 1350.57

General information on the benchmark

Nametaillard/os-taillard-15/
os-taillard-15-105-5.xml
MD5SUM806de2aa80fa49e02b821d097063d54f
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.288955
SatisfiableYES
(Un)Satisfiability was provedYES
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size1007
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data (download as text)

1350.56	
1350.56	Time: 1345469
1350.56	
c 
c 
c 
c solution file
c 
c 

SAT
452 60 341 723 194 170 354 258 168 220 0 86 557 770 580 0 361 58 301 82 196 723 95 947 616 663 382 532 32 178 212 363 0 441 557 891 928 168 529 269 621 93 814 770 687 177 301 336 318 529 86 893 662 501 537 375 198 0 274 146 814 592 378 289 671 341 197 853 543 520 0 198 736 99 440 88 282 589 359 772 863 180 440 690 893 412 220 0 885 545 857 929 98 198 297 772 520 441 677 323 589 400 794 740 0 562 659 297 160 0 81 279 55 521 467 776 384 851 616 212 863 688 266 323 0 55 545 182 351 459 615 99 738 384 85 198 99 452 521 827 891 532 283 18 374 768 58 393 220 678 269 440 677 373 0 580 93 467 177 501 623 375 354 351 853 623 0 947 354 280 688 182 400 77 187 530 459 324 813 873 710 928 280 846 460 772 185 160 599 0 88 687 530 367 412 197 289 794 774 99 378 751 0 463 827 621 724 690 812 543 77 32 323 750 363 536 663 393 279 194 937 449 98 599 0 
c 
c 
c 
c conversion script
c 
c 

converting(/tmp/evaluation/233348-1168325518/unknown)

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node44/watcher-233348-1168325518 -o ROOT/results/node44/solver-233348-1168325518 -C 1800 -M 900 /tmp/evaluation/233348-1168325518/Complete/Ordinary/solver /tmp/evaluation/233348-1168325518/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.93 1.98 1.57 5/74 4844
/proc/meminfo: memFree=1443712/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=53472 CPUtime=0
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 470 0 0 0 0 0 0 0 20 0 1 0 180951066 54755328 190 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 17 1 0 0
/proc/4843/statm: 13368 190 123 90 0 12906 0

[startup+0.104165 s]
/proc/loadavg: 1.93 1.98 1.57 5/74 4844
/proc/meminfo: memFree=1443712/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=53824 CPUtime=0.08
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 1663 0 0 0 8 0 0 0 20 0 1 0 180951066 55115776 1379 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134565668 0 0 4096 2 0 0 0 17 1 0 0
/proc/4843/statm: 13456 1379 158 90 0 12994 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53824

[startup+0.5122 s]
/proc/loadavg: 1.93 1.98 1.57 5/74 4844
/proc/meminfo: memFree=1443712/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=72164 CPUtime=0.5
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 2695 0 0 0 49 1 0 0 24 0 2 0 180951066 73895936 2410 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618340 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4843/statm: 18041 2410 171 90 0 17579 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 72164

[startup+1.33328 s]
/proc/loadavg: 1.93 1.98 1.57 3/75 4845
/proc/meminfo: memFree=1434616/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=72164 CPUtime=1.31
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 2696 0 0 0 130 1 0 0 25 0 2 0 180951066 73895936 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134614679 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4843/statm: 18041 2411 171 90 0 17579 0
[pid=4843/tid=4845] ppid=4841 vsize=72164 CPUtime=0
/proc/4843/task/4845/stat : 4845 (bprolog) S 4841 4843 4356 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180951089 73895936 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 72164

[startup+2.97045 s]
/proc/loadavg: 1.93 1.98 1.57 3/75 4845
/proc/meminfo: memFree=1434616/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=72164 CPUtime=2.95
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 2696 0 0 0 294 1 0 0 25 0 2 0 180951066 73895936 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552423 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4843/statm: 18041 2411 171 90 0 17579 0
[pid=4843/tid=4845] ppid=4841 vsize=72164 CPUtime=0
/proc/4843/task/4845/stat : 4845 (bprolog) S 4841 4843 4356 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180951089 73895936 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 72164

[startup+6.25979 s]
/proc/loadavg: 1.93 1.98 1.57 3/75 4845
/proc/meminfo: memFree=1434616/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=72164 CPUtime=6.22
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 2696 0 0 0 621 1 0 0 25 0 2 0 180951066 73895936 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134622587 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4843/statm: 18041 2411 171 90 0 17579 0
[pid=4843/tid=4845] ppid=4841 vsize=72164 CPUtime=0
/proc/4843/task/4845/stat : 4845 (bprolog) S 4841 4843 4356 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180951089 73895936 2411 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 72164

[startup+12.7155 s]
/proc/loadavg: 1.94 1.98 1.57 3/75 4845
/proc/meminfo: memFree=1433912/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=72164 CPUtime=12.65
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 2877 0 0 0 1264 1 0 0 25 0 2 0 180951066 73895936 2592 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552942 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4843/statm: 18041 2592 172 90 0 17579 0
[pid=4843/tid=4845] ppid=4841 vsize=72164 CPUtime=0
/proc/4843/task/4845/stat : 4845 (bprolog) S 4841 4843 4356 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180951089 73895936 2592 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 72164

[startup+25.5398 s]
/proc/loadavg: 2.02 2.00 1.58 3/75 4845
/proc/meminfo: memFree=1433976/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=72164 CPUtime=25.43
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 2880 0 0 0 2542 1 0 0 25 0 2 0 180951066 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134624504 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4843/statm: 18041 2595 172 90 0 17579 0
[pid=4843/tid=4845] ppid=4841 vsize=72164 CPUtime=0
/proc/4843/task/4845/stat : 4845 (bprolog) S 4841 4843 4356 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180951089 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 72164

[startup+51.1844 s]
/proc/loadavg: 2.01 2.00 1.59 3/75 4845
/proc/meminfo: memFree=1434040/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=72164 CPUtime=50.97
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 2880 0 0 0 5096 1 0 0 25 0 2 0 180951066 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555024 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4843/statm: 18041 2595 172 90 0 17579 0
[pid=4843/tid=4845] ppid=4841 vsize=72164 CPUtime=0
/proc/4843/task/4845/stat : 4845 (bprolog) S 4841 4843 4356 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180951089 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.97
Current children cumulated vsize (KiB) 72164

[startup+102.47 s]
/proc/loadavg: 2.00 2.00 1.61 3/75 4845
/proc/meminfo: memFree=1434104/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=72164 CPUtime=102.07
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 2880 0 0 0 10205 2 0 0 25 0 2 0 180951066 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134622621 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4843/statm: 18041 2595 172 90 0 17579 0
[pid=4843/tid=4845] ppid=4841 vsize=72164 CPUtime=0
/proc/4843/task/4845/stat : 4845 (bprolog) S 4841 4843 4356 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180951089 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.07
Current children cumulated vsize (KiB) 72164

[startup+162.47 s]
/proc/loadavg: 2.00 2.00 1.63 3/75 4845
/proc/meminfo: memFree=1434104/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=72164 CPUtime=161.84
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 2880 0 0 0 16182 2 0 0 25 0 2 0 180951066 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618046 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4843/statm: 18041 2595 172 90 0 17579 0
[pid=4843/tid=4845] ppid=4841 vsize=72164 CPUtime=0
/proc/4843/task/4845/stat : 4845 (bprolog) S 4841 4843 4356 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180951089 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 161.84
Current children cumulated vsize (KiB) 72164

[startup+222.477 s]
/proc/loadavg: 2.00 2.00 1.65 3/75 4845
/proc/meminfo: memFree=1434040/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=72164 CPUtime=221.62
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 2880 0 0 0 22160 2 0 0 25 0 2 0 180951066 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134618352 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4843/statm: 18041 2595 172 90 0 17579 0
[pid=4843/tid=4845] ppid=4841 vsize=72164 CPUtime=0
/proc/4843/task/4845/stat : 4845 (bprolog) S 4841 4843 4356 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180951089 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.62
Current children cumulated vsize (KiB) 72164

[startup+282.48 s]
/proc/loadavg: 2.03 2.01 1.67 3/76 4846
/proc/meminfo: memFree=1433968/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=72164 CPUtime=281.39
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 2880 0 0 0 28137 2 0 0 25 0 2 0 180951066 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134621953 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4843/statm: 18041 2595 172 90 0 17579 0
[pid=4843/tid=4845] ppid=4841 vsize=72164 CPUtime=0
/proc/4843/task/4845/stat : 4845 (bprolog) S 4841 4843 4356 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180951089 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 281.39
Current children cumulated vsize (KiB) 72164

[startup+342.581 s]
/proc/loadavg: 2.01 2.00 1.69 3/76 4846
/proc/meminfo: memFree=1433904/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=72164 CPUtime=341.27
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 2880 0 0 0 34125 2 0 0 25 0 2 0 180951066 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134564908 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4843/statm: 18041 2595 172 90 0 17579 0
[pid=4843/tid=4845] ppid=4841 vsize=72164 CPUtime=0
/proc/4843/task/4845/stat : 4845 (bprolog) S 4841 4843 4356 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180951089 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 341.27
Current children cumulated vsize (KiB) 72164

[startup+402.581 s]
/proc/loadavg: 2.00 2.00 1.71 3/76 4846
/proc/meminfo: memFree=1433904/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=72164 CPUtime=401.04
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 2880 0 0 0 40102 2 0 0 25 0 2 0 180951066 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552942 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4843/statm: 18041 2595 172 90 0 17579 0
[pid=4843/tid=4845] ppid=4841 vsize=72164 CPUtime=0
/proc/4843/task/4845/stat : 4845 (bprolog) S 4841 4843 4356 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180951089 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.04
Current children cumulated vsize (KiB) 72164

[startup+462.688 s]
/proc/loadavg: 2.00 2.00 1.73 3/76 4846
/proc/meminfo: memFree=1433904/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=72164 CPUtime=460.91
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 2880 0 0 0 46089 2 0 0 25 0 2 0 180951066 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134622735 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4843/statm: 18041 2595 172 90 0 17579 0
[pid=4843/tid=4845] ppid=4841 vsize=72164 CPUtime=0
/proc/4843/task/4845/stat : 4845 (bprolog) S 4841 4843 4356 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180951089 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 460.91
Current children cumulated vsize (KiB) 72164

[startup+522.688 s]
/proc/loadavg: 2.00 2.00 1.74 3/76 4846
/proc/meminfo: memFree=1433840/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=72164 CPUtime=520.69
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 2880 0 0 0 52066 3 0 0 25 0 2 0 180951066 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552861 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4843/statm: 18041 2595 172 90 0 17579 0
[pid=4843/tid=4845] ppid=4841 vsize=72164 CPUtime=0
/proc/4843/task/4845/stat : 4845 (bprolog) S 4841 4843 4356 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180951089 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 520.69
Current children cumulated vsize (KiB) 72164

[startup+582.706 s]
/proc/loadavg: 2.00 2.00 1.75 3/82 4984
/proc/meminfo: memFree=1432488/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=72164 CPUtime=580.31
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 2880 0 0 0 58028 3 0 0 25 0 2 0 180951066 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552894 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4843/statm: 18041 2595 172 90 0 17579 0
[pid=4843/tid=4845] ppid=4841 vsize=72164 CPUtime=0
/proc/4843/task/4845/stat : 4845 (bprolog) S 4841 4843 4356 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180951089 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 580.31
Current children cumulated vsize (KiB) 72164

[startup+642.732 s]
/proc/loadavg: 2.00 2.00 1.76 3/76 5044
/proc/meminfo: memFree=1433512/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=72164 CPUtime=640
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 2880 0 0 0 63997 3 0 0 25 0 2 0 180951066 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552894 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4843/statm: 18041 2595 172 90 0 17579 0
[pid=4843/tid=4845] ppid=4841 vsize=72164 CPUtime=0
/proc/4843/task/4845/stat : 4845 (bprolog) S 4841 4843 4356 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180951089 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 640
Current children cumulated vsize (KiB) 72164

[startup+702.831 s]
/proc/loadavg: 2.00 2.00 1.77 3/77 5045
/proc/meminfo: memFree=1433448/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=72164 CPUtime=699.87
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 2880 0 0 0 69984 3 0 0 25 0 2 0 180951066 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552933 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4843/statm: 18041 2595 172 90 0 17579 0
[pid=4843/tid=4845] ppid=4841 vsize=72164 CPUtime=0
/proc/4843/task/4845/stat : 4845 (bprolog) S 4841 4843 4356 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180951089 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 699.87
Current children cumulated vsize (KiB) 72164

[startup+762.837 s]
/proc/loadavg: 2.00 2.00 1.79 3/77 5045
/proc/meminfo: memFree=1433448/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=72164 CPUtime=759.65
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 2880 0 0 0 75962 3 0 0 25 0 2 0 180951066 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552953 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4843/statm: 18041 2595 172 90 0 17579 0
[pid=4843/tid=4845] ppid=4841 vsize=72164 CPUtime=0
/proc/4843/task/4845/stat : 4845 (bprolog) S 4841 4843 4356 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180951089 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 759.65
Current children cumulated vsize (KiB) 72164

[startup+822.84 s]
/proc/loadavg: 2.00 2.00 1.80 3/77 5045
/proc/meminfo: memFree=1433448/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=72164 CPUtime=819.42
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 2880 0 0 0 81939 3 0 0 25 0 2 0 180951066 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134754716 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4843/statm: 18041 2595 172 90 0 17579 0
[pid=4843/tid=4845] ppid=4841 vsize=72164 CPUtime=0
/proc/4843/task/4845/stat : 4845 (bprolog) S 4841 4843 4356 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180951089 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 819.42
Current children cumulated vsize (KiB) 72164

[startup+882.84 s]
/proc/loadavg: 2.00 2.00 1.81 3/77 5045
/proc/meminfo: memFree=1433448/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=72164 CPUtime=879.19
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 2880 0 0 0 87916 3 0 0 25 0 2 0 180951066 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552886 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4843/statm: 18041 2595 172 90 0 17579 0
[pid=4843/tid=4845] ppid=4841 vsize=72164 CPUtime=0
/proc/4843/task/4845/stat : 4845 (bprolog) S 4841 4843 4356 0 -1 4194368 2 0 0 0 0 0 0 0 22 0 2 0 180951089 73895936 2595 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 879.19
Current children cumulated vsize (KiB) 72164

[startup+942.849 s]
/proc/loadavg: 2.11 2.03 1.83 3/78 5046
/proc/meminfo: memFree=1432352/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=82408 CPUtime=938.98
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 2881 0 0 0 93894 4 0 0 25 0 3 0 180951066 84385792 2596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4843/statm: 20602 2596 172 90 0 20140 0
[pid=4843/tid=4845] ppid=4841 vsize=82408 CPUtime=0
/proc/4843/task/4845/stat : 4845 (bprolog) S 4841 4843 4356 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 180951089 84385792 2596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4843/tid=5046] ppid=4841 vsize=82408 CPUtime=0
/proc/4843/task/5046/stat : 5046 (bprolog) S 4841 4843 4356 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 181041105 84385792 2596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 938.98
Current children cumulated vsize (KiB) 82408

[startup+1002.86 s]
/proc/loadavg: 2.09 2.04 1.84 3/78 5046
/proc/meminfo: memFree=1432352/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=82408 CPUtime=998.76
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 2881 0 0 0 99872 4 0 0 25 0 3 0 180951066 84385792 2596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134754737 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4843/statm: 20602 2596 172 90 0 20140 0
[pid=4843/tid=4845] ppid=4841 vsize=82408 CPUtime=0
/proc/4843/task/4845/stat : 4845 (bprolog) S 4841 4843 4356 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 180951089 84385792 2596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4843/tid=5046] ppid=4841 vsize=82408 CPUtime=0
/proc/4843/task/5046/stat : 5046 (bprolog) S 4841 4843 4356 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 181041105 84385792 2596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 998.76
Current children cumulated vsize (KiB) 82408

[startup+1062.86 s]
/proc/loadavg: 2.12 2.06 1.86 3/78 5046
/proc/meminfo: memFree=1432288/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=82408 CPUtime=1058.54
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 2881 0 0 0 105850 4 0 0 25 0 3 0 180951066 84385792 2596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552888 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4843/statm: 20602 2596 172 90 0 20140 0
[pid=4843/tid=4845] ppid=4841 vsize=82408 CPUtime=0
/proc/4843/task/4845/stat : 4845 (bprolog) S 4841 4843 4356 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 180951089 84385792 2596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4843/tid=5046] ppid=4841 vsize=82408 CPUtime=0
/proc/4843/task/5046/stat : 5046 (bprolog) S 4841 4843 4356 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 181041105 84385792 2596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1058.54
Current children cumulated vsize (KiB) 82408

[startup+1122.88 s]
/proc/loadavg: 2.15 2.07 1.87 3/78 5046
/proc/meminfo: memFree=1432288/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=82408 CPUtime=1118.32
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 2881 0 0 0 111828 4 0 0 25 0 3 0 180951066 84385792 2596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134555034 0 0 4096 2 18446744073709551615 0 0 17 1 0 0
/proc/4843/statm: 20602 2596 172 90 0 20140 0
[pid=4843/tid=4845] ppid=4841 vsize=82408 CPUtime=0
/proc/4843/task/4845/stat : 4845 (bprolog) S 4841 4843 4356 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 180951089 84385792 2596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4843/tid=5046] ppid=4841 vsize=82408 CPUtime=0
/proc/4843/task/5046/stat : 5046 (bprolog) S 4841 4843 4356 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 181041105 84385792 2596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1118.32
Current children cumulated vsize (KiB) 82408

[startup+1182.95 s]
/proc/loadavg: 2.10 2.07 1.88 3/77 5113
/proc/meminfo: memFree=1129056/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=82408 CPUtime=1178.29
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 2881 0 0 0 117822 7 0 0 25 0 3 0 180951066 84385792 2596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552595 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4843/statm: 20602 2596 172 90 0 20140 0
[pid=4843/tid=4845] ppid=4841 vsize=82408 CPUtime=0
/proc/4843/task/4845/stat : 4845 (bprolog) S 4841 4843 4356 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 180951089 84385792 2596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4843/tid=5046] ppid=4841 vsize=82408 CPUtime=0
/proc/4843/task/5046/stat : 5046 (bprolog) S 4841 4843 4356 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 181041105 84385792 2596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1178.29
Current children cumulated vsize (KiB) 82408

[startup+1243.03 s]
/proc/loadavg: 2.04 2.06 1.89 3/77 5113
/proc/meminfo: memFree=1124768/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=82408 CPUtime=1238.31
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 2881 0 0 0 123824 7 0 0 25 0 3 0 180951066 84385792 2596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134621991 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4843/statm: 20602 2596 172 90 0 20140 0
[pid=4843/tid=4845] ppid=4841 vsize=82408 CPUtime=0
/proc/4843/task/4845/stat : 4845 (bprolog) S 4841 4843 4356 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 180951089 84385792 2596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4843/tid=5046] ppid=4841 vsize=82408 CPUtime=0
/proc/4843/task/5046/stat : 5046 (bprolog) S 4841 4843 4356 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 181041105 84385792 2596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1238.31
Current children cumulated vsize (KiB) 82408

[startup+1303.11 s]
/proc/loadavg: 2.01 2.04 1.90 3/77 5113
/proc/meminfo: memFree=1120224/2055920 swapFree=4191892/4192956
[pid=4843] ppid=4841 vsize=82408 CPUtime=1298.3
/proc/4843/stat : 4843 (bprolog) R 4841 4843 4356 0 -1 4194304 2881 0 0 0 129823 7 0 0 25 0 3 0 180951066 84385792 2596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 134552379 0 0 4096 2 18446744073709551615 0 0 17 0 0 0
/proc/4843/statm: 20602 2596 172 90 0 20140 0
[pid=4843/tid=4845] ppid=4841 vsize=82408 CPUtime=0
/proc/4843/task/4845/stat : 4845 (bprolog) S 4841 4843 4356 0 -1 4194368 2 0 0 0 0 0 0 0 16 0 3 0 180951089 84385792 2596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
[pid=4843/tid=5046] ppid=4841 vsize=82408 CPUtime=0
/proc/4843/task/5046/stat : 5046 (bprolog) S 4841 4843 4356 0 -1 4194368 0 0 0 0 0 0 0 0 25 0 3 0 181041105 84385792 2596 18446744073709551615 134512640 134884608 4294956576 18446744073709551615 4294960144 0 0 4096 2 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1298.3
Current children cumulated vsize (KiB) 82408

Child status: 0
Real time (s): 1350.57
CPU time (s): 1345.56
CPU user time (s): 1345.48
CPU system time (s): 0.081987
CPU usage (%): 99.6292
Max. virtual memory (cumulated for all children) (KiB): 92652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1345.48
system time used= 0.081987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2979
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= 14
involuntary context switches= 13754

runsolver used 1.25781 s user time and 3.80542 s system time

The end

Launcher Data (download as text)

Begin job on node44 on Tue Jan  9 06:51:59 UTC 2007


IDJOB= 233348
IDBENCH= 6600
FILE ID= node44/233348-1168325518

PBS_JOBID= 3502978

Free space on /tmp= 66543 MiB

BENCH NAME= HOME/pub/bench/CPAI06/taillard/os-taillard-15/os-taillard-15-105-5.xml
COMMAND LINE= /tmp/evaluation/233348-1168325518/Complete/Ordinary/solver /tmp/evaluation/233348-1168325518/unknown 1800
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node44/convwatcher-233348-1168325518 -o ROOT/results/node44/conversion-233348-1168325518 -C 600 -M 900 /tmp/evaluation/233348-1168325518/Complete/Ordinary/conversion /tmp/evaluation/233348-1168325518/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-233348-1168325518 -o ROOT/results/node44/solver-233348-1168325518 -C 1800 -M 900  /tmp/evaluation/233348-1168325518/Complete/Ordinary/solver /tmp/evaluation/233348-1168325518/unknown 1800

META MD5SUM SOLVER= b53ab06f245aa5e62684a7a0a4388ade
MD5SUM BENCH=  806de2aa80fa49e02b821d097063d54f

RANDOM SEED= 298058409

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1444128 kB
Buffers:         60464 kB
Cached:         452292 kB
SwapCached:        304 kB
Active:         248852 kB
Inactive:       304052 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1444128 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            1964 kB
Writeback:           0 kB
Mapped:          50368 kB
Slab:            44232 kB
Committed_AS:  4019688 kB
PageTables:       1776 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= 66466 MiB



End job on node44 on Tue Jan  9 07:14:31 UTC 2007