Trace number 2064329

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
Conquer 2009-07-10UNSAT 63.8243 64.628

General information on the benchmark

Namecsp/bddLarge/
normalized-bdd-21-2713-15-79-30_ext.xml
MD5SUMf4b0831cfbfe50123ce0653823b7d047
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.2655
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Maximum constraint arity15
Maximum domain size2
Number of constraints which are defined in extension2713
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

63.77/64.62	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2064329-1247340296/watcher-2064329-1247340296 -o /tmp/evaluation-result-2064329-1247340296/solver-2064329-1247340296 -C 1800 -W 2000 -M 900 HOME/solver -benchname HOME/instance-2064329-1247340296.xml -dir HOME -tmpdir HOME 

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): 2000 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


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 15303
/proc/meminfo: memFree=1796000/2055920 swapFree=4192812/4192956
[pid=15303] ppid=15301 vsize=18576 CPUtime=0
/proc/15303/stat : 15303 (runsolver) R 15301 15303 14008 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21092305 19021824 284 996147200 4194304 4302564 548682068400 18446744073709551615 233402068263 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15303/statm: 4644 284 249 26 0 2626 0

[startup+0.159033 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 15303
/proc/meminfo: memFree=1796000/2055920 swapFree=4192812/4192956
[pid=15303] ppid=15301 vsize=5356 CPUtime=0
/proc/15303/stat : 15303 (solver) S 15301 15303 14008 0 -1 4194304 314 142 0 0 0 0 0 0 20 0 1 0 21092305 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15303/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.202039 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 15303
/proc/meminfo: memFree=1796000/2055920 swapFree=4192812/4192956
[pid=15303] ppid=15301 vsize=5356 CPUtime=0
/proc/15303/stat : 15303 (solver) S 15301 15303 14008 0 -1 4194304 314 142 0 0 0 0 0 0 20 0 1 0 21092305 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15303/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301049 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 15303
/proc/meminfo: memFree=1796000/2055920 swapFree=4192812/4192956
[pid=15303] ppid=15301 vsize=5356 CPUtime=0.26
/proc/15303/stat : 15303 (solver) S 15301 15303 14008 0 -1 4194304 361 413 0 0 0 0 8 18 15 0 1 0 21092305 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15303/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 5356

[startup+0.701084 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 15303
/proc/meminfo: memFree=1796000/2055920 swapFree=4192812/4192956
[pid=15303] ppid=15301 vsize=5356 CPUtime=0.26
/proc/15303/stat : 15303 (solver) S 15301 15303 14008 0 -1 4194304 361 413 0 0 0 0 8 18 15 0 1 0 21092305 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15303/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 5356

[startup+1.50218 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 15317
/proc/meminfo: memFree=1787216/2055920 swapFree=4192812/4192956
[pid=15303] ppid=15301 vsize=5356 CPUtime=0.26
/proc/15303/stat : 15303 (solver) S 15301 15303 14008 0 -1 4194304 361 413 0 0 0 0 8 18 15 0 1 0 21092305 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15303/statm: 1339 242 201 169 0 50 0
[pid=15308] ppid=15303 vsize=384904 CPUtime=1.02
/proc/15308/stat : 15308 (Conquer) R 15303 15303 14008 0 -1 0 21998 0 0 0 89 13 0 0 25 0 9 0 21092333 394141696 21194 996147200 134512640 142716928 4294956224 18446744073709551615 134750608 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/15308/statm: 96226 21194 674 2003 0 93638 0
[pid=15308/tid=15310] ppid=15303 vsize=384904 CPUtime=0
/proc/15308/task/15310/stat : 15310 (Conquer) S 15303 15303 14008 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 21092334 394141696 21194 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=15308/tid=15311] ppid=15303 vsize=384904 CPUtime=0
/proc/15308/task/15311/stat : 15311 (Conquer) S 15303 15303 14008 0 -1 64 21 0 0 0 0 0 0 0 16 0 9 0 21092352 394141696 21194 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15312] ppid=15303 vsize=384904 CPUtime=0
/proc/15308/task/15312/stat : 15312 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092353 394141696 21194 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15313] ppid=15303 vsize=384904 CPUtime=0
/proc/15308/task/15313/stat : 15313 (Conquer) S 15303 15303 14008 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21092353 394141696 21194 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15314] ppid=15303 vsize=384904 CPUtime=0
/proc/15308/task/15314/stat : 15314 (Conquer) S 15303 15303 14008 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21092354 394141696 21194 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15315] ppid=15303 vsize=384904 CPUtime=0
/proc/15308/task/15315/stat : 15315 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092354 394141696 21194 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15316] ppid=15303 vsize=384904 CPUtime=0
/proc/15308/task/15316/stat : 15316 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092354 394141696 21194 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15317] ppid=15303 vsize=384904 CPUtime=0
/proc/15308/task/15317/stat : 15317 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092354 394141696 21194 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 390260

[startup+3.10133 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 15317
/proc/meminfo: memFree=1708304/2055920 swapFree=4192812/4192956
[pid=15303] ppid=15301 vsize=5356 CPUtime=0.26
/proc/15303/stat : 15303 (solver) S 15301 15303 14008 0 -1 4194304 361 413 0 0 0 0 8 18 15 0 1 0 21092305 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15303/statm: 1339 242 201 169 0 50 0
[pid=15308] ppid=15303 vsize=385560 CPUtime=2.6
/proc/15308/stat : 15308 (Conquer) R 15303 15303 14008 0 -1 0 23070 0 0 0 247 13 0 0 25 0 9 0 21092333 394813440 22258 996147200 134512640 142716928 4294956224 18446744073709551615 135288218 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/15308/statm: 96390 22258 678 2003 0 93802 0
[pid=15308/tid=15310] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15310/stat : 15310 (Conquer) S 15303 15303 14008 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 21092334 394813440 22258 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=15308/tid=15311] ppid=15303 vsize=385560 CPUtime=0.02
/proc/15308/task/15311/stat : 15311 (Conquer) S 15303 15303 14008 0 -1 64 28 0 0 0 2 0 0 0 16 0 9 0 21092352 394813440 22258 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15312] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15312/stat : 15312 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092353 394813440 22258 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15313] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15313/stat : 15313 (Conquer) S 15303 15303 14008 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21092353 394813440 22258 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15314] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15314/stat : 15314 (Conquer) S 15303 15303 14008 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 22258 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15315] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15315/stat : 15315 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 22258 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15316] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15316/stat : 15316 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 22258 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15317] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15317/stat : 15317 (Conquer) S 15303 15303 14008 0 -1 64 23 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 22258 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 390916

[startup+6.30265 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 15317
/proc/meminfo: memFree=1708304/2055920 swapFree=4192812/4192956
[pid=15303] ppid=15301 vsize=5356 CPUtime=0.26
/proc/15303/stat : 15303 (solver) S 15301 15303 14008 0 -1 4194304 361 413 0 0 0 0 8 18 15 0 1 0 21092305 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15303/statm: 1339 242 201 169 0 50 0
[pid=15308] ppid=15303 vsize=385560 CPUtime=5.77
/proc/15308/stat : 15308 (Conquer) R 15303 15303 14008 0 -1 0 23070 0 0 0 564 13 0 0 25 0 9 0 21092333 394813440 22258 996147200 134512640 142716928 4294956224 18446744073709551615 135288262 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/15308/statm: 96390 22258 678 2003 0 93802 0
[pid=15308/tid=15310] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15310/stat : 15310 (Conquer) S 15303 15303 14008 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 21092334 394813440 22258 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=15308/tid=15311] ppid=15303 vsize=385560 CPUtime=0.02
/proc/15308/task/15311/stat : 15311 (Conquer) S 15303 15303 14008 0 -1 64 28 0 0 0 2 0 0 0 16 0 9 0 21092352 394813440 22258 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15312] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15312/stat : 15312 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092353 394813440 22258 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15313] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15313/stat : 15313 (Conquer) S 15303 15303 14008 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21092353 394813440 22258 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15314] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15314/stat : 15314 (Conquer) S 15303 15303 14008 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 22258 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15315] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15315/stat : 15315 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 22258 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15316] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15316/stat : 15316 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21092354 394813440 22258 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15317] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15317/stat : 15317 (Conquer) S 15303 15303 14008 0 -1 64 23 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 22258 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 390916

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 15317
/proc/meminfo: memFree=1708176/2055920 swapFree=4192812/4192956
[pid=15303] ppid=15301 vsize=5356 CPUtime=0.26
/proc/15303/stat : 15303 (solver) S 15301 15303 14008 0 -1 4194304 361 413 0 0 0 0 8 18 15 0 1 0 21092305 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15303/statm: 1339 242 201 169 0 50 0
[pid=15308] ppid=15303 vsize=385560 CPUtime=12.1
/proc/15308/stat : 15308 (Conquer) R 15303 15303 14008 0 -1 0 23070 0 0 0 1197 13 0 0 25 0 9 0 21092333 394813440 22258 996147200 134512640 142716928 4294956224 18446744073709551615 135288262 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/15308/statm: 96390 22258 678 2003 0 93802 0
[pid=15308/tid=15310] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15310/stat : 15310 (Conquer) S 15303 15303 14008 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 21092334 394813440 22258 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=15308/tid=15311] ppid=15303 vsize=385560 CPUtime=0.02
/proc/15308/task/15311/stat : 15311 (Conquer) S 15303 15303 14008 0 -1 64 28 0 0 0 2 0 0 0 16 0 9 0 21092352 394813440 22258 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15312] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15312/stat : 15312 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092353 394813440 22258 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15313] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15313/stat : 15313 (Conquer) S 15303 15303 14008 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21092353 394813440 22258 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15314] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15314/stat : 15314 (Conquer) S 15303 15303 14008 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 22258 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15315] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15315/stat : 15315 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 22258 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15316] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15316/stat : 15316 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 21092354 394813440 22258 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15317] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15317/stat : 15317 (Conquer) S 15303 15303 14008 0 -1 64 23 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 22258 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.36
Current children cumulated vsize (KiB) 390916

[startup+25.5026 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 15317
/proc/meminfo: memFree=1697808/2055920 swapFree=4192812/4192956
[pid=15303] ppid=15301 vsize=5356 CPUtime=0.26
/proc/15303/stat : 15303 (solver) S 15301 15303 14008 0 -1 4194304 361 413 0 0 0 0 8 18 15 0 1 0 21092305 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15303/statm: 1339 242 201 169 0 50 0
[pid=15308] ppid=15303 vsize=385560 CPUtime=24.79
/proc/15308/stat : 15308 (Conquer) R 15303 15303 14008 0 -1 0 33283 0 0 0 2459 20 0 0 25 0 9 0 21092333 394813440 24897 996147200 134512640 142716928 4294956224 18446744073709551615 134806640 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/15308/statm: 96390 24897 689 2003 0 93802 0
[pid=15308/tid=15310] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15310/stat : 15310 (Conquer) S 15303 15303 14008 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 21092334 394813440 24897 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=15308/tid=15311] ppid=15303 vsize=385560 CPUtime=0.14
/proc/15308/task/15311/stat : 15311 (Conquer) S 15303 15303 14008 0 -1 64 32 0 0 0 14 0 0 0 16 0 9 0 21092352 394813440 24897 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15312] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15312/stat : 15312 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092353 394813440 24897 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15313] ppid=15303 vsize=385560 CPUtime=0.01
/proc/15308/task/15313/stat : 15313 (Conquer) S 15303 15303 14008 0 -1 64 2 0 0 0 1 0 0 0 15 0 9 0 21092353 394813440 24897 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15314] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15314/stat : 15314 (Conquer) S 15303 15303 14008 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 24897 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15315] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15315/stat : 15315 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 24897 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15316] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15316/stat : 15316 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 24897 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15317] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15317/stat : 15317 (Conquer) S 15303 15303 14008 0 -1 64 27 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 24897 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.05
Current children cumulated vsize (KiB) 390916

[startup+51.1021 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 15317
/proc/meminfo: memFree=1698512/2055920 swapFree=4192812/4192956
[pid=15303] ppid=15301 vsize=5356 CPUtime=0.26
/proc/15303/stat : 15303 (solver) S 15301 15303 14008 0 -1 4194304 361 413 0 0 0 0 8 18 15 0 1 0 21092305 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 50.5
Current children cumulated vsize (KiB) 390916

[startup+57.6027 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 15317
/proc/meminfo: memFree=1697360/2055920 swapFree=4192812/4192956
[pid=15303] ppid=15301 vsize=5356 CPUtime=0.26
/proc/15303/stat : 15303 (solver) S 15301 15303 14008 0 -1 4194304 361 413 0 0 0 0 8 18 15 0 1 0 21092305 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15303/statm: 1339 242 201 169 0 50 0
[pid=15308] ppid=15303 vsize=385560 CPUtime=56.57
/proc/15308/stat : 15308 (Conquer) R 15303 15303 14008 0 -1 0 49591 0 0 0 5627 30 0 0 25 0 9 0 21092333 394813440 24559 996147200 134512640 142716928 4294956224 18446744073709551615 135288224 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/15308/statm: 96390 24559 689 2003 0 93802 0
[pid=15308/tid=15310] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15310/stat : 15310 (Conquer) S 15303 15303 14008 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 21092334 394813440 24559 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=15308/tid=15311] ppid=15303 vsize=385560 CPUtime=0.32
/proc/15308/task/15311/stat : 15311 (Conquer) S 15303 15303 14008 0 -1 64 34 0 0 0 31 1 0 0 16 0 9 0 21092352 394813440 24559 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15312] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15312/stat : 15312 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092353 394813440 24559 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15313] ppid=15303 vsize=385560 CPUtime=0.18
/proc/15308/task/15313/stat : 15313 (Conquer) S 15303 15303 14008 0 -1 64 2 0 0 0 18 0 0 0 15 0 9 0 21092353 394813440 24559 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15314] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15314/stat : 15314 (Conquer) S 15303 15303 14008 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 24559 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15315] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15315/stat : 15315 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 24559 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15316] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15316/stat : 15316 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 24559 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15317] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15317/stat : 15317 (Conquer) S 15303 15303 14008 0 -1 64 27 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 24559 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 56.83
Current children cumulated vsize (KiB) 390916

[startup+60.802 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 15317
/proc/meminfo: memFree=1698512/2055920 swapFree=4192812/4192956
[pid=15303] ppid=15301 vsize=5356 CPUtime=0.26
/proc/15303/stat : 15303 (solver) S 15301 15303 14008 0 -1 4194304 361 413 0 0 0 0 8 18 15 0 1 0 21092305 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15303/statm: 1339 242 201 169 0 50 0
[pid=15308] ppid=15303 vsize=385560 CPUtime=59.74
/proc/15308/stat : 15308 (Conquer) R 15303 15303 14008 0 -1 0 51467 0 0 0 5943 31 0 0 25 0 9 0 21092333 394813440 24663 996147200 134512640 142716928 4294956224 18446744073709551615 134806651 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/15308/statm: 96390 24663 689 2003 0 93802 0
[pid=15308/tid=15310] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15310/stat : 15310 (Conquer) S 15303 15303 14008 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 21092334 394813440 24663 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=15308/tid=15311] ppid=15303 vsize=385560 CPUtime=0.33
/proc/15308/task/15311/stat : 15311 (Conquer) S 15303 15303 14008 0 -1 64 34 0 0 0 32 1 0 0 16 0 9 0 21092352 394813440 24663 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15312] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15312/stat : 15312 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092353 394813440 24663 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15313] ppid=15303 vsize=385560 CPUtime=0.2
/proc/15308/task/15313/stat : 15313 (Conquer) S 15303 15303 14008 0 -1 64 2 0 0 0 20 0 0 0 15 0 9 0 21092353 394813440 24663 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15314] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15314/stat : 15314 (Conquer) S 15303 15303 14008 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 24663 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15315] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15315/stat : 15315 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 24663 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15316] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15316/stat : 15316 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 24663 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15317] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15317/stat : 15317 (Conquer) S 15303 15303 14008 0 -1 64 27 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 24663 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 60
Current children cumulated vsize (KiB) 390916

[startup+62.4012 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 15317
/proc/meminfo: memFree=1697232/2055920 swapFree=4192812/4192956
[pid=15303] ppid=15301 vsize=5356 CPUtime=0.26
/proc/15303/stat : 15303 (solver) S 15301 15303 14008 0 -1 4194304 361 413 0 0 0 0 8 18 15 0 1 0 21092305 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15303/statm: 1339 242 201 169 0 50 0
[pid=15308] ppid=15303 vsize=385560 CPUtime=61.33
/proc/15308/stat : 15308 (Conquer) R 15303 15303 14008 0 -1 0 51857 0 0 0 6101 32 0 0 25 0 9 0 21092333 394813440 25011 996147200 134512640 142716928 4294956224 18446744073709551615 135288260 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/15308/statm: 96390 25011 689 2003 0 93802 0
[pid=15308/tid=15310] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15310/stat : 15310 (Conquer) S 15303 15303 14008 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 21092334 394813440 25011 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=15308/tid=15311] ppid=15303 vsize=385560 CPUtime=0.34
/proc/15308/task/15311/stat : 15311 (Conquer) S 15303 15303 14008 0 -1 64 34 0 0 0 33 1 0 0 16 0 9 0 21092352 394813440 25011 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15312] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15312/stat : 15312 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092353 394813440 25011 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15313] ppid=15303 vsize=385560 CPUtime=0.21
/proc/15308/task/15313/stat : 15313 (Conquer) S 15303 15303 14008 0 -1 64 2 0 0 0 21 0 0 0 15 0 9 0 21092353 394813440 25011 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15314] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15314/stat : 15314 (Conquer) S 15303 15303 14008 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 25011 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15315] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15315/stat : 15315 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 25011 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15316] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15316/stat : 15316 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 25011 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15317] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15317/stat : 15317 (Conquer) S 15303 15303 14008 0 -1 64 27 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 25011 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 61.59
Current children cumulated vsize (KiB) 390916

[startup+64.0014 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 15317
/proc/meminfo: memFree=1699024/2055920 swapFree=4192812/4192956
[pid=15303] ppid=15301 vsize=5356 CPUtime=0.26
/proc/15303/stat : 15303 (solver) S 15301 15303 14008 0 -1 4194304 361 413 0 0 0 0 8 18 15 0 1 0 21092305 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15303/statm: 1339 242 201 169 0 50 0
[pid=15308] ppid=15303 vsize=385560 CPUtime=62.92
/proc/15308/stat : 15308 (Conquer) R 15303 15303 14008 0 -1 0 51881 0 0 0 6260 32 0 0 25 0 9 0 21092333 394813440 24555 996147200 134512640 142716928 4294956224 18446744073709551615 135288228 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/15308/statm: 96390 24555 689 2003 0 93802 0
[pid=15308/tid=15310] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15310/stat : 15310 (Conquer) S 15303 15303 14008 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 21092334 394813440 24555 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=15308/tid=15311] ppid=15303 vsize=385560 CPUtime=0.35
/proc/15308/task/15311/stat : 15311 (Conquer) S 15303 15303 14008 0 -1 64 34 0 0 0 34 1 0 0 16 0 9 0 21092352 394813440 24555 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15312] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15312/stat : 15312 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092353 394813440 24555 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15313] ppid=15303 vsize=385560 CPUtime=0.21
/proc/15308/task/15313/stat : 15313 (Conquer) S 15303 15303 14008 0 -1 64 2 0 0 0 21 0 0 0 15 0 9 0 21092353 394813440 24555 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15314] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15314/stat : 15314 (Conquer) S 15303 15303 14008 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 24555 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15315] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15315/stat : 15315 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 24555 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15316] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15316/stat : 15316 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 24555 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15317] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15317/stat : 15317 (Conquer) S 15303 15303 14008 0 -1 64 27 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 24555 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.18
Current children cumulated vsize (KiB) 390916

[startup+64.4014 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 15317
/proc/meminfo: memFree=1699024/2055920 swapFree=4192812/4192956
[pid=15303] ppid=15301 vsize=5356 CPUtime=0.26
/proc/15303/stat : 15303 (solver) S 15301 15303 14008 0 -1 4194304 361 413 0 0 0 0 8 18 15 0 1 0 21092305 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15303/statm: 1339 242 201 169 0 50 0
[pid=15308] ppid=15303 vsize=385560 CPUtime=63.31
/proc/15308/stat : 15308 (Conquer) R 15303 15303 14008 0 -1 0 52333 0 0 0 6299 32 0 0 25 0 9 0 21092333 394813440 25003 996147200 134512640 142716928 4294956224 18446744073709551615 134829186 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/15308/statm: 96390 25003 689 2003 0 93802 0
[pid=15308/tid=15310] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15310/stat : 15310 (Conquer) S 15303 15303 14008 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 21092334 394813440 25003 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=15308/tid=15311] ppid=15303 vsize=385560 CPUtime=0.35
/proc/15308/task/15311/stat : 15311 (Conquer) S 15303 15303 14008 0 -1 64 34 0 0 0 34 1 0 0 16 0 9 0 21092352 394813440 25003 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15312] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15312/stat : 15312 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092353 394813440 25003 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15313] ppid=15303 vsize=385560 CPUtime=0.22
/proc/15308/task/15313/stat : 15313 (Conquer) S 15303 15303 14008 0 -1 64 2 0 0 0 22 0 0 0 15 0 9 0 21092353 394813440 25003 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15314] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15314/stat : 15314 (Conquer) S 15303 15303 14008 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 25003 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15315] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15315/stat : 15315 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 25003 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15316] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15316/stat : 15316 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 25003 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15317] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15317/stat : 15317 (Conquer) S 15303 15303 14008 0 -1 64 27 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 25003 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.57
Current children cumulated vsize (KiB) 390916

[startup+64.6024 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 15317
/proc/meminfo: memFree=1699024/2055920 swapFree=4192812/4192956
[pid=15303] ppid=15301 vsize=5356 CPUtime=0.26
/proc/15303/stat : 15303 (solver) S 15301 15303 14008 0 -1 4194304 361 413 0 0 0 0 8 18 15 0 1 0 21092305 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15303/statm: 1339 242 201 169 0 50 0
[pid=15308] ppid=15303 vsize=385560 CPUtime=63.51
/proc/15308/stat : 15308 (Conquer) R 15303 15303 14008 0 -1 0 52337 0 0 0 6319 32 0 0 25 0 9 0 21092333 394813440 25003 996147200 134512640 142716928 4294956224 18446744073709551615 134852936 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/15308/statm: 96390 25003 689 2003 0 93802 0
[pid=15308/tid=15310] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15310/stat : 15310 (Conquer) S 15303 15303 14008 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 21092334 394813440 25003 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=15308/tid=15311] ppid=15303 vsize=385560 CPUtime=0.35
/proc/15308/task/15311/stat : 15311 (Conquer) S 15303 15303 14008 0 -1 64 34 0 0 0 34 1 0 0 16 0 9 0 21092352 394813440 25003 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15312] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15312/stat : 15312 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092353 394813440 25003 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15313] ppid=15303 vsize=385560 CPUtime=0.22
/proc/15308/task/15313/stat : 15313 (Conquer) S 15303 15303 14008 0 -1 64 2 0 0 0 22 0 0 0 15 0 9 0 21092353 394813440 25003 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15314] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15314/stat : 15314 (Conquer) S 15303 15303 14008 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 25003 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15315] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15315/stat : 15315 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 25003 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15316] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15316/stat : 15316 (Conquer) S 15303 15303 14008 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 25003 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=15308/tid=15317] ppid=15303 vsize=385560 CPUtime=0
/proc/15308/task/15317/stat : 15317 (Conquer) S 15303 15303 14008 0 -1 64 27 0 0 0 0 0 0 0 15 0 9 0 21092354 394813440 25003 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 63.77
Current children cumulated vsize (KiB) 390916

Child status: 0
Real time (s): 64.628
CPU time (s): 63.8243
CPU user time (s): 63.2824
CPU system time (s): 0.541917
CPU usage (%): 98.7565
Max. virtual memory (cumulated for all children) (KiB): 390916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 63.2824
system time used= 0.541917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53268
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= 2226
involuntary context switches= 4559

runsolver used 0.086986 second user time and 0.214967 second system time

The end

Launcher Data

Begin job on node70 at 2009-07-11 21:24:56
IDJOB=2064329
IDBENCH=54143
IDSOLVER=740
FILE ID=node70/2064329-1247340296
PBS_JOBID= 9506644
Free space on /tmp= 66412 MiB

SOLVER NAME= Conquer 2009-06-04
BENCH NAME= CPAI08/csp/bddLarge/normalized-bdd-21-2713-15-79-30_ext.xml
COMMAND LINE= HOME/solver -benchname BENCHNAME -dir DIR -tmpdir TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2064329-1247340296/watcher-2064329-1247340296 -o /tmp/evaluation-result-2064329-1247340296/solver-2064329-1247340296 -C 1800 -W 2000 -M 900  HOME/solver -benchname HOME/instance-2064329-1247340296.xml -dir HOME -tmpdir HOME

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= f4b0831cfbfe50123ce0653823b7d047
RANDOM SEED=813411043

node70.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.214
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.214
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:       1796480 kB
Buffers:         16580 kB
Cached:         115068 kB
SwapCached:          0 kB
Active:         174956 kB
Inactive:        37632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1796480 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           21140 kB
Writeback:           0 kB
Mapped:          98752 kB
Slab:            32016 kB
Committed_AS:   896512 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= 66392 MiB
End job on node70 at 2009-07-11 21:26:01