Trace number 275093

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_BTD 2007-01-12? (TO) 2400.09 2416.12

General information on the benchmark

Namecril/
cril-7.ext.xml
MD5SUM7cc7e95e3ab2b5c1b2e8d820acd1fe1b
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of satisfied constraints152
Best CPU time to get the best result obtained on this benchmark376.425
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables36
Number of constraints153
Maximum constraint arity4
Maximum domain size9
Number of constraints which are defined in extension153
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

c 
c 
c 
c conversion script
c 
c 

translate /tmp/evaluation/275093-1169216486/unknown.xml to /tmp/evaluation/275093-1169216486/unknown.wcsp

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node15/watcher-275093-1169216486 -o ROOT/results/node15/solver-275093-1169216486 -C 2400 -M 900 /tmp/evaluation/275093-1169216486/solver.sh /tmp/evaluation/275093-1169216486/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.33 1.84 1.77 4/93 5704
/proc/meminfo: memFree=1475744/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=18540 CPUtime=0
/proc/5703/stat : 5703 (runsolver) R 5701 5703 5144 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 270043588 18984960 279 18446744073709551615 4194304 4267372 548682069072 18446744073709551615 240472616231 0 0 4096 24578 0 0 0 17 1 0 0
/proc/5703/statm: 4635 279 244 17 0 2626 0

[startup+0.108448 s]
/proc/loadavg: 1.33 1.84 1.77 4/93 5704
/proc/meminfo: memFree=1475744/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=47556 CPUtime=0.01
/proc/5703/stat : 5703 (solver.sh) S 5701 5703 5144 0 -1 4194304 848 2116 0 0 0 0 0 1 20 0 1 0 270043588 48697344 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5703/statm: 11889 362 247 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+0.516514 s]
/proc/loadavg: 1.33 1.84 1.77 4/93 5704
/proc/meminfo: memFree=1475744/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=47556 CPUtime=0.01
/proc/5703/stat : 5703 (solver.sh) S 5701 5703 5144 0 -1 4194304 848 2116 0 0 0 0 0 1 20 0 1 0 270043588 48697344 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5703/statm: 11889 362 247 79 0 217 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 47556

[startup+1.33765 s]
/proc/loadavg: 1.33 1.84 1.77 3/95 5721
/proc/meminfo: memFree=1464336/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=47556 CPUtime=0.01
/proc/5703/stat : 5703 (solver.sh) S 5701 5703 5144 0 -1 4194304 848 2116 0 0 0 0 0 1 20 0 1 0 270043588 48697344 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5703/statm: 11889 362 247 79 0 217 0
[pid=5720] ppid=5703 vsize=1472 CPUtime=0
/proc/5720/stat : 5720 (toolbarBtd) S 5703 5703 5144 0 -1 0 170 0 0 0 0 0 0 0 23 0 1 0 270043593 1507328 144 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134820461 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5720/statm: 368 144 58 160 0 204 0
[pid=5721] ppid=5720 vsize=1400 CPUtime=1.27
/proc/5721/stat : 5721 (narycsp) R 5720 5703 5144 0 -1 4194304 491 0 0 0 127 0 0 0 25 0 1 0 270043594 1433600 214 18446744073709551615 134512640 135380208 4294956576 18446744073709551615 134514062 0 0 4096 512 0 0 0 17 1 0 0
/proc/5721/statm: 350 214 112 211 0 119 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 50428

[startup+2.97493 s]
/proc/loadavg: 1.33 1.84 1.77 3/95 5721
/proc/meminfo: memFree=1464272/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=47556 CPUtime=0.01
/proc/5703/stat : 5703 (solver.sh) S 5701 5703 5144 0 -1 4194304 848 2116 0 0 0 0 0 1 20 0 1 0 270043588 48697344 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5703/statm: 11889 362 247 79 0 217 0
[pid=5720] ppid=5703 vsize=1472 CPUtime=0
/proc/5720/stat : 5720 (toolbarBtd) S 5703 5703 5144 0 -1 0 170 0 0 0 0 0 0 0 23 0 1 0 270043593 1507328 144 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134820461 0 65536 4102 0 18446744071563356171 0 0 17 1 0 0
/proc/5720/statm: 368 144 58 160 0 204 0
[pid=5721] ppid=5720 vsize=1400 CPUtime=2.91
/proc/5721/stat : 5721 (narycsp) R 5720 5703 5144 0 -1 4194304 491 0 0 0 291 0 0 0 25 0 1 0 270043594 1433600 214 18446744073709551615 134512640 135380208 4294956576 18446744073709551615 134514599 0 0 4096 512 0 0 0 17 1 0 0
/proc/5721/statm: 350 214 112 211 0 119 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 50428

[startup+6.25949 s]
/proc/loadavg: 1.39 1.84 1.77 3/94 5722
/proc/meminfo: memFree=1415000/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=47556 CPUtime=0.01
/proc/5703/stat : 5703 (solver.sh) S 5701 5703 5144 0 -1 4194304 848 2116 0 0 0 0 0 1 20 0 1 0 270043588 48697344 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5703/statm: 11889 362 247 79 0 217 0
[pid=5720] ppid=5703 vsize=54972 CPUtime=6.19
/proc/5720/stat : 5720 (toolbarBtd) R 5703 5703 5144 0 -1 0 12578 888 0 0 205 4 410 0 25 0 1 0 270043593 56291328 12534 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134559990 0 0 4096 2 0 0 0 17 1 0 0
/proc/5720/statm: 13743 12534 78 160 0 13579 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 102528

[startup+12.7206 s]
/proc/loadavg: 1.43 1.84 1.77 3/94 5722
/proc/meminfo: memFree=1415000/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=47556 CPUtime=0.01
/proc/5703/stat : 5703 (solver.sh) S 5701 5703 5144 0 -1 4194304 848 2116 0 0 0 0 0 1 20 0 1 0 270043588 48697344 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5703/statm: 11889 362 247 79 0 217 0
[pid=5720] ppid=5703 vsize=54972 CPUtime=12.64
/proc/5720/stat : 5720 (toolbarBtd) R 5703 5703 5144 0 -1 0 12578 888 0 0 850 4 410 0 25 0 1 0 270043593 56291328 12534 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134688497 0 0 4096 2 0 0 0 17 1 0 0
/proc/5720/statm: 13743 12534 78 160 0 13579 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 102528

[startup+25.5408 s]
/proc/loadavg: 1.56 1.85 1.78 3/94 5722
/proc/meminfo: memFree=1415128/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=47556 CPUtime=0.01
/proc/5703/stat : 5703 (solver.sh) S 5701 5703 5144 0 -1 4194304 848 2116 0 0 0 0 0 1 20 0 1 0 270043588 48697344 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5703/statm: 11889 362 247 79 0 217 0
[pid=5720] ppid=5703 vsize=54972 CPUtime=25.46
/proc/5720/stat : 5720 (toolbarBtd) R 5703 5703 5144 0 -1 0 12578 888 0 0 2132 4 410 0 25 0 1 0 270043593 56291328 12534 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134562981 0 0 4096 2 0 0 0 17 1 0 0
/proc/5720/statm: 13743 12534 78 160 0 13579 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 102528

[startup+51.1812 s]
/proc/loadavg: 1.71 1.86 1.78 3/94 5722
/proc/meminfo: memFree=1415256/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=47556 CPUtime=0.01
/proc/5703/stat : 5703 (solver.sh) S 5701 5703 5144 0 -1 4194304 848 2116 0 0 0 0 0 1 20 0 1 0 270043588 48697344 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5703/statm: 11889 362 247 79 0 217 0
[pid=5720] ppid=5703 vsize=54972 CPUtime=51.09
/proc/5720/stat : 5720 (toolbarBtd) R 5703 5703 5144 0 -1 0 12579 888 0 0 4695 4 410 0 25 0 1 0 270043593 56291328 12535 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134591070 0 0 4096 2 0 0 0 17 1 0 0
/proc/5720/statm: 13743 12535 78 160 0 13579 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 102528

[startup+102.483 s]
/proc/loadavg: 1.87 1.88 1.79 3/94 5722
/proc/meminfo: memFree=1415320/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=47556 CPUtime=0.01
/proc/5703/stat : 5703 (solver.sh) S 5701 5703 5144 0 -1 4194304 848 2116 0 0 0 0 0 1 20 0 1 0 270043588 48697344 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5703/statm: 11889 362 247 79 0 217 0
[pid=5720] ppid=5703 vsize=54972 CPUtime=102.37
/proc/5720/stat : 5720 (toolbarBtd) R 5703 5703 5144 0 -1 0 12579 888 0 0 9823 4 410 0 25 0 1 0 270043593 56291328 12535 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134591487 0 0 4096 2 0 0 0 17 1 0 0
/proc/5720/statm: 13743 12535 78 160 0 13579 0
Current children cumulated CPU time (s) 102.38
Current children cumulated vsize (KiB) 102528

[startup+162.58 s]
/proc/loadavg: 1.95 1.90 1.80 3/94 5780
/proc/meminfo: memFree=1416088/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=47556 CPUtime=0.01
/proc/5703/stat : 5703 (solver.sh) S 5701 5703 5144 0 -1 4194304 848 2116 0 0 0 0 0 1 20 0 1 0 270043588 48697344 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5703/statm: 11889 362 247 79 0 217 0
[pid=5720] ppid=5703 vsize=54972 CPUtime=162.37
/proc/5720/stat : 5720 (toolbarBtd) R 5703 5703 5144 0 -1 0 12579 888 0 0 15822 5 410 0 25 0 1 0 270043593 56291328 12535 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134580308 0 0 4096 2 0 0 0 17 0 0 0
/proc/5720/statm: 13743 12535 78 160 0 13579 0
Current children cumulated CPU time (s) 162.38
Current children cumulated vsize (KiB) 102528

[startup+222.674 s]
/proc/loadavg: 1.98 1.91 1.81 3/94 5780
/proc/meminfo: memFree=1396888/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=47556 CPUtime=0.01
/proc/5703/stat : 5703 (solver.sh) S 5701 5703 5144 0 -1 4194304 848 2116 0 0 0 0 0 1 20 0 1 0 270043588 48697344 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5703/statm: 11889 362 247 79 0 217 0
[pid=5720] ppid=5703 vsize=54972 CPUtime=222.17
/proc/5720/stat : 5720 (toolbarBtd) R 5703 5703 5144 0 -1 0 12579 888 0 0 21802 5 410 0 25 0 1 0 270043593 56291328 12535 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134574051 0 0 4096 2 0 0 0 17 0 0 0
/proc/5720/statm: 13743 12535 78 160 0 13579 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 102528

[startup+282.771 s]
/proc/loadavg: 1.99 1.93 1.82 3/94 5780
/proc/meminfo: memFree=1396824/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=47556 CPUtime=0.01
/proc/5703/stat : 5703 (solver.sh) S 5701 5703 5144 0 -1 4194304 848 2116 0 0 0 0 0 1 20 0 1 0 270043588 48697344 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5703/statm: 11889 362 247 79 0 217 0
[pid=5720] ppid=5703 vsize=54972 CPUtime=282
/proc/5720/stat : 5720 (toolbarBtd) R 5703 5703 5144 0 -1 0 12579 888 0 0 27785 5 410 0 25 0 1 0 270043593 56291328 12535 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134591411 0 0 4096 2 0 0 0 17 0 0 0
/proc/5720/statm: 13743 12535 78 160 0 13579 0
Current children cumulated CPU time (s) 282.01
Current children cumulated vsize (KiB) 102528

[startup+342.871 s]
/proc/loadavg: 2.05 1.95 1.83 3/94 5780
/proc/meminfo: memFree=1396760/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=47556 CPUtime=0.01
/proc/5703/stat : 5703 (solver.sh) S 5701 5703 5144 0 -1 4194304 848 2116 0 0 0 0 0 1 20 0 1 0 270043588 48697344 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5703/statm: 11889 362 247 79 0 217 0
[pid=5720] ppid=5703 vsize=54972 CPUtime=341.82
/proc/5720/stat : 5720 (toolbarBtd) R 5703 5703 5144 0 -1 0 12579 888 0 0 33767 5 410 0 25 0 1 0 270043593 56291328 12535 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134562298 0 0 4096 2 0 0 0 17 0 0 0
/proc/5720/statm: 13743 12535 78 160 0 13579 0
Current children cumulated CPU time (s) 341.83
Current children cumulated vsize (KiB) 102528

[startup+402.973 s]
/proc/loadavg: 2.02 1.96 1.84 3/94 5780
/proc/meminfo: memFree=1396760/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=47556 CPUtime=0.01
/proc/5703/stat : 5703 (solver.sh) S 5701 5703 5144 0 -1 4194304 848 2116 0 0 0 0 0 1 20 0 1 0 270043588 48697344 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5703/statm: 11889 362 247 79 0 217 0
[pid=5720] ppid=5703 vsize=54972 CPUtime=401.63
/proc/5720/stat : 5720 (toolbarBtd) R 5703 5703 5144 0 -1 0 12579 888 0 0 39748 5 410 0 25 0 1 0 270043593 56291328 12535 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134594166 0 0 4096 2 0 0 0 17 0 0 0
/proc/5720/statm: 13743 12535 78 160 0 13579 0
Current children cumulated CPU time (s) 401.64
Current children cumulated vsize (KiB) 102528

[startup+463.068 s]
/proc/loadavg: 2.00 1.96 1.85 3/94 5780
/proc/meminfo: memFree=1396696/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=47556 CPUtime=0.01
/proc/5703/stat : 5703 (solver.sh) S 5701 5703 5144 0 -1 4194304 848 2116 0 0 0 0 0 1 20 0 1 0 270043588 48697344 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5703/statm: 11889 362 247 79 0 217 0
[pid=5720] ppid=5703 vsize=54972 CPUtime=461.46
/proc/5720/stat : 5720 (toolbarBtd) R 5703 5703 5144 0 -1 0 12579 888 0 0 45731 5 410 0 25 0 1 0 270043593 56291328 12535 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134560196 0 0 4096 2 0 0 0 17 0 0 0
/proc/5720/statm: 13743 12535 78 160 0 13579 0
Current children cumulated CPU time (s) 461.47
Current children cumulated vsize (KiB) 102528

[startup+523.164 s]
/proc/loadavg: 2.00 1.97 1.85 3/94 5780
/proc/meminfo: memFree=1396696/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=47556 CPUtime=0.01

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

/proc/loadavg: 2.09 2.04 1.93 3/94 5780
/proc/meminfo: memFree=1396568/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=47556 CPUtime=0.01
/proc/5703/stat : 5703 (solver.sh) S 5701 5703 5144 0 -1 4194304 848 2116 0 0 0 0 0 1 20 0 1 0 270043588 48697344 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5703/statm: 11889 362 247 79 0 217 0
[pid=5720] ppid=5703 vsize=54972 CPUtime=1714.34
/proc/5720/stat : 5720 (toolbarBtd) R 5703 5703 5144 0 -1 0 12579 888 0 0 171016 8 410 0 25 0 1 0 270043593 56291328 12535 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134562307 0 0 4096 2 0 0 0 17 0 0 0
/proc/5720/statm: 13743 12535 78 160 0 13579 0
Current children cumulated CPU time (s) 1714.35
Current children cumulated vsize (KiB) 102528

[startup+1784.45 s]
/proc/loadavg: 2.03 2.03 1.93 3/94 5780
/proc/meminfo: memFree=1396632/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=47556 CPUtime=0.01
/proc/5703/stat : 5703 (solver.sh) S 5701 5703 5144 0 -1 4194304 848 2116 0 0 0 0 0 1 20 0 1 0 270043588 48697344 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5703/statm: 11889 362 247 79 0 217 0
[pid=5720] ppid=5703 vsize=54972 CPUtime=1773.93
/proc/5720/stat : 5720 (toolbarBtd) R 5703 5703 5144 0 -1 0 12579 888 0 0 176975 8 410 0 25 0 1 0 270043593 56291328 12535 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134572953 0 0 4096 2 0 0 0 17 0 0 0
/proc/5720/statm: 13743 12535 78 160 0 13579 0
Current children cumulated CPU time (s) 1773.94
Current children cumulated vsize (KiB) 102528

[startup+1844.47 s]
/proc/loadavg: 2.01 2.02 1.93 3/94 5780
/proc/meminfo: memFree=1396568/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=47556 CPUtime=0.01
/proc/5703/stat : 5703 (solver.sh) S 5701 5703 5144 0 -1 4194304 848 2116 0 0 0 0 0 1 20 0 1 0 270043588 48697344 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5703/statm: 11889 362 247 79 0 217 0
[pid=5720] ppid=5703 vsize=54972 CPUtime=1833.46
/proc/5720/stat : 5720 (toolbarBtd) R 5703 5703 5144 0 -1 0 12579 888 0 0 182928 8 410 0 25 0 1 0 270043593 56291328 12535 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134593893 0 0 4096 2 0 0 0 17 0 0 0
/proc/5720/statm: 13743 12535 78 160 0 13579 0
Current children cumulated CPU time (s) 1833.47
Current children cumulated vsize (KiB) 102528

[startup+1904.47 s]
/proc/loadavg: 2.00 2.02 1.93 3/94 5780
/proc/meminfo: memFree=1396632/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=47556 CPUtime=0.01
/proc/5703/stat : 5703 (solver.sh) S 5701 5703 5144 0 -1 4194304 848 2116 0 0 0 0 0 1 20 0 1 0 270043588 48697344 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5703/statm: 11889 362 247 79 0 217 0
[pid=5720] ppid=5703 vsize=54972 CPUtime=1892.95
/proc/5720/stat : 5720 (toolbarBtd) R 5703 5703 5144 0 -1 0 12579 888 0 0 188877 8 410 0 25 0 1 0 270043593 56291328 12535 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134563167 0 0 4096 2 0 0 0 17 0 0 0
/proc/5720/statm: 13743 12535 78 160 0 13579 0
Current children cumulated CPU time (s) 1892.96
Current children cumulated vsize (KiB) 102528

[startup+1964.48 s]
/proc/loadavg: 2.00 2.01 1.93 3/94 5780
/proc/meminfo: memFree=1396568/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=47556 CPUtime=0.01
/proc/5703/stat : 5703 (solver.sh) S 5701 5703 5144 0 -1 4194304 848 2116 0 0 0 0 0 1 20 0 1 0 270043588 48697344 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5703/statm: 11889 362 247 79 0 217 0
[pid=5720] ppid=5703 vsize=54972 CPUtime=1952.43
/proc/5720/stat : 5720 (toolbarBtd) R 5703 5703 5144 0 -1 0 12579 888 0 0 194825 8 410 0 25 0 1 0 270043593 56291328 12535 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134573829 0 0 4096 2 0 0 0 17 0 0 0
/proc/5720/statm: 13743 12535 78 160 0 13579 0
Current children cumulated CPU time (s) 1952.44
Current children cumulated vsize (KiB) 102528

[startup+2024.49 s]
/proc/loadavg: 2.00 2.00 1.93 3/94 5780
/proc/meminfo: memFree=1396568/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=47556 CPUtime=0.01
/proc/5703/stat : 5703 (solver.sh) S 5701 5703 5144 0 -1 4194304 848 2116 0 0 0 0 0 1 20 0 1 0 270043588 48697344 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5703/statm: 11889 362 247 79 0 217 0
[pid=5720] ppid=5703 vsize=54972 CPUtime=2011.95
/proc/5720/stat : 5720 (toolbarBtd) R 5703 5703 5144 0 -1 0 12579 888 0 0 200776 9 410 0 25 0 1 0 270043593 56291328 12535 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134579471 0 0 4096 2 0 0 0 17 0 0 0
/proc/5720/statm: 13743 12535 78 160 0 13579 0
Current children cumulated CPU time (s) 2011.96
Current children cumulated vsize (KiB) 102528

[startup+2084.52 s]
/proc/loadavg: 2.00 2.00 1.93 3/94 5780
/proc/meminfo: memFree=1396568/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=47556 CPUtime=0.01
/proc/5703/stat : 5703 (solver.sh) S 5701 5703 5144 0 -1 4194304 848 2116 0 0 0 0 0 1 20 0 1 0 270043588 48697344 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5703/statm: 11889 362 247 79 0 217 0
[pid=5720] ppid=5703 vsize=54972 CPUtime=2071.49
/proc/5720/stat : 5720 (toolbarBtd) R 5703 5703 5144 0 -1 0 12579 888 0 0 206730 9 410 0 25 0 1 0 270043593 56291328 12535 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134580642 0 0 4096 2 0 0 0 17 0 0 0
/proc/5720/statm: 13743 12535 78 160 0 13579 0
Current children cumulated CPU time (s) 2071.5
Current children cumulated vsize (KiB) 102528

[startup+2144.54 s]
/proc/loadavg: 2.00 2.00 1.93 3/94 5780
/proc/meminfo: memFree=1396568/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=47556 CPUtime=0.01
/proc/5703/stat : 5703 (solver.sh) S 5701 5703 5144 0 -1 4194304 848 2116 0 0 0 0 0 1 20 0 1 0 270043588 48697344 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5703/statm: 11889 362 247 79 0 217 0
[pid=5720] ppid=5703 vsize=54972 CPUtime=2130.95
/proc/5720/stat : 5720 (toolbarBtd) R 5703 5703 5144 0 -1 0 12579 888 0 0 212676 9 410 0 25 0 1 0 270043593 56291328 12535 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134563199 0 0 4096 2 0 0 0 17 0 0 0
/proc/5720/statm: 13743 12535 78 160 0 13579 0
Current children cumulated CPU time (s) 2130.96
Current children cumulated vsize (KiB) 102528

[startup+2204.59 s]
/proc/loadavg: 2.00 2.00 1.93 3/94 5780
/proc/meminfo: memFree=1396568/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=47556 CPUtime=0.01
/proc/5703/stat : 5703 (solver.sh) S 5701 5703 5144 0 -1 4194304 848 2116 0 0 0 0 0 1 20 0 1 0 270043588 48697344 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5703/statm: 11889 362 247 79 0 217 0
[pid=5720] ppid=5703 vsize=54972 CPUtime=2190.5
/proc/5720/stat : 5720 (toolbarBtd) R 5703 5703 5144 0 -1 0 12579 888 0 0 218631 9 410 0 25 0 1 0 270043593 56291328 12535 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134590731 0 0 4096 2 0 0 0 17 0 0 0
/proc/5720/statm: 13743 12535 78 160 0 13579 0
Current children cumulated CPU time (s) 2190.51
Current children cumulated vsize (KiB) 102528

[startup+2264.61 s]
/proc/loadavg: 2.08 2.02 1.94 3/94 5780
/proc/meminfo: memFree=1396568/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=47556 CPUtime=0.01
/proc/5703/stat : 5703 (solver.sh) S 5701 5703 5144 0 -1 4194304 848 2116 0 0 0 0 0 1 20 0 1 0 270043588 48697344 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5703/statm: 11889 362 247 79 0 217 0
[pid=5720] ppid=5703 vsize=54972 CPUtime=2250.02
/proc/5720/stat : 5720 (toolbarBtd) R 5703 5703 5144 0 -1 0 12579 888 0 0 224583 9 410 0 25 0 1 0 270043593 56291328 12535 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134591307 0 0 4096 2 0 0 0 17 0 0 0
/proc/5720/statm: 13743 12535 78 160 0 13579 0
Current children cumulated CPU time (s) 2250.03
Current children cumulated vsize (KiB) 102528

[startup+2324.61 s]
/proc/loadavg: 2.03 2.01 1.94 3/94 5780
/proc/meminfo: memFree=1396568/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=47556 CPUtime=0.01
/proc/5703/stat : 5703 (solver.sh) S 5701 5703 5144 0 -1 4194304 848 2116 0 0 0 0 0 1 20 0 1 0 270043588 48697344 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5703/statm: 11889 362 247 79 0 217 0
[pid=5720] ppid=5703 vsize=54972 CPUtime=2309.46
/proc/5720/stat : 5720 (toolbarBtd) R 5703 5703 5144 0 -1 0 12579 888 0 0 230527 9 410 0 25 0 1 0 270043593 56291328 12535 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134560097 0 0 4096 2 0 0 0 17 0 0 0
/proc/5720/statm: 13743 12535 78 160 0 13579 0
Current children cumulated CPU time (s) 2309.47
Current children cumulated vsize (KiB) 102528

[startup+2384.62 s]
/proc/loadavg: 2.01 2.00 1.94 3/100 5852
/proc/meminfo: memFree=1395144/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=47556 CPUtime=0.01
/proc/5703/stat : 5703 (solver.sh) S 5701 5703 5144 0 -1 4194304 848 2116 0 0 0 0 0 1 20 0 1 0 270043588 48697344 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5703/statm: 11889 362 247 79 0 217 0
[pid=5720] ppid=5703 vsize=54972 CPUtime=2368.95
/proc/5720/stat : 5720 (toolbarBtd) R 5703 5703 5144 0 -1 0 12579 888 0 0 236473 12 410 0 25 0 1 0 270043593 56291328 12535 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134580644 0 0 4096 2 0 0 0 17 0 0 0
/proc/5720/statm: 13743 12535 78 160 0 13579 0
Current children cumulated CPU time (s) 2368.96
Current children cumulated vsize (KiB) 102528



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2416.11 s]
/proc/loadavg: 2.00 2.00 1.94 3/100 5918
/proc/meminfo: memFree=1395096/2055920 swapFree=4173628/4192956
[pid=5703] ppid=5701 vsize=47556 CPUtime=0.01
/proc/5703/stat : 5703 (solver.sh) S 5701 5703 5144 0 -1 4194304 848 2116 0 0 0 0 0 1 20 0 1 0 270043588 48697344 362 18446744073709551615 4194304 4520092 548682069328 18446744073709551615 240472222554 0 2 4096 73728 18446744071563181037 0 0 17 1 0 0
/proc/5703/statm: 11889 362 247 79 0 217 0
[pid=5720] ppid=5703 vsize=54972 CPUtime=2400.08
/proc/5720/stat : 5720 (toolbarBtd) R 5703 5703 5144 0 -1 0 12579 888 0 0 239583 15 410 0 25 0 1 0 270043593 56291328 12535 18446744073709551615 134512640 135169536 4294956512 18446744073709551615 134594232 0 0 4096 2 0 0 0 17 0 0 0
/proc/5720/statm: 13743 12535 78 160 0 13579 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 102528

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

Child ended because it received signal 15 (SIGTERM)

!!! problem with CPU time !!!
wait4(...,&childrusage) returns 5703 and gives childrusage.ru_utime.tv_sec=0 childrusage.ru_utime.tv_usec=6998 childrusage.ru_stime.tv_sec=0 childrusage.ru_stime.tv_usec=25996
CPU time returned by wait4() is 0.032994
while last known CPU time is 2400.09

Solver probably didn't/couldn't wait for its children
Using last known CPU time as value...

Real time (s): 2416.12
CPU time (s): 2400.09
CPU user time (s): 2399.93
CPU system time (s): 0.16
CPU usage (%): 99.3364
Max. virtual memory (cumulated for all children) (KiB): 102528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.006998
system time used= 0.025996
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2964
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= 58
involuntary context switches= 27

runsolver used 2.44063 s user time and 6.45802 s system time

The end

Launcher Data (download as text)

Begin job on node15 on Fri Jan 19 14:21:27 UTC 2007


IDJOB= 275093
IDBENCH= 3506
IDSOLVER= 72
FILE ID= node15/275093-1169216486

PBS_JOBID= 3588910

Free space on /tmp= 66560 MiB

SOLVER NAME= Toolbar_BTD 2007-01-12
BENCH NAME= HOME/pub/bench/CPAI06/cril/cril-7.ext.xml
COMMAND LINE= /tmp/evaluation/275093-1169216486/solver.sh /tmp/evaluation/275093-1169216486/unknown
CONVERSION COMMAND LINE= runsolver -w ROOT/results/node15/convwatcher-275093-1169216486 -o ROOT/results/node15/conversion-275093-1169216486 -C 600 -M 900 /tmp/evaluation/275093-1169216486/translate /tmp/evaluation/275093-1169216486/unknown
CONVERSION RUNSOLVER STATUS CODE= 0
CONVERSION STATUS CODE= 0

RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node15/watcher-275093-1169216486 -o ROOT/results/node15/solver-275093-1169216486 -C 2400 -M 900  /tmp/evaluation/275093-1169216486/solver.sh /tmp/evaluation/275093-1169216486/unknown

META MD5SUM SOLVER= f75ee5e830002fa98429bd59d9dcbc78
MD5SUM BENCH=  7cc7e95e3ab2b5c1b2e8d820acd1fe1b

RANDOM SEED= 659071393

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.276
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.276
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:       1486464 kB
Buffers:         49588 kB
Cached:         403680 kB
SwapCached:       5936 kB
Active:         152596 kB
Inactive:       343464 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1486464 kB
SwapTotal:     4192956 kB
SwapFree:      4173628 kB
Dirty:            4608 kB
Writeback:           0 kB
Mapped:          59808 kB
Slab:            58000 kB
Committed_AS:  8829756 kB
PageTables:       2448 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 node15 on Fri Jan 19 15:01:44 UTC 2007