Trace number 277203

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

General information on the benchmark

Namerandom/rand-2-25/
rand-25-25-300-147-50021_ext.xml
MD5SUM6e0cd599045b4119b48c7ab3c5e0399c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints299
Best CPU time to get the best result obtained on this benchmark306.531
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables25
Number of constraints300
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension300
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

2411.63	Terminated
c 
c 
c 
c solution file
c 
c 

SOL 10 3 12 1 11 15 20 20 15 12 18 12 3 4 21 2 3 8 16 4 12 10 23 4 24 
c 
c 
c 
c conversion script
c 
c 

translate /tmp/evaluation/277203-1169259839/unknown.xml to /tmp/evaluation/277203-1169259839/unknown.wcsp

Verifier Data (download as text)

1 unsatisfied constraints, 299 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/node7/watcher-277203-1169259839 -o ROOT/results/node7/solver-277203-1169259839 -C 2400 -M 900 /tmp/evaluation/277203-1169259839/solver.sh /tmp/evaluation/277203-1169259839/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.91 1.93 1.61 4/93 17945
/proc/meminfo: memFree=1313568/2055920 swapFree=4192812/4192956
[pid=17944] ppid=17942 vsize=8740 CPUtime=0
/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 416 840 0 0 0 0 0 0 17 0 1 0 274379430 8949760 310 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 2185 310 217 79 0 178 0
[pid=17950] ppid=17944 vsize=8760 CPUtime=0
/proc/17950/stat : 17950 (solver.sh) R 17944 17944 17605 0 -1 4194368 20 0 0 0 0 0 0 0 19 0 1 0 274379432 8970240 312 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244671114535 0 0 4096 73728 0 0 0 17 1 0 0
/proc/17950/statm: 2190 312 217 79 0 183 0

[startup+0.10674 s]
/proc/loadavg: 1.91 1.93 1.61 4/93 17945
/proc/meminfo: memFree=1313568/2055920 swapFree=4192812/4192956
[pid=17944] ppid=17942 vsize=47560 CPUtime=0.01
/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 849 2113 0 0 0 0 0 1 20 0 1 0 274379430 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 11890 362 246 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+0.514782 s]
/proc/loadavg: 1.91 1.93 1.61 4/93 17945
/proc/meminfo: memFree=1313568/2055920 swapFree=4192812/4192956
[pid=17944] ppid=17942 vsize=47560 CPUtime=0.01
/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 849 2113 0 0 0 0 0 1 20 0 1 0 274379430 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 11890 362 246 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47560

[startup+1.33687 s]
/proc/loadavg: 1.91 1.93 1.61 3/95 17962
/proc/meminfo: memFree=1311696/2055920 swapFree=4192812/4192956
[pid=17944] ppid=17942 vsize=47560 CPUtime=0.01
/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 849 2113 0 0 0 0 0 1 20 0 1 0 274379430 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 11890 362 246 79 0 217 0
[pid=17961] ppid=17944 vsize=2696 CPUtime=0
/proc/17961/stat : 17961 (toulbar2) S 17944 17944 17605 0 -1 4194304 245 0 0 0 0 0 0 0 18 0 1 0 274379434 2760704 208 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4294960144 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/17961/statm: 674 208 186 73 0 11 0
[pid=17962] ppid=17961 vsize=2292 CPUtime=1.28
/proc/17962/stat : 17962 (narycsp) R 17961 17944 17605 0 -1 4194304 709 0 0 0 128 0 0 0 25 0 1 0 274379434 2347008 431 18446744073709551615 134512640 135380208 4294956592 18446744073709551615 134514124 0 0 4096 512 0 0 0 17 1 0 0
/proc/17962/statm: 573 431 106 211 0 342 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 52548

[startup+2.99004 s]
/proc/loadavg: 1.91 1.93 1.61 3/95 17962
/proc/meminfo: memFree=1311568/2055920 swapFree=4192812/4192956
[pid=17944] ppid=17942 vsize=47560 CPUtime=0.01
/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 849 2113 0 0 0 0 0 1 20 0 1 0 274379430 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 11890 362 246 79 0 217 0
[pid=17961] ppid=17944 vsize=2696 CPUtime=0
/proc/17961/stat : 17961 (toulbar2) S 17944 17944 17605 0 -1 4194304 245 0 0 0 0 0 0 0 18 0 1 0 274379434 2760704 208 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4294960144 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/17961/statm: 674 208 186 73 0 11 0
[pid=17962] ppid=17961 vsize=2292 CPUtime=2.91
/proc/17962/stat : 17962 (narycsp) R 17961 17944 17605 0 -1 4194304 709 0 0 0 291 0 0 0 25 0 1 0 274379434 2347008 431 18446744073709551615 134512640 135380208 4294956592 18446744073709551615 134514104 0 0 4096 512 0 0 0 17 1 0 0
/proc/17962/statm: 573 431 106 211 0 342 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 52548

[startup+6.27039 s]
/proc/loadavg: 1.92 1.93 1.61 3/95 17962
/proc/meminfo: memFree=1311568/2055920 swapFree=4192812/4192956
[pid=17944] ppid=17942 vsize=47560 CPUtime=0.01
/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 849 2113 0 0 0 0 0 1 20 0 1 0 274379430 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 11890 362 246 79 0 217 0
[pid=17961] ppid=17944 vsize=2696 CPUtime=0
/proc/17961/stat : 17961 (toulbar2) S 17944 17944 17605 0 -1 4194304 245 0 0 0 0 0 0 0 18 0 1 0 274379434 2760704 208 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4294960144 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/17961/statm: 674 208 186 73 0 11 0
[pid=17962] ppid=17961 vsize=2296 CPUtime=6.16
/proc/17962/stat : 17962 (narycsp) R 17961 17944 17605 0 -1 4194304 716 0 0 0 616 0 0 0 25 0 1 0 274379434 2351104 438 18446744073709551615 134512640 135380208 4294956592 18446744073709551615 134514124 0 0 4096 512 0 0 0 17 1 0 0
/proc/17962/statm: 574 438 112 211 0 343 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 52552

[startup+12.7451 s]
/proc/loadavg: 1.93 1.93 1.61 3/95 17962
/proc/meminfo: memFree=1311568/2055920 swapFree=4192812/4192956
[pid=17944] ppid=17942 vsize=47560 CPUtime=0.01
/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 849 2113 0 0 0 0 0 1 20 0 1 0 274379430 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 11890 362 246 79 0 217 0
[pid=17961] ppid=17944 vsize=2696 CPUtime=0
/proc/17961/stat : 17961 (toulbar2) S 17944 17944 17605 0 -1 4194304 245 0 0 0 0 0 0 0 18 0 1 0 274379434 2760704 208 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4294960144 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/17961/statm: 674 208 186 73 0 11 0
[pid=17962] ppid=17961 vsize=2296 CPUtime=12.58
/proc/17962/stat : 17962 (narycsp) R 17961 17944 17605 0 -1 4194304 716 0 0 0 1258 0 0 0 25 0 1 0 274379434 2351104 438 18446744073709551615 134512640 135380208 4294956592 18446744073709551615 134542190 0 0 4096 512 0 0 0 17 1 0 0
/proc/17962/statm: 574 438 112 211 0 343 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 52552

[startup+25.5684 s]
/proc/loadavg: 1.94 1.93 1.62 3/94 17963
/proc/meminfo: memFree=1310808/2055920 swapFree=4192812/4192956
[pid=17944] ppid=17942 vsize=47560 CPUtime=0.01
/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 849 2113 0 0 0 0 0 1 20 0 1 0 274379430 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 11890 362 246 79 0 217 0
[pid=17961] ppid=17944 vsize=7284 CPUtime=25.28
/proc/17961/stat : 17961 (toulbar2) R 17944 17944 17605 0 -1 4194304 896 1112 0 0 295 0 2233 0 25 0 1 0 274379434 7458816 826 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134542204 0 0 4096 0 0 0 0 17 1 0 0
/proc/17961/statm: 1821 826 280 73 0 1158 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 54844

[startup+51.2179 s]
/proc/loadavg: 1.96 1.93 1.62 3/94 17963
/proc/meminfo: memFree=1310872/2055920 swapFree=4192812/4192956
[pid=17944] ppid=17942 vsize=47560 CPUtime=0.01
/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 849 2113 0 0 0 0 0 1 20 0 1 0 274379430 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 11890 362 246 79 0 217 0
[pid=17961] ppid=17944 vsize=7284 CPUtime=50.8
/proc/17961/stat : 17961 (toulbar2) R 17944 17944 17605 0 -1 4194304 900 1112 0 0 2847 0 2233 0 25 0 1 0 274379434 7458816 830 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4160523815 0 0 4096 0 0 0 0 17 1 0 0
/proc/17961/statm: 1821 830 280 73 0 1158 0
Current children cumulated CPU time (s) 50.81
Current children cumulated vsize (KiB) 54844

[startup+102.494 s]
/proc/loadavg: 1.98 1.94 1.64 3/94 17963
/proc/meminfo: memFree=1310872/2055920 swapFree=4192812/4192956
[pid=17944] ppid=17942 vsize=47560 CPUtime=0.01
/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 849 2113 0 0 0 0 0 1 20 0 1 0 274379430 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 11890 362 246 79 0 217 0
[pid=17961] ppid=17944 vsize=7288 CPUtime=101.84
/proc/17961/stat : 17961 (toulbar2) R 17944 17944 17605 0 -1 4194304 901 1112 0 0 7950 1 2233 0 25 0 1 0 274379434 7462912 831 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134548785 0 0 4096 0 0 0 0 17 1 0 0
/proc/17961/statm: 1822 831 280 73 0 1159 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 54848

[startup+162.596 s]
/proc/loadavg: 2.05 1.97 1.67 3/94 17963
/proc/meminfo: memFree=1310936/2055920 swapFree=4192812/4192956
[pid=17944] ppid=17942 vsize=47560 CPUtime=0.01
/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 849 2113 0 0 0 0 0 1 20 0 1 0 274379430 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 11890 362 246 79 0 217 0
[pid=17961] ppid=17944 vsize=7288 CPUtime=161.65
/proc/17961/stat : 17961 (toulbar2) R 17944 17944 17605 0 -1 4194304 901 1112 0 0 13931 1 2233 0 25 0 1 0 274379434 7462912 831 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134591472 0 0 4096 0 0 0 0 17 1 0 0
/proc/17961/statm: 1822 831 280 73 0 1159 0
Current children cumulated CPU time (s) 161.66
Current children cumulated vsize (KiB) 54848

[startup+222.598 s]
/proc/loadavg: 2.05 1.98 1.69 3/94 17963
/proc/meminfo: memFree=1310872/2055920 swapFree=4192812/4192956
[pid=17944] ppid=17942 vsize=47560 CPUtime=0.01
/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 849 2113 0 0 0 0 0 1 20 0 1 0 274379430 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 11890 362 246 79 0 217 0
[pid=17961] ppid=17944 vsize=7288 CPUtime=221.38
/proc/17961/stat : 17961 (toulbar2) R 17944 17944 17605 0 -1 4194304 901 1112 0 0 19903 2 2233 0 25 0 1 0 274379434 7462912 831 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134591426 0 0 4096 0 0 0 0 17 1 0 0
/proc/17961/statm: 1822 831 280 73 0 1159 0
Current children cumulated CPU time (s) 221.39
Current children cumulated vsize (KiB) 54848

[startup+282.696 s]
/proc/loadavg: 2.02 1.98 1.71 3/94 17963
/proc/meminfo: memFree=1310872/2055920 swapFree=4192812/4192956
[pid=17944] ppid=17942 vsize=47560 CPUtime=0.01
/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 849 2113 0 0 0 0 0 1 20 0 1 0 274379430 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 11890 362 246 79 0 217 0
[pid=17961] ppid=17944 vsize=7288 CPUtime=281.19
/proc/17961/stat : 17961 (toulbar2) R 17944 17944 17605 0 -1 4194304 901 1112 0 0 25884 2 2233 0 25 0 1 0 274379434 7462912 831 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134545487 0 0 4096 0 0 0 0 17 1 0 0
/proc/17961/statm: 1822 831 280 73 0 1159 0
Current children cumulated CPU time (s) 281.2
Current children cumulated vsize (KiB) 54848

[startup+342.794 s]
/proc/loadavg: 2.00 1.98 1.72 3/94 17963
/proc/meminfo: memFree=1310872/2055920 swapFree=4192812/4192956
[pid=17944] ppid=17942 vsize=47560 CPUtime=0.01
/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 849 2113 0 0 0 0 0 1 20 0 1 0 274379430 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 11890 362 246 79 0 217 0
[pid=17961] ppid=17944 vsize=7288 CPUtime=341
/proc/17961/stat : 17961 (toulbar2) R 17944 17944 17605 0 -1 4194304 901 1112 0 0 31865 2 2233 0 25 0 1 0 274379434 7462912 831 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 10882781 0 0 4096 0 0 0 0 17 1 0 0
/proc/17961/statm: 1822 831 280 73 0 1159 0
Current children cumulated CPU time (s) 341.01
Current children cumulated vsize (KiB) 54848

[startup+402.895 s]
/proc/loadavg: 2.00 1.98 1.74 3/94 17963
/proc/meminfo: memFree=1310872/2055920 swapFree=4192812/4192956
[pid=17944] ppid=17942 vsize=47560 CPUtime=0.01
/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 849 2113 0 0 0 0 0 1 20 0 1 0 274379430 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 11890 362 246 79 0 217 0
[pid=17961] ppid=17944 vsize=7288 CPUtime=400.83
/proc/17961/stat : 17961 (toulbar2) R 17944 17944 17605 0 -1 4194304 901 1112 0 0 37847 3 2233 0 25 0 1 0 274379434 7462912 831 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134591408 0 0 4096 0 0 0 0 17 1 0 0
/proc/17961/statm: 1822 831 280 73 0 1159 0
Current children cumulated CPU time (s) 400.84
Current children cumulated vsize (KiB) 54848

[startup+462.992 s]
/proc/loadavg: 2.00 1.98 1.75 3/94 17963
/proc/meminfo: memFree=1310872/2055920 swapFree=4192812/4192956
[pid=17944] ppid=17942 vsize=47560 CPUtime=0.01
/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 849 2113 0 0 0 0 0 1 20 0 1 0 274379430 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 11890 362 246 79 0 217 0
[pid=17961] ppid=17944 vsize=7288 CPUtime=460.64

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

/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 849 2113 0 0 0 0 0 1 20 0 1 0 274379430 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 11890 362 246 79 0 217 0
[pid=17961] ppid=17944 vsize=7288 CPUtime=1655.82
/proc/17961/stat : 17961 (toulbar2) R 17944 17944 17605 0 -1 4194304 901 1112 0 0 163340 9 2233 0 25 0 1 0 274379434 7462912 831 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 4159734850 0 0 4096 0 0 0 0 17 0 0 0
/proc/17961/statm: 1822 831 280 73 0 1159 0
Current children cumulated CPU time (s) 1655.83
Current children cumulated vsize (KiB) 54848

[startup+1723.74 s]
/proc/loadavg: 2.01 2.01 1.91 3/94 18021
/proc/meminfo: memFree=1309784/2055920 swapFree=4192812/4192956
[pid=17944] ppid=17942 vsize=47560 CPUtime=0.01
/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 849 2113 0 0 0 0 0 1 20 0 1 0 274379430 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 11890 362 246 79 0 217 0
[pid=17961] ppid=17944 vsize=7288 CPUtime=1715.58
/proc/17961/stat : 17961 (toulbar2) R 17944 17944 17605 0 -1 4194304 901 1112 0 0 169316 9 2233 0 25 0 1 0 274379434 7462912 831 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134545512 0 0 4096 0 0 0 0 17 0 0 0
/proc/17961/statm: 1822 831 280 73 0 1159 0
Current children cumulated CPU time (s) 1715.59
Current children cumulated vsize (KiB) 54848

[startup+1783.75 s]
/proc/loadavg: 2.00 2.00 1.91 3/94 18021
/proc/meminfo: memFree=1309784/2055920 swapFree=4192812/4192956
[pid=17944] ppid=17942 vsize=47560 CPUtime=0.01
/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 849 2113 0 0 0 0 0 1 20 0 1 0 274379430 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 11890 362 246 79 0 217 0
[pid=17961] ppid=17944 vsize=7288 CPUtime=1775.31
/proc/17961/stat : 17961 (toulbar2) R 17944 17944 17605 0 -1 4194304 901 1112 0 0 175289 9 2233 0 25 0 1 0 274379434 7462912 831 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134740249 0 0 4096 0 0 0 0 17 0 0 0
/proc/17961/statm: 1822 831 280 73 0 1159 0
Current children cumulated CPU time (s) 1775.32
Current children cumulated vsize (KiB) 54848

[startup+1843.76 s]
/proc/loadavg: 2.04 2.01 1.92 3/94 18021
/proc/meminfo: memFree=1309720/2055920 swapFree=4192812/4192956
[pid=17944] ppid=17942 vsize=47560 CPUtime=0.01
/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 849 2113 0 0 0 0 0 1 20 0 1 0 274379430 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 11890 362 246 79 0 217 0
[pid=17961] ppid=17944 vsize=7288 CPUtime=1835.06
/proc/17961/stat : 17961 (toulbar2) R 17944 17944 17605 0 -1 4194304 901 1112 0 0 181264 9 2233 0 25 0 1 0 274379434 7462912 831 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134548348 0 0 4096 0 0 0 0 17 0 0 0
/proc/17961/statm: 1822 831 280 73 0 1159 0
Current children cumulated CPU time (s) 1835.07
Current children cumulated vsize (KiB) 54848

[startup+1903.78 s]
/proc/loadavg: 2.01 2.01 1.92 3/94 18021
/proc/meminfo: memFree=1309784/2055920 swapFree=4192812/4192956
[pid=17944] ppid=17942 vsize=47560 CPUtime=0.01
/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 849 2113 0 0 0 0 0 1 20 0 1 0 274379430 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 11890 362 246 79 0 217 0
[pid=17961] ppid=17944 vsize=7288 CPUtime=1894.81
/proc/17961/stat : 17961 (toulbar2) R 17944 17944 17605 0 -1 4194304 901 1112 0 0 187238 10 2233 0 25 0 1 0 274379434 7462912 831 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134545473 0 0 4096 0 0 0 0 17 0 0 0
/proc/17961/statm: 1822 831 280 73 0 1159 0
Current children cumulated CPU time (s) 1894.82
Current children cumulated vsize (KiB) 54848

[startup+1963.8 s]
/proc/loadavg: 2.00 2.00 1.92 3/94 18021
/proc/meminfo: memFree=1309720/2055920 swapFree=4192812/4192956
[pid=17944] ppid=17942 vsize=47560 CPUtime=0.01
/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 849 2113 0 0 0 0 0 1 20 0 1 0 274379430 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 11890 362 246 79 0 217 0
[pid=17961] ppid=17944 vsize=7288 CPUtime=1954.54
/proc/17961/stat : 17961 (toulbar2) R 17944 17944 17605 0 -1 4194304 901 1112 0 0 193211 10 2233 0 25 0 1 0 274379434 7462912 831 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134542193 0 0 4096 0 0 0 0 17 0 0 0
/proc/17961/statm: 1822 831 280 73 0 1159 0
Current children cumulated CPU time (s) 1954.55
Current children cumulated vsize (KiB) 54848

[startup+2023.81 s]
/proc/loadavg: 2.00 2.00 1.92 3/94 18021
/proc/meminfo: memFree=1309720/2055920 swapFree=4192812/4192956
[pid=17944] ppid=17942 vsize=47560 CPUtime=0.01
/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 849 2113 0 0 0 0 0 1 20 0 1 0 274379430 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 11890 362 246 79 0 217 0
[pid=17961] ppid=17944 vsize=7288 CPUtime=2014.29
/proc/17961/stat : 17961 (toulbar2) R 17944 17944 17605 0 -1 4194304 901 1112 0 0 199186 10 2233 0 25 0 1 0 274379434 7462912 831 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134545681 0 0 4096 0 0 0 0 17 0 0 0
/proc/17961/statm: 1822 831 280 73 0 1159 0
Current children cumulated CPU time (s) 2014.3
Current children cumulated vsize (KiB) 54848

[startup+2083.82 s]
/proc/loadavg: 2.00 2.00 1.92 3/94 18021
/proc/meminfo: memFree=1309720/2055920 swapFree=4192812/4192956
[pid=17944] ppid=17942 vsize=47560 CPUtime=0.01
/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 849 2113 0 0 0 0 0 1 20 0 1 0 274379430 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 11890 362 246 79 0 217 0
[pid=17961] ppid=17944 vsize=7288 CPUtime=2074.02
/proc/17961/stat : 17961 (toulbar2) R 17944 17944 17605 0 -1 4194304 901 1112 0 0 205159 10 2233 0 25 0 1 0 274379434 7462912 831 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134568628 0 0 4096 0 0 0 0 17 0 0 0
/proc/17961/statm: 1822 831 280 73 0 1159 0
Current children cumulated CPU time (s) 2074.03
Current children cumulated vsize (KiB) 54848

[startup+2143.84 s]
/proc/loadavg: 2.06 2.01 1.93 3/94 18021
/proc/meminfo: memFree=1309720/2055920 swapFree=4192812/4192956
[pid=17944] ppid=17942 vsize=47560 CPUtime=0.01
/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 849 2113 0 0 0 0 0 1 20 0 1 0 274379430 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 11890 362 246 79 0 217 0
[pid=17961] ppid=17944 vsize=7288 CPUtime=2133.75
/proc/17961/stat : 17961 (toulbar2) R 17944 17944 17605 0 -1 4194304 901 1112 0 0 211132 10 2233 0 25 0 1 0 274379434 7462912 831 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134563143 0 0 4096 0 0 0 0 17 0 0 0
/proc/17961/statm: 1822 831 280 73 0 1159 0
Current children cumulated CPU time (s) 2133.76
Current children cumulated vsize (KiB) 54848

[startup+2203.85 s]
/proc/loadavg: 2.02 2.01 1.93 3/94 18021
/proc/meminfo: memFree=1309784/2055920 swapFree=4192812/4192956
[pid=17944] ppid=17942 vsize=47560 CPUtime=0.01
/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 849 2113 0 0 0 0 0 1 20 0 1 0 274379430 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 11890 362 246 79 0 217 0
[pid=17961] ppid=17944 vsize=7288 CPUtime=2193.5
/proc/17961/stat : 17961 (toulbar2) R 17944 17944 17605 0 -1 4194304 901 1112 0 0 217107 10 2233 0 25 0 1 0 274379434 7462912 831 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134571148 0 0 4096 0 0 0 0 17 0 0 0
/proc/17961/statm: 1822 831 280 73 0 1159 0
Current children cumulated CPU time (s) 2193.51
Current children cumulated vsize (KiB) 54848

[startup+2263.89 s]
/proc/loadavg: 2.00 2.00 1.93 3/100 18177
/proc/meminfo: memFree=1308456/2055920 swapFree=4192812/4192956
[pid=17944] ppid=17942 vsize=47560 CPUtime=0.01
/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 849 2113 0 0 0 0 0 1 20 0 1 0 274379430 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 11890 362 246 79 0 217 0
[pid=17961] ppid=17944 vsize=7288 CPUtime=2253.15
/proc/17961/stat : 17961 (toulbar2) R 17944 17944 17605 0 -1 4194304 901 1112 0 0 223065 17 2233 0 25 0 1 0 274379434 7462912 831 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134551262 0 0 4096 0 0 0 0 17 0 0 0
/proc/17961/statm: 1822 831 280 73 0 1159 0
Current children cumulated CPU time (s) 2253.16
Current children cumulated vsize (KiB) 54848

[startup+2323.92 s]
/proc/loadavg: 2.22 2.07 1.95 3/94 18695
/proc/meminfo: memFree=1309144/2055920 swapFree=4192812/4192956
[pid=17944] ppid=17942 vsize=47560 CPUtime=0.01
/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 849 2113 0 0 0 0 0 1 20 0 1 0 274379430 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 11890 362 246 79 0 217 0
[pid=17961] ppid=17944 vsize=7288 CPUtime=2312.72
/proc/17961/stat : 17961 (toulbar2) R 17944 17944 17605 0 -1 4194304 901 1112 0 0 229019 20 2233 0 25 0 1 0 274379434 7462912 831 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134545742 0 0 4096 0 0 0 0 17 0 0 0
/proc/17961/statm: 1822 831 280 73 0 1159 0
Current children cumulated CPU time (s) 2312.73
Current children cumulated vsize (KiB) 54848

[startup+2383.93 s]
/proc/loadavg: 2.08 2.06 1.95 3/94 18695
/proc/meminfo: memFree=1309336/2055920 swapFree=4192812/4192956
[pid=17944] ppid=17942 vsize=47560 CPUtime=0.01
/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 849 2113 0 0 0 0 0 1 20 0 1 0 274379430 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 11890 362 246 79 0 217 0
[pid=17961] ppid=17944 vsize=7288 CPUtime=2372.47
/proc/17961/stat : 17961 (toulbar2) R 17944 17944 17605 0 -1 4194304 901 1112 0 0 234994 20 2233 0 25 0 1 0 274379434 7462912 831 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134545770 0 0 4096 0 0 0 0 17 0 0 0
/proc/17961/statm: 1822 831 280 73 0 1159 0
Current children cumulated CPU time (s) 2372.48
Current children cumulated vsize (KiB) 54848



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2411.63 s]
/proc/loadavg: 2.05 2.05 1.95 3/94 18695
/proc/meminfo: memFree=1309336/2055920 swapFree=4192812/4192956
[pid=17944] ppid=17942 vsize=47560 CPUtime=0.01
/proc/17944/stat : 17944 (solver.sh) S 17942 17944 17605 0 -1 4194304 849 2113 0 0 0 0 0 1 20 0 1 0 274379430 48701440 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 244670720858 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/17944/statm: 11890 362 246 79 0 217 0
[pid=17961] ppid=17944 vsize=7288 CPUtime=2400.02
/proc/17961/stat : 17961 (toulbar2) R 17944 17944 17605 0 -1 4194304 901 1112 0 0 237749 20 2233 0 25 0 1 0 274379434 7462912 831 18446744073709551615 134512640 134813436 4294956592 18446744073709551615 134571515 0 0 4096 0 0 0 0 17 0 0 0
/proc/17961/statm: 1822 831 280 73 0 1159 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 54848

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 2411.64
CPU time (s): 2400.08
CPU user time (s): 2399.83
CPU system time (s): 0.244962
CPU usage (%): 99.5207
Max. virtual memory (cumulated for all children) (KiB): 54848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.83
system time used= 0.244962
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5009
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= 75
involuntary context switches= 69349

runsolver used 2.28765 s user time and 6.36403 s system time

The end

Launcher Data (download as text)

Begin job on node7 on Sat Jan 20 02:24:00 UTC 2007


IDJOB= 277203
IDBENCH= 6493
IDSOLVER= 70
FILE ID= node7/277203-1169259839

PBS_JOBID= 3607285

Free space on /tmp= 66560 MiB

SOLVER NAME= Toulbar2 2007-01-12
BENCH NAME= HOME/pub/bench/CPAI06/random/rand-2-25/rand-25-25-300-147-50021_ext.xml
COMMAND LINE= /tmp/evaluation/277203-1169259839/solver.sh /tmp/evaluation/277203-1169259839/unknown
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node7/convwatcher-277203-1169259839 -o ROOT/results/node7/conversion-277203-1169259839 -C 600 -M 900 /tmp/evaluation/277203-1169259839/translate /tmp/evaluation/277203-1169259839/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

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

META MD5SUM SOLVER= fe7e38206dd9591eb05752f9e2c48642
MD5SUM BENCH=  6e0cd599045b4119b48c7ab3c5e0399c

RANDOM SEED= 285451686

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:       1314176 kB
Buffers:         53436 kB
Cached:         519940 kB
SwapCached:          0 kB
Active:         235684 kB
Inactive:       424324 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1314176 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3108 kB
Writeback:           0 kB
Mapped:         115668 kB
Slab:            66356 kB
Committed_AS:  8938100 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= 66560 MiB



End job on node7 on Sat Jan 20 03:04:12 UTC 2007