Trace number 275040

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 2007-01-12MSAT (TO) 2400.08 2402.62

General information on the benchmark

Namecomposed/composed-75-1-2/
composed-75-1-2-7_ext.xml
MD5SUM187c2b1262c9b9ddbe76e1726786577d
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints623
Best CPU time to get the best result obtained on this benchmark1.03184
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables83
Number of constraints624
Maximum constraint arity2
Maximum domain size10
Number of constraints which are defined in extension624
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

2402.54	Terminated
c 
c 
c 
c solution file
c 
c 

SOL 3 9 3 4 8 0 1 3 3 6 9 5 0 4 5 1 3 4 2 9 7 2 5 1 1 9 2 7 2 9 3 4 9 1 1 0 7 7 1 3 1 5 7 9 2 6 2 6 3 6 9 7 2 6 2 5 0 1 3 2 2 2 8 3 1 3 0 0 8 1 9 3 5 1 6 2 4 4 4 5 6 7 2 
c 
c 
c 
c conversion script
c 
c 

translate /tmp/evaluation/275040-1169216004/unknown.xml to /tmp/evaluation/275040-1169216004/unknown.wcsp

Verifier Data (download as text)

1 unsatisfied constraints, 623 satisfied constraints

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node50/watcher-275040-1169216004 -o ROOT/results/node50/solver-275040-1169216004 -C 2400 -M 900 /tmp/evaluation/275040-1169216004/solver.sh /tmp/evaluation/275040-1169216004/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: 0.92 1.12 1.49 5/75 1761
/proc/meminfo: memFree=1468424/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=8560 CPUtime=0
/proc/1760/stat : 1760 (solver.sh) R 1758 1760 1610 0 -1 4194304 308 0 0 0 0 0 0 0 20 0 1 0 269999102 8765440 253 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577660815 0 0 4096 8192 0 0 0 17 1 0 0
/proc/1760/statm: 2140 253 197 79 0 133 0

[startup+0.104494 s]
/proc/loadavg: 0.92 1.12 1.49 5/75 1761
/proc/meminfo: memFree=1468424/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=47572 CPUtime=0.01
/proc/1760/stat : 1760 (solver.sh) S 1758 1760 1610 0 -1 4194304 848 2113 0 0 0 0 0 1 25 0 1 0 269999102 48713728 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1760/statm: 11893 362 246 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+0.51256 s]
/proc/loadavg: 0.92 1.12 1.49 5/75 1761
/proc/meminfo: memFree=1468424/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=47572 CPUtime=0.01
/proc/1760/stat : 1760 (solver.sh) S 1758 1760 1610 0 -1 4194304 848 2113 0 0 0 0 0 1 25 0 1 0 269999102 48713728 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1760/statm: 11893 362 246 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47572

[startup+1.3337 s]
/proc/loadavg: 1.01 1.13 1.50 3/77 1778
/proc/meminfo: memFree=1466872/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=47572 CPUtime=0.01
/proc/1760/stat : 1760 (solver.sh) S 1758 1760 1610 0 -1 4194304 848 2113 0 0 0 0 0 1 25 0 1 0 269999102 48713728 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1760/statm: 11893 362 246 79 0 217 0
[pid=1777] ppid=1760 vsize=1536 CPUtime=0
/proc/1777/stat : 1777 (toolbar) S 1760 1760 1610 0 -1 4194304 166 0 0 0 0 0 0 0 25 0 1 0 269999106 1572864 140 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134893517 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/1777/statm: 384 140 52 178 0 202 0
[pid=1778] ppid=1777 vsize=1508 CPUtime=1.26
/proc/1778/stat : 1778 (narycsp) R 1777 1760 1610 0 -1 4194304 504 0 0 0 126 0 0 0 25 0 1 0 269999107 1544192 228 18446744073709551615 134512640 135380208 4294956592 18446744073709551615 134514604 0 0 4096 512 0 0 0 17 1 0 0
/proc/1778/statm: 377 228 112 211 0 146 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 50616

[startup+2.97797 s]
/proc/loadavg: 1.01 1.13 1.50 3/77 1778
/proc/meminfo: memFree=1466808/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=47572 CPUtime=0.01
/proc/1760/stat : 1760 (solver.sh) S 1758 1760 1610 0 -1 4194304 848 2113 0 0 0 0 0 1 25 0 1 0 269999102 48713728 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1760/statm: 11893 362 246 79 0 217 0
[pid=1777] ppid=1760 vsize=1536 CPUtime=0
/proc/1777/stat : 1777 (toolbar) S 1760 1760 1610 0 -1 4194304 166 0 0 0 0 0 0 0 25 0 1 0 269999106 1572864 140 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134893517 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/1777/statm: 384 140 52 178 0 202 0
[pid=1778] ppid=1777 vsize=1508 CPUtime=2.9
/proc/1778/stat : 1778 (narycsp) R 1777 1760 1610 0 -1 4194304 504 0 0 0 290 0 0 0 25 0 1 0 269999107 1544192 228 18446744073709551615 134512640 135380208 4294956592 18446744073709551615 134514102 0 0 4096 512 0 0 0 17 1 0 0
/proc/1778/statm: 377 228 112 211 0 146 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 50616

[startup+6.25852 s]
/proc/loadavg: 1.09 1.15 1.50 3/75 1780
/proc/meminfo: memFree=1416456/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=47572 CPUtime=0.01
/proc/1760/stat : 1760 (solver.sh) S 1758 1760 1610 0 -1 4194304 848 2113 0 0 0 0 0 1 25 0 1 0 269999102 48713728 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1760/statm: 11893 362 246 79 0 217 0
[pid=1777] ppid=1760 vsize=2460 CPUtime=6.17
/proc/1777/stat : 1777 (toolbar) R 1760 1760 1610 0 -1 4194304 444 898 0 0 267 0 349 1 25 0 1 0 269999106 2519040 404 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134622418 0 0 4096 2 0 0 0 17 0 0 0
/proc/1777/statm: 615 404 66 178 0 433 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 50032

[startup+12.7226 s]
/proc/loadavg: 1.16 1.16 1.50 3/75 1780
/proc/meminfo: memFree=1416456/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=47572 CPUtime=0.01
/proc/1760/stat : 1760 (solver.sh) S 1758 1760 1610 0 -1 4194304 848 2113 0 0 0 0 0 1 25 0 1 0 269999102 48713728 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1760/statm: 11893 362 246 79 0 217 0
[pid=1777] ppid=1760 vsize=2460 CPUtime=12.63
/proc/1777/stat : 1777 (toolbar) R 1760 1760 1610 0 -1 4194304 444 898 0 0 913 0 349 1 25 0 1 0 269999106 2519040 404 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134607656 0 0 4096 2 0 0 0 17 0 0 0
/proc/1777/statm: 615 404 66 178 0 433 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 50032

[startup+25.5428 s]
/proc/loadavg: 1.29 1.19 1.50 3/75 1780
/proc/meminfo: memFree=1416584/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=47572 CPUtime=0.01
/proc/1760/stat : 1760 (solver.sh) S 1758 1760 1610 0 -1 4194304 848 2113 0 0 0 0 0 1 25 0 1 0 269999102 48713728 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1760/statm: 11893 362 246 79 0 217 0
[pid=1777] ppid=1760 vsize=2460 CPUtime=25.45
/proc/1777/stat : 1777 (toolbar) R 1760 1760 1610 0 -1 4194304 444 898 0 0 2195 0 349 1 25 0 1 0 269999106 2519040 404 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611773 0 0 4096 2 0 0 0 17 0 0 0
/proc/1777/statm: 615 404 66 178 0 433 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 50032

[startup+51.1861 s]
/proc/loadavg: 1.57 1.26 1.52 3/75 1780
/proc/meminfo: memFree=1416712/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=47572 CPUtime=0.01
/proc/1760/stat : 1760 (solver.sh) S 1758 1760 1610 0 -1 4194304 848 2113 0 0 0 0 0 1 25 0 1 0 269999102 48713728 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1760/statm: 11893 362 246 79 0 217 0
[pid=1777] ppid=1760 vsize=2460 CPUtime=51.04
/proc/1777/stat : 1777 (toolbar) R 1760 1760 1610 0 -1 4194304 444 898 0 0 4754 0 349 1 25 0 1 0 269999106 2519040 404 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134622582 0 0 4096 2 0 0 0 17 0 0 0
/proc/1777/statm: 615 404 66 178 0 433 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 50032

[startup+102.468 s]
/proc/loadavg: 1.81 1.37 1.54 3/75 1780
/proc/meminfo: memFree=1416776/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=47572 CPUtime=0.01
/proc/1760/stat : 1760 (solver.sh) S 1758 1760 1610 0 -1 4194304 848 2113 0 0 0 0 0 1 25 0 1 0 269999102 48713728 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1760/statm: 11893 362 246 79 0 217 0
[pid=1777] ppid=1760 vsize=2460 CPUtime=102.28
/proc/1777/stat : 1777 (toolbar) R 1760 1760 1610 0 -1 4194304 444 898 0 0 9878 0 349 1 25 0 1 0 269999106 2519040 404 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134623659 0 0 4096 2 0 0 0 17 0 0 0
/proc/1777/statm: 615 404 66 178 0 433 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 50032

[startup+162.47 s]
/proc/loadavg: 1.93 1.49 1.57 3/75 1780
/proc/meminfo: memFree=1416776/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=47572 CPUtime=0.01
/proc/1760/stat : 1760 (solver.sh) S 1758 1760 1610 0 -1 4194304 848 2113 0 0 0 0 0 1 25 0 1 0 269999102 48713728 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1760/statm: 11893 362 246 79 0 217 0
[pid=1777] ppid=1760 vsize=2460 CPUtime=162.23
/proc/1777/stat : 1777 (toolbar) R 1760 1760 1610 0 -1 4194304 444 898 0 0 15873 0 349 1 25 0 1 0 269999106 2519040 404 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134607655 0 0 4096 2 0 0 0 17 0 0 0
/proc/1777/statm: 615 404 66 178 0 433 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 50032

[startup+222.473 s]
/proc/loadavg: 1.97 1.58 1.59 3/75 1780
/proc/meminfo: memFree=1416776/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=47572 CPUtime=0.01
/proc/1760/stat : 1760 (solver.sh) S 1758 1760 1610 0 -1 4194304 848 2113 0 0 0 0 0 1 25 0 1 0 269999102 48713728 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1760/statm: 11893 362 246 79 0 217 0
[pid=1777] ppid=1760 vsize=2460 CPUtime=222.16
/proc/1777/stat : 1777 (toolbar) R 1760 1760 1610 0 -1 4194304 444 898 0 0 21866 0 349 1 25 0 1 0 269999106 2519040 404 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134612541 0 0 4096 2 0 0 0 17 0 0 0
/proc/1777/statm: 615 404 66 178 0 433 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 50032

[startup+282.477 s]
/proc/loadavg: 1.99 1.65 1.61 3/75 1780
/proc/meminfo: memFree=1416840/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=47572 CPUtime=0.01
/proc/1760/stat : 1760 (solver.sh) S 1758 1760 1610 0 -1 4194304 848 2113 0 0 0 0 0 1 25 0 1 0 269999102 48713728 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1760/statm: 11893 362 246 79 0 217 0
[pid=1777] ppid=1760 vsize=2460 CPUtime=282.1
/proc/1777/stat : 1777 (toolbar) R 1760 1760 1610 0 -1 4194304 444 898 0 0 27860 0 349 1 25 0 1 0 269999106 2519040 404 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134615344 0 0 4096 2 0 0 0 17 0 0 0
/proc/1777/statm: 615 404 66 178 0 433 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 50032

[startup+342.573 s]
/proc/loadavg: 1.99 1.71 1.64 3/75 1780
/proc/meminfo: memFree=1416776/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=47572 CPUtime=0.01
/proc/1760/stat : 1760 (solver.sh) S 1758 1760 1610 0 -1 4194304 848 2113 0 0 0 0 0 1 25 0 1 0 269999102 48713728 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1760/statm: 11893 362 246 79 0 217 0
[pid=1777] ppid=1760 vsize=2460 CPUtime=342.15
/proc/1777/stat : 1777 (toolbar) R 1760 1760 1610 0 -1 4194304 444 898 0 0 33865 0 349 1 25 0 1 0 269999106 2519040 404 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134636832 0 0 4096 2 0 0 0 17 0 0 0
/proc/1777/statm: 615 404 66 178 0 433 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 50032

[startup+402.574 s]
/proc/loadavg: 1.99 1.76 1.66 3/75 1782
/proc/meminfo: memFree=1416640/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=47572 CPUtime=0.01
/proc/1760/stat : 1760 (solver.sh) S 1758 1760 1610 0 -1 4194304 848 2113 0 0 0 0 0 1 25 0 1 0 269999102 48713728 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1760/statm: 11893 362 246 79 0 217 0
[pid=1777] ppid=1760 vsize=2460 CPUtime=402.07
/proc/1777/stat : 1777 (toolbar) R 1760 1760 1610 0 -1 4194304 444 898 0 0 39857 0 349 1 25 0 1 0 269999106 2519040 404 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611773 0 0 4096 2 0 0 0 17 0 0 0
/proc/1777/statm: 615 404 66 178 0 433 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 50032

[startup+462.679 s]
/proc/loadavg: 1.99 1.80 1.67 3/75 1782
/proc/meminfo: memFree=1416648/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=47572 CPUtime=0.01
/proc/1760/stat : 1760 (solver.sh) S 1758 1760 1610 0 -1 4194304 848 2113 0 0 0 0 0 1 25 0 1 0 269999102 48713728 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1760/statm: 11893 362 246 79 0 217 0
[pid=1777] ppid=1760 vsize=2460 CPUtime=462.13
/proc/1777/stat : 1777 (toolbar) R 1760 1760 1610 0 -1 4194304 444 898 0 0 45862 1 349 1 25 0 1 0 269999106 2519040 404 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611732 0 0 4096 2 0 0 0 17 0 0 0
/proc/1777/statm: 615 404 66 178 0 433 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 50032

[startup+522.775 s]
/proc/loadavg: 1.99 1.84 1.69 3/75 1782
/proc/meminfo: memFree=1416712/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=47572 CPUtime=0.01

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

/proc/1760/stat : 1760 (solver.sh) S 1758 1760 1610 0 -1 4194304 848 2113 0 0 0 0 0 1 25 0 1 0 269999102 48713728 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1760/statm: 11893 362 246 79 0 217 0
[pid=1777] ppid=1760 vsize=2460 CPUtime=1662.11
/proc/1777/stat : 1777 (toolbar) R 1760 1760 1610 0 -1 4194304 444 898 0 0 165859 2 349 1 25 0 1 0 269999106 2519040 404 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134637390 0 0 4096 2 0 0 0 17 0 0 0
/proc/1777/statm: 615 404 66 178 0 433 0
Current children cumulated CPU time (s) 1662.12
Current children cumulated vsize (KiB) 50032

[startup+1723.99 s]
/proc/loadavg: 2.00 2.00 1.89 3/75 1782
/proc/meminfo: memFree=1416712/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=47572 CPUtime=0.01
/proc/1760/stat : 1760 (solver.sh) S 1758 1760 1610 0 -1 4194304 848 2113 0 0 0 0 0 1 25 0 1 0 269999102 48713728 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1760/statm: 11893 362 246 79 0 217 0
[pid=1777] ppid=1760 vsize=2460 CPUtime=1722.16
/proc/1777/stat : 1777 (toolbar) R 1760 1760 1610 0 -1 4194304 444 898 0 0 171864 2 349 1 25 0 1 0 269999106 2519040 404 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134637122 0 0 4096 2 0 0 0 17 0 0 0
/proc/1777/statm: 615 404 66 178 0 433 0
Current children cumulated CPU time (s) 1722.17
Current children cumulated vsize (KiB) 50032

[startup+1783.99 s]
/proc/loadavg: 2.00 2.00 1.89 3/75 1782
/proc/meminfo: memFree=1416776/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=47572 CPUtime=0.01
/proc/1760/stat : 1760 (solver.sh) S 1758 1760 1610 0 -1 4194304 848 2113 0 0 0 0 0 1 25 0 1 0 269999102 48713728 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1760/statm: 11893 362 246 79 0 217 0
[pid=1777] ppid=1760 vsize=2460 CPUtime=1782.11
/proc/1777/stat : 1777 (toolbar) R 1760 1760 1610 0 -1 4194304 444 898 0 0 177859 2 349 1 25 0 1 0 269999106 2519040 404 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134641779 0 0 4096 2 0 0 0 17 0 0 0
/proc/1777/statm: 615 404 66 178 0 433 0
Current children cumulated CPU time (s) 1782.12
Current children cumulated vsize (KiB) 50032

[startup+1844.09 s]
/proc/loadavg: 2.00 2.00 1.90 3/75 1782
/proc/meminfo: memFree=1416712/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=47572 CPUtime=0.01
/proc/1760/stat : 1760 (solver.sh) S 1758 1760 1610 0 -1 4194304 848 2113 0 0 0 0 0 1 25 0 1 0 269999102 48713728 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1760/statm: 11893 362 246 79 0 217 0
[pid=1777] ppid=1760 vsize=2460 CPUtime=1842.14
/proc/1777/stat : 1777 (toolbar) R 1760 1760 1610 0 -1 4194304 444 898 0 0 183862 2 349 1 25 0 1 0 269999106 2519040 404 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134637742 0 0 4096 2 0 0 0 17 0 0 0
/proc/1777/statm: 615 404 66 178 0 433 0
Current children cumulated CPU time (s) 1842.15
Current children cumulated vsize (KiB) 50032

[startup+1904.09 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 1782
/proc/meminfo: memFree=1416712/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=47572 CPUtime=0.01
/proc/1760/stat : 1760 (solver.sh) S 1758 1760 1610 0 -1 4194304 848 2113 0 0 0 0 0 1 25 0 1 0 269999102 48713728 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1760/statm: 11893 362 246 79 0 217 0
[pid=1777] ppid=1760 vsize=2460 CPUtime=1902.08
/proc/1777/stat : 1777 (toolbar) R 1760 1760 1610 0 -1 4194304 444 898 0 0 189856 2 349 1 25 0 1 0 269999106 2519040 404 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134612106 0 0 4096 2 0 0 0 17 0 0 0
/proc/1777/statm: 615 404 66 178 0 433 0
Current children cumulated CPU time (s) 1902.09
Current children cumulated vsize (KiB) 50032

[startup+1964.1 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 1782
/proc/meminfo: memFree=1416776/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=47572 CPUtime=0.01
/proc/1760/stat : 1760 (solver.sh) S 1758 1760 1610 0 -1 4194304 848 2113 0 0 0 0 0 1 25 0 1 0 269999102 48713728 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1760/statm: 11893 362 246 79 0 217 0
[pid=1777] ppid=1760 vsize=2460 CPUtime=1962.03
/proc/1777/stat : 1777 (toolbar) R 1760 1760 1610 0 -1 4194304 444 898 0 0 195851 2 349 1 25 0 1 0 269999106 2519040 404 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134636994 0 0 4096 2 0 0 0 17 0 0 0
/proc/1777/statm: 615 404 66 178 0 433 0
Current children cumulated CPU time (s) 1962.04
Current children cumulated vsize (KiB) 50032

[startup+2024.19 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 1782
/proc/meminfo: memFree=1416712/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=47572 CPUtime=0.01
/proc/1760/stat : 1760 (solver.sh) S 1758 1760 1610 0 -1 4194304 848 2113 0 0 0 0 0 1 25 0 1 0 269999102 48713728 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1760/statm: 11893 362 246 79 0 217 0
[pid=1777] ppid=1760 vsize=2460 CPUtime=2022.06
/proc/1777/stat : 1777 (toolbar) R 1760 1760 1610 0 -1 4194304 444 898 0 0 201854 2 349 1 25 0 1 0 269999106 2519040 404 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134622572 0 0 4096 2 0 0 0 17 0 0 0
/proc/1777/statm: 615 404 66 178 0 433 0
Current children cumulated CPU time (s) 2022.07
Current children cumulated vsize (KiB) 50032

[startup+2084.29 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 1782
/proc/meminfo: memFree=1416712/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=47572 CPUtime=0.01
/proc/1760/stat : 1760 (solver.sh) S 1758 1760 1610 0 -1 4194304 848 2113 0 0 0 0 0 1 25 0 1 0 269999102 48713728 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1760/statm: 11893 362 246 79 0 217 0
[pid=1777] ppid=1760 vsize=2460 CPUtime=2082.1
/proc/1777/stat : 1777 (toolbar) R 1760 1760 1610 0 -1 4194304 444 898 0 0 207858 2 349 1 25 0 1 0 269999106 2519040 404 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134622690 0 0 4096 2 0 0 0 17 0 0 0
/proc/1777/statm: 615 404 66 178 0 433 0
Current children cumulated CPU time (s) 2082.11
Current children cumulated vsize (KiB) 50032

[startup+2144.39 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 1782
/proc/meminfo: memFree=1416776/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=47572 CPUtime=0.01
/proc/1760/stat : 1760 (solver.sh) S 1758 1760 1610 0 -1 4194304 848 2113 0 0 0 0 0 1 25 0 1 0 269999102 48713728 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1760/statm: 11893 362 246 79 0 217 0
[pid=1777] ppid=1760 vsize=2460 CPUtime=2142.15
/proc/1777/stat : 1777 (toolbar) R 1760 1760 1610 0 -1 4194304 444 898 0 0 213863 2 349 1 25 0 1 0 269999106 2519040 404 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134621899 0 0 4096 2 0 0 0 17 0 0 0
/proc/1777/statm: 615 404 66 178 0 433 0
Current children cumulated CPU time (s) 2142.16
Current children cumulated vsize (KiB) 50032

[startup+2204.49 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 1782
/proc/meminfo: memFree=1416712/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=47572 CPUtime=0.01
/proc/1760/stat : 1760 (solver.sh) S 1758 1760 1610 0 -1 4194304 848 2113 0 0 0 0 0 1 25 0 1 0 269999102 48713728 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1760/statm: 11893 362 246 79 0 217 0
[pid=1777] ppid=1760 vsize=2460 CPUtime=2202.17
/proc/1777/stat : 1777 (toolbar) R 1760 1760 1610 0 -1 4194304 444 898 0 0 219865 2 349 1 25 0 1 0 269999106 2519040 404 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134636862 0 0 4096 2 0 0 0 17 0 0 0
/proc/1777/statm: 615 404 66 178 0 433 0
Current children cumulated CPU time (s) 2202.18
Current children cumulated vsize (KiB) 50032

[startup+2264.49 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 1782
/proc/meminfo: memFree=1416712/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=47572 CPUtime=0.01
/proc/1760/stat : 1760 (solver.sh) S 1758 1760 1610 0 -1 4194304 848 2113 0 0 0 0 0 1 25 0 1 0 269999102 48713728 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1760/statm: 11893 362 246 79 0 217 0
[pid=1777] ppid=1760 vsize=2460 CPUtime=2262.11
/proc/1777/stat : 1777 (toolbar) R 1760 1760 1610 0 -1 4194304 444 898 0 0 225859 2 349 1 25 0 1 0 269999106 2519040 404 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611703 0 0 4096 2 0 0 0 17 0 0 0
/proc/1777/statm: 615 404 66 178 0 433 0
Current children cumulated CPU time (s) 2262.12
Current children cumulated vsize (KiB) 50032

[startup+2324.59 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 1782
/proc/meminfo: memFree=1416776/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=47572 CPUtime=0.01
/proc/1760/stat : 1760 (solver.sh) S 1758 1760 1610 0 -1 4194304 848 2113 0 0 0 0 0 1 25 0 1 0 269999102 48713728 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1760/statm: 11893 362 246 79 0 217 0
[pid=1777] ppid=1760 vsize=2460 CPUtime=2322.16
/proc/1777/stat : 1777 (toolbar) R 1760 1760 1610 0 -1 4194304 444 898 0 0 231864 2 349 1 25 0 1 0 269999106 2519040 404 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134622813 0 0 4096 2 0 0 0 17 0 0 0
/proc/1777/statm: 615 404 66 178 0 433 0
Current children cumulated CPU time (s) 2322.17
Current children cumulated vsize (KiB) 50032

[startup+2384.68 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 1782
/proc/meminfo: memFree=1416712/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=47572 CPUtime=0.01
/proc/1760/stat : 1760 (solver.sh) S 1758 1760 1610 0 -1 4194304 848 2113 0 0 0 0 0 1 25 0 1 0 269999102 48713728 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1760/statm: 11893 362 246 79 0 217 0
[pid=1777] ppid=1760 vsize=2460 CPUtime=2382.18
/proc/1777/stat : 1777 (toolbar) R 1760 1760 1610 0 -1 4194304 444 898 0 0 237866 2 349 1 25 0 1 0 269999106 2519040 404 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134622592 0 0 4096 2 0 0 0 17 0 0 0
/proc/1777/statm: 615 404 66 178 0 433 0
Current children cumulated CPU time (s) 2382.19
Current children cumulated vsize (KiB) 50032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2402.54 s]
/proc/loadavg: 2.00 2.00 1.91 3/75 1782
/proc/meminfo: memFree=1416712/2055920 swapFree=4191892/4192956
[pid=1760] ppid=1758 vsize=47572 CPUtime=0.01
/proc/1760/stat : 1760 (solver.sh) S 1758 1760 1610 0 -1 4194304 848 2113 0 0 0 0 0 1 25 0 1 0 269999102 48713728 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 240577080154 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/1760/statm: 11893 362 246 79 0 217 0
[pid=1777] ppid=1760 vsize=2460 CPUtime=2400.02
/proc/1777/stat : 1777 (toolbar) R 1760 1760 1610 0 -1 4194304 444 898 0 0 239650 2 349 1 25 0 1 0 269999106 2519040 404 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134610357 0 0 4096 2 0 0 0 17 0 0 0
/proc/1777/statm: 615 404 66 178 0 433 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 50032

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2402.62
CPU time (s): 2400.08
CPU user time (s): 2400.02
CPU system time (s): 0.06099
CPU usage (%): 99.8943
Max. virtual memory (cumulated for all children) (KiB): 50616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.02
system time used= 0.06099
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4337
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= 69
involuntary context switches= 8361

runsolver used 2.70159 s user time and 5.82811 s system time

The end

Launcher Data (download as text)

Begin job on node50 on Fri Jan 19 14:13:25 UTC 2007


IDJOB= 275040
IDBENCH= 3100
IDSOLVER= 73
FILE ID= node50/275040-1169216004

PBS_JOBID= 3589163

Free space on /tmp= 66559 MiB

SOLVER NAME= toolbar 2007-01-12
BENCH NAME= HOME/pub/bench/CPAI06/composed/composed-75-1-2/composed-75-1-2-7_ext.xml
COMMAND LINE= /tmp/evaluation/275040-1169216004/solver.sh /tmp/evaluation/275040-1169216004/unknown
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node50/convwatcher-275040-1169216004 -o ROOT/results/node50/conversion-275040-1169216004 -C 600 -M 900 /tmp/evaluation/275040-1169216004/translate /tmp/evaluation/275040-1169216004/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node50/watcher-275040-1169216004 -o ROOT/results/node50/solver-275040-1169216004 -C 2400 -M 900  /tmp/evaluation/275040-1169216004/solver.sh /tmp/evaluation/275040-1169216004/unknown

META MD5SUM SOLVER= 0bc5e5f95d54df9daf70dab8540aecd6
MD5SUM BENCH=  187c2b1262c9b9ddbe76e1726786577d

RANDOM SEED= 249907922

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.263
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.263
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:       1468840 kB
Buffers:         45056 kB
Cached:         443792 kB
SwapCached:        276 kB
Active:         119152 kB
Inactive:       391000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1468840 kB
SwapTotal:     4192956 kB
SwapFree:      4191892 kB
Dirty:            6216 kB
Writeback:           0 kB
Mapped:          31708 kB
Slab:            62328 kB
Committed_AS:  5233352 kB
PageTables:       1864 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= 66559 MiB



End job on node50 on Fri Jan 19 14:53:28 UTC 2007