Trace number 279429

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-12OPTIMUM 2016.77 2017.35

General information on the benchmark

NameMaxCSP/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-80/
kbtree-9-2-3-5-80-01_ext.xml
MD5SUM1d07e36a22025dfa0c8970b660390c54
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints151
Best CPU time to get the best result obtained on this benchmark6.96394
Satisfiable
(Un)Satisfiability was proved
Number of variables58
Number of constraints309
Maximum constraint arity2
Maximum domain size5
Number of constraints which are defined in extension309
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c solution file
c 
c 

SOL 2 2 0 3 4 4 4 0 1 0 3 1 3 3 2 0 1 4 1 3 3 0 2 2 1 3 1 0 0 0 2 2 1 0 1 4 4 0 3 4 0 4 0 3 3 2 3 0 2 2 2 3 2 2 3 1 0 0 
OPTIMUM
c 
c 
c 
c conversion script
c 
c 

translate /tmp/evaluation/279429-1169293814/unknown.xml to /tmp/evaluation/279429-1169293814/unknown.wcsp

Verifier Data (download as text)

158 unsatisfied constraints, 151 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/node30/watcher-279429-1169293814 -o ROOT/results/node30/solver-279429-1169293814 -C 2400 -M 900 /tmp/evaluation/279429-1169293814/solver.sh /tmp/evaluation/279429-1169293814/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.00 1.00 1.00 4/78 6743
/proc/meminfo: memFree=1564856/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=8652 CPUtime=0
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 347 0 0 0 0 0 0 0 16 0 1 0 277775509 8859648 280 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 2163 280 208 79 0 156 0
[pid=6744] ppid=6742 vsize=8688 CPUtime=0
/proc/6744/stat : 6744 (solver.sh) R 6742 6742 5762 0 -1 4194368 27 0 0 0 0 0 0 0 17 0 1 0 277775509 8896512 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907582111 0 65536 4096 73728 0 0 0 17 1 0 0
/proc/6744/statm: 2172 286 209 79 0 165 0
[pid=6745] ppid=6744 vsize=8688 CPUtime=0
/proc/6745/stat : 6745 (solver.sh) R 6744 6742 5762 0 -1 4194368 13 0 0 0 0 0 0 0 17 0 1 0 277775509 8896512 286 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 4277044 0 0 4096 73728 0 0 0 17 1 0 0
/proc/6745/statm: 2172 286 209 79 0 165 0

[startup+0.104178 s]
/proc/loadavg: 1.00 1.00 1.00 4/78 6743
/proc/meminfo: memFree=1564856/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=47556 CPUtime=0.01
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 277775509 48697344 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 11889 362 246 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.512192 s]
/proc/loadavg: 1.00 1.00 1.00 4/78 6743
/proc/meminfo: memFree=1564856/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=47556 CPUtime=0.01
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 277775509 48697344 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 11889 362 246 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.33224 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 6760
/proc/meminfo: memFree=1563880/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=47556 CPUtime=0.01
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 277775509 48697344 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 11889 362 246 79 0 217 0
[pid=6759] ppid=6742 vsize=1272 CPUtime=0
/proc/6759/stat : 6759 (toolbar) S 6742 6742 5762 0 -1 4194304 100 0 0 0 0 0 0 0 18 0 1 0 277775512 1302528 74 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134893517 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6759/statm: 318 74 52 178 0 136 0
[pid=6760] ppid=6759 vsize=1108 CPUtime=1.29
/proc/6760/stat : 6760 (narycsp) R 6759 6742 5762 0 -1 4194304 424 0 0 0 129 0 0 0 25 0 1 0 277775513 1134592 148 18446744073709551615 134512640 135380208 4294956592 18446744073709551615 134514628 0 0 4096 512 0 0 0 17 1 0 0
/proc/6760/statm: 277 148 112 211 0 46 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 49936

[startup+2.96834 s]
/proc/loadavg: 1.00 1.00 1.00 2/80 6760
/proc/meminfo: memFree=1563880/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=47556 CPUtime=0.01
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 277775509 48697344 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 11889 362 246 79 0 217 0
[pid=6759] ppid=6742 vsize=1272 CPUtime=0
/proc/6759/stat : 6759 (toolbar) S 6742 6742 5762 0 -1 4194304 100 0 0 0 0 0 0 0 18 0 1 0 277775512 1302528 74 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134893517 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/6759/statm: 318 74 52 178 0 136 0
[pid=6760] ppid=6759 vsize=1108 CPUtime=2.92
/proc/6760/stat : 6760 (narycsp) R 6759 6742 5762 0 -1 4194304 424 0 0 0 292 0 0 0 25 0 1 0 277775513 1134592 148 18446744073709551615 134512640 135380208 4294956592 18446744073709551615 134542200 0 0 4096 512 0 0 0 17 1 0 0
/proc/6760/statm: 277 148 112 211 0 46 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 49936

[startup+6.24455 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6761
/proc/meminfo: memFree=1563504/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=47556 CPUtime=0.01
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 277775509 48697344 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 11889 362 246 79 0 217 0
[pid=6759] ppid=6742 vsize=1668 CPUtime=6.19
/proc/6759/stat : 6759 (toolbar) R 6742 6742 5762 0 -1 4194304 231 818 0 0 102 0 517 0 25 0 1 0 277775512 1708032 192 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134610392 0 0 4096 2 0 0 0 17 1 0 0
/proc/6759/statm: 417 192 66 178 0 235 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 49224

[startup+12.706 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6761
/proc/meminfo: memFree=1563512/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=47556 CPUtime=0.01
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 277775509 48697344 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 11889 362 246 79 0 217 0
[pid=6759] ppid=6742 vsize=1668 CPUtime=12.65
/proc/6759/stat : 6759 (toolbar) R 6742 6742 5762 0 -1 4194304 231 818 0 0 748 0 517 0 25 0 1 0 277775512 1708032 192 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134607718 0 0 4096 2 0 0 0 17 1 0 0
/proc/6759/statm: 417 192 66 178 0 235 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 49224

[startup+25.5198 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6761
/proc/meminfo: memFree=1563576/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=47556 CPUtime=0.01
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 277775509 48697344 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 11889 362 246 79 0 217 0
[pid=6759] ppid=6742 vsize=1668 CPUtime=25.46
/proc/6759/stat : 6759 (toolbar) R 6742 6742 5762 0 -1 4194304 231 818 0 0 2029 0 517 0 25 0 1 0 277775512 1708032 192 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134637362 0 0 4096 2 0 0 0 17 1 0 0
/proc/6759/statm: 417 192 66 178 0 235 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 49224

[startup+51.1423 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6761
/proc/meminfo: memFree=1563640/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=47556 CPUtime=0.01
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 277775509 48697344 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 11889 362 246 79 0 217 0
[pid=6759] ppid=6742 vsize=1668 CPUtime=51.07
/proc/6759/stat : 6759 (toolbar) R 6742 6742 5762 0 -1 4194304 231 818 0 0 4590 0 517 0 25 0 1 0 277775512 1708032 192 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134641746 0 0 4096 2 0 0 0 17 1 0 0
/proc/6759/statm: 417 192 66 178 0 235 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 49224

[startup+102.391 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6761
/proc/meminfo: memFree=1563704/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=47556 CPUtime=0.01
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 277775509 48697344 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 11889 362 246 79 0 217 0
[pid=6759] ppid=6742 vsize=1668 CPUtime=102.31
/proc/6759/stat : 6759 (toolbar) R 6742 6742 5762 0 -1 4194304 231 818 0 0 9714 0 517 0 25 0 1 0 277775512 1708032 192 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134619518 0 0 4096 2 0 0 0 17 1 0 0
/proc/6759/statm: 417 192 66 178 0 235 0
Current children cumulated CPU time (s) 102.32
Current children cumulated vsize (KiB) 49224

[startup+162.456 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6761
/proc/meminfo: memFree=1563768/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=47556 CPUtime=0.01
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 277775509 48697344 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 11889 362 246 79 0 217 0
[pid=6759] ppid=6742 vsize=1668 CPUtime=162.36
/proc/6759/stat : 6759 (toolbar) R 6742 6742 5762 0 -1 4194304 231 818 0 0 15719 0 517 0 25 0 1 0 277775512 1708032 192 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134624314 0 0 4096 2 0 0 0 17 1 0 0
/proc/6759/statm: 417 192 66 178 0 235 0
Current children cumulated CPU time (s) 162.37
Current children cumulated vsize (KiB) 49224

[startup+222.518 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6761
/proc/meminfo: memFree=1563768/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=47556 CPUtime=0.01
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 277775509 48697344 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 11889 362 246 79 0 217 0
[pid=6759] ppid=6742 vsize=1668 CPUtime=222.4
/proc/6759/stat : 6759 (toolbar) R 6742 6742 5762 0 -1 4194304 231 818 0 0 21723 0 517 0 25 0 1 0 277775512 1708032 192 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134626521 0 0 4096 2 0 0 0 17 1 0 0
/proc/6759/statm: 417 192 66 178 0 235 0
Current children cumulated CPU time (s) 222.41
Current children cumulated vsize (KiB) 49224

[startup+282.578 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6761
/proc/meminfo: memFree=1563768/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=47556 CPUtime=0.01
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 277775509 48697344 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 11889 362 246 79 0 217 0
[pid=6759] ppid=6742 vsize=1668 CPUtime=282.45
/proc/6759/stat : 6759 (toolbar) R 6742 6742 5762 0 -1 4194304 231 818 0 0 27728 0 517 0 25 0 1 0 277775512 1708032 192 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134637715 0 0 4096 2 0 0 0 17 1 0 0
/proc/6759/statm: 417 192 66 178 0 235 0
Current children cumulated CPU time (s) 282.46
Current children cumulated vsize (KiB) 49224

[startup+342.639 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6761
/proc/meminfo: memFree=1563768/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=47556 CPUtime=0.01
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 277775509 48697344 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 11889 362 246 79 0 217 0
[pid=6759] ppid=6742 vsize=1668 CPUtime=342.49
/proc/6759/stat : 6759 (toolbar) R 6742 6742 5762 0 -1 4194304 231 818 0 0 33732 0 517 0 25 0 1 0 277775512 1708032 192 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134615344 0 0 4096 2 0 0 0 17 1 0 0
/proc/6759/statm: 417 192 66 178 0 235 0
Current children cumulated CPU time (s) 342.5
Current children cumulated vsize (KiB) 49224

[startup+402.703 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6761
/proc/meminfo: memFree=1563768/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=47556 CPUtime=0.01
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 277775509 48697344 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 11889 362 246 79 0 217 0
[pid=6759] ppid=6742 vsize=1668 CPUtime=402.55
/proc/6759/stat : 6759 (toolbar) R 6742 6742 5762 0 -1 4194304 231 818 0 0 39737 1 517 0 25 0 1 0 277775512 1708032 192 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611700 0 0 4096 2 0 0 0 17 1 0 0
/proc/6759/statm: 417 192 66 178 0 235 0
Current children cumulated CPU time (s) 402.56
Current children cumulated vsize (KiB) 49224

[startup+462.762 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6761
/proc/meminfo: memFree=1563768/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=47556 CPUtime=0.01
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 277775509 48697344 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 11889 362 246 79 0 217 0
[pid=6759] ppid=6742 vsize=1668 CPUtime=462.59
/proc/6759/stat : 6759 (toolbar) R 6742 6742 5762 0 -1 4194304 231 818 0 0 45741 1 517 0 25 0 1 0 277775512 1708032 192 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134626289 0 0 4096 2 0 0 0 17 1 0 0
/proc/6759/statm: 417 192 66 178 0 235 0
Current children cumulated CPU time (s) 462.6

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

Current children cumulated CPU time (s) 1123.07
Current children cumulated vsize (KiB) 49224

[startup+1183.54 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6959
/proc/meminfo: memFree=1563832/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=47556 CPUtime=0.01
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 277775509 48697344 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 11889 362 246 79 0 217 0
[pid=6759] ppid=6742 vsize=1668 CPUtime=1183.12
/proc/6759/stat : 6759 (toolbar) R 6742 6742 5762 0 -1 4194304 231 818 0 0 117791 4 517 0 25 0 1 0 277775512 1708032 192 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134612534 0 0 4096 2 0 0 0 17 1 0 0
/proc/6759/statm: 417 192 66 178 0 235 0
Current children cumulated CPU time (s) 1183.13
Current children cumulated vsize (KiB) 49224

[startup+1243.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6959
/proc/meminfo: memFree=1563768/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=47556 CPUtime=0.01
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 277775509 48697344 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 11889 362 246 79 0 217 0
[pid=6759] ppid=6742 vsize=1668 CPUtime=1243.17
/proc/6759/stat : 6759 (toolbar) R 6742 6742 5762 0 -1 4194304 231 818 0 0 123796 4 517 0 25 0 1 0 277775512 1708032 192 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134607718 0 0 4096 2 0 0 0 17 1 0 0
/proc/6759/statm: 417 192 66 178 0 235 0
Current children cumulated CPU time (s) 1243.18
Current children cumulated vsize (KiB) 49224

[startup+1303.66 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6959
/proc/meminfo: memFree=1563768/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=47556 CPUtime=0.01
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 277775509 48697344 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 11889 362 246 79 0 217 0
[pid=6759] ppid=6742 vsize=1668 CPUtime=1303.21
/proc/6759/stat : 6759 (toolbar) R 6742 6742 5762 0 -1 4194304 231 818 0 0 129800 4 517 0 25 0 1 0 277775512 1708032 192 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611703 0 0 4096 2 0 0 0 17 1 0 0
/proc/6759/statm: 417 192 66 178 0 235 0
Current children cumulated CPU time (s) 1303.22
Current children cumulated vsize (KiB) 49224

[startup+1363.72 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6959
/proc/meminfo: memFree=1563832/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=47556 CPUtime=0.01
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 277775509 48697344 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 11889 362 246 79 0 217 0
[pid=6759] ppid=6742 vsize=1668 CPUtime=1363.25
/proc/6759/stat : 6759 (toolbar) R 6742 6742 5762 0 -1 4194304 231 818 0 0 135804 4 517 0 25 0 1 0 277775512 1708032 192 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134609965 0 0 4096 2 0 0 0 17 1 0 0
/proc/6759/statm: 417 192 66 178 0 235 0
Current children cumulated CPU time (s) 1363.26
Current children cumulated vsize (KiB) 49224

[startup+1423.78 s]
/proc/loadavg: 1.04 1.01 1.00 2/79 6959
/proc/meminfo: memFree=1563768/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=47556 CPUtime=0.01
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 277775509 48697344 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 11889 362 246 79 0 217 0
[pid=6759] ppid=6742 vsize=1668 CPUtime=1423.3
/proc/6759/stat : 6759 (toolbar) R 6742 6742 5762 0 -1 4194304 231 818 0 0 141809 4 517 0 25 0 1 0 277775512 1708032 192 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134622815 0 0 4096 2 0 0 0 17 1 0 0
/proc/6759/statm: 417 192 66 178 0 235 0
Current children cumulated CPU time (s) 1423.31
Current children cumulated vsize (KiB) 49224

[startup+1483.84 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 6959
/proc/meminfo: memFree=1563832/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=47556 CPUtime=0.01
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 277775509 48697344 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 11889 362 246 79 0 217 0
[pid=6759] ppid=6742 vsize=1668 CPUtime=1483.34
/proc/6759/stat : 6759 (toolbar) R 6742 6742 5762 0 -1 4194304 231 818 0 0 147813 4 517 0 25 0 1 0 277775512 1708032 192 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134627971 0 0 4096 2 0 0 0 17 1 0 0
/proc/6759/statm: 417 192 66 178 0 235 0
Current children cumulated CPU time (s) 1483.35
Current children cumulated vsize (KiB) 49224

[startup+1543.9 s]
/proc/loadavg: 1.04 1.02 1.00 2/79 6959
/proc/meminfo: memFree=1563768/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=47556 CPUtime=0.01
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 277775509 48697344 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 11889 362 246 79 0 217 0
[pid=6759] ppid=6742 vsize=1668 CPUtime=1543.39
/proc/6759/stat : 6759 (toolbar) R 6742 6742 5762 0 -1 4194304 231 818 0 0 153818 4 517 0 25 0 1 0 277775512 1708032 192 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611709 0 0 4096 2 0 0 0 17 1 0 0
/proc/6759/statm: 417 192 66 178 0 235 0
Current children cumulated CPU time (s) 1543.4
Current children cumulated vsize (KiB) 49224

[startup+1603.96 s]
/proc/loadavg: 1.01 1.01 1.00 2/79 6959
/proc/meminfo: memFree=1563832/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=47556 CPUtime=0.01
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 277775509 48697344 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 11889 362 246 79 0 217 0
[pid=6759] ppid=6742 vsize=1668 CPUtime=1603.43
/proc/6759/stat : 6759 (toolbar) R 6742 6742 5762 0 -1 4194304 231 818 0 0 159822 4 517 0 25 0 1 0 277775512 1708032 192 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611714 0 0 4096 2 0 0 0 17 1 0 0
/proc/6759/statm: 417 192 66 178 0 235 0
Current children cumulated CPU time (s) 1603.44
Current children cumulated vsize (KiB) 49224

[startup+1664.02 s]
/proc/loadavg: 1.00 1.01 1.00 2/79 6959
/proc/meminfo: memFree=1563768/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=47556 CPUtime=0.01
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 277775509 48697344 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 11889 362 246 79 0 217 0
[pid=6759] ppid=6742 vsize=1668 CPUtime=1663.48
/proc/6759/stat : 6759 (toolbar) R 6742 6742 5762 0 -1 4194304 231 818 0 0 165827 4 517 0 25 0 1 0 277775512 1708032 192 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134606850 0 0 4096 2 0 0 0 17 1 0 0
/proc/6759/statm: 417 192 66 178 0 235 0
Current children cumulated CPU time (s) 1663.49
Current children cumulated vsize (KiB) 49224

[startup+1724.09 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6959
/proc/meminfo: memFree=1563832/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=47556 CPUtime=0.01
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 277775509 48697344 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 11889 362 246 79 0 217 0
[pid=6759] ppid=6742 vsize=1668 CPUtime=1723.53
/proc/6759/stat : 6759 (toolbar) R 6742 6742 5762 0 -1 4194304 231 818 0 0 171832 4 517 0 25 0 1 0 277775512 1708032 192 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134611757 0 0 4096 2 0 0 0 17 1 0 0
/proc/6759/statm: 417 192 66 178 0 235 0
Current children cumulated CPU time (s) 1723.54
Current children cumulated vsize (KiB) 49224

[startup+1784.15 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6961
/proc/meminfo: memFree=1563768/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=47556 CPUtime=0.01
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 277775509 48697344 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 11889 362 246 79 0 217 0
[pid=6759] ppid=6742 vsize=1668 CPUtime=1783.58
/proc/6759/stat : 6759 (toolbar) R 6742 6742 5762 0 -1 4194304 231 818 0 0 177837 4 517 0 25 0 1 0 277775512 1708032 192 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134626326 0 0 4096 2 0 0 0 17 1 0 0
/proc/6759/statm: 417 192 66 178 0 235 0
Current children cumulated CPU time (s) 1783.59
Current children cumulated vsize (KiB) 49224

[startup+1844.21 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6961
/proc/meminfo: memFree=1563768/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=47556 CPUtime=0.01
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 277775509 48697344 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 11889 362 246 79 0 217 0
[pid=6759] ppid=6742 vsize=1668 CPUtime=1843.62
/proc/6759/stat : 6759 (toolbar) R 6742 6742 5762 0 -1 4194304 231 818 0 0 183841 4 517 0 25 0 1 0 277775512 1708032 192 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134621920 0 0 4096 2 0 0 0 17 1 0 0
/proc/6759/statm: 417 192 66 178 0 235 0
Current children cumulated CPU time (s) 1843.63
Current children cumulated vsize (KiB) 49224

[startup+1904.27 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6961
/proc/meminfo: memFree=1563832/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=47556 CPUtime=0.01
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 277775509 48697344 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 11889 362 246 79 0 217 0
[pid=6759] ppid=6742 vsize=1668 CPUtime=1903.68
/proc/6759/stat : 6759 (toolbar) R 6742 6742 5762 0 -1 4194304 231 818 0 0 189846 5 517 0 25 0 1 0 277775512 1708032 192 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134612534 0 0 4096 2 0 0 0 17 1 0 0
/proc/6759/statm: 417 192 66 178 0 235 0
Current children cumulated CPU time (s) 1903.69
Current children cumulated vsize (KiB) 49224

[startup+1964.34 s]
/proc/loadavg: 1.00 1.00 1.00 2/79 6961
/proc/meminfo: memFree=1563768/2055920 swapFree=4167328/4192956
[pid=6742] ppid=6740 vsize=47556 CPUtime=0.01
/proc/6742/stat : 6742 (solver.sh) S 6740 6742 5762 0 -1 4194304 846 2113 0 0 0 0 0 1 16 0 1 0 277775509 48697344 362 18446744073709551615 4194304 4520092 548682069344 18446744073709551615 264907189082 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/6742/statm: 11889 362 246 79 0 217 0
[pid=6759] ppid=6742 vsize=1668 CPUtime=1963.73
/proc/6759/stat : 6759 (toolbar) R 6742 6742 5762 0 -1 4194304 231 818 0 0 195851 5 517 0 25 0 1 0 277775512 1708032 192 18446744073709551615 134512640 135242656 4294956576 18446744073709551615 134624310 0 0 4096 2 0 0 0 17 1 0 0
/proc/6759/statm: 417 192 66 178 0 235 0
Current children cumulated CPU time (s) 1963.74
Current children cumulated vsize (KiB) 49224

Child status: 0
Real time (s): 2017.35
CPU time (s): 2016.77
CPU user time (s): 2016.68
CPU system time (s): 0.095985
CPU usage (%): 99.9713
Max. virtual memory (cumulated for all children) (KiB): 49936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2016.68
system time used= 0.095985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5728
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= 101
involuntary context switches= 28984

runsolver used 2.26865 s user time and 4.89426 s system time

The end

Launcher Data (download as text)

Begin job on node30 on Sat Jan 20 11:50:15 UTC 2007


IDJOB= 279429
IDBENCH= 10046
IDSOLVER= 73
FILE ID= node30/279429-1169293814

PBS_JOBID= 3609671

Free space on /tmp= 66562 MiB

SOLVER NAME= toolbar 2007-01-12
BENCH NAME= HOME/pub/bench/CPAI06/MaxCSP/kbtree/kbtree-9-2-3-5/kbtree-9-2-3-5-80/kbtree-9-2-3-5-80-01_ext.xml
COMMAND LINE= /tmp/evaluation/279429-1169293814/solver.sh /tmp/evaluation/279429-1169293814/unknown
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node30/convwatcher-279429-1169293814 -o ROOT/results/node30/conversion-279429-1169293814 -C 600 -M 900 /tmp/evaluation/279429-1169293814/translate /tmp/evaluation/279429-1169293814/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node30/watcher-279429-1169293814 -o ROOT/results/node30/solver-279429-1169293814 -C 2400 -M 900  /tmp/evaluation/279429-1169293814/solver.sh /tmp/evaluation/279429-1169293814/unknown

META MD5SUM SOLVER= 0bc5e5f95d54df9daf70dab8540aecd6
MD5SUM BENCH=  1d07e36a22025dfa0c8970b660390c54

RANDOM SEED= 211693570

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.234
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.234
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:       1565272 kB
Buffers:         39792 kB
Cached:         343960 kB
SwapCached:       3508 kB
Active:         121580 kB
Inactive:       293220 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1565272 kB
SwapTotal:     4192956 kB
SwapFree:      4167328 kB
Dirty:            2900 kB
Writeback:           0 kB
Mapped:          46032 kB
Slab:            61268 kB
Committed_AS:  5149416 kB
PageTables:       1892 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= 66562 MiB



End job on node30 on Sat Jan 20 12:23:53 UTC 2007