Trace number 2089948

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 231.43 233.33

General information on the benchmark

Namecsp/rand-2-40-19/
normalized-rand-2-40-19-443-230-19_ext.xml
MD5SUM14b0f90c582ede8d8a5dfd862cea52f8
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark40.1349
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints335
Maximum constraint arity2
Maximum domain size19
Number of constraints which are defined in extension335
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

231.38/233.32	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-2089948-1247390838/watcher-2089948-1247390838 -o /tmp/evaluation-result-2089948-1247390838/solver-2089948-1247390838 -C 1800 -W 2000 -M 900 HOME/solver -benchname HOME/instance-2089948-1247390838.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 24136
/proc/meminfo: memFree=1782048/2055920 swapFree=4192812/4192956
[pid=24136] ppid=24134 vsize=18576 CPUtime=0
/proc/24136/stat : 24136 (runsolver) R 24134 24136 20521 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 26150295 19021824 284 996147200 4194304 4302564 548682068400 18446744073709551615 272467815719 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24136/statm: 4644 284 249 26 0 2626 0

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

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

[startup+0.301482 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 24136
/proc/meminfo: memFree=1782048/2055920 swapFree=4192812/4192956
[pid=24136] ppid=24134 vsize=5356 CPUtime=0.09
/proc/24136/stat : 24136 (solver) S 24134 24136 20521 0 -1 4194304 361 381 0 0 0 0 3 6 15 0 1 0 26150295 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24136/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5356

[startup+0.70302 s]
/proc/loadavg: 2.00 2.00 2.00 4/80 24136
/proc/meminfo: memFree=1782048/2055920 swapFree=4192812/4192956
[pid=24136] ppid=24134 vsize=5356 CPUtime=0.09
/proc/24136/stat : 24136 (solver) S 24134 24136 20521 0 -1 4194304 361 381 0 0 0 0 3 6 15 0 1 0 26150295 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24136/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5356

[startup+1.50166 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 24150
/proc/meminfo: memFree=1772368/2055920 swapFree=4192812/4192956
[pid=24136] ppid=24134 vsize=5356 CPUtime=0.09
/proc/24136/stat : 24136 (solver) S 24134 24136 20521 0 -1 4194304 361 381 0 0 0 0 3 6 15 0 1 0 26150295 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24136/statm: 1339 242 201 169 0 50 0
[pid=24141] ppid=24136 vsize=311692 CPUtime=1.18
/proc/24141/stat : 24141 (Conquer) R 24136 24136 20521 0 -1 0 7076 0 0 0 115 3 0 0 25 0 9 0 26150307 319172608 6565 996147200 134512640 142716928 4294956224 18446744073709551615 134844771 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/24141/statm: 77923 6565 682 2003 0 75334 0
[pid=24141/tid=24143] ppid=24136 vsize=311692 CPUtime=0
/proc/24141/task/24143/stat : 24143 (Conquer) S 24136 24136 20521 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26150308 319172608 6565 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=24141/tid=24144] ppid=24136 vsize=311692 CPUtime=0
/proc/24141/task/24144/stat : 24144 (Conquer) S 24136 24136 20521 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26150325 319172608 6565 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24145] ppid=24136 vsize=311692 CPUtime=0
/proc/24141/task/24145/stat : 24145 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319172608 6565 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24146] ppid=24136 vsize=311692 CPUtime=0
/proc/24141/task/24146/stat : 24146 (Conquer) S 24136 24136 20521 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 26150327 319172608 6565 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24147] ppid=24136 vsize=311692 CPUtime=0
/proc/24141/task/24147/stat : 24147 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319172608 6565 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24148] ppid=24136 vsize=311692 CPUtime=0
/proc/24141/task/24148/stat : 24148 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319172608 6565 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24149] ppid=24136 vsize=311692 CPUtime=0
/proc/24141/task/24149/stat : 24149 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319172608 6565 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24150] ppid=24136 vsize=311692 CPUtime=0
/proc/24141/task/24150/stat : 24150 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319172608 6565 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.27
Current children cumulated vsize (KiB) 317048

[startup+3.10189 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 24150
/proc/meminfo: memFree=1749840/2055920 swapFree=4192812/4192956
[pid=24136] ppid=24134 vsize=5356 CPUtime=0.09
/proc/24136/stat : 24136 (solver) S 24134 24136 20521 0 -1 4194304 361 381 0 0 0 0 3 6 15 0 1 0 26150295 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24136/statm: 1339 242 201 169 0 50 0
[pid=24141] ppid=24136 vsize=311824 CPUtime=2.77
/proc/24141/stat : 24141 (Conquer) R 24136 24136 20521 0 -1 0 12146 0 0 0 271 6 0 0 25 0 9 0 26150307 319307776 8031 996147200 134512640 142716928 4294956224 18446744073709551615 134750573 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/24141/statm: 77956 8031 687 2003 0 75367 0
[pid=24141/tid=24143] ppid=24136 vsize=311824 CPUtime=0
/proc/24141/task/24143/stat : 24143 (Conquer) S 24136 24136 20521 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26150308 319307776 8031 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=24141/tid=24144] ppid=24136 vsize=311824 CPUtime=0.04
/proc/24141/task/24144/stat : 24144 (Conquer) S 24136 24136 20521 0 -1 64 24 0 0 0 4 0 0 0 16 0 9 0 26150325 319307776 8031 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24145] ppid=24136 vsize=311824 CPUtime=0
/proc/24141/task/24145/stat : 24145 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319307776 8031 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24146] ppid=24136 vsize=311824 CPUtime=0
/proc/24141/task/24146/stat : 24146 (Conquer) S 24136 24136 20521 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 26150327 319307776 8031 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24147] ppid=24136 vsize=311824 CPUtime=0
/proc/24141/task/24147/stat : 24147 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319307776 8031 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24148] ppid=24136 vsize=311824 CPUtime=0
/proc/24141/task/24148/stat : 24148 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319307776 8031 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24149] ppid=24136 vsize=311824 CPUtime=0
/proc/24141/task/24149/stat : 24149 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319307776 8031 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24150] ppid=24136 vsize=311824 CPUtime=0
/proc/24141/task/24150/stat : 24150 (Conquer) S 24136 24136 20521 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 26150327 319307776 8031 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) 317180

[startup+6.30335 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 24150
/proc/meminfo: memFree=1704208/2055920 swapFree=4192812/4192956
[pid=24136] ppid=24134 vsize=5356 CPUtime=0.09
/proc/24136/stat : 24136 (solver) S 24134 24136 20521 0 -1 4194304 361 381 0 0 0 0 3 6 15 0 1 0 26150295 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24136/statm: 1339 242 201 169 0 50 0
[pid=24141] ppid=24136 vsize=311956 CPUtime=5.93
/proc/24141/stat : 24141 (Conquer) R 24136 24136 20521 0 -1 0 24128 0 0 0 580 13 0 0 25 0 9 0 26150307 319442944 14173 996147200 134512640 142716928 4294956224 18446744073709551615 134809182 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/24141/statm: 77989 14173 687 2003 0 75400 0
[pid=24141/tid=24143] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24143/stat : 24143 (Conquer) S 24136 24136 20521 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26150308 319442944 14173 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=24141/tid=24144] ppid=24136 vsize=311956 CPUtime=0.06
/proc/24141/task/24144/stat : 24144 (Conquer) S 24136 24136 20521 0 -1 64 27 0 0 0 6 0 0 0 17 0 9 0 26150325 319442944 14173 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24145] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24145/stat : 24145 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 26150327 319442944 14173 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24146] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24146/stat : 24146 (Conquer) S 24136 24136 20521 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 26150327 319442944 14173 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24147] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24147/stat : 24147 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 26150327 319442944 14173 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24148] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24148/stat : 24148 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 26150327 319442944 14173 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24149] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24149/stat : 24149 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 26150327 319442944 14173 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24150] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24150/stat : 24150 (Conquer) S 24136 24136 20521 0 -1 64 59 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 14173 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.02
Current children cumulated vsize (KiB) 317312

[startup+12.7013 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 24150
/proc/meminfo: memFree=1731152/2055920 swapFree=4192812/4192956
[pid=24136] ppid=24134 vsize=5356 CPUtime=0.09
/proc/24136/stat : 24136 (solver) S 24134 24136 20521 0 -1 4194304 361 381 0 0 0 0 3 6 15 0 1 0 26150295 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24136/statm: 1339 242 201 169 0 50 0
[pid=24141] ppid=24136 vsize=311956 CPUtime=12.27
/proc/24141/stat : 24141 (Conquer) R 24136 24136 20521 0 -1 0 31438 0 0 0 1208 19 0 0 25 0 9 0 26150307 319442944 9053 996147200 134512640 142716928 4294956224 18446744073709551615 137648541 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/24141/statm: 77989 9053 687 2003 0 75400 0
[pid=24141/tid=24143] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24143/stat : 24143 (Conquer) S 24136 24136 20521 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26150308 319442944 9053 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=24141/tid=24144] ppid=24136 vsize=311956 CPUtime=0.12
/proc/24141/task/24144/stat : 24144 (Conquer) S 24136 24136 20521 0 -1 64 27 0 0 0 11 1 0 0 16 0 9 0 26150325 319442944 9053 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24145] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24145/stat : 24145 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 9053 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24146] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24146/stat : 24146 (Conquer) S 24136 24136 20521 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 9053 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24147] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24147/stat : 24147 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 9053 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24148] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24148/stat : 24148 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 9053 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24149] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24149/stat : 24149 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 9053 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24150] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24150/stat : 24150 (Conquer) S 24136 24136 20521 0 -1 64 59 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 9053 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) 317312

[startup+25.5021 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 24150
/proc/meminfo: memFree=1747088/2055920 swapFree=4192812/4192956
[pid=24136] ppid=24134 vsize=5356 CPUtime=0.09
/proc/24136/stat : 24136 (solver) S 24134 24136 20521 0 -1 4194304 361 381 0 0 0 0 3 6 15 0 1 0 26150295 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24136/statm: 1339 242 201 169 0 50 0
[pid=24141] ppid=24136 vsize=311956 CPUtime=24.93
/proc/24141/stat : 24141 (Conquer) R 24136 24136 20521 0 -1 0 43390 0 0 0 2466 27 0 0 25 0 9 0 26150307 319442944 9501 996147200 134512640 142716928 4294956224 18446744073709551615 134806304 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/24141/statm: 77989 9501 687 2003 0 75400 0
[pid=24141/tid=24143] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24143/stat : 24143 (Conquer) S 24136 24136 20521 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26150308 319442944 9501 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=24141/tid=24144] ppid=24136 vsize=311956 CPUtime=0.21
/proc/24141/task/24144/stat : 24144 (Conquer) S 24136 24136 20521 0 -1 64 27 0 0 0 18 3 0 0 16 0 9 0 26150325 319442944 9501 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24145] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24145/stat : 24145 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 9501 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24146] ppid=24136 vsize=311956 CPUtime=0.05
/proc/24141/task/24146/stat : 24146 (Conquer) S 24136 24136 20521 0 -1 64 5 0 0 0 5 0 0 0 15 0 9 0 26150327 319442944 9501 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24147] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24147/stat : 24147 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 9501 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24148] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24148/stat : 24148 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 9501 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24149] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24149/stat : 24149 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 9501 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24150] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24150/stat : 24150 (Conquer) S 24136 24136 20521 0 -1 64 59 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 9501 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 317312

[startup+51.1028 s]
/proc/loadavg: 2.00 2.00 2.00 3/90 24150
/proc/meminfo: memFree=1751312/2055920 swapFree=4192812/4192956
[pid=24136] ppid=24134 vsize=5356 CPUtime=0.09
/proc/24136/stat : 24136 (solver) S 24134 24136 20521 0 -1 4194304 361 381 0 0 0 0 3 6 15 0 1 0 26150295 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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


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

[startup+223.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 24190
/proc/meminfo: memFree=1721520/2055920 swapFree=4192812/4192956
[pid=24136] ppid=24134 vsize=5356 CPUtime=0.09
/proc/24136/stat : 24136 (solver) S 24134 24136 20521 0 -1 4194304 361 381 0 0 0 0 3 6 15 0 1 0 26150295 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24136/statm: 1339 242 201 169 0 50 0
[pid=24141] ppid=24136 vsize=311956 CPUtime=221.94
/proc/24141/stat : 24141 (Conquer) R 24136 24136 20521 0 -1 0 86502 0 0 0 22087 107 0 0 25 0 9 0 26150307 319442944 8017 996147200 134512640 142716928 4294956224 18446744073709551615 134809019 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/24141/statm: 77989 8017 687 2003 0 75400 0
[pid=24141/tid=24143] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24143/stat : 24143 (Conquer) S 24136 24136 20521 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26150308 319442944 8017 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=24141/tid=24144] ppid=24136 vsize=311956 CPUtime=1.37
/proc/24141/task/24144/stat : 24144 (Conquer) S 24136 24136 20521 0 -1 64 27 0 0 0 127 10 0 0 16 0 9 0 26150325 319442944 8017 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24145] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24145/stat : 24145 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 8017 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24146] ppid=24136 vsize=311956 CPUtime=1.02
/proc/24141/task/24146/stat : 24146 (Conquer) S 24136 24136 20521 0 -1 64 5 0 0 0 102 0 0 0 15 0 9 0 26150327 319442944 8017 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24147] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24147/stat : 24147 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 8017 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24148] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24148/stat : 24148 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 8017 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24149] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24149/stat : 24149 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 8017 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24150] ppid=24136 vsize=311956 CPUtime=0.02
/proc/24141/task/24150/stat : 24150 (Conquer) S 24136 24136 20521 0 -1 64 59 0 0 0 1 1 0 0 15 0 9 0 26150327 319442944 8017 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 222.03
Current children cumulated vsize (KiB) 317312

[startup+230.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 24190
/proc/meminfo: memFree=1721072/2055920 swapFree=4192812/4192956
[pid=24136] ppid=24134 vsize=5356 CPUtime=0.09
/proc/24136/stat : 24136 (solver) S 24134 24136 20521 0 -1 4194304 361 381 0 0 0 0 3 6 15 0 1 0 26150295 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24136/statm: 1339 242 201 169 0 50 0
[pid=24141] ppid=24136 vsize=311956 CPUtime=228.3
/proc/24141/stat : 24141 (Conquer) R 24136 24136 20521 0 -1 0 87442 0 0 0 22721 109 0 0 25 0 9 0 26150307 319442944 8657 996147200 134512640 142716928 4294956224 18446744073709551615 134810560 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/24141/statm: 77989 8657 687 2003 0 75400 0
[pid=24141/tid=24143] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24143/stat : 24143 (Conquer) S 24136 24136 20521 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26150308 319442944 8657 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=24141/tid=24144] ppid=24136 vsize=311956 CPUtime=1.41
/proc/24141/task/24144/stat : 24144 (Conquer) S 24136 24136 20521 0 -1 64 27 0 0 0 131 10 0 0 16 0 9 0 26150325 319442944 8657 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24145] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24145/stat : 24145 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 8657 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24146] ppid=24136 vsize=311956 CPUtime=1.06
/proc/24141/task/24146/stat : 24146 (Conquer) S 24136 24136 20521 0 -1 64 5 0 0 0 106 0 0 0 15 0 9 0 26150327 319442944 8657 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24147] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24147/stat : 24147 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 8657 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24148] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24148/stat : 24148 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 8657 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24149] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24149/stat : 24149 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 8657 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24150] ppid=24136 vsize=311956 CPUtime=0.02
/proc/24141/task/24150/stat : 24150 (Conquer) S 24136 24136 20521 0 -1 64 59 0 0 0 1 1 0 0 15 0 9 0 26150327 319442944 8657 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 228.39
Current children cumulated vsize (KiB) 317312

[startup+231.903 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 24190
/proc/meminfo: memFree=1719408/2055920 swapFree=4192812/4192956
[pid=24136] ppid=24134 vsize=5356 CPUtime=0.09
/proc/24136/stat : 24136 (solver) S 24134 24136 20521 0 -1 4194304 361 381 0 0 0 0 3 6 15 0 1 0 26150295 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24136/statm: 1339 242 201 169 0 50 0
[pid=24141] ppid=24136 vsize=311956 CPUtime=229.9
/proc/24141/stat : 24141 (Conquer) R 24136 24136 20521 0 -1 0 87506 0 0 0 22880 110 0 0 25 0 9 0 26150307 319442944 8533 996147200 134512640 142716928 4294956224 18446744073709551615 134780658 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/24141/statm: 77989 8533 687 2003 0 75400 0
[pid=24141/tid=24143] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24143/stat : 24143 (Conquer) S 24136 24136 20521 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26150308 319442944 8533 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=24141/tid=24144] ppid=24136 vsize=311956 CPUtime=1.43
/proc/24141/task/24144/stat : 24144 (Conquer) S 24136 24136 20521 0 -1 64 27 0 0 0 132 11 0 0 16 0 9 0 26150325 319442944 8533 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24145] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24145/stat : 24145 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 8533 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24146] ppid=24136 vsize=311956 CPUtime=1.06
/proc/24141/task/24146/stat : 24146 (Conquer) S 24136 24136 20521 0 -1 64 5 0 0 0 106 0 0 0 15 0 9 0 26150327 319442944 8533 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24147] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24147/stat : 24147 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 8533 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24148] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24148/stat : 24148 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 8533 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24149] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24149/stat : 24149 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 8533 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24150] ppid=24136 vsize=311956 CPUtime=0.02
/proc/24141/task/24150/stat : 24150 (Conquer) S 24136 24136 20521 0 -1 64 59 0 0 0 1 1 0 0 15 0 9 0 26150327 319442944 8533 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 229.99
Current children cumulated vsize (KiB) 317312

[startup+232.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 24190
/proc/meminfo: memFree=1719408/2055920 swapFree=4192812/4192956
[pid=24136] ppid=24134 vsize=5356 CPUtime=0.09
/proc/24136/stat : 24136 (solver) S 24134 24136 20521 0 -1 4194304 361 381 0 0 0 0 3 6 15 0 1 0 26150295 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24136/statm: 1339 242 201 169 0 50 0
[pid=24141] ppid=24136 vsize=311956 CPUtime=230.7
/proc/24141/stat : 24141 (Conquer) R 24136 24136 20521 0 -1 0 87540 0 0 0 22960 110 0 0 25 0 9 0 26150307 319442944 8029 996147200 134512640 142716928 4294956224 18446744073709551615 134829337 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/24141/statm: 77989 8029 687 2003 0 75400 0
[pid=24141/tid=24143] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24143/stat : 24143 (Conquer) S 24136 24136 20521 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26150308 319442944 8029 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=24141/tid=24144] ppid=24136 vsize=311956 CPUtime=1.43
/proc/24141/task/24144/stat : 24144 (Conquer) S 24136 24136 20521 0 -1 64 27 0 0 0 132 11 0 0 16 0 9 0 26150325 319442944 8029 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24145] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24145/stat : 24145 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 8029 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24146] ppid=24136 vsize=311956 CPUtime=1.07
/proc/24141/task/24146/stat : 24146 (Conquer) S 24136 24136 20521 0 -1 64 5 0 0 0 107 0 0 0 15 0 9 0 26150327 319442944 8029 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24147] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24147/stat : 24147 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 8029 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24148] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24148/stat : 24148 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 8029 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24149] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24149/stat : 24149 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 8029 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24150] ppid=24136 vsize=311956 CPUtime=0.02
/proc/24141/task/24150/stat : 24150 (Conquer) S 24136 24136 20521 0 -1 64 59 0 0 0 1 1 0 0 15 0 9 0 26150327 319442944 8029 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 230.79
Current children cumulated vsize (KiB) 317312

[startup+233.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 24190
/proc/meminfo: memFree=1720880/2055920 swapFree=4192812/4192956
[pid=24136] ppid=24134 vsize=5356 CPUtime=0.09
/proc/24136/stat : 24136 (solver) S 24134 24136 20521 0 -1 4194304 361 381 0 0 0 0 3 6 15 0 1 0 26150295 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24136/statm: 1339 242 201 169 0 50 0
[pid=24141] ppid=24136 vsize=311956 CPUtime=231.09
/proc/24141/stat : 24141 (Conquer) R 24136 24136 20521 0 -1 0 87748 0 0 0 22999 110 0 0 25 0 9 0 26150307 319442944 8221 996147200 134512640 142716928 4294956224 18446744073709551615 135444532 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/24141/statm: 77989 8221 687 2003 0 75400 0
[pid=24141/tid=24143] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24143/stat : 24143 (Conquer) S 24136 24136 20521 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26150308 319442944 8221 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=24141/tid=24144] ppid=24136 vsize=311956 CPUtime=1.43
/proc/24141/task/24144/stat : 24144 (Conquer) S 24136 24136 20521 0 -1 64 27 0 0 0 132 11 0 0 16 0 9 0 26150325 319442944 8221 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24145] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24145/stat : 24145 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 8221 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24146] ppid=24136 vsize=311956 CPUtime=1.07
/proc/24141/task/24146/stat : 24146 (Conquer) S 24136 24136 20521 0 -1 64 5 0 0 0 107 0 0 0 15 0 9 0 26150327 319442944 8221 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24147] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24147/stat : 24147 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 8221 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24148] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24148/stat : 24148 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 8221 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24149] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24149/stat : 24149 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 8221 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24150] ppid=24136 vsize=311956 CPUtime=0.02
/proc/24141/task/24150/stat : 24150 (Conquer) S 24136 24136 20521 0 -1 64 59 0 0 0 1 1 0 0 15 0 9 0 26150327 319442944 8221 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 231.18
Current children cumulated vsize (KiB) 317312

[startup+233.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/94 24190
/proc/meminfo: memFree=1720880/2055920 swapFree=4192812/4192956
[pid=24136] ppid=24134 vsize=5356 CPUtime=0.09
/proc/24136/stat : 24136 (solver) S 24134 24136 20521 0 -1 4194304 361 381 0 0 0 0 3 6 15 0 1 0 26150295 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24136/statm: 1339 242 201 169 0 50 0
[pid=24141] ppid=24136 vsize=311956 CPUtime=231.29
/proc/24141/stat : 24141 (Conquer) R 24136 24136 20521 0 -1 0 87756 0 0 0 23019 110 0 0 25 0 9 0 26150307 319442944 8221 996147200 134512640 142716928 4294956224 18446744073709551615 134806820 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/24141/statm: 77989 8221 687 2003 0 75400 0
[pid=24141/tid=24143] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24143/stat : 24143 (Conquer) S 24136 24136 20521 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26150308 319442944 8221 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=24141/tid=24144] ppid=24136 vsize=311956 CPUtime=1.43
/proc/24141/task/24144/stat : 24144 (Conquer) S 24136 24136 20521 0 -1 64 27 0 0 0 132 11 0 0 16 0 9 0 26150325 319442944 8221 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24145] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24145/stat : 24145 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 8221 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24146] ppid=24136 vsize=311956 CPUtime=1.07
/proc/24141/task/24146/stat : 24146 (Conquer) S 24136 24136 20521 0 -1 64 5 0 0 0 107 0 0 0 15 0 9 0 26150327 319442944 8221 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24147] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24147/stat : 24147 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 8221 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24148] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24148/stat : 24148 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 8221 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24149] ppid=24136 vsize=311956 CPUtime=0
/proc/24141/task/24149/stat : 24149 (Conquer) S 24136 24136 20521 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26150327 319442944 8221 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=24141/tid=24150] ppid=24136 vsize=311956 CPUtime=0.02
/proc/24141/task/24150/stat : 24150 (Conquer) S 24136 24136 20521 0 -1 64 59 0 0 0 1 1 0 0 15 0 9 0 26150327 319442944 8221 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 231.38
Current children cumulated vsize (KiB) 317312

Child status: 0
Real time (s): 233.33
CPU time (s): 231.43
CPU user time (s): 230.246
CPU system time (s): 1.18382
CPU usage (%): 99.1857
Max. virtual memory (cumulated for all children) (KiB): 317316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 230.246
system time used= 1.18382
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 88657
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= 15668
involuntary context switches= 15745

runsolver used 0.332949 second user time and 0.843871 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-12 11:27:18
IDJOB=2089948
IDBENCH=59650
IDSOLVER=740
FILE ID=node22/2089948-1247390838
PBS_JOBID= 9507176
Free space on /tmp= 66396 MiB

SOLVER NAME= Conquer 2009-06-04
BENCH NAME= CPAI08/csp/rand-2-40-19/normalized-rand-2-40-19-443-230-19_ext.xml
COMMAND LINE= HOME/solver -benchname BENCHNAME -dir DIR -tmpdir TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2089948-1247390838/watcher-2089948-1247390838 -o /tmp/evaluation-result-2089948-1247390838/solver-2089948-1247390838 -C 1800 -W 2000 -M 900  HOME/solver -benchname HOME/instance-2089948-1247390838.xml -dir HOME -tmpdir HOME

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

MD5SUM BENCH= 14b0f90c582ede8d8a5dfd862cea52f8
RANDOM SEED=2017940446

node22.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.278
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.278
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	: 5636.09
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1782528 kB
Buffers:         24480 kB
Cached:         124508 kB
SwapCached:          0 kB
Active:         183736 kB
Inactive:        41964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1782528 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           20928 kB
Writeback:           0 kB
Mapped:          94504 kB
Slab:            33040 kB
Committed_AS:   923480 kB
PageTables:       1872 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= 66376 MiB
End job on node22 at 2009-07-12 11:31:11