Trace number 282244

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
Toolbar_MaxSat 2007-01-19? (TO) 2400.12 2403.37

General information on the benchmark

NameMaxCSP/pi/pi-20-10-20-t60/
pi-20-10-20-40-41.xml
MD5SUM075206c719dffe838c4e4fd23e6622e2
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints51
Best CPU time to get the best result obtained on this benchmark0.177972
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints53
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension53
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

2403.36	Terminated
c 
c 
c 
c conversion script
c 
c 

translate /tmp/evaluation/282244-1169318765/unknown.xml to /tmp/evaluation/282244-1169318765/unknown.wcsp

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node7/watcher-282244-1169318765 -o ROOT/results/node7/solver-282244-1169318765 -C 2400 -M 900 /tmp/evaluation/282244-1169318765/solver.sh /tmp/evaluation/282244-1169318765/unknown 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 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.79 1.91 1.97 3/93 362
/proc/meminfo: memFree=1290592/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=5184 CPUtime=0
/proc/361/stat : 361 (solver.sh) R 359 361 32639 0 -1 4194304 101 0 0 0 0 0 0 0 22 0 1 0 280272023 5308416 72 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244671306592 0 0 4096 0 0 0 0 17 1 0 0
/proc/361/statm: 1296 72 55 79 0 106 0

[startup+0.103476 s]
/proc/loadavg: 1.79 1.91 1.97 3/93 362
/proc/meminfo: memFree=1290592/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=47560 CPUtime=0.02
/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47560

[startup+0.511514 s]
/proc/loadavg: 1.79 1.91 1.97 3/93 362
/proc/meminfo: memFree=1290592/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=47560 CPUtime=0.02
/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 47560

[startup+1.3346 s]
/proc/loadavg: 1.80 1.92 1.97 3/94 383
/proc/meminfo: memFree=1251480/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=47560 CPUtime=0.02
/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
[pid=380] ppid=361 vsize=40224 CPUtime=1.25
/proc/380/stat : 380 (toolbar) R 361 361 32639 0 -1 4194304 9706 1295 0 0 32 4 89 0 21 0 1 0 280272028 41189376 9671 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134660037 0 0 4096 2 0 0 0 17 1 0 0
/proc/380/statm: 10056 9671 80 178 0 9874 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 87784

[startup+2.98378 s]
/proc/loadavg: 1.80 1.92 1.97 3/94 383
/proc/meminfo: memFree=1251480/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=47560 CPUtime=0.02
/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
[pid=380] ppid=361 vsize=40224 CPUtime=2.89
/proc/380/stat : 380 (toolbar) R 361 361 32639 0 -1 4194304 9706 1295 0 0 196 4 89 0 25 0 1 0 280272028 41189376 9671 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134703226 0 0 4096 2 0 0 0 17 1 0 0
/proc/380/statm: 10056 9671 80 178 0 9874 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 87784

[startup+6.26312 s]
/proc/loadavg: 1.80 1.92 1.97 3/94 383
/proc/meminfo: memFree=1251416/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=47560 CPUtime=0.02
/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
[pid=380] ppid=361 vsize=40224 CPUtime=6.13
/proc/380/stat : 380 (toolbar) R 361 361 32639 0 -1 4194304 9706 1295 0 0 520 4 89 0 25 0 1 0 280272028 41189376 9671 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134657886 0 0 4096 2 0 0 0 17 1 0 0
/proc/380/statm: 10056 9671 80 178 0 9874 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 87784

[startup+12.7328 s]
/proc/loadavg: 1.83 1.92 1.97 3/94 383
/proc/meminfo: memFree=1251416/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=47560 CPUtime=0.02
/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
[pid=380] ppid=361 vsize=40228 CPUtime=12.55
/proc/380/stat : 380 (toolbar) R 361 361 32639 0 -1 4194304 9707 1295 0 0 1162 4 89 0 25 0 1 0 280272028 41193472 9672 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134700009 0 0 4096 2 0 0 0 17 1 0 0
/proc/380/statm: 10057 9672 80 178 0 9875 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 87788

[startup+25.5521 s]
/proc/loadavg: 1.86 1.92 1.97 3/94 383
/proc/meminfo: memFree=1251480/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=47560 CPUtime=0.02
/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
[pid=380] ppid=361 vsize=40228 CPUtime=25.25
/proc/380/stat : 380 (toolbar) R 361 361 32639 0 -1 4194304 9707 1295 0 0 2432 4 89 0 25 0 1 0 280272028 41193472 9672 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134665810 0 0 4096 2 0 0 0 17 1 0 0
/proc/380/statm: 10057 9672 80 178 0 9875 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 87788

[startup+51.2208 s]
/proc/loadavg: 1.91 1.92 1.97 3/94 383
/proc/meminfo: memFree=1251544/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=47560 CPUtime=0.02
/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
[pid=380] ppid=361 vsize=40228 CPUtime=50.68
/proc/380/stat : 380 (toolbar) R 361 361 32639 0 -1 4194304 9708 1295 0 0 4975 4 89 0 25 0 1 0 280272028 41193472 9673 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134598819 0 0 4096 2 0 0 0 17 1 0 0
/proc/380/statm: 10057 9673 81 178 0 9875 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 87788

[startup+102.453 s]
/proc/loadavg: 1.70 1.87 1.95 3/88 471
/proc/meminfo: memFree=1237832/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=47560 CPUtime=0.02
/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
[pid=380] ppid=361 vsize=40228 CPUtime=101.61
/proc/380/stat : 380 (toolbar) R 361 361 32639 0 -1 4194304 9708 1295 0 0 10066 6 89 0 25 0 1 0 280272028 41193472 9673 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134693631 0 0 4096 2 0 0 0 17 0 0 0
/proc/380/statm: 10057 9673 81 178 0 9875 0
Current children cumulated CPU time (s) 101.63
Current children cumulated vsize (KiB) 87788

[startup+162.494 s]
/proc/loadavg: 1.89 1.89 1.95 3/88 471
/proc/meminfo: memFree=1237832/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=47560 CPUtime=0.02
/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
[pid=380] ppid=361 vsize=40228 CPUtime=161.6
/proc/380/stat : 380 (toolbar) R 361 361 32639 0 -1 4194304 9708 1295 0 0 16065 6 89 0 25 0 1 0 280272028 41193472 9673 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134597485 0 0 4096 2 0 0 0 17 0 0 0
/proc/380/statm: 10057 9673 81 178 0 9875 0
Current children cumulated CPU time (s) 161.62
Current children cumulated vsize (KiB) 87788

[startup+222.535 s]
/proc/loadavg: 1.96 1.91 1.95 3/88 471
/proc/meminfo: memFree=1237896/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=47560 CPUtime=0.02
/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
[pid=380] ppid=361 vsize=40228 CPUtime=221.58
/proc/380/stat : 380 (toolbar) R 361 361 32639 0 -1 4194304 9709 1295 0 0 22063 6 89 0 25 0 1 0 280272028 41193472 9674 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134699900 0 0 4096 2 0 0 0 17 0 0 0
/proc/380/statm: 10057 9674 81 178 0 9875 0
Current children cumulated CPU time (s) 221.6
Current children cumulated vsize (KiB) 87788

[startup+282.583 s]
/proc/loadavg: 1.98 1.92 1.95 3/88 471
/proc/meminfo: memFree=1237896/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=47560 CPUtime=0.02
/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
[pid=380] ppid=361 vsize=40228 CPUtime=281.55
/proc/380/stat : 380 (toolbar) R 361 361 32639 0 -1 4194304 9709 1295 0 0 28060 6 89 0 25 0 1 0 280272028 41193472 9674 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134693631 0 0 4096 2 0 0 0 17 0 0 0
/proc/380/statm: 10057 9674 81 178 0 9875 0
Current children cumulated CPU time (s) 281.57
Current children cumulated vsize (KiB) 87788

[startup+342.632 s]
/proc/loadavg: 1.99 1.93 1.95 4/88 471
/proc/meminfo: memFree=1237896/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=47560 CPUtime=0.02
/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
[pid=380] ppid=361 vsize=40228 CPUtime=341.54
/proc/380/stat : 380 (toolbar) R 361 361 32639 0 -1 4194304 9709 1295 0 0 34059 6 89 0 25 0 1 0 280272028 41193472 9674 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134693680 0 0 4096 2 0 0 0 17 0 0 0
/proc/380/statm: 10057 9674 81 178 0 9875 0
Current children cumulated CPU time (s) 341.56
Current children cumulated vsize (KiB) 87788

[startup+402.684 s]
/proc/loadavg: 1.99 1.94 1.95 3/88 471
/proc/meminfo: memFree=1237896/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=47560 CPUtime=0.02
/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
[pid=380] ppid=361 vsize=40228 CPUtime=401.54
/proc/380/stat : 380 (toolbar) R 361 361 32639 0 -1 4194304 9709 1295 0 0 40059 6 89 0 25 0 1 0 280272028 41193472 9674 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134597619 0 0 4096 2 0 0 0 17 0 0 0
/proc/380/statm: 10057 9674 81 178 0 9875 0
Current children cumulated CPU time (s) 401.56
Current children cumulated vsize (KiB) 87788

[startup+462.743 s]
/proc/loadavg: 1.99 1.95 1.95 3/88 471
/proc/meminfo: memFree=1237896/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=47560 CPUtime=0.02
/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
[pid=380] ppid=361 vsize=40228 CPUtime=461.52
/proc/380/stat : 380 (toolbar) R 361 361 32639 0 -1 4194304 9709 1295 0 0 46057 6 89 0 25 0 1 0 280272028 41193472 9674 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134693617 0 0 4096 2 0 0 0 17 0 0 0
/proc/380/statm: 10057 9674 81 178 0 9875 0
Current children cumulated CPU time (s) 461.54
Current children cumulated vsize (KiB) 87788

[startup+522.799 s]
/proc/loadavg: 1.99 1.95 1.95 3/88 471
/proc/meminfo: memFree=1237896/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=47560 CPUtime=0.02
/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
[pid=380] ppid=361 vsize=40232 CPUtime=521.52
/proc/380/stat : 380 (toolbar) R 361 361 32639 0 -1 4194304 9710 1295 0 0 52057 6 89 0 25 0 1 0 280272028 41197568 9675 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134701357 0 0 4096 2 0 0 0 17 0 0 0
/proc/380/statm: 10058 9675 81 178 0 9876 0
Current children cumulated CPU time (s) 521.54

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

/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
[pid=380] ppid=361 vsize=40232 CPUtime=1661.42
/proc/380/stat : 380 (toolbar) R 361 361 32639 0 -1 4194304 9710 1295 0 0 166034 19 89 0 25 0 1 0 280272028 41197568 9675 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134694090 0 0 4096 2 0 0 0 17 0 0 0
/proc/380/statm: 10058 9675 81 178 0 9876 0
Current children cumulated CPU time (s) 1661.44
Current children cumulated vsize (KiB) 87792

[startup+1724.02 s]
/proc/loadavg: 2.00 2.00 1.97 3/88 669
/proc/meminfo: memFree=1237768/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=47560 CPUtime=0.02
/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
[pid=380] ppid=361 vsize=40232 CPUtime=1721.41
/proc/380/stat : 380 (toolbar) R 361 361 32639 0 -1 4194304 9710 1295 0 0 172033 19 89 0 25 0 1 0 280272028 41197568 9675 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134693628 0 0 4096 2 0 0 0 17 0 0 0
/proc/380/statm: 10058 9675 81 178 0 9876 0
Current children cumulated CPU time (s) 1721.43
Current children cumulated vsize (KiB) 87792

[startup+1784.07 s]
/proc/loadavg: 2.04 2.01 1.97 3/88 669
/proc/meminfo: memFree=1237768/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=47560 CPUtime=0.02
/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
[pid=380] ppid=361 vsize=40232 CPUtime=1781.42
/proc/380/stat : 380 (toolbar) R 361 361 32639 0 -1 4194304 9710 1295 0 0 178033 20 89 0 25 0 1 0 280272028 41197568 9675 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134693695 0 0 4096 2 0 0 0 17 0 0 0
/proc/380/statm: 10058 9675 81 178 0 9876 0
Current children cumulated CPU time (s) 1781.44
Current children cumulated vsize (KiB) 87792

[startup+1844.14 s]
/proc/loadavg: 2.01 2.01 1.97 3/88 669
/proc/meminfo: memFree=1237768/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=47560 CPUtime=0.02
/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
[pid=380] ppid=361 vsize=40232 CPUtime=1841.44
/proc/380/stat : 380 (toolbar) R 361 361 32639 0 -1 4194304 9710 1295 0 0 184035 20 89 0 25 0 1 0 280272028 41197568 9675 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134693617 0 0 4096 2 0 0 0 17 0 0 0
/proc/380/statm: 10058 9675 81 178 0 9876 0
Current children cumulated CPU time (s) 1841.46
Current children cumulated vsize (KiB) 87792

[startup+1904.2 s]
/proc/loadavg: 2.00 2.00 1.97 3/88 669
/proc/meminfo: memFree=1237768/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=47560 CPUtime=0.02
/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
[pid=380] ppid=361 vsize=40232 CPUtime=1901.41
/proc/380/stat : 380 (toolbar) R 361 361 32639 0 -1 4194304 9710 1295 0 0 190032 20 89 0 25 0 1 0 280272028 41197568 9675 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134599712 0 0 4096 2 0 0 0 17 0 0 0
/proc/380/statm: 10058 9675 81 178 0 9876 0
Current children cumulated CPU time (s) 1901.43
Current children cumulated vsize (KiB) 87792

[startup+1964.26 s]
/proc/loadavg: 2.00 2.00 1.97 3/88 669
/proc/meminfo: memFree=1237768/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=47560 CPUtime=0.02
/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
[pid=380] ppid=361 vsize=40232 CPUtime=1961.42
/proc/380/stat : 380 (toolbar) R 361 361 32639 0 -1 4194304 9710 1295 0 0 196033 20 89 0 25 0 1 0 280272028 41197568 9675 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134657545 0 0 4096 2 0 0 0 17 0 0 0
/proc/380/statm: 10058 9675 81 178 0 9876 0
Current children cumulated CPU time (s) 1961.44
Current children cumulated vsize (KiB) 87792

[startup+2024.32 s]
/proc/loadavg: 2.00 2.00 1.97 3/88 669
/proc/meminfo: memFree=1237768/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=47560 CPUtime=0.02
/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
[pid=380] ppid=361 vsize=40232 CPUtime=2021.42
/proc/380/stat : 380 (toolbar) R 361 361 32639 0 -1 4194304 9710 1295 0 0 202033 20 89 0 25 0 1 0 280272028 41197568 9675 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134694106 0 0 4096 2 0 0 0 17 0 0 0
/proc/380/statm: 10058 9675 81 178 0 9876 0
Current children cumulated CPU time (s) 2021.44
Current children cumulated vsize (KiB) 87792

[startup+2084.37 s]
/proc/loadavg: 2.00 2.00 1.97 3/88 669
/proc/meminfo: memFree=1237768/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=47560 CPUtime=0.02
/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
[pid=380] ppid=361 vsize=40232 CPUtime=2081.39
/proc/380/stat : 380 (toolbar) R 361 361 32639 0 -1 4194304 9710 1295 0 0 208030 20 89 0 25 0 1 0 280272028 41197568 9675 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134694152 0 0 4096 2 0 0 0 17 0 0 0
/proc/380/statm: 10058 9675 81 178 0 9876 0
Current children cumulated CPU time (s) 2081.41
Current children cumulated vsize (KiB) 87792

[startup+2144.43 s]
/proc/loadavg: 2.00 2.00 1.97 3/88 671
/proc/meminfo: memFree=1237768/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=47560 CPUtime=0.02
/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
[pid=380] ppid=361 vsize=40232 CPUtime=2141.39
/proc/380/stat : 380 (toolbar) R 361 361 32639 0 -1 4194304 9710 1295 0 0 214030 20 89 0 25 0 1 0 280272028 41197568 9675 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134694912 0 0 4096 2 0 0 0 17 0 0 0
/proc/380/statm: 10058 9675 81 178 0 9876 0
Current children cumulated CPU time (s) 2141.41
Current children cumulated vsize (KiB) 87792

[startup+2204.49 s]
/proc/loadavg: 2.00 2.00 1.97 3/88 671
/proc/meminfo: memFree=1237768/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=47560 CPUtime=0.02
/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
[pid=380] ppid=361 vsize=40232 CPUtime=2201.41
/proc/380/stat : 380 (toolbar) R 361 361 32639 0 -1 4194304 9710 1295 0 0 220032 20 89 0 25 0 1 0 280272028 41197568 9675 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134702289 0 0 4096 2 0 0 0 17 0 0 0
/proc/380/statm: 10058 9675 81 178 0 9876 0
Current children cumulated CPU time (s) 2201.43
Current children cumulated vsize (KiB) 87792

[startup+2264.55 s]
/proc/loadavg: 2.00 2.00 1.97 3/88 671
/proc/meminfo: memFree=1237768/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=47560 CPUtime=0.02
/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
[pid=380] ppid=361 vsize=40232 CPUtime=2261.38
/proc/380/stat : 380 (toolbar) R 361 361 32639 0 -1 4194304 9710 1295 0 0 226029 20 89 0 25 0 1 0 280272028 41197568 9675 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134660579 0 0 4096 2 0 0 0 17 0 0 0
/proc/380/statm: 10058 9675 81 178 0 9876 0
Current children cumulated CPU time (s) 2261.4
Current children cumulated vsize (KiB) 87792

[startup+2324.61 s]
/proc/loadavg: 2.05 2.01 1.98 3/88 671
/proc/meminfo: memFree=1237768/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=47560 CPUtime=0.02
/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
[pid=380] ppid=361 vsize=40232 CPUtime=2321.39
/proc/380/stat : 380 (toolbar) R 361 361 32639 0 -1 4194304 9710 1295 0 0 232030 20 89 0 25 0 1 0 280272028 41197568 9675 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134699999 0 0 4096 2 0 0 0 17 0 0 0
/proc/380/statm: 10058 9675 81 178 0 9876 0
Current children cumulated CPU time (s) 2321.41
Current children cumulated vsize (KiB) 87792

[startup+2384.67 s]
/proc/loadavg: 2.02 2.01 1.98 3/88 671
/proc/meminfo: memFree=1237768/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=47560 CPUtime=0.02
/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
[pid=380] ppid=361 vsize=40232 CPUtime=2381.4
/proc/380/stat : 380 (toolbar) R 361 361 32639 0 -1 4194304 9710 1295 0 0 238030 21 89 0 25 0 1 0 280272028 41197568 9675 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134599869 0 0 4096 2 0 0 0 17 0 0 0
/proc/380/statm: 10058 9675 81 178 0 9876 0
Current children cumulated CPU time (s) 2381.42
Current children cumulated vsize (KiB) 87792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2403.35 s]
/proc/loadavg: 2.01 2.01 1.98 3/88 671
/proc/meminfo: memFree=1237768/2055920 swapFree=4192812/4192956
[pid=361] ppid=359 vsize=47560 CPUtime=0.02
/proc/361/stat : 361 (solver.sh) S 359 361 32639 0 -1 4194304 905 2406 0 0 0 0 0 2 25 0 1 0 280272023 48701440 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/361/statm: 11890 362 246 79 0 217 0
[pid=380] ppid=361 vsize=40232 CPUtime=2400.05
/proc/380/stat : 380 (toolbar) R 361 361 32639 0 -1 4194304 9710 1295 0 0 239895 21 89 0 25 0 1 0 280272028 41197568 9675 18446744073709551615 134512640 135242688 4294956608 18446744073709551615 134702996 0 0 4096 2 0 0 0 17 0 0 0
/proc/380/statm: 10058 9675 81 178 0 9876 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 87792

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2403.37
CPU time (s): 2400.12
CPU user time (s): 2399.87
CPU system time (s): 0.252961
CPU usage (%): 99.865
Max. virtual memory (cumulated for all children) (KiB): 87792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.87
system time used= 0.252961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14337
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= 78
involuntary context switches= 65034

runsolver used 2.86156 s user time and 7.77982 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Sat Jan 20 18:46:06 UTC 2007


IDJOB= 282244
IDBENCH= 12570
IDSOLVER= 71
FILE ID= node7/282244-1169318765

PBS_JOBID= 3610057

Free space on /tmp= 66561 MiB

SOLVER NAME= Toolbar_MaxSat 2007-01-19
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/pi/pi-20-10-20-t60/pi-20-10-20-40-41.xml
COMMAND LINE= /tmp/evaluation/282244-1169318765/solver.sh /tmp/evaluation/282244-1169318765/unknown
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node7/convwatcher-282244-1169318765 -o ROOT/results/node7/conversion-282244-1169318765 -C 600 -M 900 /tmp/evaluation/282244-1169318765/translate /tmp/evaluation/282244-1169318765/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node7/watcher-282244-1169318765 -o ROOT/results/node7/solver-282244-1169318765 -C 2400 -M 900  /tmp/evaluation/282244-1169318765/solver.sh /tmp/evaluation/282244-1169318765/unknown

META MD5SUM SOLVER= f843f34905a307bcc0c6a322bc802c9d
MD5SUM BENCH=  075206c719dffe838c4e4fd23e6622e2

RANDOM SEED= 377474854

TIME LIMIT= 2400 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.220
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.220
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:       1291072 kB
Buffers:         56756 kB
Cached:         538720 kB
SwapCached:          0 kB
Active:         250100 kB
Inactive:       431800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1291072 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1848 kB
Writeback:           0 kB
Mapped:         115492 kB
Slab:            67520 kB
Committed_AS: 10064216 kB
PageTables:       2464 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= 66561 MiB



End job on node7 on Sat Jan 20 19:26:09 UTC 2007