Trace number 3288422

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 3471.43 869.486

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_kkb_unknown.cnf
MD5SUM254fcd4eae8129ad5842f186e24e0793
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark110.799
Satisfiable
(Un)Satisfiability was proved
Number of variables34510
Number of clauses701694
Sum of the clauses size2616281
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 252869
Number of clauses of size 384757
Number of clauses of size 4564068
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: 29049
0.00/0.00	c setup for 4cores
0.00/0.23	c parsetime: 228924us
0.00/0.23	c parsed 701694 clauses with 34510 variables
0.00/0.27	c NW started thread 0 successfully (1106798912)
0.00/0.32	c NW started thread 1 successfully (1117288768)
0.00/0.37	c NW started thread 2 successfully (1127778624)
0.00/0.43	c NW started thread 3 successfully (1093544256)
35.34/9.17	c preprocessor returned 36510 variables
35.34/9.17	c preprocessing returned UNKNOWN
35.34/9.17	c PP set 0 variables
35.34/9.17	c pp time: 8727747us (8s)
35.34/9.18	c preprocessor returned 34810 variables
35.34/9.18	c preprocessing returned UNKNOWN
35.34/9.18	c PP set 0 variables
35.34/9.18	c pp time: 8904092us (8s)
35.74/9.28	c preprocessor returned 34810 variables
35.74/9.28	c preprocessing returned UNKNOWN
35.74/9.28	c PP set 0 variables
35.74/9.28	c pp time: 8942623us (8s)
36.16/9.32	c preprocessor returned 34810 variables
36.16/9.32	c preprocessing returned UNKNOWN
36.16/9.32	c PP set 0 variables
36.16/9.32	c pp time: 8932405us (8s)
3043.50/762.23	c added unsatisfied clause
3043.50/762.23	c failed to add network clauses
3156.95/790.60	c added unsatisfied clause
3156.95/790.60	c failed to add network clauses
3164.14/792.43	c added unsatisfied clause
3164.14/792.43	c failed to add network clauses
3446.94/863.21	c added unsatisfied clause
3446.94/863.21	c failed to add network clauses
3456.53/865.66	c added unsatisfied clause
3456.53/865.66	c failed to add network clauses
3470.51/869.12	c ====================
3470.51/869.12	c implication/decision inf%(inf)
3470.51/869.12	c decisions:           1433964
3470.51/869.12	c last level:          0
3470.51/869.12	c conflicts:           1131646
3470.51/869.12	c restarts:            7504
3470.51/869.12	c rejected_restarts    0
3470.51/869.12	c removals:            20
3470.51/869.12	c removed clauses:     747812
3470.51/869.12	c oft clauses:         0
3470.90/869.26	c solvetime: 860078178us (860s)
3470.90/869.28	c sended clauses   | 59442 | 59505 | 45042 | 62950 |
3470.90/869.28	c received clauses | 42 | 52 | 43 | 56 |
3470.90/869.28	c join all other threads
3470.90/869.28	c joined thread 0
3470.90/869.28	c joined thread 1
3470.90/869.28	c joined thread 2
3471.33/869.45	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-3288422-1304050956/watcher-3288422-1304050956 -o /tmp/evaluation-result-3288422-1304050956/solver-3288422-1304050956 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3288422-1304050956.cnf 2100722890 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: 8.06 8.04 7.98 5/182 29048
/proc/meminfo: memFree=23484100/32951124 swapFree=67111524/67111528
[pid=29048] ppid=29046 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29048/stat : 29048 (prissAuto.sh) S 29046 29048 28051 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516693419 8908800 252 33554432000 4194304 4922060 140736768503232 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29048/statm: 2175 252 211 178 0 68 0

[startup+0.0868519 s]
/proc/loadavg: 8.06 8.04 7.98 5/182 29048
/proc/meminfo: memFree=23484100/32951124 swapFree=67111524/67111528
[pid=29048] ppid=29046 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29048/stat : 29048 (prissAuto.sh) S 29046 29048 28051 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516693419 8908800 252 33554432000 4194304 4922060 140736768503232 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29048/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100845 s]
/proc/loadavg: 8.06 8.04 7.98 5/182 29048
/proc/meminfo: memFree=23484100/32951124 swapFree=67111524/67111528
[pid=29048] ppid=29046 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29048/stat : 29048 (prissAuto.sh) S 29046 29048 28051 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516693419 8908800 252 33554432000 4194304 4922060 140736768503232 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29048/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300821 s]
/proc/loadavg: 8.06 8.04 7.98 5/182 29048
/proc/meminfo: memFree=23484100/32951124 swapFree=67111524/67111528
[pid=29048] ppid=29046 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29048/stat : 29048 (prissAuto.sh) S 29046 29048 28051 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516693419 8908800 252 33554432000 4194304 4922060 140736768503232 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29048/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.22961 s]
/proc/loadavg: 8.06 8.04 7.98 5/182 29048
/proc/meminfo: memFree=23484100/32951124 swapFree=67111524/67111528
[pid=29048] ppid=29046 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29048/stat : 29048 (prissAuto.sh) S 29046 29048 28051 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516693419 8908800 252 33554432000 4194304 4922060 140736768503232 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29048/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50056 s]
/proc/loadavg: 8.06 8.04 7.98 5/182 29048
/proc/meminfo: memFree=23484100/32951124 swapFree=67111524/67111528
[pid=29048] ppid=29046 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29048/stat : 29048 (prissAuto.sh) S 29046 29048 28051 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516693419 8908800 252 33554432000 4194304 4922060 140736768503232 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29048/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10027 s]
/proc/loadavg: 8.05 8.04 7.98 9/188 29054
/proc/meminfo: memFree=23237664/32951124 swapFree=67111524/67111528
[pid=29048] ppid=29046 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29048/stat : 29048 (prissAuto.sh) S 29046 29048 28051 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516693419 8908800 252 33554432000 4194304 4922060 140736768503232 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29048/statm: 2175 252 211 178 0 68 0
[pid=29049] ppid=29048 vsize=450440 CPUtime=11.37 cores=0,2,4,6
/proc/29049/stat : 29049 (priss) S 29048 29048 28051 0 -1 4202496 69019 0 0 0 1125 12 0 0 18 0 5 0 516693419 461250560 61352 33554432000 4194304 5787044 140735787704256 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29049/statm: 112610 61352 350 389 0 108360 0
[pid=29049/tid=29051] ppid=29048 vsize=450440 CPUtime=2.81 cores=0,2,4,6
/proc/29049/task/29051/stat : 29051 (priss) R 29048 29048 28051 0 -1 4202560 9713 0 0 0 279 2 0 0 23 0 5 0 516693447 461250560 61352 33554432000 4194304 5787044 140735787704256 18446744073709551615 4336181 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29049/tid=29052] ppid=29048 vsize=450440 CPUtime=2.75 cores=0,2,4,6
/proc/29049/task/29052/stat : 29052 (priss) R 29048 29048 28051 0 -1 4202560 9351 0 0 0 274 1 0 0 22 0 5 0 516693452 461250560 61352 33554432000 4194304 5787044 140735787704256 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29049/tid=29053] ppid=29048 vsize=450440 CPUtime=2.69 cores=0,2,4,6
/proc/29049/task/29053/stat : 29053 (priss) R 29048 29048 28051 0 -1 4202560 8316 0 0 0 268 1 0 0 23 0 5 0 516693457 461250560 61352 33554432000 4194304 5787044 140735787704256 18446744073709551615 4335724 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29049/tid=29054] ppid=29048 vsize=450440 CPUtime=2.66 cores=0,2,4,6
/proc/29049/task/29054/stat : 29054 (priss) R 29048 29048 28051 0 -1 4202560 9092 0 0 0 264 2 0 0 22 0 5 0 516693463 461250560 61352 33554432000 4194304 5787044 140735787704256 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 11.37
Current children cumulated vsize (KiB) 459140

[startup+6.30069 s]
/proc/loadavg: 8.05 8.04 7.98 9/188 29054
/proc/meminfo: memFree=23223648/32951124 swapFree=67111524/67111528
[pid=29048] ppid=29046 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29048/stat : 29048 (prissAuto.sh) S 29046 29048 28051 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516693419 8908800 252 33554432000 4194304 4922060 140736768503232 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29048/statm: 2175 252 211 178 0 68 0
[pid=29049] ppid=29048 vsize=465500 CPUtime=24.16 cores=0,2,4,6
/proc/29049/stat : 29049 (priss) S 29048 29048 28051 0 -1 4202496 75318 0 0 0 2403 13 0 0 18 0 5 0 516693419 476672000 64907 33554432000 4194304 5787044 140735787704256 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29049/statm: 116375 64907 352 389 0 112125 0
[pid=29049/tid=29051] ppid=29048 vsize=465500 CPUtime=6.01 cores=0,2,4,6
/proc/29049/task/29051/stat : 29051 (priss) R 29048 29048 28051 0 -1 4202560 10932 0 0 0 599 2 0 0 25 0 5 0 516693447 476672000 64907 33554432000 4194304 5787044 140735787704256 18446744073709551615 212687372870 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29049/tid=29052] ppid=29048 vsize=465500 CPUtime=5.96 cores=0,2,4,6
/proc/29049/task/29052/stat : 29052 (priss) R 29048 29048 28051 0 -1 4202560 11183 0 0 0 594 2 0 0 25 0 5 0 516693452 476672000 64907 33554432000 4194304 5787044 140735787704256 18446744073709551615 4336214 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29049/tid=29053] ppid=29048 vsize=465500 CPUtime=5.88 cores=0,2,4,6
/proc/29049/task/29053/stat : 29053 (priss) R 29048 29048 28051 0 -1 4202560 9012 0 0 0 586 2 0 0 25 0 5 0 516693457 476672000 64907 33554432000 4194304 5787044 140735787704256 18446744073709551615 4336773 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29049/tid=29054] ppid=29048 vsize=465500 CPUtime=5.86 cores=0,2,4,6
/proc/29049/task/29054/stat : 29054 (priss) R 29048 29048 28051 0 -1 4202560 11644 0 0 0 584 2 0 0 25 0 5 0 516693463 476672000 64907 33554432000 4194304 5787044 140735787704256 18446744073709551615 4321466 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.16
Current children cumulated vsize (KiB) 474200

[startup+12.7065 s]
/proc/loadavg: 8.04 8.04 7.98 9/188 29054
/proc/meminfo: memFree=23149528/32951124 swapFree=67111524/67111528
[pid=29048] ppid=29046 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29048/stat : 29048 (prissAuto.sh) S 29046 29048 28051 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516693419 8908800 252 33554432000 4194304 4922060 140736768503232 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29048/statm: 2175 252 211 178 0 68 0
[pid=29049] ppid=29048 vsize=488816 CPUtime=49.73 cores=0,2,4,6
/proc/29049/stat : 29049 (priss) S 29048 29048 28051 0 -1 4202496 98366 0 0 0 4956 17 0 0 18 0 5 0 516693419 500547584 83518 33554432000 4194304 5787044 140735787704256 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29049/statm: 122204 83518 419 389 0 117954 0
[pid=29049/tid=29051] ppid=29048 vsize=488816 CPUtime=12.42 cores=0,2,4,6
/proc/29049/task/29051/stat : 29051 (priss) R 29048 29048 28051 0 -1 4202560 18248 0 0 0 1239 3 0 0 25 0 5 0 516693447 500547584 83518 33554432000 4194304 5787044 140735787704256 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29049/tid=29052] ppid=29048 vsize=488816 CPUtime=12.36 cores=0,2,4,6
/proc/29049/task/29052/stat : 29052 (priss) R 29048 29048 28051 0 -1 4202560 16895 0 0 0 1233 3 0 0 25 0 5 0 516693452 500547584 83518 33554432000 4194304 5787044 140735787704256 18446744073709551615 5590420 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29049/tid=29053] ppid=29048 vsize=488816 CPUtime=12.24 cores=0,2,4,6
/proc/29049/task/29053/stat : 29053 (priss) R 29048 29048 28051 0 -1 4202560 13436 0 0 0 1222 2 0 0 25 0 5 0 516693457 500547584 83518 33554432000 4194304 5787044 140735787704256 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29049/tid=29054] ppid=29048 vsize=488816 CPUtime=12.26 cores=0,2,4,6
/proc/29049/task/29054/stat : 29054 (priss) R 29048 29048 28051 0 -1 4202560 17240 0 0 0 1223 3 0 0 25 0 5 0 516693463 500547584 83518 33554432000 4194304 5787044 140735787704256 18446744073709551615 5527209 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.73
Current children cumulated vsize (KiB) 497516

[startup+25.5012 s]
/proc/loadavg: 8.12 8.06 7.99 9/188 29055
/proc/meminfo: memFree=23142348/32951124 swapFree=67111524/67111528
[pid=29048] ppid=29046 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29048/stat : 29048 (prissAuto.sh) S 29046 29048 28051 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516693419 8908800 252 33554432000 4194304 4922060 140736768503232 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29048/statm: 2175 252 211 178 0 68 0
[pid=29049] ppid=29048 vsize=491108 CPUtime=100.85 cores=0,2,4,6
/proc/29049/stat : 29049 (priss) S 29048 29048 28051 0 -1 4202496 100359 0 0 0 10065 20 0 0 18 0 5 0 516693419 502894592 85511 33554432000 4194304 5787044 140735787704256 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29049/statm: 122777 85511 419 389 0 118527 0
[pid=29049/tid=29051] ppid=29048 vsize=491108 CPUtime=25.21 cores=0,2,4,6
/proc/29049/task/29051/stat : 29051 (priss) R 29048 29048 28051 0 -1 4202560 18745 0 0 0 2517 4 0 0 25 0 5 0 516693447 502894592 85511 33554432000 4194304 5787044 140735787704256 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29049/tid=29052] ppid=29048 vsize=491108 CPUtime=25.15 cores=0,2,4,6
/proc/29049/task/29052/stat : 29052 (priss) R 29048 29048 28051 0 -1 4202560 17391 0 0 0 2511 4 0 0 25 0 5 0 516693452 502894592 85511 33554432000 4194304 5787044 140735787704256 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29049/tid=29053] ppid=29048 vsize=491108 CPUtime=24.97 cores=0,2,4,6
/proc/29049/task/29053/stat : 29053 (priss) R 29048 29048 28051 0 -1 4202560 14008 0 0 0 2495 2 0 0 25 0 5 0 516693457 502894592 85511 33554432000 4194304 5787044 140735787704256 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29049/tid=29054] ppid=29048 vsize=491108 CPUtime=25.05 cores=0,2,4,6
/proc/29049/task/29054/stat : 29054 (priss) R 29048 29048 28051 0 -1 4202560 17668 0 0 0 2502 3 0 0 25 0 5 0 516693463 502894592 85511 33554432000 4194304 5787044 140735787704256 18446744073709551615 5528408 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.85
Current children cumulated vsize (KiB) 499808

[startup+51.1005 s]
/proc/loadavg: 8.14 8.07 7.99 9/188 29055
/proc/meminfo: memFree=23129684/32951124 swapFree=67111524/67111528
[pid=29048] ppid=29046 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29048/stat : 29048 (prissAuto.sh) S 29046 29048 28051 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516693419 8908800 252 33554432000 4194304 4922060 140736768503232 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29048/statm: 2175 252 211 178 0 68 0
[pid=29049] ppid=29048 vsize=493660 CPUtime=203.12 cores=0,2,4,6
/proc/29049/stat : 29049 (priss) S 29048 29048 28051 0 -1 4202496 103265 0 0 0 20288 24 0 0 18 0 5 0 516693419 505507840 88417 33554432000 4194304 5787044 140735787704256 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29049/statm: 123415 88417 419 389 0 119165 0
[pid=29049/tid=29051] ppid=29048 vsize=493660 CPUtime=50.82 cores=0,2,4,6
/proc/29049/task/29051/stat : 29051 (priss) R 29048 29048 28051 0 -1 4202560 19520 0 0 0 5077 5 0 0 25 0 5 0 516693447 505507840 88417 33554432000 4194304 5787044 140735787704256 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29049/tid=29052] ppid=29048 vsize=493660 CPUtime=50.76 cores=0,2,4,6
/proc/29049/task/29052/stat : 29052 (priss) R 29048 29048 28051 0 -1 4202560 18169 0 0 0 5070 6 0 0 25 0 5 0 516693452 505507840 88417 33554432000 4194304 5787044 140735787704256 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29049/tid=29053] ppid=29048 vsize=493660 CPUtime=50.44 cores=0,2,4,6
/proc/29049/task/29053/stat : 29053 (priss) R 29048 29048 28051 0 -1 4202560 14617 0 0 0 5041 3 0 0 25 0 5 0 516693457 505507840 88417 33554432000 4194304 5787044 140735787704256 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29049/tid=29054] ppid=29048 vsize=493660 CPUtime=50.65 cores=0,2,4,6
/proc/29049/task/29054/stat : 29054 (priss) R 29048 29048 28051 0 -1 4202560 18412 0 0 0 5061 4 0 0 25 0 5 0 516693463 505507840 88417 33554432000 4194304 5787044 140735787704256 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.12
Current children cumulated vsize (KiB) 502360

[startup+102.301 s]
/proc/loadavg: 8.18 8.08 8.00 9/188 29057
/proc/meminfo: memFree=23112040/32951124 swapFree=67111524/67111528
[pid=29048] ppid=29046 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29048/stat : 29048 (prissAuto.sh) S 29046 29048 28051 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516693419 8908800 252 33554432000 4194304 4922060 140736768503232 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29048/statm: 2175 252 211 178 0 68 0
[pid=29049] ppid=29048 vsize=497900 CPUtime=407.63 cores=0,2,4,6
/proc/29049/stat : 29049 (priss) S 29048 29048 28051 0 -1 4202496 107084 0 0 0 40733 30 0 0 18 0 5 0 516693419 509849600 92233 33554432000 4194304 5787044 140735787704256 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29049/statm: 124475 92233 419 389 0 120225 0
[pid=29049/tid=29051] ppid=29048 vsize=497900 CPUtime=102.01 cores=0,2,4,6
/proc/29049/task/29051/stat : 29051 (priss) R 29048 29048 28051 0 -1 4202560 20393 0 0 0 10195 6 0 0 25 0 5 0 516693447 509849600 92233 33554432000 4194304 5787044 140735787704256 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29049/tid=29052] ppid=29048 vsize=497900 CPUtime=101.95 cores=0,2,4,6
/proc/29049/task/29052/stat : 29052 (priss) R 29048 29048 28051 0 -1 4202560 19232 0 0 0 10187 8 0 0 25 0 5 0 516693452 509849600 92233 33554432000 4194304 5787044 140735787704256 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29049/tid=29053] ppid=29048 vsize=497900 CPUtime=101.35 cores=0,2,4,6
/proc/29049/task/29053/stat : 29053 (priss) R 29048 29048 28051 0 -1 4202560 15734 0 0 0 10132 3 0 0 25 0 5 0 516693457 509849600 92233 33554432000 4194304 5787044 140735787704256 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29049/tid=29054] ppid=29048 vsize=497900 CPUtime=101.85 cores=0,2,4,6
/proc/29049/task/29054/stat : 29054 (priss) R 29048 29048 28051 0 -1 4202560 19178 0 0 0 10179 6 0 0 25 0 5 0 516693463 509849600 92233 33554432000 4194304 5787044 140735787704256 18446744073709551615 5527147 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 407.63
Current children cumulated vsize (KiB) 506600

[startup+162.307 s]
/proc/loadavg: 8.13 8.08 8.00 9/188 29058
/proc/meminfo: memFree=23089168/32951124 swapFree=67111524/67111528
[pid=29048] ppid=29046 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29048/stat : 29048 (prissAuto.sh) S 29046 29048 28051 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516693419 8908800 252 33554432000 4194304 4922060 140736768503232 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29048/statm: 2175 252 211 178 0 68 0
[pid=29049] ppid=29048 vsize=509060 CPUtime=647.3 cores=0,2,4,6

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


[startup+822.307 s]
/proc/loadavg: 8.10 8.06 8.00 9/188 29141
/proc/meminfo: memFree=23367172/32951124 swapFree=67111524/67111528
[pid=29048] ppid=29046 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29048/stat : 29048 (prissAuto.sh) S 29046 29048 28051 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516693419 8908800 252 33554432000 4194304 4922060 140736768503232 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29048/statm: 2175 252 211 178 0 68 0
[pid=29049] ppid=29048 vsize=757480 CPUtime=3283.59 cores=0,2,4,6
/proc/29049/stat : 29049 (priss) S 29048 29048 28051 0 -1 4202496 144872 0 0 0 328284 75 0 0 18 0 5 0 516693419 775659520 129196 33554432000 4194304 5787044 140735787704256 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29049/statm: 189370 129196 419 389 0 185120 0
[pid=29049/tid=29051] ppid=29048 vsize=757480 CPUtime=822.01 cores=0,2,4,6
/proc/29049/task/29051/stat : 29051 (priss) R 29048 29048 28051 0 -1 4202560 31173 0 0 0 82183 18 0 0 25 0 5 0 516693447 775659520 129196 33554432000 4194304 5787044 140735787704256 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29049/tid=29052] ppid=29048 vsize=757480 CPUtime=821.87 cores=0,2,4,6
/proc/29049/task/29052/stat : 29052 (priss) R 29048 29048 28051 0 -1 4202560 28325 0 0 0 82169 18 0 0 25 0 5 0 516693452 775659520 129196 33554432000 4194304 5787044 140735787704256 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29049/tid=29053] ppid=29048 vsize=757480 CPUtime=817.41 cores=0,2,4,6
/proc/29049/task/29053/stat : 29053 (priss) R 29048 29048 28051 0 -1 4202560 24740 0 0 0 81726 15 0 0 25 0 5 0 516693457 775659520 129196 33554432000 4194304 5787044 140735787704256 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29049/tid=29054] ppid=29048 vsize=757480 CPUtime=821.85 cores=0,2,4,6
/proc/29049/task/29054/stat : 29054 (priss) R 29048 29048 28051 0 -1 4202560 28087 0 0 0 82167 18 0 0 25 0 5 0 516693463 775659520 129196 33554432000 4194304 5787044 140735787704256 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3283.59
Current children cumulated vsize (KiB) 766180

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

[startup+845.301 s]
/proc/loadavg: 8.06 8.06 8.00 9/188 29142
/proc/meminfo: memFree=23361080/32951124 swapFree=67111524/67111528
[pid=29048] ppid=29046 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29048/stat : 29048 (prissAuto.sh) S 29046 29048 28051 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516693419 8908800 252 33554432000 4194304 4922060 140736768503232 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29048/statm: 2175 252 211 178 0 68 0
[pid=29049] ppid=29048 vsize=757752 CPUtime=3375.46 cores=0,2,4,6
/proc/29049/stat : 29049 (priss) S 29048 29048 28051 0 -1 4202496 144970 0 0 0 337471 75 0 0 18 0 5 0 516693419 775938048 129294 33554432000 4194304 5787044 140735787704256 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29049/statm: 189438 129294 419 389 0 185188 0
[pid=29049/tid=29051] ppid=29048 vsize=757752 CPUtime=845.01 cores=0,2,4,6
/proc/29049/task/29051/stat : 29051 (priss) R 29048 29048 28051 0 -1 4202560 31221 0 0 0 84483 18 0 0 25 0 5 0 516693447 775938048 129294 33554432000 4194304 5787044 140735787704256 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29049/tid=29052] ppid=29048 vsize=757752 CPUtime=844.86 cores=0,2,4,6
/proc/29049/task/29052/stat : 29052 (priss) R 29048 29048 28051 0 -1 4202560 28350 0 0 0 84468 18 0 0 25 0 5 0 516693452 775938048 129294 33554432000 4194304 5787044 140735787704256 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29049/tid=29053] ppid=29048 vsize=757752 CPUtime=840.28 cores=0,2,4,6
/proc/29049/task/29053/stat : 29053 (priss) R 29048 29048 28051 0 -1 4202560 24740 0 0 0 84013 15 0 0 25 0 5 0 516693457 775938048 129294 33554432000 4194304 5787044 140735787704256 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29049/tid=29054] ppid=29048 vsize=757752 CPUtime=844.85 cores=0,2,4,6
/proc/29049/task/29054/stat : 29054 (priss) R 29048 29048 28051 0 -1 4202560 28112 0 0 0 84467 18 0 0 25 0 5 0 516693463 775938048 129294 33554432000 4194304 5787044 140735787704256 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3375.46
Current children cumulated vsize (KiB) 766452

[startup+858.101 s]
/proc/loadavg: 8.12 8.07 8.00 9/188 29142
/proc/meminfo: memFree=23357344/32951124 swapFree=67111524/67111528
[pid=29048] ppid=29046 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29048/stat : 29048 (prissAuto.sh) S 29046 29048 28051 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516693419 8908800 252 33554432000 4194304 4922060 140736768503232 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29048/statm: 2175 252 211 178 0 68 0
[pid=29049] ppid=29048 vsize=758280 CPUtime=3426.57 cores=0,2,4,6
/proc/29049/stat : 29049 (priss) S 29048 29048 28051 0 -1 4202496 145151 0 0 0 342582 75 0 0 18 0 5 0 516693419 776478720 129475 33554432000 4194304 5787044 140735787704256 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29049/statm: 189570 129475 419 389 0 185320 0
[pid=29049/tid=29051] ppid=29048 vsize=758280 CPUtime=857.8 cores=0,2,4,6
/proc/29049/task/29051/stat : 29051 (priss) R 29048 29048 28051 0 -1 4202560 31351 0 0 0 85762 18 0 0 25 0 5 0 516693447 776478720 129475 33554432000 4194304 5787044 140735787704256 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29049/tid=29052] ppid=29048 vsize=758280 CPUtime=857.66 cores=0,2,4,6
/proc/29049/task/29052/stat : 29052 (priss) R 29048 29048 28051 0 -1 4202560 28368 0 0 0 85748 18 0 0 25 0 5 0 516693452 776478720 129475 33554432000 4194304 5787044 140735787704256 18446744073709551615 4254581 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29049/tid=29053] ppid=29048 vsize=758280 CPUtime=853.01 cores=0,2,4,6
/proc/29049/task/29053/stat : 29053 (priss) R 29048 29048 28051 0 -1 4202560 24740 0 0 0 85286 15 0 0 25 0 5 0 516693457 776478720 129475 33554432000 4194304 5787044 140735787704256 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29049/tid=29054] ppid=29048 vsize=758280 CPUtime=857.65 cores=0,2,4,6
/proc/29049/task/29054/stat : 29054 (priss) R 29048 29048 28051 0 -1 4202560 28145 0 0 0 85747 18 0 0 25 0 5 0 516693463 776478720 129475 33554432000 4194304 5787044 140735787704256 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3426.57
Current children cumulated vsize (KiB) 766980

[startup+864.5 s]
/proc/loadavg: 8.11 8.07 8.00 9/188 29142
/proc/meminfo: memFree=23350640/32951124 swapFree=67111524/67111528
[pid=29048] ppid=29046 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29048/stat : 29048 (prissAuto.sh) S 29046 29048 28051 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516693419 8908800 252 33554432000 4194304 4922060 140736768503232 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29048/statm: 2175 252 211 178 0 68 0
[pid=29049] ppid=29048 vsize=758808 CPUtime=3452.13 cores=0,2,4,6
/proc/29049/stat : 29049 (priss) S 29048 29048 28051 0 -1 4202496 145306 0 0 0 345138 75 0 0 18 0 5 0 516693419 777019392 129630 33554432000 4194304 5787044 140735787704256 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29049/statm: 189702 129630 419 389 0 185452 0
[pid=29049/tid=29051] ppid=29048 vsize=758808 CPUtime=864.21 cores=0,2,4,6
/proc/29049/task/29051/stat : 29051 (priss) R 29048 29048 28051 0 -1 4202560 31484 0 0 0 86402 19 0 0 25 0 5 0 516693447 777019392 129630 33554432000 4194304 5787044 140735787704256 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29049/tid=29052] ppid=29048 vsize=758808 CPUtime=864.06 cores=0,2,4,6
/proc/29049/task/29052/stat : 29052 (priss) R 29048 29048 28051 0 -1 4202560 28379 0 0 0 86388 18 0 0 25 0 5 0 516693452 777019392 129630 33554432000 4194304 5787044 140735787704256 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29049/tid=29053] ppid=29048 vsize=758808 CPUtime=859.38 cores=0,2,4,6
/proc/29049/task/29053/stat : 29053 (priss) R 29048 29048 28051 0 -1 4202560 24740 0 0 0 85923 15 0 0 25 0 5 0 516693457 777019392 129630 33554432000 4194304 5787044 140735787704256 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29049/tid=29054] ppid=29048 vsize=758808 CPUtime=864.05 cores=0,2,4,6
/proc/29049/task/29054/stat : 29054 (priss) R 29048 29048 28051 0 -1 4202560 28156 0 0 0 86387 18 0 0 25 0 5 0 516693463 777019392 129630 33554432000 4194304 5787044 140735787704256 18446744073709551615 5528099 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3452.13
Current children cumulated vsize (KiB) 767508

[startup+867.701 s]
/proc/loadavg: 8.11 8.07 8.00 9/188 29142
/proc/meminfo: memFree=23349152/32951124 swapFree=67111524/67111528
[pid=29048] ppid=29046 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29048/stat : 29048 (prissAuto.sh) S 29046 29048 28051 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516693419 8908800 252 33554432000 4194304 4922060 140736768503232 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29048/statm: 2175 252 211 178 0 68 0
[pid=29049] ppid=29048 vsize=759076 CPUtime=3464.92 cores=0,2,4,6
/proc/29049/stat : 29049 (priss) S 29048 29048 28051 0 -1 4202496 145367 0 0 0 346417 75 0 0 18 0 5 0 516693419 777293824 129691 33554432000 4194304 5787044 140735787704256 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29049/statm: 189769 129691 419 389 0 185519 0
[pid=29049/tid=29051] ppid=29048 vsize=759076 CPUtime=867.41 cores=0,2,4,6
/proc/29049/task/29051/stat : 29051 (priss) R 29048 29048 28051 0 -1 4202560 31544 0 0 0 86722 19 0 0 25 0 5 0 516693447 777293824 129691 33554432000 4194304 5787044 140735787704256 18446744073709551615 5591266 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29049/tid=29052] ppid=29048 vsize=759076 CPUtime=867.26 cores=0,2,4,6
/proc/29049/task/29052/stat : 29052 (priss) R 29048 29048 28051 0 -1 4202560 28380 0 0 0 86708 18 0 0 25 0 5 0 516693452 777293824 129691 33554432000 4194304 5787044 140735787704256 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29049/tid=29053] ppid=29048 vsize=759076 CPUtime=862.56 cores=0,2,4,6
/proc/29049/task/29053/stat : 29053 (priss) R 29048 29048 28051 0 -1 4202560 24740 0 0 0 86241 15 0 0 25 0 5 0 516693457 777293824 129691 33554432000 4194304 5787044 140735787704256 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29049/tid=29054] ppid=29048 vsize=759076 CPUtime=867.25 cores=0,2,4,6
/proc/29049/task/29054/stat : 29054 (priss) R 29048 29048 28051 0 -1 4202560 28156 0 0 0 86707 18 0 0 25 0 5 0 516693463 777293824 129691 33554432000 4194304 5787044 140735787704256 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3464.92
Current children cumulated vsize (KiB) 767776

[startup+868.507 s]
/proc/loadavg: 8.10 8.07 8.00 9/188 29142
/proc/meminfo: memFree=23348780/32951124 swapFree=67111524/67111528
[pid=29048] ppid=29046 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29048/stat : 29048 (prissAuto.sh) S 29046 29048 28051 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516693419 8908800 252 33554432000 4194304 4922060 140736768503232 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29048/statm: 2175 252 211 178 0 68 0
[pid=29049] ppid=29048 vsize=759208 CPUtime=3468.14 cores=0,2,4,6
/proc/29049/stat : 29049 (priss) S 29048 29048 28051 0 -1 4202496 145380 0 0 0 346739 75 0 0 18 0 5 0 516693419 777428992 129704 33554432000 4194304 5787044 140735787704256 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29049/statm: 189802 129704 419 389 0 185552 0
[pid=29049/tid=29051] ppid=29048 vsize=759208 CPUtime=868.22 cores=0,2,4,6
/proc/29049/task/29051/stat : 29051 (priss) R 29048 29048 28051 0 -1 4202560 31557 0 0 0 86803 19 0 0 25 0 5 0 516693447 777428992 129704 33554432000 4194304 5787044 140735787704256 18446744073709551615 5590671 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29049/tid=29052] ppid=29048 vsize=759208 CPUtime=868.06 cores=0,2,4,6
/proc/29049/task/29052/stat : 29052 (priss) R 29048 29048 28051 0 -1 4202560 28380 0 0 0 86788 18 0 0 25 0 5 0 516693452 777428992 129704 33554432000 4194304 5787044 140735787704256 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29049/tid=29053] ppid=29048 vsize=759208 CPUtime=863.36 cores=0,2,4,6
/proc/29049/task/29053/stat : 29053 (priss) R 29048 29048 28051 0 -1 4202560 24740 0 0 0 86321 15 0 0 25 0 5 0 516693457 777428992 129704 33554432000 4194304 5787044 140735787704256 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29049/tid=29054] ppid=29048 vsize=759208 CPUtime=868.05 cores=0,2,4,6
/proc/29049/task/29054/stat : 29054 (priss) R 29048 29048 28051 0 -1 4202560 28156 0 0 0 86787 18 0 0 25 0 5 0 516693463 777428992 129704 33554432000 4194304 5787044 140735787704256 18446744073709551615 4218330 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3468.14
Current children cumulated vsize (KiB) 767908

[startup+868.901 s]
/proc/loadavg: 8.10 8.07 8.00 9/188 29142
/proc/meminfo: memFree=23348780/32951124 swapFree=67111524/67111528
[pid=29048] ppid=29046 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29048/stat : 29048 (prissAuto.sh) S 29046 29048 28051 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516693419 8908800 252 33554432000 4194304 4922060 140736768503232 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29048/statm: 2175 252 211 178 0 68 0
[pid=29049] ppid=29048 vsize=759208 CPUtime=3469.71 cores=0,2,4,6
/proc/29049/stat : 29049 (priss) S 29048 29048 28051 0 -1 4202496 145385 0 0 0 346896 75 0 0 18 0 5 0 516693419 777428992 129709 33554432000 4194304 5787044 140735787704256 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29049/statm: 189802 129709 419 389 0 185552 0
[pid=29049/tid=29051] ppid=29048 vsize=759208 CPUtime=868.61 cores=0,2,4,6
/proc/29049/task/29051/stat : 29051 (priss) R 29048 29048 28051 0 -1 4202560 31561 0 0 0 86842 19 0 0 25 0 5 0 516693447 777428992 129709 33554432000 4194304 5787044 140735787704256 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=29049/tid=29052] ppid=29048 vsize=759208 CPUtime=868.46 cores=0,2,4,6
/proc/29049/task/29052/stat : 29052 (priss) R 29048 29048 28051 0 -1 4202560 28381 0 0 0 86828 18 0 0 25 0 5 0 516693452 777428992 129709 33554432000 4194304 5787044 140735787704256 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=29049/tid=29053] ppid=29048 vsize=759208 CPUtime=863.75 cores=0,2,4,6
/proc/29049/task/29053/stat : 29053 (priss) R 29048 29048 28051 0 -1 4202560 24740 0 0 0 86360 15 0 0 25 0 5 0 516693457 777428992 129709 33554432000 4194304 5787044 140735787704256 18446744073709551615 4254966 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=29049/tid=29054] ppid=29048 vsize=759208 CPUtime=868.45 cores=0,2,4,6
/proc/29049/task/29054/stat : 29054 (priss) R 29048 29048 28051 0 -1 4202560 28156 0 0 0 86827 18 0 0 25 0 5 0 516693463 777428992 129709 33554432000 4194304 5787044 140735787704256 18446744073709551615 5527168 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3469.71
Current children cumulated vsize (KiB) 767908

[startup+869.301 s]
/proc/loadavg: 8.10 8.07 8.00 9/188 29142
/proc/meminfo: memFree=23348780/32951124 swapFree=67111524/67111528
[pid=29048] ppid=29046 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29048/stat : 29048 (prissAuto.sh) S 29046 29048 28051 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516693419 8908800 252 33554432000 4194304 4922060 140736768503232 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29048/statm: 2175 252 211 178 0 68 0
[pid=29049] ppid=29048 vsize=751656 CPUtime=3471.23 cores=0,2,4,6
/proc/29049/stat : 29049 (priss) S 29048 29048 28051 0 -1 4202496 146383 0 0 0 347048 75 0 0 17 0 2 0 516693419 769695744 129634 33554432000 4194304 5787044 140735787704256 18446744073709551615 212699477989 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29049/statm: 187914 129634 447 389 0 183664 0
[pid=29049/tid=29054] ppid=29048 vsize=751656 CPUtime=868.84 cores=0,2,4,6
/proc/29049/task/29054/stat : 29054 (priss) R 29048 29048 28051 0 -1 4202560 29120 0 0 0 86866 18 0 0 25 0 2 0 516693463 769695744 129634 33554432000 4194304 5787044 140735787704256 18446744073709551615 4332659 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3471.23
Current children cumulated vsize (KiB) 760356

[startup+869.401 s]
/proc/loadavg: 8.10 8.07 8.00 9/188 29142
/proc/meminfo: memFree=23348780/32951124 swapFree=67111524/67111528
[pid=29048] ppid=29046 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/29048/stat : 29048 (prissAuto.sh) S 29046 29048 28051 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 516693419 8908800 252 33554432000 4194304 4922060 140736768503232 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/29048/statm: 2175 252 211 178 0 68 0
[pid=29049] ppid=29048 vsize=751656 CPUtime=3471.33 cores=0,2,4,6
/proc/29049/stat : 29049 (priss) S 29048 29048 28051 0 -1 4202496 146383 0 0 0 347058 75 0 0 17 0 2 0 516693419 769695744 129634 33554432000 4194304 5787044 140735787704256 18446744073709551615 212699477989 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/29049/statm: 187914 129634 447 389 0 183664 0
[pid=29049/tid=29054] ppid=29048 vsize=751656 CPUtime=868.94 cores=0,2,4,6
/proc/29049/task/29054/stat : 29054 (priss) R 29048 29048 28051 0 -1 4202560 29120 0 0 0 86876 18 0 0 25 0 2 0 516693463 769695744 129634 33554432000 4194304 5787044 140735787704256 18446744073709551615 4390892 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3471.33
Current children cumulated vsize (KiB) 760356

Child status: 20
Real time (s): 869.486
CPU time (s): 3471.43
CPU user time (s): 3470.65
CPU system time (s): 0.78688
CPU usage (%): 399.251
Max. virtual memory (cumulated for all children) (KiB): 767908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3470.65
system time used= 0.78688
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 147715
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= 9322
involuntary context switches= 16924

runsolver used 1.2828 second user time and 3.46747 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-29 06:22:37
IDJOB=3288422
IDBENCH=82496
IDSOLVER=1602
FILE ID=node139/3288422-1304050956
RUNJOBID= node139-1304045238-28069
PBS_JOBID= 13170397
Free space on /tmp= 72528 MiB

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

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

MD5SUM BENCH= 254fcd4eae8129ad5842f186e24e0793
RANDOM SEED=2100722890

node139.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.852
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.70
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.852
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.852
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.852
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.852
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	: 5321.49
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.852
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.852
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.852
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:      23484380 kB
Buffers:       2029092 kB
Cached:        5901248 kB
SwapCached:          4 kB
Active:        1843856 kB
Inactive:      7103396 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23484380 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           18632 kB
Writeback:           0 kB
AnonPages:     1016608 kB
Mapped:          15808 kB
Slab:           453292 kB
PageTables:       6688 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1263388 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= 72516 MiB
End job on node139 at 2011-04-29 06:37:06