Trace number 3158768

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
csls prob-8cores? (TO) 4800.09 1201.41

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v600-c2556-S506401817-075.UNKNOWN.cnf
MD5SUM2d7407b1b64ab354711b83851f166439
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of clauses2556
Sum of the clauses size7668
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 32556
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Input seed 1369117265 used seed: 1369117265
4800.06/1201.41	s UNKNOWN
4800.06/1201.41	c Min false clauses Core[0]: 3
4800.06/1201.41	c Min false clauses Core[1]: 3
4800.06/1201.41	c Min false clauses Core[2]: 3
4800.06/1201.41	c Min false clauses Core[3]: 3

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: UNKNOWN

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3158768-1304103010/watcher-3158768-1304103010 -o /tmp/evaluation-result-3158768-1304103010/solver-3158768-1304103010 -C 4800 -W 1300 -M 15500 HOME/csls-prob -maxcores 8 HOME/instance-3158768-1304103010.cnf 4 1369117265 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.80 5.62 6.13 5/180 25873
/proc/meminfo: memFree=24396992/32951124 swapFree=67102140/67111528
[pid=25873] ppid=25871 vsize=11800 CPUtime=0 cores=0,2,4,6
/proc/25873/stat : 25873 (runsolver) S 25871 25873 25742 0 -1 4202560 42 0 0 0 0 0 0 0 25 0 1 0 600531676 12083200 52 33554432000 4194304 5434984 140734266024368 18446744073709551615 4881607 0 2147483391 4096 24578 18446744071699960631 0 0 17 0 0 0 0
/proc/25873/statm: 2950 52 31 303 0 2644 0

[startup+0.0162951 s]
/proc/loadavg: 4.80 5.62 6.13 5/180 25873
/proc/meminfo: memFree=24396992/32951124 swapFree=67102140/67111528
[pid=25873] ppid=25871 vsize=50760 CPUtime=0 cores=0,2,4,6
/proc/25873/stat : 25873 (csls-prob) R 25871 25873 25742 0 -1 4202496 418 0 0 0 0 0 0 0 25 0 4 0 600531676 51978240 358 33554432000 4194304 4563014 140736191126976 18446744073709551615 216735235057 0 0 4096 16384 18446744073709551615 0 0 17 6 0 0 0
/proc/25873/statm: 12690 358 297 91 0 8208 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 50760

[startup+0.818389 s]
/proc/loadavg: 4.80 5.62 6.13 5/180 25873
/proc/meminfo: memFree=24396992/32951124 swapFree=67102140/67111528
[pid=25873] ppid=25871 vsize=128596 CPUtime=3.2 cores=0,2,4,6
/proc/25873/stat : 25873 (csls-prob) R 25871 25873 25742 0 -1 4202496 911 0 0 0 320 0 0 0 19 0 4 0 600531676 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4234627 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0
/proc/25873/statm: 32149 804 339 91 0 27667 0
Current children cumulated CPU time (s) 3.2
Current children cumulated vsize (KiB) 128596

[startup+0.900375 s]
/proc/loadavg: 4.80 5.62 6.13 5/180 25873
/proc/meminfo: memFree=24396992/32951124 swapFree=67102140/67111528
[pid=25873] ppid=25871 vsize=128596 CPUtime=3.53 cores=0,2,4,6
/proc/25873/stat : 25873 (csls-prob) R 25871 25873 25742 0 -1 4202496 911 0 0 0 353 0 0 0 19 0 4 0 600531676 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4451450 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0
/proc/25873/statm: 32149 804 339 91 0 27667 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 128596

[startup+1.00036 s]
/proc/loadavg: 4.80 5.62 6.13 5/180 25873
/proc/meminfo: memFree=24396992/32951124 swapFree=67102140/67111528
[pid=25873] ppid=25871 vsize=128596 CPUtime=3.93 cores=0,2,4,6
/proc/25873/stat : 25873 (csls-prob) R 25871 25873 25742 0 -1 4202496 911 0 0 0 393 0 0 0 19 0 4 0 600531676 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4234633 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0
/proc/25873/statm: 32149 804 339 91 0 27667 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 128596

[startup+1.50027 s]
/proc/loadavg: 4.80 5.62 6.13 5/180 25873
/proc/meminfo: memFree=24396992/32951124 swapFree=67102140/67111528
[pid=25873] ppid=25871 vsize=128596 CPUtime=5.93 cores=0,2,4,6
/proc/25873/stat : 25873 (csls-prob) R 25871 25873 25742 0 -1 4202496 911 0 0 0 593 0 0 0 20 0 4 0 600531676 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4451111 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0
/proc/25873/statm: 32149 804 339 91 0 27667 0
Current children cumulated CPU time (s) 5.93
Current children cumulated vsize (KiB) 128596

[startup+3.10099 s]
/proc/loadavg: 4.80 5.62 6.13 9/184 25877
/proc/meminfo: memFree=24395288/32951124 swapFree=67102140/67111528
[pid=25873] ppid=25871 vsize=128596 CPUtime=12.32 cores=0,2,4,6
/proc/25873/stat : 25873 (csls-prob) R 25871 25873 25742 0 -1 4202496 911 0 0 0 1232 0 0 0 25 0 4 0 600531676 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4450605 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0
/proc/25873/statm: 32149 804 339 91 0 27667 0
[pid=25873/tid=25875] ppid=25871 vsize=128596 CPUtime=3.07 cores=0,2,4,6
/proc/25873/task/25875/stat : 25875 (csls-prob) R 25871 25873 25742 0 -1 4202560 128 0 0 0 307 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4438602 0 0 4096 16384 0 0 0 -1 6 0 0 0
[pid=25873/tid=25876] ppid=25871 vsize=128596 CPUtime=3.08 cores=0,2,4,6
/proc/25873/task/25876/stat : 25876 (csls-prob) R 25871 25873 25742 0 -1 4202560 114 0 0 0 308 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4438336 0 0 4096 16384 0 0 0 -1 4 0 0 0
[pid=25873/tid=25877] ppid=25871 vsize=128596 CPUtime=3.08 cores=0,2,4,6
/proc/25873/task/25877/stat : 25877 (csls-prob) R 25871 25873 25742 0 -1 4202560 117 0 0 0 308 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4230035 0 0 4096 16384 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 128596

[startup+6.30043 s]
/proc/loadavg: 5.06 5.66 6.14 9/184 25877
/proc/meminfo: memFree=24395792/32951124 swapFree=67102140/67111528
[pid=25873] ppid=25871 vsize=128596 CPUtime=25.11 cores=0,2,4,6
/proc/25873/stat : 25873 (csls-prob) R 25871 25873 25742 0 -1 4202496 911 0 0 0 2511 0 0 0 25 0 4 0 600531676 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4233554 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0
/proc/25873/statm: 32149 804 339 91 0 27667 0
[pid=25873/tid=25875] ppid=25871 vsize=128596 CPUtime=6.26 cores=0,2,4,6
/proc/25873/task/25875/stat : 25875 (csls-prob) R 25871 25873 25742 0 -1 4202560 128 0 0 0 626 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4438852 0 0 4096 16384 0 0 0 -1 6 0 0 0
[pid=25873/tid=25876] ppid=25871 vsize=128596 CPUtime=6.28 cores=0,2,4,6
/proc/25873/task/25876/stat : 25876 (csls-prob) R 25871 25873 25742 0 -1 4202560 114 0 0 0 628 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4438795 0 0 4096 16384 0 0 0 -1 4 0 0 0
[pid=25873/tid=25877] ppid=25871 vsize=128596 CPUtime=6.28 cores=0,2,4,6
/proc/25873/task/25877/stat : 25877 (csls-prob) R 25871 25873 25742 0 -1 4202560 117 0 0 0 628 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4438962 0 0 4096 16384 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 128596

[startup+12.7003 s]
/proc/loadavg: 5.29 5.70 6.15 9/184 25877
/proc/meminfo: memFree=24396508/32951124 swapFree=67102140/67111528
[pid=25873] ppid=25871 vsize=128596 CPUtime=50.7 cores=0,2,4,6
/proc/25873/stat : 25873 (csls-prob) R 25871 25873 25742 0 -1 4202496 911 0 0 0 5070 0 0 0 25 0 4 0 600531676 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4451630 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0
/proc/25873/statm: 32149 804 339 91 0 27667 0
[pid=25873/tid=25875] ppid=25871 vsize=128596 CPUtime=12.63 cores=0,2,4,6
/proc/25873/task/25875/stat : 25875 (csls-prob) R 25871 25873 25742 0 -1 4202560 128 0 0 0 1263 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4439246 0 0 4096 16384 0 0 0 -1 6 0 0 0
[pid=25873/tid=25876] ppid=25871 vsize=128596 CPUtime=12.68 cores=0,2,4,6
/proc/25873/task/25876/stat : 25876 (csls-prob) R 25871 25873 25742 0 -1 4202560 114 0 0 0 1268 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4438795 0 0 4096 16384 0 0 0 -1 4 0 0 0
[pid=25873/tid=25877] ppid=25871 vsize=128596 CPUtime=12.68 cores=0,2,4,6
/proc/25873/task/25877/stat : 25877 (csls-prob) R 25871 25873 25742 0 -1 4202560 117 0 0 0 1268 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4258722 0 0 4096 16384 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 128596

[startup+25.5011 s]
/proc/loadavg: 5.89 5.81 6.18 9/184 25908
/proc/meminfo: memFree=24398168/32951124 swapFree=67102140/67111528
[pid=25873] ppid=25871 vsize=128596 CPUtime=101.82 cores=0,2,4,6
/proc/25873/stat : 25873 (csls-prob) R 25871 25873 25742 0 -1 4202496 911 0 0 0 10182 0 0 0 25 0 4 0 600531676 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4451666 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0
/proc/25873/statm: 32149 804 339 91 0 27667 0
[pid=25873/tid=25875] ppid=25871 vsize=128596 CPUtime=25.37 cores=0,2,4,6
/proc/25873/task/25875/stat : 25875 (csls-prob) R 25871 25873 25742 0 -1 4202560 128 0 0 0 2537 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4438816 0 0 4096 16384 0 0 0 -1 6 0 0 0
[pid=25873/tid=25876] ppid=25871 vsize=128596 CPUtime=25.48 cores=0,2,4,6
/proc/25873/task/25876/stat : 25876 (csls-prob) R 25871 25873 25742 0 -1 4202560 114 0 0 0 2548 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4438835 0 0 4096 16384 0 0 0 -1 4 0 0 0
[pid=25873/tid=25877] ppid=25871 vsize=128596 CPUtime=25.48 cores=0,2,4,6
/proc/25873/task/25877/stat : 25877 (csls-prob) R 25871 25873 25742 0 -1 4202560 117 0 0 0 2548 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4439483 0 0 4096 16384 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 128596

[startup+51.1006 s]
/proc/loadavg: 6.67 6.00 6.23 9/184 25909
/proc/meminfo: memFree=24397928/32951124 swapFree=67102140/67111528
[pid=25873] ppid=25871 vsize=128596 CPUtime=204.1 cores=0,2,4,6
/proc/25873/stat : 25873 (csls-prob) R 25871 25873 25742 0 -1 4202496 911 0 0 0 20410 0 0 0 25 0 4 0 600531676 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4450605 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0
/proc/25873/statm: 32149 804 339 91 0 27667 0
[pid=25873/tid=25875] ppid=25871 vsize=128596 CPUtime=50.85 cores=0,2,4,6
/proc/25873/task/25875/stat : 25875 (csls-prob) R 25871 25873 25742 0 -1 4202560 128 0 0 0 5085 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4439068 0 0 4096 16384 0 0 0 -1 6 0 0 0
[pid=25873/tid=25876] ppid=25871 vsize=128596 CPUtime=51.08 cores=0,2,4,6
/proc/25873/task/25876/stat : 25876 (csls-prob) R 25871 25873 25742 0 -1 4202560 114 0 0 0 5108 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4438744 0 0 4096 16384 0 0 0 -1 4 0 0 0
[pid=25873/tid=25877] ppid=25871 vsize=128596 CPUtime=51.08 cores=0,2,4,6
/proc/25873/task/25877/stat : 25877 (csls-prob) R 25871 25873 25742 0 -1 4202560 117 0 0 0 5108 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4257246 0 0 4096 16384 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 204.1
Current children cumulated vsize (KiB) 128596

[startup+102.301 s]
/proc/loadavg: 7.46 6.32 6.33 9/184 25910
/proc/meminfo: memFree=24397168/32951124 swapFree=67102140/67111528
[pid=25873] ppid=25871 vsize=128596 CPUtime=408.67 cores=0,2,4,6
/proc/25873/stat : 25873 (csls-prob) R 25871 25873 25742 0 -1 4202496 911 0 0 0 40867 0 0 0 25 0 4 0 600531676 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4233710 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0
/proc/25873/statm: 32149 804 339 91 0 27667 0
[pid=25873/tid=25875] ppid=25871 vsize=128596 CPUtime=101.81 cores=0,2,4,6
/proc/25873/task/25875/stat : 25875 (csls-prob) R 25871 25873 25742 0 -1 4202560 128 0 0 0 10181 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4438755 0 0 4096 16384 0 0 0 -1 6 0 0 0
[pid=25873/tid=25876] ppid=25871 vsize=128596 CPUtime=102.28 cores=0,2,4,6
/proc/25873/task/25876/stat : 25876 (csls-prob) R 25871 25873 25742 0 -1 4202560 114 0 0 0 10228 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4208926 0 0 4096 16384 0 0 0 -1 4 0 0 0
[pid=25873/tid=25877] ppid=25871 vsize=128596 CPUtime=102.28 cores=0,2,4,6
/proc/25873/task/25877/stat : 25877 (csls-prob) R 25871 25873 25742 0 -1 4202560 117 0 0 0 10228 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 46983958298939 0 0 4096 16384 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.67
Current children cumulated vsize (KiB) 128596

[startup+162.3 s]
/proc/loadavg: 7.88 6.65 6.44 9/184 25911
/proc/meminfo: memFree=24397160/32951124 swapFree=67102140/67111528
[pid=25873] ppid=25871 vsize=128596 CPUtime=648.41 cores=0,2,4,6
/proc/25873/stat : 25873 (csls-prob) R 25871 25873 25742 0 -1 4202496 911 0 0 0 64841 0 0 0 25 0 4 0 600531676 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4450693 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0
/proc/25873/statm: 32149 804 339 91 0 27667 0
[pid=25873/tid=25875] ppid=25871 vsize=128596 CPUtime=161.54 cores=0,2,4,6
/proc/25873/task/25875/stat : 25875 (csls-prob) R 25871 25873 25742 0 -1 4202560 128 0 0 0 16154 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4444803 0 0 4096 16384 0 0 0 -1 6 0 0 0
[pid=25873/tid=25876] ppid=25871 vsize=128596 CPUtime=162.29 cores=0,2,4,6
/proc/25873/task/25876/stat : 25876 (csls-prob) R 25871 25873 25742 0 -1 4202560 114 0 0 0 16229 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4439088 0 0 4096 16384 0 0 0 -1 4 0 0 0
[pid=25873/tid=25877] ppid=25871 vsize=128596 CPUtime=162.29 cores=0,2,4,6
/proc/25873/task/25877/stat : 25877 (csls-prob) R 25871 25873 25742 0 -1 4202560 117 0 0 0 16229 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4438773 0 0 4096 16384 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 648.41
Current children cumulated vsize (KiB) 128596

[startup+222.301 s]
/proc/loadavg: 8.07 6.93 6.55 9/184 25913
/proc/meminfo: memFree=24396892/32951124 swapFree=67102140/67111528
[pid=25873] ppid=25871 vsize=128596 CPUtime=888.12 cores=0,2,4,6
/proc/25873/stat : 25873 (csls-prob) R 25871 25873 25742 0 -1 4202496 911 0 0 0 88812 0 0 0 25 0 4 0 600531676 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4233539 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0
/proc/25873/statm: 32149 804 339 91 0 27667 0
[pid=25873/tid=25875] ppid=25871 vsize=128596 CPUtime=221.26 cores=0,2,4,6
/proc/25873/task/25875/stat : 25875 (csls-prob) R 25871 25873 25742 0 -1 4202560 128 0 0 0 22126 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4444704 0 0 4096 16384 0 0 0 -1 6 0 0 0
[pid=25873/tid=25876] ppid=25871 vsize=128596 CPUtime=222.28 cores=0,2,4,6
/proc/25873/task/25876/stat : 25876 (csls-prob) R 25871 25873 25742 0 -1 4202560 114 0 0 0 22228 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4439153 0 0 4096 16384 0 0 0 -1 4 0 0 0
[pid=25873/tid=25877] ppid=25871 vsize=128596 CPUtime=222.28 cores=0,2,4,6
/proc/25873/task/25877/stat : 25877 (csls-prob) R 25871 25873 25742 0 -1 4202560 117 0 0 0 22228 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4439041 0 0 4096 16384 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 888.12
Current children cumulated vsize (KiB) 128596

[startup+282.306 s]
/proc/loadavg: 8.06 7.13 6.64 9/184 25915
/proc/meminfo: memFree=24397116/32951124 swapFree=67102140/67111528
[pid=25873] ppid=25871 vsize=128596 CPUtime=1127.87 cores=0,2,4,6
/proc/25873/stat : 25873 (csls-prob) R 25871 25873 25742 0 -1 4202496 911 0 0 0 112787 0 0 0 25 0 4 0 600531676 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4451153 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0
/proc/25873/statm: 32149 804 339 91 0 27667 0
[pid=25873/tid=25875] ppid=25871 vsize=128596 CPUtime=280.99 cores=0,2,4,6

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

[pid=25873] ppid=25871 vsize=128596 CPUtime=2805.93 cores=0,2,4,6
/proc/25873/stat : 25873 (csls-prob) R 25871 25873 25742 0 -1 4202496 911 0 0 0 280592 1 0 0 25 0 4 0 600531676 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 46983958298939 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0
/proc/25873/statm: 32149 804 339 91 0 27667 0
[pid=25873/tid=25875] ppid=25871 vsize=128596 CPUtime=699.05 cores=0,2,4,6
/proc/25873/task/25875/stat : 25875 (csls-prob) R 25871 25873 25742 0 -1 4202560 128 0 0 0 69905 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4444704 0 0 4096 16384 0 0 0 -1 6 0 0 0
[pid=25873/tid=25876] ppid=25871 vsize=128596 CPUtime=702.29 cores=0,2,4,6
/proc/25873/task/25876/stat : 25876 (csls-prob) R 25871 25873 25742 0 -1 4202560 114 0 0 0 70229 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4438899 0 0 4096 16384 0 0 0 -1 4 0 0 0
[pid=25873/tid=25877] ppid=25871 vsize=128596 CPUtime=702.28 cores=0,2,4,6
/proc/25873/task/25877/stat : 25877 (csls-prob) R 25871 25873 25742 0 -1 4202560 117 0 0 0 70227 1 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4229255 0 0 4096 16384 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.93
Current children cumulated vsize (KiB) 128596

[startup+762.3 s]
/proc/loadavg: 8.15 7.92 7.22 9/184 25936
/proc/meminfo: memFree=24396044/32951124 swapFree=67102140/67111528
[pid=25873] ppid=25871 vsize=128596 CPUtime=3045.64 cores=0,2,4,6
/proc/25873/stat : 25873 (csls-prob) R 25871 25873 25742 0 -1 4202496 911 0 0 0 304563 1 0 0 25 0 4 0 600531676 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4450684 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0
/proc/25873/statm: 32149 804 339 91 0 27667 0
[pid=25873/tid=25875] ppid=25871 vsize=128596 CPUtime=758.77 cores=0,2,4,6
/proc/25873/task/25875/stat : 25875 (csls-prob) R 25871 25873 25742 0 -1 4202560 128 0 0 0 75877 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4438795 0 0 4096 16384 0 0 0 -1 6 0 0 0
[pid=25873/tid=25876] ppid=25871 vsize=128596 CPUtime=762.29 cores=0,2,4,6
/proc/25873/task/25876/stat : 25876 (csls-prob) R 25871 25873 25742 0 -1 4202560 114 0 0 0 76229 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4438960 0 0 4096 16384 0 0 0 -1 4 0 0 0
[pid=25873/tid=25877] ppid=25871 vsize=128596 CPUtime=762.28 cores=0,2,4,6
/proc/25873/task/25877/stat : 25877 (csls-prob) R 25871 25873 25742 0 -1 4202560 117 0 0 0 76227 1 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4324384 0 0 4096 16384 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3045.64
Current children cumulated vsize (KiB) 128596

[startup+822.301 s]
/proc/loadavg: 8.09 7.94 7.27 9/184 25938
/proc/meminfo: memFree=24396256/32951124 swapFree=67102140/67111528
[pid=25873] ppid=25871 vsize=128596 CPUtime=3285.39 cores=0,2,4,6
/proc/25873/stat : 25873 (csls-prob) R 25871 25873 25742 0 -1 4202496 911 0 0 0 328538 1 0 0 25 0 4 0 600531676 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4257438 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0
/proc/25873/statm: 32149 804 339 91 0 27667 0
[pid=25873/tid=25875] ppid=25871 vsize=128596 CPUtime=818.5 cores=0,2,4,6
/proc/25873/task/25875/stat : 25875 (csls-prob) R 25871 25873 25742 0 -1 4202560 128 0 0 0 81850 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4444720 0 0 4096 16384 0 0 0 -1 6 0 0 0
[pid=25873/tid=25876] ppid=25871 vsize=128596 CPUtime=822.29 cores=0,2,4,6
/proc/25873/task/25876/stat : 25876 (csls-prob) R 25871 25873 25742 0 -1 4202560 114 0 0 0 82229 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4227610 0 0 4096 16384 0 0 0 -1 4 0 0 0
[pid=25873/tid=25877] ppid=25871 vsize=128596 CPUtime=822.28 cores=0,2,4,6
/proc/25873/task/25877/stat : 25877 (csls-prob) R 25871 25873 25742 0 -1 4202560 117 0 0 0 82227 1 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4229344 0 0 4096 16384 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3285.39
Current children cumulated vsize (KiB) 128596

[startup+882.3 s]
/proc/loadavg: 8.12 7.98 7.33 9/184 25940
/proc/meminfo: memFree=24396108/32951124 swapFree=67102140/67111528
[pid=25873] ppid=25871 vsize=128596 CPUtime=3525.1 cores=0,2,4,6
/proc/25873/stat : 25873 (csls-prob) R 25871 25873 25742 0 -1 4202496 911 0 0 0 352509 1 0 0 25 0 4 0 600531676 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4233766 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0
/proc/25873/statm: 32149 804 339 91 0 27667 0
[pid=25873/tid=25875] ppid=25871 vsize=128596 CPUtime=878.22 cores=0,2,4,6
/proc/25873/task/25875/stat : 25875 (csls-prob) R 25871 25873 25742 0 -1 4202560 128 0 0 0 87822 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4438627 0 0 4096 16384 0 0 0 -1 6 0 0 0
[pid=25873/tid=25876] ppid=25871 vsize=128596 CPUtime=882.29 cores=0,2,4,6
/proc/25873/task/25876/stat : 25876 (csls-prob) R 25871 25873 25742 0 -1 4202560 114 0 0 0 88229 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4438537 0 0 4096 16384 0 0 0 -1 4 0 0 0
[pid=25873/tid=25877] ppid=25871 vsize=128596 CPUtime=882.28 cores=0,2,4,6
/proc/25873/task/25877/stat : 25877 (csls-prob) R 25871 25873 25742 0 -1 4202560 117 0 0 0 88227 1 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4229271 0 0 4096 16384 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3525.1
Current children cumulated vsize (KiB) 128596

[startup+942.306 s]
/proc/loadavg: 8.13 8.01 7.38 9/184 25941
/proc/meminfo: memFree=24396328/32951124 swapFree=67102140/67111528
[pid=25873] ppid=25871 vsize=128596 CPUtime=3764.84 cores=0,2,4,6
/proc/25873/stat : 25873 (csls-prob) R 25871 25873 25742 0 -1 4202496 911 0 0 0 376483 1 0 0 25 0 4 0 600531676 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4233536 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0
/proc/25873/statm: 32149 804 339 91 0 27667 0
[pid=25873/tid=25875] ppid=25871 vsize=128596 CPUtime=937.95 cores=0,2,4,6
/proc/25873/task/25875/stat : 25875 (csls-prob) R 25871 25873 25742 0 -1 4202560 128 0 0 0 93795 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4444685 0 0 4096 16384 0 0 0 -1 6 0 0 0
[pid=25873/tid=25876] ppid=25871 vsize=128596 CPUtime=942.29 cores=0,2,4,6
/proc/25873/task/25876/stat : 25876 (csls-prob) R 25871 25873 25742 0 -1 4202560 114 0 0 0 94229 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4257440 0 0 4096 16384 0 0 0 -1 4 0 0 0
[pid=25873/tid=25877] ppid=25871 vsize=128596 CPUtime=942.29 cores=0,2,4,6
/proc/25873/task/25877/stat : 25877 (csls-prob) R 25871 25873 25742 0 -1 4202560 117 0 0 0 94228 1 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4229319 0 0 4096 16384 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3764.84
Current children cumulated vsize (KiB) 128596

[startup+1002.3 s]
/proc/loadavg: 8.09 8.02 7.42 9/184 25943
/proc/meminfo: memFree=24396192/32951124 swapFree=67102140/67111528
[pid=25873] ppid=25871 vsize=128596 CPUtime=4004.55 cores=0,2,4,6
/proc/25873/stat : 25873 (csls-prob) R 25871 25873 25742 0 -1 4202496 911 0 0 0 400454 1 0 0 25 0 4 0 600531676 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4450751 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0
/proc/25873/statm: 32149 804 339 91 0 27667 0
[pid=25873/tid=25875] ppid=25871 vsize=128596 CPUtime=997.67 cores=0,2,4,6
/proc/25873/task/25875/stat : 25875 (csls-prob) R 25871 25873 25742 0 -1 4202560 128 0 0 0 99767 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4258672 0 0 4096 16384 0 0 0 -1 6 0 0 0
[pid=25873/tid=25876] ppid=25871 vsize=128596 CPUtime=1002.29 cores=0,2,4,6
/proc/25873/task/25876/stat : 25876 (csls-prob) R 25871 25873 25742 0 -1 4202560 114 0 0 0 100229 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4438917 0 0 4096 16384 0 0 0 -1 4 0 0 0
[pid=25873/tid=25877] ppid=25871 vsize=128596 CPUtime=1002.28 cores=0,2,4,6
/proc/25873/task/25877/stat : 25877 (csls-prob) R 25871 25873 25742 0 -1 4202560 117 0 0 0 100227 1 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4228860 0 0 4096 16384 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4004.55
Current children cumulated vsize (KiB) 128596

[startup+1062.3 s]
/proc/loadavg: 8.07 8.03 7.46 9/184 25944
/proc/meminfo: memFree=24396280/32951124 swapFree=67102140/67111528
[pid=25873] ppid=25871 vsize=128596 CPUtime=4244.28 cores=0,2,4,6
/proc/25873/stat : 25873 (csls-prob) R 25871 25873 25742 0 -1 4202496 911 0 0 0 424426 2 0 0 25 0 4 0 600531676 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4451019 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0
/proc/25873/statm: 32149 804 339 91 0 27667 0
[pid=25873/tid=25875] ppid=25871 vsize=128596 CPUtime=1057.39 cores=0,2,4,6
/proc/25873/task/25875/stat : 25875 (csls-prob) R 25871 25873 25742 0 -1 4202560 128 0 0 0 105739 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4229255 0 0 4096 16384 0 0 0 -1 6 0 0 0
[pid=25873/tid=25876] ppid=25871 vsize=128596 CPUtime=1062.29 cores=0,2,4,6
/proc/25873/task/25876/stat : 25876 (csls-prob) R 25871 25873 25742 0 -1 4202560 114 0 0 0 106229 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4202080 0 0 4096 16384 0 0 0 -1 4 0 0 0
[pid=25873/tid=25877] ppid=25871 vsize=128596 CPUtime=1062.28 cores=0,2,4,6
/proc/25873/task/25877/stat : 25877 (csls-prob) R 25871 25873 25742 0 -1 4202560 117 0 0 0 106227 1 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 46983958298964 0 0 4096 16384 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4244.28
Current children cumulated vsize (KiB) 128596

[startup+1122.3 s]
/proc/loadavg: 8.10 8.04 7.49 9/184 25946
/proc/meminfo: memFree=24396256/32951124 swapFree=67102140/67111528
[pid=25873] ppid=25871 vsize=128596 CPUtime=4484 cores=0,2,4,6
/proc/25873/stat : 25873 (csls-prob) R 25871 25873 25742 0 -1 4202496 911 0 0 0 448398 2 0 0 25 0 4 0 600531676 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4451185 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0
/proc/25873/statm: 32149 804 339 91 0 27667 0
[pid=25873/tid=25875] ppid=25871 vsize=128596 CPUtime=1117.12 cores=0,2,4,6
/proc/25873/task/25875/stat : 25875 (csls-prob) R 25871 25873 25742 0 -1 4202560 128 0 0 0 111712 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4438290 0 0 4096 16384 0 0 0 -1 6 0 0 0
[pid=25873/tid=25876] ppid=25871 vsize=128596 CPUtime=1122.28 cores=0,2,4,6
/proc/25873/task/25876/stat : 25876 (csls-prob) R 25871 25873 25742 0 -1 4202560 114 0 0 0 112228 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4438961 0 0 4096 16384 0 0 0 -1 4 0 0 0
[pid=25873/tid=25877] ppid=25871 vsize=128596 CPUtime=1122.28 cores=0,2,4,6
/proc/25873/task/25877/stat : 25877 (csls-prob) R 25871 25873 25742 0 -1 4202560 117 0 0 0 112227 1 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4439056 0 0 4096 16384 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4484
Current children cumulated vsize (KiB) 128596

[startup+1182.3 s]
/proc/loadavg: 8.08 8.04 7.53 9/184 25948
/proc/meminfo: memFree=24396468/32951124 swapFree=67102140/67111528
[pid=25873] ppid=25871 vsize=128596 CPUtime=4723.73 cores=0,2,4,6
/proc/25873/stat : 25873 (csls-prob) R 25871 25873 25742 0 -1 4202496 911 0 0 0 472371 2 0 0 25 0 4 0 600531676 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4233800 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0
/proc/25873/statm: 32149 804 339 91 0 27667 0
[pid=25873/tid=25875] ppid=25871 vsize=128596 CPUtime=1176.84 cores=0,2,4,6
/proc/25873/task/25875/stat : 25875 (csls-prob) R 25871 25873 25742 0 -1 4202560 128 0 0 0 117684 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4229304 0 0 4096 16384 0 0 0 -1 6 0 0 0
[pid=25873/tid=25876] ppid=25871 vsize=128596 CPUtime=1182.28 cores=0,2,4,6
/proc/25873/task/25876/stat : 25876 (csls-prob) R 25871 25873 25742 0 -1 4202560 114 0 0 0 118228 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4227819 0 0 4096 16384 0 0 0 -1 4 0 0 0
[pid=25873/tid=25877] ppid=25871 vsize=128596 CPUtime=1182.28 cores=0,2,4,6
/proc/25873/task/25877/stat : 25877 (csls-prob) R 25871 25873 25742 0 -1 4202560 117 0 0 0 118227 1 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 46983958298939 0 0 4096 16384 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4723.73
Current children cumulated vsize (KiB) 128596



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.4 s]
/proc/loadavg: 8.06 8.04 7.54 9/184 25948
/proc/meminfo: memFree=24396344/32951124 swapFree=67102140/67111528
[pid=25873] ppid=25871 vsize=128596 CPUtime=4800.06 cores=0,2,4,6
/proc/25873/stat : 25873 (csls-prob) R 25871 25873 25742 0 -1 4202496 911 0 0 0 480004 2 0 0 25 0 4 0 600531676 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4451128 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0
/proc/25873/statm: 32149 804 339 91 0 27667 0
[pid=25873/tid=25875] ppid=25871 vsize=128596 CPUtime=1195.86 cores=0,2,4,6
/proc/25873/task/25875/stat : 25875 (csls-prob) R 25871 25873 25742 0 -1 4202560 128 0 0 0 119586 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4228995 0 0 4096 16384 0 0 0 -1 6 0 0 0
[pid=25873/tid=25876] ppid=25871 vsize=128596 CPUtime=1201.39 cores=0,2,4,6
/proc/25873/task/25876/stat : 25876 (csls-prob) R 25871 25873 25742 0 -1 4202560 114 0 0 0 120139 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4227678 0 0 4096 16384 0 0 0 -1 4 0 0 0
[pid=25873/tid=25877] ppid=25871 vsize=128596 CPUtime=1201.39 cores=0,2,4,6
/proc/25873/task/25877/stat : 25877 (csls-prob) R 25871 25873 25742 0 -1 4202560 117 0 0 0 120138 1 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4439075 0 0 4096 16384 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 128596

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

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

[startup+1201.4 s]
/proc/loadavg: 8.06 8.04 7.54 9/184 25948
/proc/meminfo: memFree=24396344/32951124 swapFree=67102140/67111528
[pid=25873] ppid=25871 vsize=128596 CPUtime=4800.06 cores=0,2,4,6
/proc/25873/stat : 25873 (csls-prob) R 25871 25873 25742 0 -1 4202496 911 0 0 0 480004 2 0 0 25 0 4 0 600531676 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4451128 0 0 4096 16384 18446744073709551615 0 0 17 2 0 0 0
/proc/25873/statm: 32149 804 339 91 0 27667 0
[pid=25873/tid=25875] ppid=25871 vsize=128596 CPUtime=1195.86 cores=0,2,4,6
/proc/25873/task/25875/stat : 25875 (csls-prob) R 25871 25873 25742 0 -1 4202560 128 0 0 0 119586 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4228995 0 0 4096 16384 0 0 0 -1 6 0 0 0
[pid=25873/tid=25876] ppid=25871 vsize=128596 CPUtime=1201.39 cores=0,2,4,6
/proc/25873/task/25876/stat : 25876 (csls-prob) R 25871 25873 25742 0 -1 4202560 114 0 0 0 120139 0 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4227678 0 0 4096 16384 0 0 0 -1 4 0 0 0
[pid=25873/tid=25877] ppid=25871 vsize=128596 CPUtime=1201.39 cores=0,2,4,6
/proc/25873/task/25877/stat : 25877 (csls-prob) R 25871 25873 25742 0 -1 4202560 117 0 0 0 120138 1 0 0 25 0 4 0 600531678 131682304 804 33554432000 4194304 4563014 140736191126976 18446744073709551615 4439075 0 0 4096 16384 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4800.06
Current children cumulated vsize (KiB) 128596

Child status: 0
Real time (s): 1201.41
CPU time (s): 4800.09
CPU user time (s): 4800.06
CPU system time (s): 0.025996
CPU usage (%): 399.537
Max. virtual memory (cumulated for all children) (KiB): 128596

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

runsolver used 1.63575 second user time and 3.83142 second system time

The end

Launcher Data

Begin job on node119 at 2011-04-29 20:50:10
IDJOB=3158768
IDBENCH=82991
IDSOLVER=1569
FILE ID=node119/3158768-1304103010
RUNJOBID= node119-1304103009-25760
PBS_JOBID= 13170637
Free space on /tmp= 71816 MiB

SOLVER NAME= csls prob-8cores
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v600-c2556-S506401817-075.UNKNOWN.cnf
COMMAND LINE= HOME/csls-prob -maxcores 8 BENCHNAME NBCORE RANDOMSEED
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3158768-1304103010/watcher-3158768-1304103010 -o /tmp/evaluation-result-3158768-1304103010/solver-3158768-1304103010 -C 4800 -W 1300 -M 15500  HOME/csls-prob -maxcores 8 HOME/instance-3158768-1304103010.cnf 4 1369117265

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 2d7407b1b64ab354711b83851f166439
RANDOM SEED=1369117265

node119.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24397272 kB
Buffers:       1906488 kB
Cached:        6019528 kB
SwapCached:       3688 kB
Active:          89304 kB
Inactive:      7899168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24397272 kB
SwapTotal:    67111528 kB
SwapFree:     67102140 kB
Dirty:             984 kB
Writeback:           0 kB
AnonPages:       61192 kB
Mapped:          14560 kB
Slab:           498984 kB
PageTables:       4656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   260320 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71816 MiB
End job on node119 at 2011-04-29 21:10:14