Trace number 2068873

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Mistral 1.545? (TO) 1800.07 1805.15

General information on the benchmark

Namecsp/tdsp/
normalized-C7-1-241.xml
MD5SUMe33b3bc917a705688363a7a6c552a6f8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables590
Number of constraints19502
Maximum constraint arity6
Maximum domain size242
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19502
Global constraints used (with number of constraints)

Solver Data

0.09/0.10	c mistral version 1.545

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2068873-1247348640/watcher-2068873-1247348640 -o /tmp/evaluation-result-2068873-1247348640/solver-2068873-1247348640 -C 1800 -W 2000 -M 900 /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2068873-1247348640.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 2.00 1.99 4/81 15679
/proc/meminfo: memFree=1828040/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=18576 CPUtime=0
/proc/15679/stat : 15679 (runsolver) R 15677 15679 15642 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21926834 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 227607637287 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/15679/statm: 4644 284 249 26 0 2626 0

[startup+0.085711 s]
/proc/loadavg: 1.92 2.00 1.99 4/81 15679
/proc/meminfo: memFree=1828040/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=8108 CPUtime=0.07
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 1252 0 0 0 6 1 0 0 20 0 1 0 21926834 8302592 1231 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157378647 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 2027 1231 382 29 0 842 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8108

[startup+0.101706 s]
/proc/loadavg: 1.92 2.00 1.99 4/81 15679
/proc/meminfo: memFree=1828040/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=8900 CPUtime=0.09
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 1449 0 0 0 8 1 0 0 20 0 1 0 21926834 9113600 1428 996147200 1448431616 1448550632 4294956208 18446744073709551615 4157387447 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 2225 1428 382 29 0 1040 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8900

[startup+0.301737 s]
/proc/loadavg: 1.92 2.00 1.99 4/81 15679
/proc/meminfo: memFree=1828040/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=18788 CPUtime=0.29
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 3905 0 0 0 27 2 0 0 22 0 1 0 21926834 19238912 3884 996147200 1448431616 1448550632 4294956208 18446744073709551615 135013233 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 4697 3884 383 29 0 3512 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 18788

[startup+0.701782 s]
/proc/loadavg: 1.92 2.00 1.99 4/81 15679
/proc/meminfo: memFree=1828040/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=38936 CPUtime=0.69
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 8710 0 0 0 64 5 0 0 25 0 1 0 21926834 39870464 8689 996147200 1448431616 1448550632 4294956208 18446744073709551615 134689041 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 9734 8689 383 29 0 8549 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 38936

[startup+1.50188 s]
/proc/loadavg: 1.92 2.00 1.99 3/82 15680
/proc/meminfo: memFree=1780224/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=71508 CPUtime=1.48
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 17091 0 0 0 138 10 0 0 25 0 1 0 21926834 73224192 17070 996147200 1448431616 1448550632 4294956208 18446744073709551615 134952816 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 17877 17070 387 29 0 16692 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 71508

[startup+3.10208 s]
/proc/loadavg: 1.93 2.00 1.99 3/82 15680
/proc/meminfo: memFree=1713152/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=261248 CPUtime=3.08
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 63497 0 0 0 279 29 0 0 25 0 1 0 21926834 267517952 63476 996147200 1448431616 1448550632 4294956208 18446744073709551615 134824128 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 65312 63476 431 29 0 64127 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 261248

[startup+6.30144 s]
/proc/loadavg: 1.93 2.00 1.99 3/82 15680
/proc/meminfo: memFree=1571400/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=266284 CPUtime=6.26
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 64404 0 0 0 597 29 0 0 25 0 1 0 21926834 272674816 64383 996147200 1448431616 1448550632 4294956208 18446744073709551615 135219880 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 66571 64383 433 29 0 65386 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 266284

[startup+12.7012 s]
/proc/loadavg: 1.94 2.00 1.99 3/82 15680
/proc/meminfo: memFree=1571400/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=266284 CPUtime=12.64
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 64404 0 0 0 1234 30 0 0 25 0 1 0 21926834 272674816 64383 996147200 1448431616 1448550632 4294956208 18446744073709551615 134842607 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 66571 64383 433 29 0 65386 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 266284

[startup+25.5017 s]
/proc/loadavg: 1.95 2.00 1.99 3/82 15680
/proc/meminfo: memFree=1570248/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=267736 CPUtime=25.39
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 64740 0 0 0 2509 30 0 0 25 0 1 0 21926834 274161664 64719 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 66934 64719 433 29 0 65749 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 267736

[startup+51.1018 s]
/proc/loadavg: 1.96 2.00 1.99 3/82 15680
/proc/meminfo: memFree=1568904/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=269188 CPUtime=50.88
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 65118 0 0 0 5058 30 0 0 25 0 1 0 21926834 275648512 65097 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161208 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 67297 65097 433 29 0 66112 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 269188

[startup+102.307 s]
/proc/loadavg: 1.91 1.97 1.98 3/84 15753
/proc/meminfo: memFree=1458752/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=269980 CPUtime=101.85
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 65412 0 0 0 10155 30 0 0 25 0 1 0 21926834 276459520 65391 996147200 1448431616 1448550632 4294956208 18446744073709551615 135216087 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 67495 65391 433 29 0 66310 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 269980

[startup+162.302 s]
/proc/loadavg: 1.97 1.97 1.98 3/84 15753
/proc/meminfo: memFree=1380608/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=270244 CPUtime=161.51
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 65487 0 0 0 16120 31 0 0 25 0 1 0 21926834 276729856 65466 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865087 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 67561 65466 433 29 0 66376 0
Current children cumulated CPU time (s) 161.51
Current children cumulated vsize (KiB) 270244

[startup+222.301 s]
/proc/loadavg: 2.03 1.99 1.99 3/84 15753
/proc/meminfo: memFree=1291328/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=270376 CPUtime=220.97
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 65518 0 0 0 22066 31 0 0 25 0 1 0 21926834 276865024 65497 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 67594 65497 433 29 0 66409 0
Current children cumulated CPU time (s) 220.97
Current children cumulated vsize (KiB) 270376

[startup+282.301 s]
/proc/loadavg: 2.10 2.02 2.00 3/84 15753
/proc/meminfo: memFree=1170112/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=270376 CPUtime=280.59
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 65530 0 0 0 28028 31 0 0 25 0 1 0 21926834 276865024 65509 996147200 1448431616 1448550632 4294956208 18446744073709551615 134842497 0 0 4096 0 0 0 0 17 1 0 0
/proc/15679/statm: 67594 65509 433 29 0 66409 0
Current children cumulated CPU time (s) 280.59
Current children cumulated vsize (KiB) 270376

[startup+342.301 s]
/proc/loadavg: 2.12 2.04 2.01 3/84 15753
/proc/meminfo: memFree=1087232/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=270376 CPUtime=340.22
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 65548 0 0 0 33991 31 0 0 25 0 1 0 21926834 276865024 65527 996147200 1448431616 1448550632 4294956208 18446744073709551615 134839791 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 67594 65527 433 29 0 66409 0
Current children cumulated CPU time (s) 340.22
Current children cumulated vsize (KiB) 270376

[startup+402.301 s]
/proc/loadavg: 2.31 2.09 2.02 3/84 15753
/proc/meminfo: memFree=971136/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=270376 CPUtime=399.52
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 65548 0 0 0 39921 31 0 0 25 0 1 0 21926834 276865024 65527 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865261 0 0 4096 0 0 0 0 17 1 0 0
/proc/15679/statm: 67594 65527 433 29 0 66409 0
Current children cumulated CPU time (s) 399.52
Current children cumulated vsize (KiB) 270376

[startup+462.302 s]
/proc/loadavg: 2.19 2.10 2.03 3/84 15755
/proc/meminfo: memFree=914816/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=270508 CPUtime=458.7
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 65549 0 0 0 45839 31 0 0 25 0 1 0 21926834 277000192 65528 996147200 1448431616 1448550632 4294956208 18446744073709551615 134839843 0 0 4096 0 0 0 0 17 1 0 0
/proc/15679/statm: 67627 65528 433 29 0 66442 0
Current children cumulated CPU time (s) 458.7
Current children cumulated vsize (KiB) 270508

[startup+522.302 s]
/proc/loadavg: 2.07 2.08 2.02 3/84 15755
/proc/meminfo: memFree=914688/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=270508 CPUtime=518.3
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 65549 0 0 0 51799 31 0 0 25 0 1 0 21926834 277000192 65528 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161606 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 67627 65528 433 29 0 66442 0
Current children cumulated CPU time (s) 518.3
Current children cumulated vsize (KiB) 270508

[startup+582.303 s]
/proc/loadavg: 2.21 2.12 2.04 3/84 15755
/proc/meminfo: memFree=914176/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=270508 CPUtime=577.72
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 65549 0 0 0 57741 31 0 0 25 0 1 0 21926834 277000192 65528 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161616 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 67627 65528 433 29 0 66442 0
Current children cumulated CPU time (s) 577.72
Current children cumulated vsize (KiB) 270508

[startup+642.302 s]
/proc/loadavg: 2.48 2.21 2.07 4/84 15755
/proc/meminfo: memFree=911040/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=270508 CPUtime=637.7
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 65549 0 0 0 63738 32 0 0 25 0 1 0 21926834 277000192 65528 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 67627 65528 433 29 0 66442 0
Current children cumulated CPU time (s) 637.7
Current children cumulated vsize (KiB) 270508

[startup+702.302 s]

################
# More data... #
################

[startup+882.303 s]
/proc/loadavg: 2.21 2.26 2.12 3/84 15755
/proc/meminfo: memFree=910592/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=270640 CPUtime=877.6
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 65585 0 0 0 87728 32 0 0 25 0 1 0 21926834 277135360 65564 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865255 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 67660 65564 433 29 0 66475 0
Current children cumulated CPU time (s) 877.6
Current children cumulated vsize (KiB) 270640

[startup+942.303 s]
/proc/loadavg: 2.14 2.23 2.11 3/84 15755
/proc/meminfo: memFree=910464/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=270772 CPUtime=937.57
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 65621 0 0 0 93725 32 0 0 25 0 1 0 21926834 277270528 65600 996147200 1448431616 1448550632 4294956208 18446744073709551615 134839901 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 67693 65600 433 29 0 66508 0
Current children cumulated CPU time (s) 937.57
Current children cumulated vsize (KiB) 270772

[startup+1002.3 s]
/proc/loadavg: 2.09 2.20 2.11 3/84 15755
/proc/meminfo: memFree=910400/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=270772 CPUtime=997.55
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 65621 0 0 0 99722 33 0 0 25 0 1 0 21926834 277270528 65600 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161293 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 67693 65600 433 29 0 66508 0
Current children cumulated CPU time (s) 997.55
Current children cumulated vsize (KiB) 270772

[startup+1062.3 s]
/proc/loadavg: 2.19 2.20 2.11 3/84 15761
/proc/meminfo: memFree=910144/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=270772 CPUtime=1057.52
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 65621 0 0 0 105719 33 0 0 25 0 1 0 21926834 277270528 65600 996147200 1448431616 1448550632 4294956208 18446744073709551615 134865128 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 67693 65600 433 29 0 66508 0
Current children cumulated CPU time (s) 1057.52
Current children cumulated vsize (KiB) 270772

[startup+1122.3 s]
/proc/loadavg: 2.07 2.16 2.10 3/74 15790
/proc/meminfo: memFree=1578448/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=270772 CPUtime=1117.49
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 65621 0 0 0 111715 34 0 0 25 0 1 0 21926834 277270528 65600 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161606 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 67693 65600 433 29 0 66508 0
Current children cumulated CPU time (s) 1117.49
Current children cumulated vsize (KiB) 270772

[startup+1182.3 s]
/proc/loadavg: 2.02 2.13 2.09 3/74 15790
/proc/meminfo: memFree=1578512/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=270772 CPUtime=1177.47
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 65621 0 0 0 117713 34 0 0 25 0 1 0 21926834 277270528 65600 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161002 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 67693 65600 433 29 0 66508 0
Current children cumulated CPU time (s) 1177.47
Current children cumulated vsize (KiB) 270772

[startup+1242.3 s]
/proc/loadavg: 2.01 2.11 2.08 3/74 15790
/proc/meminfo: memFree=1578384/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=270772 CPUtime=1237.44
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 65633 0 0 0 123710 34 0 0 25 0 1 0 21926834 277270528 65612 996147200 1448431616 1448550632 4294956208 18446744073709551615 134839791 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 67693 65612 433 29 0 66508 0
Current children cumulated CPU time (s) 1237.44
Current children cumulated vsize (KiB) 270772

[startup+1302.3 s]
/proc/loadavg: 2.00 2.08 2.08 3/74 15790
/proc/meminfo: memFree=1578256/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=270772 CPUtime=1297.42
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 65633 0 0 0 129708 34 0 0 25 0 1 0 21926834 277270528 65612 996147200 1448431616 1448550632 4294956208 18446744073709551615 134824169 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 67693 65612 433 29 0 66508 0
Current children cumulated CPU time (s) 1297.42
Current children cumulated vsize (KiB) 270772

[startup+1362.3 s]
/proc/loadavg: 2.00 2.07 2.07 3/74 15790
/proc/meminfo: memFree=1578320/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=270772 CPUtime=1357.39
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 65633 0 0 0 135705 34 0 0 25 0 1 0 21926834 277270528 65612 996147200 1448431616 1448550632 4294956208 18446744073709551615 135172204 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 67693 65612 433 29 0 66508 0
Current children cumulated CPU time (s) 1357.39
Current children cumulated vsize (KiB) 270772

[startup+1422.31 s]
/proc/loadavg: 2.00 2.05 2.07 3/74 15790
/proc/meminfo: memFree=1578320/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=270772 CPUtime=1417.37
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 65633 0 0 0 141703 34 0 0 25 0 1 0 21926834 277270528 65612 996147200 1448431616 1448550632 4294956208 18446744073709551615 135215941 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 67693 65612 433 29 0 66508 0
Current children cumulated CPU time (s) 1417.37
Current children cumulated vsize (KiB) 270772

[startup+1482.3 s]
/proc/loadavg: 2.00 2.04 2.06 3/74 15790
/proc/meminfo: memFree=1578128/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=271036 CPUtime=1477.34
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 65683 0 0 0 147700 34 0 0 25 0 1 0 21926834 277540864 65662 996147200 1448431616 1448550632 4294956208 18446744073709551615 135267152 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 67759 65662 433 29 0 66574 0
Current children cumulated CPU time (s) 1477.34
Current children cumulated vsize (KiB) 271036

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/74 15790
/proc/meminfo: memFree=1577936/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=271168 CPUtime=1537.31
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 65717 0 0 0 153697 34 0 0 25 0 1 0 21926834 277676032 65696 996147200 1448431616 1448550632 4294956208 18446744073709551615 134842481 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 67792 65696 433 29 0 66607 0
Current children cumulated CPU time (s) 1537.31
Current children cumulated vsize (KiB) 271168

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/74 15790
/proc/meminfo: memFree=1577872/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=271168 CPUtime=1597.29
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 65735 0 0 0 159695 34 0 0 25 0 1 0 21926834 277676032 65714 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161282 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 67792 65714 433 29 0 66607 0
Current children cumulated CPU time (s) 1597.29
Current children cumulated vsize (KiB) 271168

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/74 15790
/proc/meminfo: memFree=1577808/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=271168 CPUtime=1657.26
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 65746 0 0 0 165692 34 0 0 25 0 1 0 21926834 277676032 65725 996147200 1448431616 1448550632 4294956208 18446744073709551615 135289718 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 67792 65725 433 29 0 66607 0
Current children cumulated CPU time (s) 1657.26
Current children cumulated vsize (KiB) 271168

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/74 15790
/proc/meminfo: memFree=1577680/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=271300 CPUtime=1717.24
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 65756 0 0 0 171690 34 0 0 25 0 1 0 21926834 277811200 65735 996147200 1448431616 1448550632 4294956208 18446744073709551615 134839791 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 67825 65735 433 29 0 66640 0
Current children cumulated CPU time (s) 1717.24
Current children cumulated vsize (KiB) 271300

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/74 15790
/proc/meminfo: memFree=1577424/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=271300 CPUtime=1777.22
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 65775 0 0 0 177688 34 0 0 25 0 1 0 21926834 277811200 65754 996147200 1448431616 1448550632 4294956208 18446744073709551615 135161214 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 67825 65754 433 29 0 66640 0
Current children cumulated CPU time (s) 1777.22
Current children cumulated vsize (KiB) 271300



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.11 s]
/proc/loadavg: 2.00 2.00 2.03 3/74 15790
/proc/meminfo: memFree=1577424/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=271300 CPUtime=1800.01
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 65775 0 0 0 179967 34 0 0 25 0 1 0 21926834 277811200 65754 996147200 1448431616 1448550632 4294956208 18446744073709551615 135220075 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 67825 65754 433 29 0 66640 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 271300

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1805.11 s]
/proc/loadavg: 2.00 2.00 2.03 3/74 15790
/proc/meminfo: memFree=1577424/2055920 swapFree=4192812/4192956
[pid=15679] ppid=15677 vsize=271300 CPUtime=1800.01
/proc/15679/stat : 15679 (ld-linux.so.2) R 15677 15679 15642 0 -1 4194304 65775 0 0 0 179967 34 0 0 25 0 1 0 21926834 277811200 65754 996147200 1448431616 1448550632 4294956208 18446744073709551615 135220075 0 0 4096 0 0 0 0 17 0 0 0
/proc/15679/statm: 67825 65754 433 29 0 66640 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 271300

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1805.15
CPU time (s): 1800.07
CPU user time (s): 1799.68
CPU system time (s): 0.38894
CPU usage (%): 99.7184
Max. virtual memory (cumulated for all children) (KiB): 271300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.68
system time used= 0.38894
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65775
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= 24
involuntary context switches= 28634

runsolver used 2.10368 second user time and 4.92625 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-11 23:44:00
IDJOB=2068873
IDBENCH=54946
IDSOLVER=769
FILE ID=node66/2068873-1247348640
PBS_JOBID= 9506863
Free space on /tmp= 66172 MiB

SOLVER NAME= Mistral 1.545
BENCH NAME= CPAI08/csp/tdsp/normalized-C7-1-241.xml
COMMAND LINE= /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2068873-1247348640/watcher-2068873-1247348640 -o /tmp/evaluation-result-2068873-1247348640/solver-2068873-1247348640 -C 1800 -W 2000 -M 900  /home/evaluation/evaluation/libc32/lib/ld-linux.so.2 ./xsolve HOME/instance-2068873-1247348640.xml

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

MD5SUM BENCH= e33b3bc917a705688363a7a6c552a6f8
RANDOM SEED=1245134168

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.214
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.214
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:       1828520 kB
Buffers:         30676 kB
Cached:          97640 kB
SwapCached:          0 kB
Active:         128980 kB
Inactive:        47300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828520 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4776 kB
Writeback:           0 kB
Mapped:          68400 kB
Slab:            36224 kB
Committed_AS:   214988 kB
PageTables:       1860 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= 66172 MiB
End job on node66 at 2009-07-12 00:14:07