Trace number 3288698

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
priss AutoUNSAT 4285.11 1073.38

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_3b_unknown.cnf
MD5SUMb8621ec1841e055a001ab32c33f2b68c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark120.699
Satisfiable
(Un)Satisfiability was proved
Number of variables39151
Number of clauses533919
Sum of the clauses size1968248
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 251568
Number of clauses of size 364292
Number of clauses of size 4418059
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 29613
0.00/0.00	c setup for 4cores
0.00/0.18	c parsetime: 183721us
0.00/0.18	c parsed 533919 clauses with 39151 variables
0.00/0.22	c NW started thread 0 successfully (1114085696)
0.00/0.26	c NW started thread 1 successfully (1124575552)
0.00/0.31	c NW started thread 2 successfully (1135065408)
0.00/0.36	c NW started thread 3 successfully (1085942080)
25.64/6.73	c preprocessor returned 41151 variables
25.64/6.73	c preprocessing returned UNKNOWN
25.64/6.73	c PP set 0 variables
25.64/6.73	c pp time: 6340071us (6s)
25.64/6.74	c preprocessor returned 39451 variables
25.64/6.74	c preprocessing returned UNKNOWN
25.64/6.74	c PP set 0 variables
25.64/6.74	c pp time: 6466124us (6s)
25.64/6.79	c preprocessor returned 39451 variables
25.64/6.79	c preprocessing returned UNKNOWN
25.64/6.79	c PP set 0 variables
25.64/6.79	c pp time: 6558538us (6s)
26.05/6.82	c preprocessor returned 39451 variables
26.05/6.82	c preprocessing returned UNKNOWN
26.05/6.82	c PP set 0 variables
26.05/6.82	c pp time: 6473660us (6s)
2050.00/513.51	c added unsatisfied clause
2050.00/513.51	c failed to add network clauses
2050.00/513.52	c added unsatisfied clause
2050.00/513.52	c failed to add network clauses
2387.13/597.98	c added unsatisfied clause
2387.13/597.98	c failed to add network clauses
2641.58/661.65	c added unsatisfied clause
2641.58/661.65	c failed to add network clauses
3146.86/788.11	c added unsatisfied clause
3146.86/788.11	c failed to add network clauses
3579.89/896.55	c added unsatisfied clause
3579.89/896.55	c failed to add network clauses
3835.91/960.64	c added unsatisfied clause
3835.91/960.64	c failed to add network clauses
4212.98/1055.05	c added unsatisfied clause
4212.98/1055.05	c failed to add network clauses
4260.93/1067.05	c added unsatisfied clause
4260.93/1067.05	c failed to add network clauses
4280.88/1072.07	c added unsatisfied clause
4280.88/1072.07	c failed to add network clauses
4284.08/1072.80	c added unsatisfied clause
4284.08/1072.80	c failed to add network clauses
4284.08/1072.86	c ====================
4284.08/1072.86	c implication/decision inf%(inf)
4284.08/1072.86	c decisions:           1588983
4284.08/1072.86	c last level:          0
4284.08/1072.86	c conflicts:           1258585
4284.08/1072.86	c restarts:            8347
4284.08/1072.86	c rejected_restarts    0
4284.08/1072.86	c removals:            21
4284.08/1072.86	c removed clauses:     998162
4284.08/1072.86	c oft clauses:         0
4284.82/1073.00	c solvetime: 1066214443us (1066s)
4284.82/1073.02	c sended clauses   | 71542 | 72431 | 51586 | 71923 |
4284.82/1073.02	c received clauses | 34 | 49 | 52 | 54 |
4284.82/1073.02	c join all other threads
4284.82/1073.02	c joined thread 0
4284.82/1073.02	c joined thread 1
4284.82/1073.02	c joined thread 2
4285.07/1073.35	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3288698-1304051370/watcher-3288698-1304051370 -o /tmp/evaluation-result-3288698-1304051370/solver-3288698-1304051370 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3288698-1304051370.cnf 683506094 4800 15500 4 

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: 2.10 3.15 3.23 2/174 29612
/proc/meminfo: memFree=28717424/32951124 swapFree=67111356/67111528
[pid=29612] ppid=29610 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29612/stat : 29612 (prissAuto.sh) S 29610 29612 27559 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516737792 8908800 252 33554432000 4194304 4922060 140734064329168 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29612/statm: 2175 252 211 178 0 68 0

[startup+0.073011 s]
/proc/loadavg: 2.10 3.15 3.23 2/174 29612
/proc/meminfo: memFree=28717424/32951124 swapFree=67111356/67111528
[pid=29612] ppid=29610 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29612/stat : 29612 (prissAuto.sh) S 29610 29612 27559 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516737792 8908800 252 33554432000 4194304 4922060 140734064329168 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29612/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100976 s]
/proc/loadavg: 2.10 3.15 3.23 2/174 29612
/proc/meminfo: memFree=28717424/32951124 swapFree=67111356/67111528
[pid=29612] ppid=29610 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29612/stat : 29612 (prissAuto.sh) S 29610 29612 27559 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516737792 8908800 252 33554432000 4194304 4922060 140734064329168 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29612/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300989 s]
/proc/loadavg: 2.10 3.15 3.23 2/174 29612
/proc/meminfo: memFree=28717424/32951124 swapFree=67111356/67111528
[pid=29612] ppid=29610 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29612/stat : 29612 (prissAuto.sh) S 29610 29612 27559 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516737792 8908800 252 33554432000 4194304 4922060 140734064329168 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29612/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700793 s]
/proc/loadavg: 2.10 3.15 3.23 2/174 29612
/proc/meminfo: memFree=28717424/32951124 swapFree=67111356/67111528
[pid=29612] ppid=29610 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29612/stat : 29612 (prissAuto.sh) S 29610 29612 27559 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516737792 8908800 252 33554432000 4194304 4922060 140734064329168 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29612/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50064 s]
/proc/loadavg: 2.09 3.13 3.23 9/188 29629
/proc/meminfo: memFree=28263596/32951124 swapFree=67111356/67111528
[pid=29612] ppid=29610 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29612/stat : 29612 (prissAuto.sh) S 29610 29612 27559 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516737792 8908800 252 33554432000 4194304 4922060 140734064329168 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29612/statm: 2175 252 211 178 0 68 0
[pid=29613] ppid=29612 vsize=404732 CPUtime=4.88 cores=0,2,4,6
/proc/29613/stat : 29613 (priss) S 29612 29612 27559 0 -1 4202496 59602 0 0 0 470 18 0 0 18 0 5 0 516737792 414445568 51446 33554432000 4194304 5787044 140735357393728 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29613/statm: 101183 51446 350 389 0 96933 0
[pid=29613/tid=29622] ppid=29612 vsize=404732 CPUtime=1.17 cores=0,2,4,6
/proc/29613/task/29622/stat : 29622 (priss) R 29612 29612 27559 0 -1 4202560 9174 0 0 0 112 5 0 0 19 0 5 0 516737815 414445568 51446 33554432000 4194304 5787044 140735357393728 18446744073709551615 18446744073699065971 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29613/tid=29623] ppid=29612 vsize=404732 CPUtime=1.14 cores=0,2,4,6
/proc/29613/task/29623/stat : 29623 (priss) R 29612 29612 27559 0 -1 4202560 8722 0 0 0 109 5 0 0 19 0 5 0 516737819 414445568 51446 33554432000 4194304 5787044 140735357393728 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29613/tid=29624] ppid=29612 vsize=404732 CPUtime=1.09 cores=0,2,4,6
/proc/29613/task/29624/stat : 29624 (priss) R 29612 29612 27559 0 -1 4202560 8947 0 0 0 108 1 0 0 19 0 5 0 516737823 414445568 51446 33554432000 4194304 5787044 140735357393728 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29613/tid=29625] ppid=29612 vsize=404732 CPUtime=1.09 cores=0,2,4,6
/proc/29613/task/29625/stat : 29625 (priss) R 29612 29612 27559 0 -1 4202560 7183 0 0 0 107 2 0 0 19 0 5 0 516737829 414445568 51446 33554432000 4194304 5787044 140735357393728 18446744073709551615 222921444354 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.88
Current children cumulated vsize (KiB) 413432

[startup+3.10035 s]
/proc/loadavg: 2.09 3.13 3.23 9/188 29629
/proc/meminfo: memFree=28262604/32951124 swapFree=67111356/67111528
[pid=29612] ppid=29610 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29612/stat : 29612 (prissAuto.sh) S 29610 29612 27559 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516737792 8908800 252 33554432000 4194304 4922060 140734064329168 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29612/statm: 2175 252 211 178 0 68 0
[pid=29613] ppid=29612 vsize=413068 CPUtime=11.28 cores=0,2,4,6
/proc/29613/stat : 29613 (priss) S 29612 29612 27559 0 -1 4202496 61726 0 0 0 1109 19 0 0 18 0 5 0 516737792 422981632 51482 33554432000 4194304 5787044 140735357393728 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29613/statm: 103267 51482 350 389 0 99017 0
[pid=29613/tid=29622] ppid=29612 vsize=413068 CPUtime=2.77 cores=0,2,4,6
/proc/29613/task/29622/stat : 29622 (priss) R 29612 29612 27559 0 -1 4202560 9705 0 0 0 272 5 0 0 23 0 5 0 516737815 422981632 51482 33554432000 4194304 5787044 140735357393728 18446744073709551615 4336181 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29613/tid=29623] ppid=29612 vsize=413068 CPUtime=2.74 cores=0,2,4,6
/proc/29613/task/29623/stat : 29623 (priss) R 29612 29612 27559 0 -1 4202560 9253 0 0 0 269 5 0 0 22 0 5 0 516737819 422981632 51482 33554432000 4194304 5787044 140735357393728 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29613/tid=29624] ppid=29612 vsize=413068 CPUtime=2.7 cores=0,2,4,6
/proc/29613/task/29624/stat : 29624 (priss) R 29612 29612 27559 0 -1 4202560 9478 0 0 0 268 2 0 0 22 0 5 0 516737823 422981632 51482 33554432000 4194304 5787044 140735357393728 18446744073709551615 4336234 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29613/tid=29625] ppid=29612 vsize=413068 CPUtime=2.7 cores=0,2,4,6
/proc/29613/task/29625/stat : 29625 (priss) R 29612 29612 27559 0 -1 4202560 7714 0 0 0 267 3 0 0 22 0 5 0 516737829 422981632 51482 33554432000 4194304 5787044 140735357393728 18446744073709551615 4335752 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.28
Current children cumulated vsize (KiB) 421768

[startup+6.30077 s]
/proc/loadavg: 2.64 3.22 3.26 9/188 29629
/proc/meminfo: memFree=28245848/32951124 swapFree=67111356/67111528
[pid=29612] ppid=29610 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29612/stat : 29612 (prissAuto.sh) S 29610 29612 27559 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516737792 8908800 252 33554432000 4194304 4922060 140734064329168 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29612/statm: 2175 252 211 178 0 68 0
[pid=29613] ppid=29612 vsize=432884 CPUtime=24.05 cores=0,2,4,6
/proc/29613/stat : 29613 (priss) S 29612 29612 27559 0 -1 4202496 70269 0 0 0 2384 21 0 0 18 0 5 0 516737792 443273216 60025 33554432000 4194304 5787044 140735357393728 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29613/statm: 108221 60025 355 389 0 103971 0
[pid=29613/tid=29622] ppid=29612 vsize=432884 CPUtime=5.96 cores=0,2,4,6
/proc/29613/task/29622/stat : 29622 (priss) R 29612 29612 27559 0 -1 4202560 11423 0 0 0 590 6 0 0 25 0 5 0 516737815 443273216 60025 33554432000 4194304 5787044 140735357393728 18446744073709551615 222921470957 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29613/tid=29623] ppid=29612 vsize=432884 CPUtime=5.93 cores=0,2,4,6
/proc/29613/task/29623/stat : 29623 (priss) R 29612 29612 27559 0 -1 4202560 11703 0 0 0 588 5 0 0 25 0 5 0 516737819 443273216 60025 33554432000 4194304 5787044 140735357393728 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29613/tid=29624] ppid=29612 vsize=432884 CPUtime=5.9 cores=0,2,4,6
/proc/29613/task/29624/stat : 29624 (priss) R 29612 29612 27559 0 -1 4202560 11426 0 0 0 588 2 0 0 25 0 5 0 516737823 443273216 60025 33554432000 4194304 5787044 140735357393728 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29613/tid=29625] ppid=29612 vsize=432884 CPUtime=5.89 cores=0,2,4,6
/proc/29613/task/29625/stat : 29625 (priss) R 29612 29612 27559 0 -1 4202560 10141 0 0 0 586 3 0 0 25 0 5 0 516737829 443273216 60025 33554432000 4194304 5787044 140735357393728 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 24.05
Current children cumulated vsize (KiB) 441584

[startup+12.7006 s]
/proc/loadavg: 3.07 3.30 3.28 9/188 29630
/proc/meminfo: memFree=28103912/32951124 swapFree=67111356/67111528
[pid=29612] ppid=29610 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29612/stat : 29612 (prissAuto.sh) S 29610 29612 27559 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516737792 8908800 252 33554432000 4194304 4922060 140734064329168 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29612/statm: 2175 252 211 178 0 68 0
[pid=29613] ppid=29612 vsize=437268 CPUtime=49.61 cores=0,2,4,6
/proc/29613/stat : 29613 (priss) S 29612 29612 27559 0 -1 4202496 85628 0 0 0 4936 25 0 0 18 0 5 0 516737792 447762432 71380 33554432000 4194304 5787044 140735357393728 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29613/statm: 109317 71380 418 389 0 105067 0
[pid=29613/tid=29622] ppid=29612 vsize=437268 CPUtime=12.31 cores=0,2,4,6
/proc/29613/task/29622/stat : 29622 (priss) R 29612 29612 27559 0 -1 4202560 15639 0 0 0 1225 6 0 0 25 0 5 0 516737815 447762432 71380 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29613/tid=29623] ppid=29612 vsize=437268 CPUtime=12.33 cores=0,2,4,6
/proc/29613/task/29623/stat : 29623 (priss) R 29612 29612 27559 0 -1 4202560 16643 0 0 0 1227 6 0 0 25 0 5 0 516737819 447762432 71380 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29613/tid=29624] ppid=29612 vsize=437268 CPUtime=12.29 cores=0,2,4,6
/proc/29613/task/29624/stat : 29624 (priss) R 29612 29612 27559 0 -1 4202560 13547 0 0 0 1226 3 0 0 25 0 5 0 516737823 447762432 71380 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591596 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29613/tid=29625] ppid=29612 vsize=437268 CPUtime=12.29 cores=0,2,4,6
/proc/29613/task/29625/stat : 29625 (priss) R 29612 29612 27559 0 -1 4202560 14223 0 0 0 1225 4 0 0 25 0 5 0 516737829 447762432 71380 33554432000 4194304 5787044 140735357393728 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 49.61
Current children cumulated vsize (KiB) 445968

[startup+25.5013 s]
/proc/loadavg: 4.16 3.53 3.36 9/188 29630
/proc/meminfo: memFree=28090048/32951124 swapFree=67111356/67111528
[pid=29612] ppid=29610 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29612/stat : 29612 (prissAuto.sh) S 29610 29612 27559 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516737792 8908800 252 33554432000 4194304 4922060 140734064329168 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29612/statm: 2175 252 211 178 0 68 0
[pid=29613] ppid=29612 vsize=439308 CPUtime=100.73 cores=0,2,4,6
/proc/29613/stat : 29613 (priss) S 29612 29612 27559 0 -1 4202496 87269 0 0 0 10046 27 0 0 18 0 5 0 516737792 449851392 73021 33554432000 4194304 5787044 140735357393728 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29613/statm: 109827 73021 418 389 0 105577 0
[pid=29613/tid=29622] ppid=29612 vsize=439308 CPUtime=25.04 cores=0,2,4,6
/proc/29613/task/29622/stat : 29622 (priss) R 29612 29612 27559 0 -1 4202560 16008 0 0 0 2497 7 0 0 25 0 5 0 516737815 449851392 73021 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29613/tid=29623] ppid=29612 vsize=439308 CPUtime=25.13 cores=0,2,4,6
/proc/29613/task/29623/stat : 29623 (priss) R 29612 29612 27559 0 -1 4202560 17098 0 0 0 2506 7 0 0 25 0 5 0 516737819 449851392 73021 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29613/tid=29624] ppid=29612 vsize=439308 CPUtime=25.1 cores=0,2,4,6
/proc/29613/task/29624/stat : 29624 (priss) R 29612 29612 27559 0 -1 4202560 14012 0 0 0 2506 4 0 0 25 0 5 0 516737823 449851392 73021 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29613/tid=29625] ppid=29612 vsize=439308 CPUtime=25.1 cores=0,2,4,6
/proc/29613/task/29625/stat : 29625 (priss) R 29612 29612 27559 0 -1 4202560 14575 0 0 0 2505 5 0 0 25 0 5 0 516737829 449851392 73021 33554432000 4194304 5787044 140735357393728 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 100.73
Current children cumulated vsize (KiB) 448008

[startup+51.1006 s]
/proc/loadavg: 5.54 3.91 3.48 9/188 29630
/proc/meminfo: memFree=28069888/32951124 swapFree=67111356/67111528
[pid=29612] ppid=29610 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29612/stat : 29612 (prissAuto.sh) S 29610 29612 27559 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516737792 8908800 252 33554432000 4194304 4922060 140734064329168 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29612/statm: 2175 252 211 178 0 68 0
[pid=29613] ppid=29612 vsize=442132 CPUtime=202.99 cores=0,2,4,6
/proc/29613/stat : 29613 (priss) S 29612 29612 27559 0 -1 4202496 89728 0 0 0 20269 30 0 0 18 0 5 0 516737792 452743168 75480 33554432000 4194304 5787044 140735357393728 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29613/statm: 110533 75480 419 389 0 106283 0
[pid=29613/tid=29622] ppid=29612 vsize=442132 CPUtime=50.51 cores=0,2,4,6
/proc/29613/task/29622/stat : 29622 (priss) R 29612 29612 27559 0 -1 4202560 16630 0 0 0 5043 8 0 0 25 0 5 0 516737815 452743168 75480 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29613/tid=29623] ppid=29612 vsize=442132 CPUtime=50.71 cores=0,2,4,6
/proc/29613/task/29623/stat : 29623 (priss) R 29612 29612 27559 0 -1 4202560 17783 0 0 0 5064 7 0 0 25 0 5 0 516737819 452743168 75480 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29613/tid=29624] ppid=29612 vsize=442132 CPUtime=50.7 cores=0,2,4,6
/proc/29613/task/29624/stat : 29624 (priss) R 29612 29612 27559 0 -1 4202560 14404 0 0 0 5065 5 0 0 25 0 5 0 516737823 452743168 75480 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591640 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29613/tid=29625] ppid=29612 vsize=442132 CPUtime=50.69 cores=0,2,4,6
/proc/29613/task/29625/stat : 29625 (priss) R 29612 29612 27559 0 -1 4202560 15335 0 0 0 5064 5 0 0 25 0 5 0 516737829 452743168 75480 33554432000 4194304 5787044 140735357393728 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 202.99
Current children cumulated vsize (KiB) 450832

[startup+102.307 s]
/proc/loadavg: 7.05 4.57 3.73 9/188 29632
/proc/meminfo: memFree=28032184/32951124 swapFree=67111356/67111528
[pid=29612] ppid=29610 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29612/stat : 29612 (prissAuto.sh) S 29610 29612 27559 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516737792 8908800 252 33554432000 4194304 4922060 140734064329168 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29612/statm: 2175 252 211 178 0 68 0
[pid=29613] ppid=29612 vsize=451392 CPUtime=407.52 cores=0,2,4,6
/proc/29613/stat : 29613 (priss) S 29612 29612 27559 0 -1 4202496 94213 0 0 0 40716 36 0 0 18 0 5 0 516737792 462225408 79961 33554432000 4194304 5787044 140735357393728 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29613/statm: 112848 79961 419 389 0 108598 0
[pid=29613/tid=29622] ppid=29612 vsize=451392 CPUtime=101.43 cores=0,2,4,6
/proc/29613/task/29622/stat : 29622 (priss) R 29612 29612 27559 0 -1 4202560 18738 0 0 0 10133 10 0 0 25 0 5 0 516737815 462225408 79961 33554432000 4194304 5787044 140735357393728 18446744073709551615 5586761 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29613/tid=29623] ppid=29612 vsize=451392 CPUtime=101.91 cores=0,2,4,6
/proc/29613/task/29623/stat : 29623 (priss) R 29612 29612 27559 0 -1 4202560 18668 0 0 0 10183 8 0 0 25 0 5 0 516737819 462225408 79961 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29613/tid=29624] ppid=29612 vsize=451392 CPUtime=101.9 cores=0,2,4,6
/proc/29613/task/29624/stat : 29624 (priss) R 29612 29612 27559 0 -1 4202560 15030 0 0 0 10183 7 0 0 25 0 5 0 516737823 462225408 79961 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=29613/tid=29625] ppid=29612 vsize=451392 CPUtime=101.89 cores=0,2,4,6

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


[startup+882.3 s]
/proc/loadavg: 8.28 7.86 6.18 9/188 29685
/proc/meminfo: memFree=28048140/32951124 swapFree=67111356/67111528
[pid=29612] ppid=29610 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29612/stat : 29612 (prissAuto.sh) S 29610 29612 27559 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516737792 8908800 252 33554432000 4194304 4922060 140734064329168 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29612/statm: 2175 252 211 178 0 68 0
[pid=29613] ppid=29612 vsize=711436 CPUtime=3523.14 cores=0,2,4,6
/proc/29613/stat : 29613 (priss) S 29612 29612 27559 0 -1 4202496 132997 0 0 0 352237 77 0 0 18 0 5 0 516737792 728510464 117915 33554432000 4194304 5787044 140735357393728 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29613/statm: 177859 117915 419 389 0 173609 0
[pid=29613/tid=29622] ppid=29612 vsize=711436 CPUtime=881.41 cores=0,2,4,6
/proc/29613/task/29622/stat : 29622 (priss) R 29612 29612 27559 0 -1 4202560 29511 0 0 0 88121 20 0 0 25 0 5 0 516737815 728510464 117915 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29613/tid=29623] ppid=29612 vsize=711436 CPUtime=881.8 cores=0,2,4,6
/proc/29613/task/29623/stat : 29623 (priss) R 29612 29612 27559 0 -1 4202560 27851 0 0 0 88160 20 0 0 25 0 5 0 516737819 728510464 117915 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29613/tid=29624] ppid=29612 vsize=711436 CPUtime=877.67 cores=0,2,4,6
/proc/29613/task/29624/stat : 29624 (priss) R 29612 29612 27559 0 -1 4202560 23803 0 0 0 87751 16 0 0 25 0 5 0 516737823 728510464 117915 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29613/tid=29625] ppid=29612 vsize=711436 CPUtime=881.88 cores=0,2,4,6
/proc/29613/task/29625/stat : 29625 (priss) R 29612 29612 27559 0 -1 4202560 26256 0 0 0 88172 16 0 0 25 0 5 0 516737829 728510464 117915 33554432000 4194304 5787044 140735357393728 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3523.14
Current children cumulated vsize (KiB) 720136

[startup+942.301 s]
/proc/loadavg: 8.17 7.90 6.30 9/188 29686
/proc/meminfo: memFree=27980100/32951124 swapFree=67111356/67111528
[pid=29612] ppid=29610 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29612/stat : 29612 (prissAuto.sh) S 29610 29612 27559 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516737792 8908800 252 33554432000 4194304 4922060 140734064329168 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29612/statm: 2175 252 211 178 0 68 0
[pid=29613] ppid=29612 vsize=718876 CPUtime=3762.81 cores=0,2,4,6
/proc/29613/stat : 29613 (priss) S 29612 29612 27559 0 -1 4202496 136734 0 0 0 376200 81 0 0 18 0 5 0 516737792 736129024 121652 33554432000 4194304 5787044 140735357393728 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29613/statm: 179719 121652 419 389 0 175469 0
[pid=29613/tid=29622] ppid=29612 vsize=718876 CPUtime=941.4 cores=0,2,4,6
/proc/29613/task/29622/stat : 29622 (priss) R 29612 29612 27559 0 -1 4202560 29698 0 0 0 94120 20 0 0 25 0 5 0 516737815 736129024 121652 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29613/tid=29623] ppid=29612 vsize=718876 CPUtime=941.8 cores=0,2,4,6
/proc/29613/task/29623/stat : 29623 (priss) R 29612 29612 27559 0 -1 4202560 29721 0 0 0 94158 22 0 0 25 0 5 0 516737819 736129024 121652 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29613/tid=29624] ppid=29612 vsize=718876 CPUtime=937.35 cores=0,2,4,6
/proc/29613/task/29624/stat : 29624 (priss) R 29612 29612 27559 0 -1 4202560 24556 0 0 0 93718 17 0 0 25 0 5 0 516737823 736129024 121652 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29613/tid=29625] ppid=29612 vsize=718876 CPUtime=941.89 cores=0,2,4,6
/proc/29613/task/29625/stat : 29625 (priss) R 29612 29612 27559 0 -1 4202560 27183 0 0 0 94171 18 0 0 25 0 5 0 516737829 736129024 121652 33554432000 4194304 5787044 140735357393728 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3762.81
Current children cumulated vsize (KiB) 727576

[startup+1002.3 s]
/proc/loadavg: 8.13 7.93 6.41 9/188 29688
/proc/meminfo: memFree=27928980/32951124 swapFree=67111356/67111528
[pid=29612] ppid=29610 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29612/stat : 29612 (prissAuto.sh) S 29610 29612 27559 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516737792 8908800 252 33554432000 4194304 4922060 140734064329168 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29612/statm: 2175 252 211 178 0 68 0
[pid=29613] ppid=29612 vsize=731136 CPUtime=4002.47 cores=0,2,4,6
/proc/29613/stat : 29613 (priss) S 29612 29612 27559 0 -1 4202496 142124 0 0 0 400162 85 0 0 18 0 5 0 516737792 748683264 127042 33554432000 4194304 5787044 140735357393728 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29613/statm: 182784 127042 419 389 0 178534 0
[pid=29613/tid=29622] ppid=29612 vsize=731136 CPUtime=1001.4 cores=0,2,4,6
/proc/29613/task/29622/stat : 29622 (priss) R 29612 29612 27559 0 -1 4202560 30214 0 0 0 100119 21 0 0 25 0 5 0 516737815 748683264 127042 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591833 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29613/tid=29623] ppid=29612 vsize=731136 CPUtime=1001.6 cores=0,2,4,6
/proc/29613/task/29623/stat : 29623 (priss) R 29612 29612 27559 0 -1 4202560 32776 0 0 0 100138 22 0 0 25 0 5 0 516737819 748683264 127042 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29613/tid=29624] ppid=29612 vsize=731136 CPUtime=997.21 cores=0,2,4,6
/proc/29613/task/29624/stat : 29624 (priss) R 29612 29612 27559 0 -1 4202560 25367 0 0 0 99703 18 0 0 25 0 5 0 516737823 748683264 127042 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29613/tid=29625] ppid=29612 vsize=731136 CPUtime=1001.88 cores=0,2,4,6
/proc/29613/task/29625/stat : 29625 (priss) R 29612 29612 27559 0 -1 4202560 28191 0 0 0 100169 19 0 0 25 0 5 0 516737829 748683264 127042 33554432000 4194304 5787044 140735357393728 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4002.47
Current children cumulated vsize (KiB) 739836

[startup+1062.3 s]
/proc/loadavg: 8.05 7.94 6.51 9/188 29690
/proc/meminfo: memFree=27887272/32951124 swapFree=67111356/67111528
[pid=29612] ppid=29610 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29612/stat : 29612 (prissAuto.sh) S 29610 29612 27559 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516737792 8908800 252 33554432000 4194304 4922060 140734064329168 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29612/statm: 2175 252 211 178 0 68 0
[pid=29613] ppid=29612 vsize=735044 CPUtime=4242.14 cores=0,2,4,6
/proc/29613/stat : 29613 (priss) S 29612 29612 27559 0 -1 4202496 145540 0 0 0 424123 91 0 0 18 0 5 0 516737792 752685056 130458 33554432000 4194304 5787044 140735357393728 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29613/statm: 183761 130458 419 389 0 179511 0
[pid=29613/tid=29622] ppid=29612 vsize=735044 CPUtime=1061.39 cores=0,2,4,6
/proc/29613/task/29622/stat : 29622 (priss) R 29612 29612 27559 0 -1 4202560 31040 0 0 0 106117 22 0 0 25 0 5 0 516737815 752685056 130458 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29613/tid=29623] ppid=29612 vsize=735044 CPUtime=1061.27 cores=0,2,4,6
/proc/29613/task/29623/stat : 29623 (priss) R 29612 29612 27559 0 -1 4202560 33816 0 0 0 106104 23 0 0 25 0 5 0 516737819 752685056 130458 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29613/tid=29624] ppid=29612 vsize=735044 CPUtime=1057.21 cores=0,2,4,6
/proc/29613/task/29624/stat : 29624 (priss) R 29612 29612 27559 0 -1 4202560 26084 0 0 0 105701 20 0 0 25 0 5 0 516737823 752685056 130458 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29613/tid=29625] ppid=29612 vsize=735044 CPUtime=1061.89 cores=0,2,4,6
/proc/29613/task/29625/stat : 29625 (priss) R 29612 29612 27559 0 -1 4202560 29024 0 0 0 106168 21 0 0 25 0 5 0 516737829 752685056 130458 33554432000 4194304 5787044 140735357393728 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4242.14
Current children cumulated vsize (KiB) 743744

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

[startup+1068.7 s]
/proc/loadavg: 8.04 7.94 6.51 9/188 29690
/proc/meminfo: memFree=27886640/32951124 swapFree=67111356/67111528
[pid=29612] ppid=29610 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29612/stat : 29612 (prissAuto.sh) S 29610 29612 27559 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516737792 8908800 252 33554432000 4194304 4922060 140734064329168 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29612/statm: 2175 252 211 178 0 68 0
[pid=29613] ppid=29612 vsize=735044 CPUtime=4267.7 cores=0,2,4,6
/proc/29613/stat : 29613 (priss) S 29612 29612 27559 0 -1 4202496 145686 0 0 0 426679 91 0 0 18 0 5 0 516737792 752685056 130604 33554432000 4194304 5787044 140735357393728 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29613/statm: 183761 130604 419 389 0 179511 0
[pid=29613/tid=29622] ppid=29612 vsize=735044 CPUtime=1067.79 cores=0,2,4,6
/proc/29613/task/29622/stat : 29622 (priss) R 29612 29612 27559 0 -1 4202560 31137 0 0 0 106757 22 0 0 25 0 5 0 516737815 752685056 130604 33554432000 4194304 5787044 140735357393728 18446744073709551615 4217604 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29613/tid=29623] ppid=29612 vsize=735044 CPUtime=1067.64 cores=0,2,4,6
/proc/29613/task/29623/stat : 29623 (priss) R 29612 29612 27559 0 -1 4202560 33816 0 0 0 106741 23 0 0 25 0 5 0 516737819 752685056 130604 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29613/tid=29624] ppid=29612 vsize=735044 CPUtime=1063.61 cores=0,2,4,6
/proc/29613/task/29624/stat : 29624 (priss) R 29612 29612 27559 0 -1 4202560 26127 0 0 0 106341 20 0 0 25 0 5 0 516737823 752685056 130604 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29613/tid=29625] ppid=29612 vsize=735044 CPUtime=1068.29 cores=0,2,4,6
/proc/29613/task/29625/stat : 29625 (priss) R 29612 29612 27559 0 -1 4202560 29030 0 0 0 106808 21 0 0 25 0 5 0 516737829 752685056 130604 33554432000 4194304 5787044 140735357393728 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4267.7
Current children cumulated vsize (KiB) 743744

[startup+1071.9 s]
/proc/loadavg: 8.04 7.94 6.52 9/188 29690
/proc/meminfo: memFree=27885648/32951124 swapFree=67111356/67111528
[pid=29612] ppid=29610 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29612/stat : 29612 (prissAuto.sh) S 29610 29612 27559 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516737792 8908800 252 33554432000 4194304 4922060 140734064329168 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29612/statm: 2175 252 211 178 0 68 0
[pid=29613] ppid=29612 vsize=735044 CPUtime=4280.48 cores=0,2,4,6
/proc/29613/stat : 29613 (priss) S 29612 29612 27559 0 -1 4202496 146044 0 0 0 427957 91 0 0 18 0 5 0 516737792 752685056 130760 33554432000 4194304 5787044 140735357393728 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29613/statm: 183761 130760 419 389 0 179511 0
[pid=29613/tid=29622] ppid=29612 vsize=735044 CPUtime=1070.99 cores=0,2,4,6
/proc/29613/task/29622/stat : 29622 (priss) R 29612 29612 27559 0 -1 4202560 31453 0 0 0 107077 22 0 0 25 0 5 0 516737815 752685056 130760 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29613/tid=29623] ppid=29612 vsize=735044 CPUtime=1070.82 cores=0,2,4,6
/proc/29613/task/29623/stat : 29623 (priss) R 29612 29612 27559 0 -1 4202560 33816 0 0 0 107059 23 0 0 25 0 5 0 516737819 752685056 130760 33554432000 4194304 5787044 140735357393728 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29613/tid=29624] ppid=29612 vsize=735044 CPUtime=1066.81 cores=0,2,4,6
/proc/29613/task/29624/stat : 29624 (priss) R 29612 29612 27559 0 -1 4202560 26154 0 0 0 106661 20 0 0 25 0 5 0 516737823 752685056 130760 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29613/tid=29625] ppid=29612 vsize=735044 CPUtime=1071.49 cores=0,2,4,6
/proc/29613/task/29625/stat : 29625 (priss) R 29612 29612 27559 0 -1 4202560 29045 0 0 0 107128 21 0 0 25 0 5 0 516737829 752685056 130760 33554432000 4194304 5787044 140735357393728 18446744073709551615 4692090 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4280.48
Current children cumulated vsize (KiB) 743744

[startup+1072.7 s]
/proc/loadavg: 8.04 7.94 6.52 9/188 29690
/proc/meminfo: memFree=27884656/32951124 swapFree=67111356/67111528
[pid=29612] ppid=29610 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29612/stat : 29612 (prissAuto.sh) S 29610 29612 27559 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516737792 8908800 252 33554432000 4194304 4922060 140734064329168 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29612/statm: 2175 252 211 178 0 68 0
[pid=29613] ppid=29612 vsize=735044 CPUtime=4283.68 cores=0,2,4,6
/proc/29613/stat : 29613 (priss) S 29612 29612 27559 0 -1 4202496 146340 0 0 0 428277 91 0 0 18 0 5 0 516737792 752685056 130851 33554432000 4194304 5787044 140735357393728 18446744073709551615 222933600689 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29613/statm: 183761 130851 419 389 0 179511 0
[pid=29613/tid=29622] ppid=29612 vsize=735044 CPUtime=1071.79 cores=0,2,4,6
/proc/29613/task/29622/stat : 29622 (priss) R 29612 29612 27559 0 -1 4202560 31453 0 0 0 107157 22 0 0 25 0 5 0 516737815 752685056 130851 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29613/tid=29623] ppid=29612 vsize=735044 CPUtime=1071.61 cores=0,2,4,6
/proc/29613/task/29623/stat : 29623 (priss) R 29612 29612 27559 0 -1 4202560 33816 0 0 0 107138 23 0 0 25 0 5 0 516737819 752685056 130851 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29613/tid=29624] ppid=29612 vsize=735044 CPUtime=1067.61 cores=0,2,4,6
/proc/29613/task/29624/stat : 29624 (priss) R 29612 29612 27559 0 -1 4202560 26155 0 0 0 106741 20 0 0 25 0 5 0 516737823 752685056 130851 33554432000 4194304 5787044 140735357393728 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29613/tid=29625] ppid=29612 vsize=735044 CPUtime=1072.29 cores=0,2,4,6
/proc/29613/task/29625/stat : 29625 (priss) R 29612 29612 27559 0 -1 4202560 29340 0 0 0 107208 21 0 0 25 0 5 0 516737829 752685056 130851 33554432000 4194304 5787044 140735357393728 18446744073709551615 5521958 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4283.68
Current children cumulated vsize (KiB) 743744

[startup+1073.1 s]
/proc/loadavg: 8.04 7.94 6.52 9/188 29690
/proc/meminfo: memFree=27884656/32951124 swapFree=67111356/67111528
[pid=29612] ppid=29610 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29612/stat : 29612 (prissAuto.sh) S 29610 29612 27559 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516737792 8908800 252 33554432000 4194304 4922060 140734064329168 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29612/statm: 2175 252 211 178 0 68 0
[pid=29613] ppid=29612 vsize=731372 CPUtime=4284.98 cores=0,2,4,6
/proc/29613/stat : 29613 (priss) S 29612 29612 27559 0 -1 4202496 146903 0 0 0 428406 92 0 0 18 0 2 0 516737792 748924928 130905 33554432000 4194304 5787044 140735357393728 18446744073709551615 222933579749 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29613/statm: 182843 130905 447 389 0 178593 0
[pid=29613/tid=29625] ppid=29612 vsize=731372 CPUtime=1072.67 cores=0,2,4,6
/proc/29613/task/29625/stat : 29625 (priss) R 29612 29612 27559 0 -1 4202560 29875 0 0 0 107246 21 0 0 25 0 2 0 516737829 748924928 130905 33554432000 4194304 5787044 140735357393728 18446744073709551615 4330760 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4284.98
Current children cumulated vsize (KiB) 740072

[startup+1073.3 s]
/proc/loadavg: 8.04 7.94 6.52 9/188 29690
/proc/meminfo: memFree=27884656/32951124 swapFree=67111356/67111528
[pid=29612] ppid=29610 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29612/stat : 29612 (prissAuto.sh) S 29610 29612 27559 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516737792 8908800 252 33554432000 4194304 4922060 140734064329168 18446744073709551615 222921596037 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29612/statm: 2175 252 211 178 0 68 0
[pid=29613] ppid=29612 vsize=735676 CPUtime=4285.07 cores=0,2,4,6
/proc/29613/stat : 29613 (priss) S 29612 29612 27559 0 -1 4202496 147633 0 0 0 428415 92 0 0 18 0 2 0 516737792 753332224 131581 33554432000 4194304 5787044 140735357393728 18446744073709551615 222933579749 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29613/statm: 183919 131581 465 389 0 179669 0
[pid=29613/tid=29625] ppid=29612 vsize=735676 CPUtime=1072.76 cores=0,2,4,6
/proc/29613/task/29625/stat : 29625 (priss) D 29612 29612 27559 0 -1 4202560 30605 0 0 0 107255 21 0 0 25 0 2 0 516737829 753332224 131581 33554432000 4194304 5787044 140735357393728 18446744073709551615 47399775762187 0 0 4096 0 18446744071562234166 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4285.07
Current children cumulated vsize (KiB) 744376

Child status: 20
Real time (s): 1073.38
CPU time (s): 4285.11
CPU user time (s): 4284.16
CPU system time (s): 0.947855
CPU usage (%): 399.215
Max. virtual memory (cumulated for all children) (KiB): 744376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4284.16
system time used= 0.947855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147992
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15323
involuntary context switches= 20631

runsolver used 1.66175 second user time and 4.19436 second system time

The end

Launcher Data

Begin job on node109 at 2011-04-29 06:29:30
IDJOB=3288698
IDBENCH=82502
IDSOLVER=1602
FILE ID=node109/3288698-1304051370
RUNJOBID= node109-1304051370-29598
PBS_JOBID= 13170356
Free space on /tmp= 72356 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/application/manthey/traffic/traffic_3b_unknown.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288698-1304051370/watcher-3288698-1304051370 -o /tmp/evaluation-result-3288698-1304051370/solver-3288698-1304051370 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3288698-1304051370.cnf 683506094 4800 15500 4

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

MD5SUM BENCH= b8621ec1841e055a001ab32c33f2b68c
RANDOM SEED=683506094

node109.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.809
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.61
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.809
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.75
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.809
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.809
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.75
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.809
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.82
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.809
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.75
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.809
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.82
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28717588 kB
Buffers:        877808 kB
Cached:        2861796 kB
SwapCached:        168 kB
Active:         831508 kB
Inactive:      2976104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28717588 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:           29176 kB
Writeback:           0 kB
AnonPages:       67552 kB
Mapped:          14504 kB
Slab:           361500 kB
PageTables:       4712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   190944 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= 72364 MiB
End job on node109 at 2011-04-29 06:47:24