Trace number 2089222

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 30.8733 31.3444

General information on the benchmark

Namecsp/tightness0.5/
normalized-rand-2-40-25-180-500-82_ext.xml
MD5SUM2a4edb1d4ded8784a28d6ba34dbed582
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 benchmark9.8815
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

30.80/31.34	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-2089222-1247389895/watcher-2089222-1247389895 -o /tmp/evaluation-result-2089222-1247389895/solver-2089222-1247389895 -C 1800 -W 2000 -M 900 HOME/solver -benchname HOME/instance-2089222-1247389895.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: 1.74 1.99 1.99 4/73 23857
/proc/meminfo: memFree=1835096/2055920 swapFree=4192812/4192956
[pid=23857] ppid=23855 vsize=5260 CPUtime=0
/proc/23857/stat : 23857 (solver) R 23855 23857 21017 0 -1 4194304 66 0 0 0 0 0 0 0 21 0 1 0 26056000 5386240 50 996147200 4194304 4889804 548682068704 18446744073709551615 272465142426 0 0 4096 0 0 0 0 17 1 0 0
/proc/23857/statm: 1315 50 37 169 0 14 0

[startup+0.108333 s]
/proc/loadavg: 1.74 1.99 1.99 4/73 23857
/proc/meminfo: memFree=1835096/2055920 swapFree=4192812/4192956
[pid=23857] ppid=23855 vsize=5356 CPUtime=0
/proc/23857/stat : 23857 (solver) S 23855 23857 21017 0 -1 4194304 314 142 0 0 0 0 0 0 21 0 1 0 26056000 5484544 241 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23857/statm: 1339 241 200 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.201346 s]
/proc/loadavg: 1.74 1.99 1.99 4/73 23857
/proc/meminfo: memFree=1835096/2055920 swapFree=4192812/4192956
[pid=23857] ppid=23855 vsize=5356 CPUtime=0.15
/proc/23857/stat : 23857 (solver) S 23855 23857 21017 0 -1 4194304 361 420 0 0 0 0 5 10 15 0 1 0 26056000 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23857/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 5356

[startup+0.301356 s]
/proc/loadavg: 1.74 1.99 1.99 4/73 23857
/proc/meminfo: memFree=1835096/2055920 swapFree=4192812/4192956
[pid=23857] ppid=23855 vsize=5356 CPUtime=0.15
/proc/23857/stat : 23857 (solver) S 23855 23857 21017 0 -1 4194304 361 420 0 0 0 0 5 10 15 0 1 0 26056000 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23857/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 5356

[startup+0.701413 s]
/proc/loadavg: 1.74 1.99 1.99 4/73 23857
/proc/meminfo: memFree=1835096/2055920 swapFree=4192812/4192956
[pid=23857] ppid=23855 vsize=5356 CPUtime=0.15
/proc/23857/stat : 23857 (solver) S 23855 23857 21017 0 -1 4194304 361 420 0 0 0 0 5 10 15 0 1 0 26056000 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23857/statm: 1339 242 201 169 0 50 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 5356

[startup+1.50254 s]
/proc/loadavg: 1.74 1.99 1.99 3/83 23871
/proc/meminfo: memFree=1823752/2055920 swapFree=4192812/4192956
[pid=23857] ppid=23855 vsize=5356 CPUtime=0.15
/proc/23857/stat : 23857 (solver) S 23855 23857 21017 0 -1 4194304 361 420 0 0 0 0 5 10 15 0 1 0 26056000 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23857/statm: 1339 242 201 169 0 50 0
[pid=23862] ppid=23857 vsize=311692 CPUtime=1.13
/proc/23862/stat : 23862 (Conquer) R 23857 23857 21017 0 -1 0 6692 0 0 0 109 4 0 0 25 0 9 0 26056018 319172608 6183 996147200 134512640 142716928 4294956224 18446744073709551615 134810609 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/23862/statm: 77923 6183 682 2003 0 75334 0
[pid=23862/tid=23864] ppid=23857 vsize=311692 CPUtime=0
/proc/23862/task/23864/stat : 23864 (Conquer) S 23857 23857 21017 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26056018 319172608 6183 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=23862/tid=23865] ppid=23857 vsize=311692 CPUtime=0
/proc/23862/task/23865/stat : 23865 (Conquer) S 23857 23857 21017 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26056036 319172608 6183 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23866] ppid=23857 vsize=311692 CPUtime=0
/proc/23862/task/23866/stat : 23866 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319172608 6183 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23867] ppid=23857 vsize=311692 CPUtime=0
/proc/23862/task/23867/stat : 23867 (Conquer) S 23857 23857 21017 0 -1 64 2 0 0 0 0 0 0 0 16 0 9 0 26056038 319172608 6183 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23868] ppid=23857 vsize=311692 CPUtime=0
/proc/23862/task/23868/stat : 23868 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319172608 6183 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23869] ppid=23857 vsize=311692 CPUtime=0
/proc/23862/task/23869/stat : 23869 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319172608 6183 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23870] ppid=23857 vsize=311692 CPUtime=0
/proc/23862/task/23870/stat : 23870 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319172608 6183 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23871] ppid=23857 vsize=311692 CPUtime=0
/proc/23862/task/23871/stat : 23871 (Conquer) S 23857 23857 21017 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 26056038 319172608 6183 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) 317048

[startup+3.10277 s]
/proc/loadavg: 1.76 1.99 1.99 3/83 23871
/proc/meminfo: memFree=1799688/2055920 swapFree=4192812/4192956
[pid=23857] ppid=23855 vsize=5356 CPUtime=0.15
/proc/23857/stat : 23857 (solver) S 23855 23857 21017 0 -1 4194304 361 420 0 0 0 0 5 10 15 0 1 0 26056000 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23857/statm: 1339 242 201 169 0 50 0
[pid=23862] ppid=23857 vsize=311824 CPUtime=2.72
/proc/23862/stat : 23862 (Conquer) R 23857 23857 21017 0 -1 0 10479 0 0 0 266 6 0 0 25 0 9 0 26056018 319307776 9227 996147200 134512640 142716928 4294956224 18446744073709551615 134809774 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/23862/statm: 77956 9227 687 2003 0 75367 0
[pid=23862/tid=23864] ppid=23857 vsize=311824 CPUtime=0
/proc/23862/task/23864/stat : 23864 (Conquer) S 23857 23857 21017 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26056018 319307776 9227 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=23862/tid=23865] ppid=23857 vsize=311824 CPUtime=0.03
/proc/23862/task/23865/stat : 23865 (Conquer) S 23857 23857 21017 0 -1 64 20 0 0 0 3 0 0 0 16 0 9 0 26056036 319307776 9227 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23866] ppid=23857 vsize=311824 CPUtime=0
/proc/23862/task/23866/stat : 23866 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319307776 9227 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23867] ppid=23857 vsize=311824 CPUtime=0
/proc/23862/task/23867/stat : 23867 (Conquer) S 23857 23857 21017 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 26056038 319307776 9227 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23868] ppid=23857 vsize=311824 CPUtime=0
/proc/23862/task/23868/stat : 23868 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319307776 9227 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23869] ppid=23857 vsize=311824 CPUtime=0
/proc/23862/task/23869/stat : 23869 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319307776 9227 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23870] ppid=23857 vsize=311824 CPUtime=0
/proc/23862/task/23870/stat : 23870 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319307776 9227 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23871] ppid=23857 vsize=311824 CPUtime=0
/proc/23862/task/23871/stat : 23871 (Conquer) S 23857 23857 21017 0 -1 64 13 0 0 0 0 0 0 0 15 0 9 0 26056038 319307776 9227 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.87
Current children cumulated vsize (KiB) 317180

[startup+6.30123 s]
/proc/loadavg: 1.76 1.99 1.99 3/83 23871
/proc/meminfo: memFree=1785416/2055920 swapFree=4192812/4192956
[pid=23857] ppid=23855 vsize=5356 CPUtime=0.15
/proc/23857/stat : 23857 (solver) S 23855 23857 21017 0 -1 4194304 361 420 0 0 0 0 5 10 15 0 1 0 26056000 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23857/statm: 1339 242 201 169 0 50 0
[pid=23862] ppid=23857 vsize=312088 CPUtime=5.89
/proc/23862/stat : 23862 (Conquer) R 23857 23857 21017 0 -1 0 15587 0 0 0 579 10 0 0 25 0 9 0 26056018 319578112 8673 996147200 134512640 142716928 4294956224 18446744073709551615 134825624 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/23862/statm: 78022 8673 687 2003 0 75433 0
[pid=23862/tid=23864] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23864/stat : 23864 (Conquer) S 23857 23857 21017 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26056018 319578112 8673 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=23862/tid=23865] ppid=23857 vsize=312088 CPUtime=0.06
/proc/23862/task/23865/stat : 23865 (Conquer) S 23857 23857 21017 0 -1 64 28 0 0 0 6 0 0 0 16 0 9 0 26056036 319578112 8673 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23866] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23866/stat : 23866 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 8673 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23867] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23867/stat : 23867 (Conquer) S 23857 23857 21017 0 -1 64 2 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 8673 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23868] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23868/stat : 23868 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 8673 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23869] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23869/stat : 23869 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 8673 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23870] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23870/stat : 23870 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 8673 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23871] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23871/stat : 23871 (Conquer) S 23857 23857 21017 0 -1 64 89 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 8673 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 317444

[startup+12.7022 s]
/proc/loadavg: 1.80 1.99 1.99 3/83 23871
/proc/meminfo: memFree=1806600/2055920 swapFree=4192812/4192956
[pid=23857] ppid=23855 vsize=5356 CPUtime=0.15
/proc/23857/stat : 23857 (solver) S 23855 23857 21017 0 -1 4194304 361 420 0 0 0 0 5 10 15 0 1 0 26056000 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23857/statm: 1339 242 201 169 0 50 0
[pid=23862] ppid=23857 vsize=312088 CPUtime=12.23
/proc/23862/stat : 23862 (Conquer) R 23857 23857 21017 0 -1 0 17241 0 0 0 1210 13 0 0 25 0 9 0 26056018 319578112 7269 996147200 134512640 142716928 4294956224 18446744073709551615 137459545 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/23862/statm: 78022 7269 687 2003 0 75433 0
[pid=23862/tid=23864] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23864/stat : 23864 (Conquer) S 23857 23857 21017 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26056018 319578112 7269 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=23862/tid=23865] ppid=23857 vsize=312088 CPUtime=0.13
/proc/23862/task/23865/stat : 23865 (Conquer) S 23857 23857 21017 0 -1 64 28 0 0 0 12 1 0 0 16 0 9 0 26056036 319578112 7269 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23866] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23866/stat : 23866 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7269 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23867] ppid=23857 vsize=312088 CPUtime=0.01
/proc/23862/task/23867/stat : 23867 (Conquer) S 23857 23857 21017 0 -1 64 2 0 0 0 1 0 0 0 15 0 9 0 26056038 319578112 7269 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23868] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23868/stat : 23868 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7269 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23869] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23869/stat : 23869 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7269 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23870] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23870/stat : 23870 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7269 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23871] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23871/stat : 23871 (Conquer) S 23857 23857 21017 0 -1 64 89 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7269 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 317444

[startup+25.502 s]
/proc/loadavg: 1.83 1.99 1.99 3/83 23871
/proc/meminfo: memFree=1807688/2055920 swapFree=4192812/4192956
[pid=23857] ppid=23855 vsize=5356 CPUtime=0.15
/proc/23857/stat : 23857 (solver) S 23855 23857 21017 0 -1 4194304 361 420 0 0 0 0 5 10 15 0 1 0 26056000 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23857/statm: 1339 242 201 169 0 50 0
[pid=23862] ppid=23857 vsize=312088 CPUtime=24.91
/proc/23862/stat : 23862 (Conquer) R 23857 23857 21017 0 -1 0 18583 0 0 0 2474 17 0 0 25 0 9 0 26056018 319578112 7265 996147200 134512640 142716928 4294956224 18446744073709551615 134805420 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/23862/statm: 78022 7265 687 2003 0 75433 0
[pid=23862/tid=23864] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23864/stat : 23864 (Conquer) S 23857 23857 21017 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26056018 319578112 7265 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=23862/tid=23865] ppid=23857 vsize=312088 CPUtime=0.18
/proc/23862/task/23865/stat : 23865 (Conquer) S 23857 23857 21017 0 -1 64 28 0 0 0 17 1 0 0 16 0 9 0 26056036 319578112 7265 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23866] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23866/stat : 23866 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7265 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23867] ppid=23857 vsize=312088 CPUtime=0.09
/proc/23862/task/23867/stat : 23867 (Conquer) S 23857 23857 21017 0 -1 64 2 0 0 0 9 0 0 0 15 0 9 0 26056038 319578112 7265 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23868] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23868/stat : 23868 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7265 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23869] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23869/stat : 23869 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7265 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23870] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23870/stat : 23870 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7265 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23871] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23871/stat : 23871 (Conquer) S 23857 23857 21017 0 -1 64 89 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7265 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 317444

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

[startup+25.603 s]
/proc/loadavg: 1.83 1.99 1.99 3/83 23871
/proc/meminfo: memFree=1807688/2055920 swapFree=4192812/4192956
[pid=23857] ppid=23855 vsize=5356 CPUtime=0.15
/proc/23857/stat : 23857 (solver) S 23855 23857 21017 0 -1 4194304 361 420 0 0 0 0 5 10 15 0 1 0 26056000 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23857/statm: 1339 242 201 169 0 50 0
[pid=23862] ppid=23857 vsize=312088 CPUtime=25.01
/proc/23862/stat : 23862 (Conquer) R 23857 23857 21017 0 -1 0 18587 0 0 0 2484 17 0 0 25 0 9 0 26056018 319578112 7265 996147200 134512640 142716928 4294956224 18446744073709551615 134750587 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/23862/statm: 78022 7265 687 2003 0 75433 0
[pid=23862/tid=23864] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23864/stat : 23864 (Conquer) S 23857 23857 21017 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26056018 319578112 7265 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=23862/tid=23865] ppid=23857 vsize=312088 CPUtime=0.18
/proc/23862/task/23865/stat : 23865 (Conquer) S 23857 23857 21017 0 -1 64 28 0 0 0 17 1 0 0 16 0 9 0 26056036 319578112 7265 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23866] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23866/stat : 23866 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7265 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23867] ppid=23857 vsize=312088 CPUtime=0.09
/proc/23862/task/23867/stat : 23867 (Conquer) S 23857 23857 21017 0 -1 64 2 0 0 0 9 0 0 0 15 0 9 0 26056038 319578112 7265 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23868] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23868/stat : 23868 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7265 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23869] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23869/stat : 23869 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7265 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23870] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23870/stat : 23870 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7265 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23871] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23871/stat : 23871 (Conquer) S 23857 23857 21017 0 -1 64 89 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7265 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 317444

[startup+28.8025 s]
/proc/loadavg: 1.84 1.99 1.99 3/83 23871
/proc/meminfo: memFree=1807368/2055920 swapFree=4192812/4192956
[pid=23857] ppid=23855 vsize=5356 CPUtime=0.15
/proc/23857/stat : 23857 (solver) S 23855 23857 21017 0 -1 4194304 361 420 0 0 0 0 5 10 15 0 1 0 26056000 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23857/statm: 1339 242 201 169 0 50 0
[pid=23862] ppid=23857 vsize=312088 CPUtime=28.17
/proc/23862/stat : 23862 (Conquer) R 23857 23857 21017 0 -1 0 19183 0 0 0 2799 18 0 0 25 0 9 0 26056018 319578112 7597 996147200 134512640 142716928 4294956224 18446744073709551615 134768686 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/23862/statm: 78022 7597 687 2003 0 75433 0
[pid=23862/tid=23864] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23864/stat : 23864 (Conquer) S 23857 23857 21017 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26056018 319578112 7597 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=23862/tid=23865] ppid=23857 vsize=312088 CPUtime=0.2
/proc/23862/task/23865/stat : 23865 (Conquer) S 23857 23857 21017 0 -1 64 28 0 0 0 19 1 0 0 16 0 9 0 26056036 319578112 7597 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23866] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23866/stat : 23866 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7597 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23867] ppid=23857 vsize=312088 CPUtime=0.1
/proc/23862/task/23867/stat : 23867 (Conquer) S 23857 23857 21017 0 -1 64 2 0 0 0 10 0 0 0 15 0 9 0 26056038 319578112 7597 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23868] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23868/stat : 23868 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7597 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23869] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23869/stat : 23869 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7597 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23870] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23870/stat : 23870 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7597 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23871] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23871/stat : 23871 (Conquer) S 23857 23857 21017 0 -1 64 89 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7597 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 28.32
Current children cumulated vsize (KiB) 317444

[startup+30.4017 s]
/proc/loadavg: 1.84 1.99 1.99 3/83 23871
/proc/meminfo: memFree=1806088/2055920 swapFree=4192812/4192956
[pid=23857] ppid=23855 vsize=5356 CPUtime=0.15
/proc/23857/stat : 23857 (solver) S 23855 23857 21017 0 -1 4194304 361 420 0 0 0 0 5 10 15 0 1 0 26056000 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23857/statm: 1339 242 201 169 0 50 0
[pid=23862] ppid=23857 vsize=312088 CPUtime=29.77
/proc/23862/stat : 23862 (Conquer) R 23857 23857 21017 0 -1 0 19689 0 0 0 2958 19 0 0 25 0 9 0 26056018 319578112 7585 996147200 134512640 142716928 4294956224 18446744073709551615 134750727 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/23862/statm: 78022 7585 687 2003 0 75433 0
[pid=23862/tid=23864] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23864/stat : 23864 (Conquer) S 23857 23857 21017 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26056018 319578112 7585 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=23862/tid=23865] ppid=23857 vsize=312088 CPUtime=0.2
/proc/23862/task/23865/stat : 23865 (Conquer) S 23857 23857 21017 0 -1 64 28 0 0 0 19 1 0 0 16 0 9 0 26056036 319578112 7585 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23866] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23866/stat : 23866 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7585 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23867] ppid=23857 vsize=312088 CPUtime=0.11
/proc/23862/task/23867/stat : 23867 (Conquer) S 23857 23857 21017 0 -1 64 2 0 0 0 11 0 0 0 15 0 9 0 26056038 319578112 7585 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23868] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23868/stat : 23868 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7585 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23869] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23869/stat : 23869 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7585 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23870] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23870/stat : 23870 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7585 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23871] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23871/stat : 23871 (Conquer) S 23857 23857 21017 0 -1 64 89 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7585 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 29.92
Current children cumulated vsize (KiB) 317444

[startup+30.8018 s]
/proc/loadavg: 1.84 1.99 1.99 3/83 23871
/proc/meminfo: memFree=1807688/2055920 swapFree=4192812/4192956
[pid=23857] ppid=23855 vsize=5356 CPUtime=0.15
/proc/23857/stat : 23857 (solver) S 23855 23857 21017 0 -1 4194304 361 420 0 0 0 0 5 10 15 0 1 0 26056000 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23857/statm: 1339 242 201 169 0 50 0
[pid=23862] ppid=23857 vsize=312088 CPUtime=30.16
/proc/23862/stat : 23862 (Conquer) R 23857 23857 21017 0 -1 0 19703 0 0 0 2997 19 0 0 25 0 9 0 26056018 319578112 7137 996147200 134512640 142716928 4294956224 18446744073709551615 134806884 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/23862/statm: 78022 7137 687 2003 0 75433 0
[pid=23862/tid=23864] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23864/stat : 23864 (Conquer) S 23857 23857 21017 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26056018 319578112 7137 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=23862/tid=23865] ppid=23857 vsize=312088 CPUtime=0.21
/proc/23862/task/23865/stat : 23865 (Conquer) S 23857 23857 21017 0 -1 64 28 0 0 0 20 1 0 0 16 0 9 0 26056036 319578112 7137 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23866] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23866/stat : 23866 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7137 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23867] ppid=23857 vsize=312088 CPUtime=0.11
/proc/23862/task/23867/stat : 23867 (Conquer) S 23857 23857 21017 0 -1 64 2 0 0 0 11 0 0 0 15 0 9 0 26056038 319578112 7137 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23868] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23868/stat : 23868 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7137 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23869] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23869/stat : 23869 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7137 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23870] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23870/stat : 23870 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7137 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23871] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23871/stat : 23871 (Conquer) S 23857 23857 21017 0 -1 64 89 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7137 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.31
Current children cumulated vsize (KiB) 317444

[startup+31.2018 s]
/proc/loadavg: 1.84 1.99 1.99 3/83 23871
/proc/meminfo: memFree=1807688/2055920 swapFree=4192812/4192956
[pid=23857] ppid=23855 vsize=5356 CPUtime=0.15
/proc/23857/stat : 23857 (solver) S 23855 23857 21017 0 -1 4194304 361 420 0 0 0 0 5 10 15 0 1 0 26056000 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23857/statm: 1339 242 201 169 0 50 0
[pid=23862] ppid=23857 vsize=312088 CPUtime=30.55
/proc/23862/stat : 23862 (Conquer) R 23857 23857 21017 0 -1 0 19717 0 0 0 3036 19 0 0 25 0 9 0 26056018 319578112 7133 996147200 134512640 142716928 4294956224 18446744073709551615 134750402 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/23862/statm: 78022 7133 687 2003 0 75433 0
[pid=23862/tid=23864] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23864/stat : 23864 (Conquer) S 23857 23857 21017 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26056018 319578112 7133 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=23862/tid=23865] ppid=23857 vsize=312088 CPUtime=0.21
/proc/23862/task/23865/stat : 23865 (Conquer) S 23857 23857 21017 0 -1 64 28 0 0 0 20 1 0 0 16 0 9 0 26056036 319578112 7133 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23866] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23866/stat : 23866 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7133 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23867] ppid=23857 vsize=312088 CPUtime=0.12
/proc/23862/task/23867/stat : 23867 (Conquer) S 23857 23857 21017 0 -1 64 2 0 0 0 12 0 0 0 15 0 9 0 26056038 319578112 7133 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23868] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23868/stat : 23868 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7133 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23869] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23869/stat : 23869 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7133 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23870] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23870/stat : 23870 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7133 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23871] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23871/stat : 23871 (Conquer) S 23857 23857 21017 0 -1 64 89 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7133 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.7
Current children cumulated vsize (KiB) 317444

[startup+31.3018 s]
/proc/loadavg: 1.84 1.99 1.99 3/83 23871
/proc/meminfo: memFree=1807688/2055920 swapFree=4192812/4192956
[pid=23857] ppid=23855 vsize=5356 CPUtime=0.15
/proc/23857/stat : 23857 (solver) S 23855 23857 21017 0 -1 4194304 361 420 0 0 0 0 5 10 15 0 1 0 26056000 5484544 242 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23857/statm: 1339 242 201 169 0 50 0
[pid=23862] ppid=23857 vsize=312088 CPUtime=30.65
/proc/23862/stat : 23862 (Conquer) R 23857 23857 21017 0 -1 0 19721 0 0 0 3046 19 0 0 25 0 9 0 26056018 319578112 7133 996147200 134512640 142716928 4294956224 18446744073709551615 134852921 0 0 4096 17551 18446744073709551615 0 0 17 1 0 0
/proc/23862/statm: 78022 7133 687 2003 0 75433 0
[pid=23862/tid=23864] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23864/stat : 23864 (Conquer) S 23857 23857 21017 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 26056018 319578112 7133 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 2147203296 4096 17551 18446744071563181037 0 0 -1 1 0 0
[pid=23862/tid=23865] ppid=23857 vsize=312088 CPUtime=0.21
/proc/23862/task/23865/stat : 23865 (Conquer) S 23857 23857 21017 0 -1 64 28 0 0 0 20 1 0 0 16 0 9 0 26056036 319578112 7133 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23866] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23866/stat : 23866 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7133 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23867] ppid=23857 vsize=312088 CPUtime=0.12
/proc/23862/task/23867/stat : 23867 (Conquer) S 23857 23857 21017 0 -1 64 2 0 0 0 12 0 0 0 15 0 9 0 26056038 319578112 7133 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23868] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23868/stat : 23868 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7133 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23869] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23869/stat : 23869 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7133 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23870] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23870/stat : 23870 (Conquer) S 23857 23857 21017 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7133 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
[pid=23862/tid=23871] ppid=23857 vsize=312088 CPUtime=0
/proc/23862/task/23871/stat : 23871 (Conquer) S 23857 23857 21017 0 -1 64 89 0 0 0 0 0 0 0 15 0 9 0 26056038 319578112 7133 996147200 134512640 142716928 4294956224 18446744073709551615 4294960144 0 16391 4096 17551 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.8
Current children cumulated vsize (KiB) 317444

Child status: 0
Real time (s): 31.3444
CPU time (s): 30.8733
CPU user time (s): 30.5604
CPU system time (s): 0.312952
CPU usage (%): 98.4969
Max. virtual memory (cumulated for all children) (KiB): 317444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.5604
system time used= 0.312952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20662
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= 1963
involuntary context switches= 2337

runsolver used 0.046992 second user time and 0.101984 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-12 11:11:35
IDJOB=2089222
IDBENCH=59396
IDSOLVER=740
FILE ID=node22/2089222-1247389895
PBS_JOBID= 9507316
Free space on /tmp= 66396 MiB

SOLVER NAME= Conquer 2009-06-04
BENCH NAME= CPAI08/csp/tightness0.5/normalized-rand-2-40-25-180-500-82_ext.xml
COMMAND LINE= HOME/solver -benchname BENCHNAME -dir DIR -tmpdir TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2089222-1247389895/watcher-2089222-1247389895 -o /tmp/evaluation-result-2089222-1247389895/solver-2089222-1247389895 -C 1800 -W 2000 -M 900  HOME/solver -benchname HOME/instance-2089222-1247389895.xml -dir HOME -tmpdir HOME

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

MD5SUM BENCH= 2a4edb1d4ded8784a28d6ba34dbed582
RANDOM SEED=910989884

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:       1835576 kB
Buffers:         22896 kB
Cached:         123576 kB
SwapCached:          0 kB
Active:         132248 kB
Inactive:        40504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1835576 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           23536 kB
Writeback:           0 kB
Mapped:          36976 kB
Slab:            33156 kB
Committed_AS:   237080 kB
PageTables:       1716 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:12:07