Trace number 1106865

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
Minion/Tailor 2008-07-04SAT 1221.71 1228.1

General information on the benchmark

Namecsp/rand-3-24-24-fcd/
normalized-rand-3-24-24-76-632-fcd-43_ext.xml
MD5SUMda01394d707f4ac61b2128b9a58eea75
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark533.821
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints76
Maximum constraint arity3
Maximum domain size24
Number of constraints which are defined in extension76
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

2.24/2.32	c Finished tailoring XCSP instance to Minion. Starting solving
1221.60/1228.09	v 12 11 19 14 5 0 8 20 19 18 10 9 8 12 14 22 4 12 0 6 1 4 5 9 
1221.60/1228.09	s SATISFIABLE

Verifier Data (download as text)

OK

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1106865-1215204683/watcher-1106865-1215204683 -o /tmp/evaluation-result-1106865-1215204683/solver-1106865-1215204683 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/solve.sh HOME/instance-1106865-1215204683.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 19146
/proc/meminfo: memFree=1516744/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=18572 CPUtime=0
/proc/19146/stat : 19146 (runsolver) R 19144 19146 15115 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 1550140177 19017728 292 996147200 4194304 4296836 548682068496 18446744073709551615 269757246759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/19146/statm: 4643 292 257 25 0 2626 0

[startup+0.09603 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 19146
/proc/meminfo: memFree=1516744/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=5356 CPUtime=0
/proc/19146/stat : 19146 (solve.sh) S 19144 19146 15115 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1550140177 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19146/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101025 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 19146
/proc/meminfo: memFree=1516744/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=5356 CPUtime=0
/proc/19146/stat : 19146 (solve.sh) S 19144 19146 15115 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1550140177 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19146/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301054 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 19146
/proc/meminfo: memFree=1516744/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=5356 CPUtime=0
/proc/19146/stat : 19146 (solve.sh) S 19144 19146 15115 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1550140177 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19146/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701107 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 19146
/proc/meminfo: memFree=1516744/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=5356 CPUtime=0
/proc/19146/stat : 19146 (solve.sh) S 19144 19146 15115 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1550140177 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19146/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50222 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 19156
/proc/meminfo: memFree=1479224/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=5356 CPUtime=0
/proc/19146/stat : 19146 (solve.sh) S 19144 19146 15115 0 -1 4194304 285 0 0 0 0 0 0 0 18 0 1 0 1550140177 5484544 235 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19146/statm: 1339 235 195 169 0 50 0
[pid=19148] ppid=19146 vsize=864576 CPUtime=1.46
/proc/19148/stat : 19148 (java) S 19146 19146 15115 0 -1 0 15766 0 1 0 138 8 0 0 18 0 9 0 1550140178 885325824 15087 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19148/statm: 216144 15087 1868 9 0 210706 0
[pid=19148/tid=19149] ppid=19146 vsize=864576 CPUtime=1.19
/proc/19148/task/19149/stat : 19149 (java) R 19146 19146 15115 0 -1 64 5115 0 1 0 116 3 0 0 25 0 9 0 1550140179 885325824 15087 996147200 134512640 134550740 4294956032 18446744073709551615 104455043 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19148/tid=19150] ppid=19146 vsize=864576 CPUtime=0.19
/proc/19148/task/19150/stat : 19150 (java) S 19146 19146 15115 0 -1 64 9605 0 0 0 15 4 0 0 16 0 9 0 1550140180 885325824 15087 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19148/tid=19151] ppid=19146 vsize=864576 CPUtime=0
/proc/19148/task/19151/stat : 19151 (java) S 19146 19146 15115 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1550140180 885325824 15087 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19148/tid=19152] ppid=19146 vsize=864576 CPUtime=0
/proc/19148/task/19152/stat : 19152 (java) S 19146 19146 15115 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1550140180 885325824 15087 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19148/tid=19153] ppid=19146 vsize=864576 CPUtime=0
/proc/19148/task/19153/stat : 19153 (java) S 19146 19146 15115 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550140182 885325824 15087 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19148/tid=19154] ppid=19146 vsize=864576 CPUtime=0.06
/proc/19148/task/19154/stat : 19154 (java) S 19146 19146 15115 0 -1 64 313 0 0 0 6 0 0 0 16 0 9 0 1550140182 885325824 15087 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19148/tid=19155] ppid=19146 vsize=864576 CPUtime=0
/proc/19148/task/19155/stat : 19155 (java) S 19146 19146 15115 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1550140182 885325824 15087 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19148/tid=19156] ppid=19146 vsize=864576 CPUtime=0
/proc/19148/task/19156/stat : 19156 (java) S 19146 19146 15115 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1550140182 885325824 15087 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 869932

[startup+3.10143 s]
/proc/loadavg: 1.92 1.98 1.99 4/83 19156
/proc/meminfo: memFree=1380472/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=5360 CPUtime=2.27
/proc/19146/stat : 19146 (solve.sh) S 19144 19146 15115 0 -1 4194304 310 38291 0 1 0 0 205 22 19 0 1 0 1550140177 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19146/statm: 1340 236 195 169 0 51 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 5360

[startup+6.30185 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 19157
/proc/meminfo: memFree=1463992/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=5360 CPUtime=2.27
/proc/19146/stat : 19146 (solve.sh) S 19144 19146 15115 0 -1 4194304 310 38291 0 1 0 0 205 22 19 0 1 0 1550140177 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19146/statm: 1340 236 195 169 0 51 0
[pid=19157] ppid=19146 vsize=71972 CPUtime=3.92
/proc/19157/stat : 19157 (ld-linux.so.2) R 19146 19146 15115 0 -1 4194304 14842 0 0 0 386 6 0 0 25 0 1 100 1550140410 73699328 12432 996147200 1448431616 1448550632 4294956176 18446744073709551615 149001404 0 0 4096 8194 0 0 0 17 1 0 0
/proc/19157/statm: 17993 12432 384 29 0 12047 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 77332

[startup+12.7027 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 19157
/proc/meminfo: memFree=1464184/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=5360 CPUtime=2.27
/proc/19146/stat : 19146 (solve.sh) S 19144 19146 15115 0 -1 4194304 310 38291 0 1 0 0 205 22 19 0 1 0 1550140177 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19146/statm: 1340 236 195 169 0 51 0
[pid=19157] ppid=19146 vsize=71972 CPUtime=10.26
/proc/19157/stat : 19157 (ld-linux.so.2) R 19146 19146 15115 0 -1 4194304 14842 0 0 0 1020 6 0 0 25 0 1 100 1550140410 73699328 12432 996147200 1448431616 1448550632 4294956176 18446744073709551615 149001381 0 0 4096 8194 0 0 0 17 1 0 0
/proc/19157/statm: 17993 12432 384 29 0 12047 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 77332

[startup+25.5014 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 19157
/proc/meminfo: memFree=1464376/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=5360 CPUtime=2.27
/proc/19146/stat : 19146 (solve.sh) S 19144 19146 15115 0 -1 4194304 310 38291 0 1 0 0 205 22 19 0 1 0 1550140177 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19146/statm: 1340 236 195 169 0 51 0
[pid=19157] ppid=19146 vsize=71972 CPUtime=22.93
/proc/19157/stat : 19157 (ld-linux.so.2) R 19146 19146 15115 0 -1 4194304 14842 0 0 0 2287 6 0 0 25 0 1 100 1550140410 73699328 12432 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958123 0 0 4096 8194 0 0 0 17 1 0 0
/proc/19157/statm: 17993 12432 384 29 0 12047 0
Current children cumulated CPU time (s) 25.2
Current children cumulated vsize (KiB) 77332

[startup+51.1018 s]
/proc/loadavg: 2.08 2.02 2.01 3/75 19157
/proc/meminfo: memFree=1464504/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=5360 CPUtime=2.27
/proc/19146/stat : 19146 (solve.sh) S 19144 19146 15115 0 -1 4194304 310 38291 0 1 0 0 205 22 19 0 1 0 1550140177 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19146/statm: 1340 236 195 169 0 51 0
[pid=19157] ppid=19146 vsize=71972 CPUtime=48.3
/proc/19157/stat : 19157 (ld-linux.so.2) R 19146 19146 15115 0 -1 4194304 14842 0 0 0 4824 6 0 0 25 0 1 100 1550140410 73699328 12432 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958578 0 0 4096 8194 0 0 0 17 1 0 0
/proc/19157/statm: 17993 12432 384 29 0 12047 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 77332

[startup+102.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/75 19157
/proc/meminfo: memFree=1464440/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=5360 CPUtime=2.27
/proc/19146/stat : 19146 (solve.sh) S 19144 19146 15115 0 -1 4194304 310 38291 0 1 0 0 205 22 19 0 1 0 1550140177 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19146/statm: 1340 236 195 169 0 51 0
[pid=19157] ppid=19146 vsize=71972 CPUtime=99.02
/proc/19157/stat : 19157 (ld-linux.so.2) R 19146 19146 15115 0 -1 4194304 14842 0 0 0 9895 7 0 0 25 0 1 100 1550140410 73699328 12432 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958689 0 0 4096 8194 0 0 0 17 1 0 0
/proc/19157/statm: 17993 12432 384 29 0 12047 0
Current children cumulated CPU time (s) 101.29
Current children cumulated vsize (KiB) 77332

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/75 19157
/proc/meminfo: memFree=1464376/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=5360 CPUtime=2.27
/proc/19146/stat : 19146 (solve.sh) S 19144 19146 15115 0 -1 4194304 310 38291 0 1 0 0 205 22 19 0 1 0 1550140177 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19146/statm: 1340 236 195 169 0 51 0
[pid=19157] ppid=19146 vsize=71972 CPUtime=158.46
/proc/19157/stat : 19157 (ld-linux.so.2) R 19146 19146 15115 0 -1 4194304 14842 0 0 0 15839 7 0 0 25 0 1 100 1550140410 73699328 12432 996147200 1448431616 1448550632 4294956176 18446744073709551615 149001404 0 0 4096 8194 0 0 0 17 1 0 0
/proc/19157/statm: 17993 12432 384 29 0 12047 0
Current children cumulated CPU time (s) 160.73
Current children cumulated vsize (KiB) 77332

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 19157
/proc/meminfo: memFree=1464312/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=5360 CPUtime=2.27
/proc/19146/stat : 19146 (solve.sh) S 19144 19146 15115 0 -1 4194304 310 38291 0 1 0 0 205 22 19 0 1 0 1550140177 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19146/statm: 1340 236 195 169 0 51 0
[pid=19157] ppid=19146 vsize=71972 CPUtime=217.88
/proc/19157/stat : 19157 (ld-linux.so.2) R 19146 19146 15115 0 -1 4194304 14842 0 0 0 21781 7 0 0 25 0 1 100 1550140410 73699328 12432 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958571 0 0 4096 8194 0 0 0 17 1 0 0
/proc/19157/statm: 17993 12432 384 29 0 12047 0
Current children cumulated CPU time (s) 220.15
Current children cumulated vsize (KiB) 77332

[startup+282.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 19157
/proc/meminfo: memFree=1464312/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=5360 CPUtime=2.27
/proc/19146/stat : 19146 (solve.sh) S 19144 19146 15115 0 -1 4194304 310 38291 0 1 0 0 205 22 19 0 1 0 1550140177 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19146/statm: 1340 236 195 169 0 51 0
[pid=19157] ppid=19146 vsize=71972 CPUtime=277.33
/proc/19157/stat : 19157 (ld-linux.so.2) R 19146 19146 15115 0 -1 4194304 14842 0 0 0 27726 7 0 0 25 0 1 100 1550140410 73699328 12432 996147200 1448431616 1448550632 4294956176 18446744073709551615 149001366 0 0 4096 8194 0 0 0 17 1 0 0
/proc/19157/statm: 17993 12432 384 29 0 12047 0
Current children cumulated CPU time (s) 279.6
Current children cumulated vsize (KiB) 77332

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 19157
/proc/meminfo: memFree=1464312/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=5360 CPUtime=2.27
/proc/19146/stat : 19146 (solve.sh) S 19144 19146 15115 0 -1 4194304 310 38291 0 1 0 0 205 22 19 0 1 0 1550140177 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19146/statm: 1340 236 195 169 0 51 0
[pid=19157] ppid=19146 vsize=71972 CPUtime=336.76
/proc/19157/stat : 19157 (ld-linux.so.2) R 19146 19146 15115 0 -1 4194304 14842 0 0 0 33669 7 0 0 25 0 1 100 1550140410 73699328 12432 996147200 1448431616 1448550632 4294956176 18446744073709551615 149001567 0 0 4096 8194 0 0 0 17 1 0 0
/proc/19157/statm: 17993 12432 384 29 0 12047 0
Current children cumulated CPU time (s) 339.03
Current children cumulated vsize (KiB) 77332

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


[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19255
/proc/meminfo: memFree=1479296/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=5360 CPUtime=2.27
/proc/19146/stat : 19146 (solve.sh) S 19144 19146 15115 0 -1 4194304 310 38291 0 1 0 0 205 22 19 0 1 0 1550140177 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19146/statm: 1340 236 195 169 0 51 0
[pid=19157] ppid=19146 vsize=71972 CPUtime=873.76
/proc/19157/stat : 19157 (ld-linux.so.2) R 19146 19146 15115 0 -1 4194304 14842 0 0 0 87366 10 0 0 25 0 1 100 1550140410 73699328 12432 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958026 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19157/statm: 17993 12432 384 29 0 12047 0
Current children cumulated CPU time (s) 876.03
Current children cumulated vsize (KiB) 77332

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19255
/proc/meminfo: memFree=1479296/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=5360 CPUtime=2.27
/proc/19146/stat : 19146 (solve.sh) S 19144 19146 15115 0 -1 4194304 310 38291 0 1 0 0 205 22 19 0 1 0 1550140177 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19146/statm: 1340 236 195 169 0 51 0
[pid=19157] ppid=19146 vsize=71972 CPUtime=933.73
/proc/19157/stat : 19157 (ld-linux.so.2) R 19146 19146 15115 0 -1 4194304 14842 0 0 0 93363 10 0 0 25 0 1 100 1550140410 73699328 12432 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958279 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19157/statm: 17993 12432 384 29 0 12047 0
Current children cumulated CPU time (s) 936
Current children cumulated vsize (KiB) 77332

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19255
/proc/meminfo: memFree=1479360/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=5360 CPUtime=2.27
/proc/19146/stat : 19146 (solve.sh) S 19144 19146 15115 0 -1 4194304 310 38291 0 1 0 0 205 22 19 0 1 0 1550140177 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19146/statm: 1340 236 195 169 0 51 0
[pid=19157] ppid=19146 vsize=71972 CPUtime=993.72
/proc/19157/stat : 19157 (ld-linux.so.2) R 19146 19146 15115 0 -1 4194304 14842 0 0 0 99361 11 0 0 25 0 1 100 1550140410 73699328 12432 996147200 1448431616 1448550632 4294956176 18446744073709551615 149002304 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19157/statm: 17993 12432 384 29 0 12047 0
Current children cumulated CPU time (s) 995.99
Current children cumulated vsize (KiB) 77332

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19255
/proc/meminfo: memFree=1479360/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=5360 CPUtime=2.27
/proc/19146/stat : 19146 (solve.sh) S 19144 19146 15115 0 -1 4194304 310 38291 0 1 0 0 205 22 19 0 1 0 1550140177 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19146/statm: 1340 236 195 169 0 51 0
[pid=19157] ppid=19146 vsize=71972 CPUtime=1053.69
/proc/19157/stat : 19157 (ld-linux.so.2) R 19146 19146 15115 0 -1 4194304 14842 0 0 0 105358 11 0 0 25 0 1 100 1550140410 73699328 12432 996147200 1448431616 1448550632 4294956176 18446744073709551615 148959058 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19157/statm: 17993 12432 384 29 0 12047 0
Current children cumulated CPU time (s) 1055.96
Current children cumulated vsize (KiB) 77332

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19255
/proc/meminfo: memFree=1479296/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=5360 CPUtime=2.27
/proc/19146/stat : 19146 (solve.sh) S 19144 19146 15115 0 -1 4194304 310 38291 0 1 0 0 205 22 19 0 1 0 1550140177 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19146/statm: 1340 236 195 169 0 51 0
[pid=19157] ppid=19146 vsize=71972 CPUtime=1113.67
/proc/19157/stat : 19157 (ld-linux.so.2) R 19146 19146 15115 0 -1 4194304 14842 0 0 0 111356 11 0 0 25 0 1 100 1550140410 73699328 12432 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958282 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19157/statm: 17993 12432 384 29 0 12047 0
Current children cumulated CPU time (s) 1115.94
Current children cumulated vsize (KiB) 77332

[startup+1182.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19255
/proc/meminfo: memFree=1479168/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=5360 CPUtime=2.27
/proc/19146/stat : 19146 (solve.sh) S 19144 19146 15115 0 -1 4194304 310 38291 0 1 0 0 205 22 19 0 1 0 1550140177 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19146/statm: 1340 236 195 169 0 51 0
[pid=19157] ppid=19146 vsize=71972 CPUtime=1173.64
/proc/19157/stat : 19157 (ld-linux.so.2) R 19146 19146 15115 0 -1 4194304 14842 0 0 0 117353 11 0 0 25 0 1 100 1550140410 73699328 12432 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958662 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19157/statm: 17993 12432 384 29 0 12047 0
Current children cumulated CPU time (s) 1175.91
Current children cumulated vsize (KiB) 77332

Solver just ended. Dumping a history of the last processes samples

[startup+1203.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19255
/proc/meminfo: memFree=1479168/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=5360 CPUtime=2.27
/proc/19146/stat : 19146 (solve.sh) S 19144 19146 15115 0 -1 4194304 310 38291 0 1 0 0 205 22 19 0 1 0 1550140177 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19146/statm: 1340 236 195 169 0 51 0
[pid=19157] ppid=19146 vsize=71972 CPUtime=1194.44
/proc/19157/stat : 19157 (ld-linux.so.2) R 19146 19146 15115 0 -1 4194304 14842 0 0 0 119433 11 0 0 25 0 1 100 1550140410 73699328 12432 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958185 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19157/statm: 17993 12432 384 29 0 12047 0
Current children cumulated CPU time (s) 1196.71
Current children cumulated vsize (KiB) 77332

[startup+1215.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19255
/proc/meminfo: memFree=1479104/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=5360 CPUtime=2.27
/proc/19146/stat : 19146 (solve.sh) S 19144 19146 15115 0 -1 4194304 310 38291 0 1 0 0 205 22 19 0 1 0 1550140177 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19146/statm: 1340 236 195 169 0 51 0
[pid=19157] ppid=19146 vsize=71972 CPUtime=1207.23
/proc/19157/stat : 19157 (ld-linux.so.2) R 19146 19146 15115 0 -1 4194304 14842 0 0 0 120712 11 0 0 25 0 1 100 1550140410 73699328 12432 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958164 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19157/statm: 17993 12432 384 29 0 12047 0
Current children cumulated CPU time (s) 1209.5
Current children cumulated vsize (KiB) 77332

[startup+1222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19255
/proc/meminfo: memFree=1479104/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=5360 CPUtime=2.27
/proc/19146/stat : 19146 (solve.sh) S 19144 19146 15115 0 -1 4194304 310 38291 0 1 0 0 205 22 19 0 1 0 1550140177 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19146/statm: 1340 236 195 169 0 51 0
[pid=19157] ppid=19146 vsize=71972 CPUtime=1213.63
/proc/19157/stat : 19157 (ld-linux.so.2) R 19146 19146 15115 0 -1 4194304 14842 0 0 0 121352 11 0 0 25 0 1 100 1550140410 73699328 12432 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958252 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19157/statm: 17993 12432 384 29 0 12047 0
Current children cumulated CPU time (s) 1215.9
Current children cumulated vsize (KiB) 77332

[startup+1225.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19255
/proc/meminfo: memFree=1479104/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=5360 CPUtime=2.27
/proc/19146/stat : 19146 (solve.sh) S 19144 19146 15115 0 -1 4194304 310 38291 0 1 0 0 205 22 19 0 1 0 1550140177 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19146/statm: 1340 236 195 169 0 51 0
[pid=19157] ppid=19146 vsize=71972 CPUtime=1216.83
/proc/19157/stat : 19157 (ld-linux.so.2) R 19146 19146 15115 0 -1 4194304 14842 0 0 0 121672 11 0 0 25 0 1 100 1550140410 73699328 12432 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958026 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19157/statm: 17993 12432 384 29 0 12047 0
Current children cumulated CPU time (s) 1219.1
Current children cumulated vsize (KiB) 77332

[startup+1227.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19255
/proc/meminfo: memFree=1479104/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=5360 CPUtime=2.27
/proc/19146/stat : 19146 (solve.sh) S 19144 19146 15115 0 -1 4194304 310 38291 0 1 0 0 205 22 19 0 1 0 1550140177 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19146/statm: 1340 236 195 169 0 51 0
[pid=19157] ppid=19146 vsize=71972 CPUtime=1218.42
/proc/19157/stat : 19157 (ld-linux.so.2) R 19146 19146 15115 0 -1 4194304 14842 0 0 0 121831 11 0 0 25 0 1 100 1550140410 73699328 12432 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958578 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19157/statm: 17993 12432 384 29 0 12047 0
Current children cumulated CPU time (s) 1220.69
Current children cumulated vsize (KiB) 77332

[startup+1227.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19255
/proc/meminfo: memFree=1479104/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=5360 CPUtime=2.27
/proc/19146/stat : 19146 (solve.sh) S 19144 19146 15115 0 -1 4194304 310 38291 0 1 0 0 205 22 19 0 1 0 1550140177 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19146/statm: 1340 236 195 169 0 51 0
[pid=19157] ppid=19146 vsize=71972 CPUtime=1218.83
/proc/19157/stat : 19157 (ld-linux.so.2) R 19146 19146 15115 0 -1 4194304 14842 0 0 0 121872 11 0 0 25 0 1 100 1550140410 73699328 12432 996147200 1448431616 1448550632 4294956176 18446744073709551615 149001426 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19157/statm: 17993 12432 384 29 0 12047 0
Current children cumulated CPU time (s) 1221.1
Current children cumulated vsize (KiB) 77332

[startup+1227.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19255
/proc/meminfo: memFree=1479104/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=5360 CPUtime=2.27
/proc/19146/stat : 19146 (solve.sh) S 19144 19146 15115 0 -1 4194304 310 38291 0 1 0 0 205 22 19 0 1 0 1550140177 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19146/statm: 1340 236 195 169 0 51 0
[pid=19157] ppid=19146 vsize=71972 CPUtime=1219.23
/proc/19157/stat : 19157 (ld-linux.so.2) R 19146 19146 15115 0 -1 4194304 14842 0 0 0 121912 11 0 0 25 0 1 100 1550140410 73699328 12432 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958783 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19157/statm: 17993 12432 384 29 0 12047 0
Current children cumulated CPU time (s) 1221.5
Current children cumulated vsize (KiB) 77332

[startup+1228 s]
/proc/loadavg: 2.00 2.00 2.00 3/74 19255
/proc/meminfo: memFree=1479104/2055920 swapFree=4180436/4192956
[pid=19146] ppid=19144 vsize=5360 CPUtime=2.27
/proc/19146/stat : 19146 (solve.sh) S 19144 19146 15115 0 -1 4194304 310 38291 0 1 0 0 205 22 19 0 1 0 1550140177 5488640 236 996147200 4194304 4889804 548682068832 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19146/statm: 1340 236 195 169 0 51 0
[pid=19157] ppid=19146 vsize=71972 CPUtime=1219.33
/proc/19157/stat : 19157 (ld-linux.so.2) R 19146 19146 15115 0 -1 4194304 14842 0 0 0 121922 11 0 0 25 0 1 100 1550140410 73699328 12432 996147200 1448431616 1448550632 4294956176 18446744073709551615 148958252 0 0 4096 8194 0 0 0 17 0 0 0
/proc/19157/statm: 17993 12432 384 29 0 12047 0
Current children cumulated CPU time (s) 1221.6
Current children cumulated vsize (KiB) 77332

Child status: 0
Real time (s): 1228.1
CPU time (s): 1221.71
CPU user time (s): 1221.36
CPU system time (s): 0.349946
CPU usage (%): 99.4798
Max. virtual memory (cumulated for all children) (KiB): 869932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1221.36
system time used= 0.349946
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53483
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 836
involuntary context switches= 16753

runsolver used 1.69774 second user time and 3.75643 second system time

The end

Launcher Data (download as text)

Begin job on node13 at 2008-07-04 22:51:24
IDJOB=1106865
IDBENCH=56225
IDSOLVER=369
FILE ID=node13/1106865-1215204683
PBS_JOBID= 7881582
Free space on /tmp= 66496 MiB

SOLVER NAME= Minion/Tailor 2008-07-04
BENCH NAME= CPAI08/csp/rand-3-24-24-fcd/normalized-rand-3-24-24-76-632-fcd-43_ext.xml
COMMAND LINE= DIR/solve.sh BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1106865-1215204683/watcher-1106865-1215204683 -o /tmp/evaluation-result-1106865-1215204683/solver-1106865-1215204683 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/solve.sh HOME/instance-1106865-1215204683.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= da01394d707f4ac61b2128b9a58eea75
RANDOM SEED=1438833954

node13.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/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.238
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.238
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:       1517224 kB
Buffers:         50956 kB
Cached:         416248 kB
SwapCached:       6892 kB
Active:         211844 kB
Inactive:       267356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1517224 kB
SwapTotal:     4192956 kB
SwapFree:      4180436 kB
Dirty:           32544 kB
Writeback:           0 kB
Mapped:          19356 kB
Slab:            44588 kB
Committed_AS:  3028560 kB
PageTables:       1944 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= 66488 MiB
End job on node13 at 2008-07-04 23:11:52