Trace number 3282535

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 1.0UNSAT 2363.96 592.065

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor032.cnf
MD5SUMe1a6f3a7c69cc7fbec84aac478eb151a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark57.5483
Satisfiable
(Un)Satisfiability was proved
Number of variables13240
Number of clauses39143
Sum of the clauses size91331
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 226094
Number of clauses of size 313047
Number of clauses of size 40
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: 24305
0.00/0.01	c parsetime: 10140us
0.00/0.01	c parsed 39143 clauses with 13240 variables
0.00/0.01	c NW started thread 0 successfully (1109297472)
0.00/0.01	c NW started thread 1 successfully (1084856640)
0.00/0.02	c NW started thread 2 successfully (1095346496)
0.00/0.02	c NW started thread 3 successfully (1119787328)
0.00/0.86	c preprocessor returned 13540 variables
0.00/0.86	c preprocessing returned UNKNOWN
0.00/0.86	c PP set 83 variables
0.00/0.86	c pp time: 623610us (0s)
0.00/0.86	c preprocessor returned 13540 variables
0.00/0.86	c preprocessing returned UNKNOWN
0.00/0.86	c PP set 83 variables
0.00/0.86	c pp time: 624542us (0s)
0.00/0.86	c preprocessor returned 13540 variables
0.00/0.86	c preprocessing returned UNKNOWN
0.00/0.86	c PP set 83 variables
0.00/0.86	c pp time: 623775us (0s)
15.10/3.84	c preprocessor returned 30004 variables
15.10/3.84	c preprocessing returned UNKNOWN
15.10/3.84	c PP set 83 variables
15.10/3.84	c pp time: 3819066us (3s)
2362.84/591.78	c ====================
2362.84/591.78	c implication/decision inf%(inf)
2362.84/591.78	c decisions:           2903001
2362.84/591.78	c last level:          0
2362.84/591.78	c conflicts:           1044472
2362.84/591.78	c restarts:            6904
2362.84/591.78	c rejected_restarts    0
2362.84/591.78	c removals:            20
2362.84/591.78	c removed clauses:     749420
2362.84/591.78	c oft clauses:         0
2362.84/591.78	c ====================
2363.59/591.95	c solvetime: 591308517us (591s)
2363.59/591.97	c sended clauses   | 22890 | 25130 | 27429 | 18060 |
2363.59/591.97	c received clauses | 0 | 74 | 59 | 112 |
2363.59/591.97	c join all other threads
2363.59/591.97	c joined thread 0
2363.59/591.97	c joined thread 1
2363.59/591.98	c joined thread 2
2363.89/592.03	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-3282535-1304041962/watcher-3282535-1304041962 -o /tmp/evaluation-result-3282535-1304041962/solver-3282535-1304041962 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3282535-1304041962.cnf 1004978030 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.07 8.04 8.06 5/182 24304
/proc/meminfo: memFree=24922152/32951124 swapFree=67111364/67111528
[pid=24304] ppid=24302 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24304/stat : 24304 (priss.sh) S 24302 24304 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515794152 8908800 251 33554432000 4194304 4922060 140733203115664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24304/statm: 2175 251 211 178 0 68 0

[startup+0.101366 s]
/proc/loadavg: 8.07 8.04 8.06 5/182 24304
/proc/meminfo: memFree=24922152/32951124 swapFree=67111364/67111528
[pid=24304] ppid=24302 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24304/stat : 24304 (priss.sh) S 24302 24304 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515794152 8908800 251 33554432000 4194304 4922060 140733203115664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24304/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.255126 s]
/proc/loadavg: 8.07 8.04 8.06 5/182 24304
/proc/meminfo: memFree=24922152/32951124 swapFree=67111364/67111528
[pid=24304] ppid=24302 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24304/stat : 24304 (priss.sh) S 24302 24304 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515794152 8908800 251 33554432000 4194304 4922060 140733203115664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24304/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.03652 s]
/proc/loadavg: 8.07 8.04 8.06 5/182 24304
/proc/meminfo: memFree=24922152/32951124 swapFree=67111364/67111528
[pid=24304] ppid=24302 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24304/stat : 24304 (priss.sh) S 24302 24304 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515794152 8908800 251 33554432000 4194304 4922060 140733203115664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24304/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.1365 s]
/proc/loadavg: 8.07 8.04 8.06 5/182 24304
/proc/meminfo: memFree=24922152/32951124 swapFree=67111364/67111528
[pid=24304] ppid=24302 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24304/stat : 24304 (priss.sh) S 24302 24304 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515794152 8908800 251 33554432000 4194304 4922060 140733203115664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24304/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50044 s]
/proc/loadavg: 8.07 8.04 8.06 5/182 24304
/proc/meminfo: memFree=24922152/32951124 swapFree=67111364/67111528
[pid=24304] ppid=24302 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24304/stat : 24304 (priss.sh) S 24302 24304 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515794152 8908800 251 33554432000 4194304 4922060 140733203115664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24304/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10116 s]
/proc/loadavg: 8.30 8.09 8.07 9/188 24310
/proc/meminfo: memFree=24862080/32951124 swapFree=67111364/67111528
[pid=24304] ppid=24302 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24304/stat : 24304 (priss.sh) S 24302 24304 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515794152 8908800 251 33554432000 4194304 4922060 140733203115664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24304/statm: 2175 251 211 178 0 68 0
[pid=24305] ppid=24304 vsize=355408 CPUtime=12.3 cores=0,2,4,6
/proc/24305/stat : 24305 (priss) S 24304 24304 22773 0 -1 4202496 20134 0 0 0 1226 4 0 0 19 0 5 0 515794152 363937792 14559 33554432000 4194304 5787044 140736442437488 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24305/statm: 88852 14559 406 389 0 84602 0
[pid=24305/tid=24307] ppid=24304 vsize=355408 CPUtime=3.07 cores=0,2,4,6
/proc/24305/task/24307/stat : 24307 (priss) R 24304 24304 22773 0 -1 4202560 4317 0 0 0 306 1 0 0 25 0 5 0 515794154 363937792 14559 33554432000 4194304 5787044 140736442437488 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24305/tid=24308] ppid=24304 vsize=355408 CPUtime=3.07 cores=0,2,4,6
/proc/24305/task/24308/stat : 24308 (priss) R 24304 24304 22773 0 -1 4202560 4855 0 0 0 306 1 0 0 23 0 5 0 515794154 363937792 14559 33554432000 4194304 5787044 140736442437488 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24305/tid=24309] ppid=24304 vsize=355408 CPUtime=3.04 cores=0,2,4,6
/proc/24305/task/24309/stat : 24309 (priss) R 24304 24304 22773 0 -1 4202560 3975 0 0 0 304 0 0 0 25 0 5 0 515794155 363937792 14559 33554432000 4194304 5787044 140736442437488 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24305/tid=24310] ppid=24304 vsize=355408 CPUtime=3.06 cores=0,2,4,6
/proc/24305/task/24310/stat : 24310 (priss) R 24304 24304 22773 0 -1 4202560 4241 0 0 0 305 1 0 0 25 0 5 0 515794155 363937792 14559 33554432000 4194304 5787044 140736442437488 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.3
Current children cumulated vsize (KiB) 364108

[startup+6.3066 s]
/proc/loadavg: 8.28 8.08 8.07 9/188 24310
/proc/meminfo: memFree=24848284/32951124 swapFree=67111364/67111528
[pid=24304] ppid=24302 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24304/stat : 24304 (priss.sh) S 24302 24304 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515794152 8908800 251 33554432000 4194304 4922060 140733203115664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24304/statm: 2175 251 211 178 0 68 0
[pid=24305] ppid=24304 vsize=359508 CPUtime=25.1 cores=0,2,4,6
/proc/24305/stat : 24305 (priss) S 24304 24304 22773 0 -1 4202496 24045 0 0 0 2504 6 0 0 19 0 5 0 515794152 368136192 17486 33554432000 4194304 5787044 140736442437488 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24305/statm: 89877 17486 420 389 0 85627 0
[pid=24305/tid=24307] ppid=24304 vsize=359508 CPUtime=6.27 cores=0,2,4,6
/proc/24305/task/24307/stat : 24307 (priss) R 24304 24304 22773 0 -1 4202560 4809 0 0 0 626 1 0 0 25 0 5 0 515794154 368136192 17486 33554432000 4194304 5787044 140736442437488 18446744073709551615 4692701 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24305/tid=24308] ppid=24304 vsize=359508 CPUtime=6.27 cores=0,2,4,6
/proc/24305/task/24308/stat : 24308 (priss) R 24304 24304 22773 0 -1 4202560 5140 0 0 0 626 1 0 0 25 0 5 0 515794154 368136192 17486 33554432000 4194304 5787044 140736442437488 18446744073709551615 5601760 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24305/tid=24309] ppid=24304 vsize=359508 CPUtime=6.24 cores=0,2,4,6
/proc/24305/task/24309/stat : 24309 (priss) R 24304 24304 22773 0 -1 4202560 5086 0 0 0 623 1 0 0 25 0 5 0 515794155 368136192 17486 33554432000 4194304 5787044 140736442437488 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24305/tid=24310] ppid=24304 vsize=359508 CPUtime=6.26 cores=0,2,4,6
/proc/24305/task/24310/stat : 24310 (priss) R 24304 24304 22773 0 -1 4202560 6264 0 0 0 625 1 0 0 25 0 5 0 515794155 368136192 17486 33554432000 4194304 5787044 140736442437488 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 368208

[startup+12.7005 s]
/proc/loadavg: 8.25 8.08 8.07 9/188 24310
/proc/meminfo: memFree=24835652/32951124 swapFree=67111364/67111528
[pid=24304] ppid=24302 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24304/stat : 24304 (priss.sh) S 24302 24304 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515794152 8908800 251 33554432000 4194304 4922060 140733203115664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24304/statm: 2175 251 211 178 0 68 0
[pid=24305] ppid=24304 vsize=360168 CPUtime=50.63 cores=0,2,4,6
/proc/24305/stat : 24305 (priss) S 24304 24304 22773 0 -1 4202496 26929 0 0 0 5054 9 0 0 19 0 5 0 515794152 368812032 20370 33554432000 4194304 5787044 140736442437488 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24305/statm: 90042 20370 420 389 0 85792 0
[pid=24305/tid=24307] ppid=24304 vsize=360168 CPUtime=12.66 cores=0,2,4,6
/proc/24305/task/24307/stat : 24307 (priss) R 24304 24304 22773 0 -1 4202560 5894 0 0 0 1264 2 0 0 25 0 5 0 515794154 368812032 20370 33554432000 4194304 5787044 140736442437488 18446744073709551615 5591844 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24305/tid=24308] ppid=24304 vsize=360168 CPUtime=12.66 cores=0,2,4,6
/proc/24305/task/24308/stat : 24308 (priss) S 24304 24304 22773 0 -1 4202560 5847 0 0 0 1264 2 0 0 18 0 5 0 515794154 368812032 20370 33554432000 4194304 5787044 140736442437488 18446744073709551615 228244453870 0 0 4096 0 18446604442171451520 0 0 -1 4 0 0 0
[pid=24305/tid=24309] ppid=24304 vsize=360168 CPUtime=12.6 cores=0,2,4,6
/proc/24305/task/24309/stat : 24309 (priss) R 24304 24304 22773 0 -1 4202560 5783 0 0 0 1259 1 0 0 25 0 5 0 515794155 368812032 20370 33554432000 4194304 5787044 140736442437488 18446744073709551615 228243749388 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24305/tid=24310] ppid=24304 vsize=360168 CPUtime=12.65 cores=0,2,4,6
/proc/24305/task/24310/stat : 24310 (priss) S 24304 24304 22773 0 -1 4202560 6659 0 0 0 1264 1 0 0 25 0 5 0 515794155 368812032 20370 33554432000 4194304 5787044 140736442437488 18446744073709551615 228244453870 0 0 4096 0 18446604442171451520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.63
Current children cumulated vsize (KiB) 368868

[startup+25.5012 s]
/proc/loadavg: 8.22 8.08 8.07 9/188 24310
/proc/meminfo: memFree=24794976/32951124 swapFree=67111364/67111528
[pid=24304] ppid=24302 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24304/stat : 24304 (priss.sh) S 24302 24304 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515794152 8908800 251 33554432000 4194304 4922060 140733203115664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24304/statm: 2175 251 211 178 0 68 0
[pid=24305] ppid=24304 vsize=372528 CPUtime=101.75 cores=0,2,4,6
/proc/24305/stat : 24305 (priss) S 24304 24304 22773 0 -1 4202496 34467 0 0 0 10160 15 0 0 19 0 5 0 515794152 381468672 27908 33554432000 4194304 5787044 140736442437488 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24305/statm: 93132 27908 420 389 0 88882 0
[pid=24305/tid=24307] ppid=24304 vsize=372528 CPUtime=25.46 cores=0,2,4,6
/proc/24305/task/24307/stat : 24307 (priss) R 24304 24304 22773 0 -1 4202560 8741 0 0 0 2543 3 0 0 25 0 5 0 515794154 381468672 27908 33554432000 4194304 5787044 140736442437488 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24305/tid=24308] ppid=24304 vsize=372528 CPUtime=25.46 cores=0,2,4,6
/proc/24305/task/24308/stat : 24308 (priss) R 24304 24304 22773 0 -1 4202560 7947 0 0 0 2542 4 0 0 25 0 5 0 515794154 381468672 27908 33554432000 4194304 5787044 140736442437488 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24305/tid=24309] ppid=24304 vsize=372528 CPUtime=25.32 cores=0,2,4,6
/proc/24305/task/24309/stat : 24309 (priss) R 24304 24304 22773 0 -1 4202560 6990 0 0 0 2530 2 0 0 25 0 5 0 515794155 381468672 27908 33554432000 4194304 5787044 140736442437488 18446744073709551615 4218750 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24305/tid=24310] ppid=24304 vsize=372528 CPUtime=25.45 cores=0,2,4,6
/proc/24305/task/24310/stat : 24310 (priss) R 24304 24304 22773 0 -1 4202560 8043 0 0 0 2542 3 0 0 25 0 5 0 515794155 381468672 27908 33554432000 4194304 5787044 140736442437488 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.75
Current children cumulated vsize (KiB) 381228

[startup+51.1008 s]
/proc/loadavg: 8.37 8.12 8.09 9/188 24344
/proc/meminfo: memFree=25883476/32951124 swapFree=67111364/67111528
[pid=24304] ppid=24302 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24304/stat : 24304 (priss.sh) S 24302 24304 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515794152 8908800 251 33554432000 4194304 4922060 140733203115664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24304/statm: 2175 251 211 178 0 68 0
[pid=24305] ppid=24304 vsize=383728 CPUtime=203.99 cores=0,2,4,6
/proc/24305/stat : 24305 (priss) S 24304 24304 22773 0 -1 4202496 44343 0 0 0 20376 23 0 0 19 0 5 0 515794152 392937472 37780 33554432000 4194304 5787044 140736442437488 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24305/statm: 95932 37780 420 389 0 91682 0
[pid=24305/tid=24307] ppid=24304 vsize=383728 CPUtime=51.06 cores=0,2,4,6
/proc/24305/task/24307/stat : 24307 (priss) R 24304 24304 22773 0 -1 4202560 10730 0 0 0 5101 5 0 0 25 0 5 0 515794154 392937472 37780 33554432000 4194304 5787044 140736442437488 18446744073709551615 5590624 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24305/tid=24308] ppid=24304 vsize=383728 CPUtime=51.05 cores=0,2,4,6
/proc/24305/task/24308/stat : 24308 (priss) R 24304 24304 22773 0 -1 4202560 9281 0 0 0 5100 5 0 0 25 0 5 0 515794154 392937472 37780 33554432000 4194304 5787044 140736442437488 18446744073709551615 5576457 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24305/tid=24309] ppid=24304 vsize=383728 CPUtime=50.78 cores=0,2,4,6
/proc/24305/task/24309/stat : 24309 (priss) R 24304 24304 22773 0 -1 4202560 10637 0 0 0 5072 6 0 0 25 0 5 0 515794155 392937472 37780 33554432000 4194304 5787044 140736442437488 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24305/tid=24310] ppid=24304 vsize=383728 CPUtime=51.05 cores=0,2,4,6
/proc/24305/task/24310/stat : 24310 (priss) R 24304 24304 22773 0 -1 4202560 10949 0 0 0 5100 5 0 0 25 0 5 0 515794155 392937472 37780 33554432000 4194304 5787044 140736442437488 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.99
Current children cumulated vsize (KiB) 392428

[startup+102.301 s]
/proc/loadavg: 8.29 8.13 8.09 9/188 24345
/proc/meminfo: memFree=25769456/32951124 swapFree=67111364/67111528
[pid=24304] ppid=24302 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24304/stat : 24304 (priss.sh) S 24302 24304 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515794152 8908800 251 33554432000 4194304 4922060 140733203115664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24304/statm: 2175 251 211 178 0 68 0
[pid=24305] ppid=24304 vsize=401044 CPUtime=408.47 cores=0,2,4,6
/proc/24305/stat : 24305 (priss) S 24304 24304 22773 0 -1 4202496 70539 0 0 0 40795 52 0 0 19 0 5 0 515794152 410669056 63858 33554432000 4194304 5787044 140736442437488 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24305/statm: 100261 63858 420 389 0 96011 0
[pid=24305/tid=24307] ppid=24304 vsize=401044 CPUtime=102.25 cores=0,2,4,6
/proc/24305/task/24307/stat : 24307 (priss) R 24304 24304 22773 0 -1 4202560 19420 0 0 0 10211 14 0 0 25 0 5 0 515794154 410669056 63858 33554432000 4194304 5787044 140736442437488 18446744073709551615 5586893 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24305/tid=24308] ppid=24304 vsize=401044 CPUtime=102.24 cores=0,2,4,6
/proc/24305/task/24308/stat : 24308 (priss) R 24304 24304 22773 0 -1 4202560 15164 0 0 0 10212 12 0 0 25 0 5 0 515794154 410669056 63858 33554432000 4194304 5787044 140736442437488 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24305/tid=24309] ppid=24304 vsize=401044 CPUtime=101.69 cores=0,2,4,6
/proc/24305/task/24309/stat : 24309 (priss) R 24304 24304 22773 0 -1 4202560 17417 0 0 0 10155 14 0 0 25 0 5 0 515794155 410669056 63858 33554432000 4194304 5787044 140736442437488 18446744073709551615 4213865 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24305/tid=24310] ppid=24304 vsize=401044 CPUtime=102.25 cores=0,2,4,6
/proc/24305/task/24310/stat : 24310 (priss) R 24304 24304 22773 0 -1 4202560 15792 0 0 0 10214 11 0 0 25 0 5 0 515794155 410669056 63858 33554432000 4194304 5787044 140736442437488 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 408.47
Current children cumulated vsize (KiB) 409744

[startup+162.3 s]
/proc/loadavg: 8.23 8.14 8.09 9/188 24347
/proc/meminfo: memFree=25701116/32951124 swapFree=67111364/67111528
[pid=24304] ppid=24302 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24304/stat : 24304 (priss.sh) S 24302 24304 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515794152 8908800 251 33554432000 4194304 4922060 140733203115664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24304/statm: 2175 251 211 178 0 68 0
[pid=24305] ppid=24304 vsize=425124 CPUtime=648.12 cores=0,2,4,6

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

/proc/24304/statm: 2175 251 211 178 0 68 0
[pid=24305] ppid=24304 vsize=786280 CPUtime=2086.07 cores=0,2,4,6
/proc/24305/stat : 24305 (priss) S 24304 24304 22773 0 -1 4202496 151564 0 0 0 208456 151 0 0 19 0 5 0 515794152 805150720 144073 33554432000 4194304 5787044 140736442437488 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24305/statm: 196570 144073 420 389 0 192320 0
[pid=24305/tid=24307] ppid=24304 vsize=786280 CPUtime=522.23 cores=0,2,4,6
/proc/24305/task/24307/stat : 24307 (priss) R 24304 24304 22773 0 -1 4202560 32636 0 0 0 52195 28 0 0 25 0 5 0 515794154 805150720 144073 33554432000 4194304 5787044 140736442437488 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24305/tid=24308] ppid=24304 vsize=786280 CPUtime=522.17 cores=0,2,4,6
/proc/24305/task/24308/stat : 24308 (priss) R 24304 24304 22773 0 -1 4202560 32038 0 0 0 52183 34 0 0 25 0 5 0 515794154 805150720 144073 33554432000 4194304 5787044 140736442437488 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24305/tid=24309] ppid=24304 vsize=786280 CPUtime=519.39 cores=0,2,4,6
/proc/24305/task/24309/stat : 24309 (priss) R 24304 24304 22773 0 -1 4202560 52452 0 0 0 51878 61 0 0 25 0 5 0 515794155 805150720 144073 33554432000 4194304 5787044 140736442437488 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24305/tid=24310] ppid=24304 vsize=786280 CPUtime=522.23 cores=0,2,4,6
/proc/24305/task/24310/stat : 24310 (priss) R 24304 24304 22773 0 -1 4202560 31692 0 0 0 52197 26 0 0 25 0 5 0 515794155 805150720 144073 33554432000 4194304 5787044 140736442437488 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2086.07
Current children cumulated vsize (KiB) 794980

[startup+582.301 s]
/proc/loadavg: 8.44 8.17 8.11 9/188 24833
/proc/meminfo: memFree=25351556/32951124 swapFree=67111364/67111528
[pid=24304] ppid=24302 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24304/stat : 24304 (priss.sh) S 24302 24304 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515794152 8908800 251 33554432000 4194304 4922060 140733203115664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24304/statm: 2175 251 211 178 0 68 0
[pid=24305] ppid=24304 vsize=786628 CPUtime=2325.29 cores=0,2,4,6
/proc/24305/stat : 24305 (priss) S 24304 24304 22773 0 -1 4202496 151818 0 0 0 232376 153 0 0 19 0 5 0 515794152 805507072 144327 33554432000 4194304 5787044 140736442437488 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24305/statm: 196657 144327 420 389 0 192407 0
[pid=24305/tid=24307] ppid=24304 vsize=786628 CPUtime=582.11 cores=0,2,4,6
/proc/24305/task/24307/stat : 24307 (priss) R 24304 24304 22773 0 -1 4202560 32832 0 0 0 58182 29 0 0 25 0 5 0 515794154 805507072 144327 33554432000 4194304 5787044 140736442437488 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24305/tid=24308] ppid=24304 vsize=786628 CPUtime=582.15 cores=0,2,4,6
/proc/24305/task/24308/stat : 24308 (priss) R 24304 24304 22773 0 -1 4202560 32096 0 0 0 58181 34 0 0 25 0 5 0 515794154 805507072 144327 33554432000 4194304 5787044 140736442437488 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24305/tid=24309] ppid=24304 vsize=786628 CPUtime=579.05 cores=0,2,4,6
/proc/24305/task/24309/stat : 24309 (priss) R 24304 24304 22773 0 -1 4202560 52452 0 0 0 57843 62 0 0 25 0 5 0 515794155 805507072 144327 33554432000 4194304 5787044 140736442437488 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24305/tid=24310] ppid=24304 vsize=786628 CPUtime=581.95 cores=0,2,4,6
/proc/24305/task/24310/stat : 24310 (priss) R 24304 24304 22773 0 -1 4202560 31692 0 0 0 58168 27 0 0 25 0 5 0 515794155 805507072 144327 33554432000 4194304 5787044 140736442437488 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2325.29
Current children cumulated vsize (KiB) 795328

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

[startup+583.101 s]
/proc/loadavg: 8.44 8.17 8.11 9/188 24833
/proc/meminfo: memFree=25351432/32951124 swapFree=67111364/67111528
[pid=24304] ppid=24302 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24304/stat : 24304 (priss.sh) S 24302 24304 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515794152 8908800 251 33554432000 4194304 4922060 140733203115664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24304/statm: 2175 251 211 178 0 68 0
[pid=24305] ppid=24304 vsize=786628 CPUtime=2328.49 cores=0,2,4,6
/proc/24305/stat : 24305 (priss) S 24304 24304 22773 0 -1 4202496 151819 0 0 0 232696 153 0 0 19 0 5 0 515794152 805507072 144328 33554432000 4194304 5787044 140736442437488 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24305/statm: 196657 144328 420 389 0 192407 0
[pid=24305/tid=24307] ppid=24304 vsize=786628 CPUtime=582.91 cores=0,2,4,6
/proc/24305/task/24307/stat : 24307 (priss) R 24304 24304 22773 0 -1 4202560 32833 0 0 0 58262 29 0 0 25 0 5 0 515794154 805507072 144328 33554432000 4194304 5787044 140736442437488 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24305/tid=24308] ppid=24304 vsize=786628 CPUtime=582.95 cores=0,2,4,6
/proc/24305/task/24308/stat : 24308 (priss) R 24304 24304 22773 0 -1 4202560 32096 0 0 0 58261 34 0 0 25 0 5 0 515794154 805507072 144328 33554432000 4194304 5787044 140736442437488 18446744073709551615 4254881 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24305/tid=24309] ppid=24304 vsize=786628 CPUtime=579.84 cores=0,2,4,6
/proc/24305/task/24309/stat : 24309 (priss) R 24304 24304 22773 0 -1 4202560 52452 0 0 0 57922 62 0 0 25 0 5 0 515794155 805507072 144328 33554432000 4194304 5787044 140736442437488 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24305/tid=24310] ppid=24304 vsize=786628 CPUtime=582.75 cores=0,2,4,6
/proc/24305/task/24310/stat : 24310 (priss) R 24304 24304 22773 0 -1 4202560 31692 0 0 0 58248 27 0 0 25 0 5 0 515794155 805507072 144328 33554432000 4194304 5787044 140736442437488 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2328.49
Current children cumulated vsize (KiB) 795328

[startup+586.3 s]
/proc/loadavg: 8.40 8.17 8.11 9/188 24833
/proc/meminfo: memFree=25351544/32951124 swapFree=67111364/67111528
[pid=24304] ppid=24302 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24304/stat : 24304 (priss.sh) S 24302 24304 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515794152 8908800 251 33554432000 4194304 4922060 140733203115664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24304/statm: 2175 251 211 178 0 68 0
[pid=24305] ppid=24304 vsize=786948 CPUtime=2341.27 cores=0,2,4,6
/proc/24305/stat : 24305 (priss) S 24304 24304 22773 0 -1 4202496 151865 0 0 0 233974 153 0 0 19 0 5 0 515794152 805834752 144374 33554432000 4194304 5787044 140736442437488 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24305/statm: 196737 144374 420 389 0 192487 0
[pid=24305/tid=24307] ppid=24304 vsize=786948 CPUtime=586.11 cores=0,2,4,6
/proc/24305/task/24307/stat : 24307 (priss) R 24304 24304 22773 0 -1 4202560 32879 0 0 0 58582 29 0 0 25 0 5 0 515794154 805834752 144374 33554432000 4194304 5787044 140736442437488 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24305/tid=24308] ppid=24304 vsize=786948 CPUtime=586.15 cores=0,2,4,6
/proc/24305/task/24308/stat : 24308 (priss) R 24304 24304 22773 0 -1 4202560 32096 0 0 0 58581 34 0 0 25 0 5 0 515794154 805834752 144374 33554432000 4194304 5787044 140736442437488 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24305/tid=24309] ppid=24304 vsize=786948 CPUtime=583.02 cores=0,2,4,6
/proc/24305/task/24309/stat : 24309 (priss) R 24304 24304 22773 0 -1 4202560 52452 0 0 0 58240 62 0 0 25 0 5 0 515794155 805834752 144374 33554432000 4194304 5787044 140736442437488 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24305/tid=24310] ppid=24304 vsize=786948 CPUtime=585.95 cores=0,2,4,6
/proc/24305/task/24310/stat : 24310 (priss) R 24304 24304 22773 0 -1 4202560 31692 0 0 0 58568 27 0 0 25 0 5 0 515794155 805834752 144374 33554432000 4194304 5787044 140736442437488 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2341.27
Current children cumulated vsize (KiB) 795648

[startup+589.501 s]
/proc/loadavg: 8.40 8.17 8.11 9/188 24833
/proc/meminfo: memFree=25351172/32951124 swapFree=67111364/67111528
[pid=24304] ppid=24302 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24304/stat : 24304 (priss.sh) S 24302 24304 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515794152 8908800 251 33554432000 4194304 4922060 140733203115664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24304/statm: 2175 251 211 178 0 68 0
[pid=24305] ppid=24304 vsize=787204 CPUtime=2354.05 cores=0,2,4,6
/proc/24305/stat : 24305 (priss) S 24304 24304 22773 0 -1 4202496 151908 0 0 0 235252 153 0 0 19 0 5 0 515794152 806096896 144417 33554432000 4194304 5787044 140736442437488 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24305/statm: 196801 144417 420 389 0 192551 0
[pid=24305/tid=24307] ppid=24304 vsize=787204 CPUtime=589.31 cores=0,2,4,6
/proc/24305/task/24307/stat : 24307 (priss) R 24304 24304 22773 0 -1 4202560 32922 0 0 0 58902 29 0 0 25 0 5 0 515794154 806096896 144417 33554432000 4194304 5787044 140736442437488 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24305/tid=24308] ppid=24304 vsize=787204 CPUtime=589.35 cores=0,2,4,6
/proc/24305/task/24308/stat : 24308 (priss) R 24304 24304 22773 0 -1 4202560 32096 0 0 0 58901 34 0 0 25 0 5 0 515794154 806096896 144417 33554432000 4194304 5787044 140736442437488 18446744073709551615 5590380 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24305/tid=24309] ppid=24304 vsize=787204 CPUtime=586.2 cores=0,2,4,6
/proc/24305/task/24309/stat : 24309 (priss) R 24304 24304 22773 0 -1 4202560 52452 0 0 0 58558 62 0 0 25 0 5 0 515794155 806096896 144417 33554432000 4194304 5787044 140736442437488 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24305/tid=24310] ppid=24304 vsize=787204 CPUtime=589.15 cores=0,2,4,6
/proc/24305/task/24310/stat : 24310 (priss) R 24304 24304 22773 0 -1 4202560 31692 0 0 0 58888 27 0 0 25 0 5 0 515794155 806096896 144417 33554432000 4194304 5787044 140736442437488 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2354.05
Current children cumulated vsize (KiB) 795904

[startup+591.101 s]
/proc/loadavg: 8.40 8.17 8.11 9/188 24833
/proc/meminfo: memFree=25351544/32951124 swapFree=67111364/67111528
[pid=24304] ppid=24302 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24304/stat : 24304 (priss.sh) S 24302 24304 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515794152 8908800 251 33554432000 4194304 4922060 140733203115664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24304/statm: 2175 251 211 178 0 68 0
[pid=24305] ppid=24304 vsize=787204 CPUtime=2360.44 cores=0,2,4,6
/proc/24305/stat : 24305 (priss) S 24304 24304 22773 0 -1 4202496 151923 0 0 0 235891 153 0 0 19 0 5 0 515794152 806096896 144432 33554432000 4194304 5787044 140736442437488 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24305/statm: 196801 144432 420 389 0 192551 0
[pid=24305/tid=24307] ppid=24304 vsize=787204 CPUtime=590.91 cores=0,2,4,6
/proc/24305/task/24307/stat : 24307 (priss) R 24304 24304 22773 0 -1 4202560 32937 0 0 0 59062 29 0 0 25 0 5 0 515794154 806096896 144432 33554432000 4194304 5787044 140736442437488 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24305/tid=24308] ppid=24304 vsize=787204 CPUtime=590.95 cores=0,2,4,6
/proc/24305/task/24308/stat : 24308 (priss) R 24304 24304 22773 0 -1 4202560 32096 0 0 0 59061 34 0 0 25 0 5 0 515794154 806096896 144432 33554432000 4194304 5787044 140736442437488 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24305/tid=24309] ppid=24304 vsize=787204 CPUtime=587.8 cores=0,2,4,6
/proc/24305/task/24309/stat : 24309 (priss) R 24304 24304 22773 0 -1 4202560 52452 0 0 0 58718 62 0 0 25 0 5 0 515794155 806096896 144432 33554432000 4194304 5787044 140736442437488 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24305/tid=24310] ppid=24304 vsize=787204 CPUtime=590.75 cores=0,2,4,6
/proc/24305/task/24310/stat : 24310 (priss) R 24304 24304 22773 0 -1 4202560 31692 0 0 0 59048 27 0 0 25 0 5 0 515794155 806096896 144432 33554432000 4194304 5787044 140736442437488 18446744073709551615 5528736 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2360.44
Current children cumulated vsize (KiB) 795904

[startup+591.507 s]
/proc/loadavg: 8.37 8.16 8.10 9/188 24833
/proc/meminfo: memFree=25351504/32951124 swapFree=67111364/67111528
[pid=24304] ppid=24302 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24304/stat : 24304 (priss.sh) S 24302 24304 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515794152 8908800 251 33554432000 4194304 4922060 140733203115664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24304/statm: 2175 251 211 178 0 68 0
[pid=24305] ppid=24304 vsize=787524 CPUtime=2362.06 cores=0,2,4,6
/proc/24305/stat : 24305 (priss) S 24304 24304 22773 0 -1 4202496 151979 0 0 0 236053 153 0 0 19 0 5 0 515794152 806424576 144488 33554432000 4194304 5787044 140736442437488 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24305/statm: 196881 144489 420 389 0 192631 0
[pid=24305/tid=24307] ppid=24304 vsize=787524 CPUtime=591.31 cores=0,2,4,6
/proc/24305/task/24307/stat : 24307 (priss) R 24304 24304 22773 0 -1 4202560 32994 0 0 0 59102 29 0 0 25 0 5 0 515794154 806424576 144489 33554432000 4194304 5787044 140736442437488 18446744073709551615 228244009669 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24305/tid=24308] ppid=24304 vsize=787524 CPUtime=591.35 cores=0,2,4,6
/proc/24305/task/24308/stat : 24308 (priss) R 24304 24304 22773 0 -1 4202560 32096 0 0 0 59101 34 0 0 25 0 5 0 515794154 806424576 144489 33554432000 4194304 5787044 140736442437488 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24305/tid=24309] ppid=24304 vsize=787524 CPUtime=588.2 cores=0,2,4,6
/proc/24305/task/24309/stat : 24309 (priss) R 24304 24304 22773 0 -1 4202560 52452 0 0 0 58758 62 0 0 25 0 5 0 515794155 806424576 144489 33554432000 4194304 5787044 140736442437488 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24305/tid=24310] ppid=24304 vsize=787524 CPUtime=591.16 cores=0,2,4,6
/proc/24305/task/24310/stat : 24310 (priss) R 24304 24304 22773 0 -1 4202560 31692 0 0 0 59089 27 0 0 25 0 5 0 515794155 806424576 144489 33554432000 4194304 5787044 140736442437488 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2362.06
Current children cumulated vsize (KiB) 796224

[startup+591.901 s]
/proc/loadavg: 8.37 8.16 8.10 9/188 24833
/proc/meminfo: memFree=25351504/32951124 swapFree=67111364/67111528
[pid=24304] ppid=24302 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24304/stat : 24304 (priss.sh) S 24302 24304 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515794152 8908800 251 33554432000 4194304 4922060 140733203115664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24304/statm: 2175 251 211 178 0 68 0
[pid=24305] ppid=24304 vsize=787656 CPUtime=2363.59 cores=0,2,4,6
/proc/24305/stat : 24305 (priss) S 24304 24304 22773 0 -1 4202496 153389 0 0 0 236199 160 0 0 19 0 5 0 515794152 806559744 145737 33554432000 4194304 5787044 140736442437488 18446744073709551615 228256172465 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/24305/statm: 196914 145737 432 389 0 192664 0
[pid=24305/tid=24307] ppid=24304 vsize=787656 CPUtime=591.7 cores=0,2,4,6
/proc/24305/task/24307/stat : 24307 (priss) R 24304 24304 22773 0 -1 4202560 33008 0 0 0 59141 29 0 0 18 0 5 0 515794154 806559744 145737 33554432000 4194304 5787044 140736442437488 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=24305/tid=24308] ppid=24304 vsize=787656 CPUtime=591.73 cores=0,2,4,6
/proc/24305/task/24308/stat : 24308 (priss) R 24304 24304 22773 0 -1 4202560 32108 0 0 0 59136 37 0 0 17 0 5 0 515794154 806559744 145737 33554432000 4194304 5787044 140736442437488 18446744073709551615 228244453919 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=24305/tid=24309] ppid=24304 vsize=787656 CPUtime=588.56 cores=0,2,4,6
/proc/24305/task/24309/stat : 24309 (priss) R 24304 24304 22773 0 -1 4202560 52452 0 0 0 58791 65 0 0 17 0 5 0 515794155 806559744 145737 33554432000 4194304 5787044 140736442437488 18446744073709551615 228244005425 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=24305/tid=24310] ppid=24304 vsize=787656 CPUtime=591.54 cores=0,2,4,6
/proc/24305/task/24310/stat : 24310 (priss) S 24304 24304 22773 0 -1 4202560 33075 0 0 0 59127 27 0 0 18 0 5 0 515794155 806559744 145737 33554432000 4194304 5787044 140736442437488 18446744073709551615 228244453870 0 0 4096 0 18446604442171451520 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2363.59
Current children cumulated vsize (KiB) 796356

[startup+592.001 s]
/proc/loadavg: 8.37 8.16 8.10 9/188 24833
/proc/meminfo: memFree=25351504/32951124 swapFree=67111364/67111528
[pid=24304] ppid=24302 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/24304/stat : 24304 (priss.sh) S 24302 24304 22773 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 515794152 8908800 251 33554432000 4194304 4922060 140733203115664 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/24304/statm: 2175 251 211 178 0 68 0
[pid=24305] ppid=24304 vsize=785376 CPUtime=2363.89 cores=0,2,4,6
/proc/24305/stat : 24305 (priss) S 24304 24304 22773 0 -1 4202496 153509 0 0 0 236225 164 0 0 17 0 2 0 515794152 804225024 145460 33554432000 4194304 5787044 140736442437488 18446744073709551615 228256151525 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/24305/statm: 196344 145460 448 389 0 192094 0
[pid=24305/tid=24310] ppid=24304 vsize=785376 CPUtime=591.64 cores=0,2,4,6
/proc/24305/task/24310/stat : 24310 (priss) R 24304 24304 22773 0 -1 4202560 33179 0 0 0 59136 28 0 0 17 0 2 0 515794155 804225024 145460 33554432000 4194304 5787044 140736442437488 18446744073709551615 4351052 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2363.89
Current children cumulated vsize (KiB) 794076

Child status: 20
Real time (s): 592.065
CPU time (s): 2363.96
CPU user time (s): 2362.29
CPU system time (s): 1.67374
CPU usage (%): 399.274
Max. virtual memory (cumulated for all children) (KiB): 796356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2362.29
system time used= 1.67374
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153890
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= 18228
involuntary context switches= 20074

runsolver used 0.900863 second user time and 2.33364 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-29 03:52:42
IDJOB=3282535
IDBENCH=70818
IDSOLVER=1603
FILE ID=node136/3282535-1304041962
RUNJOBID= node136-1304038835-23732
PBS_JOBID= 13170316
Free space on /tmp= 72320 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor032.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282535-1304041962/watcher-3282535-1304041962 -o /tmp/evaluation-result-3282535-1304041962/solver-3282535-1304041962 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3282535-1304041962.cnf 1004978030 4800 15500 4

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

MD5SUM BENCH= e1a6f3a7c69cc7fbec84aac478eb151a
RANDOM SEED=1004978030

node136.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.75
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.76
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.75
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.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.75
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:      24922300 kB
Buffers:       1051744 kB
Cached:        4996692 kB
SwapCached:        100 kB
Active:        2036352 kB
Inactive:      5439644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24922300 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            1980 kB
Writeback:           0 kB
AnonPages:     1427108 kB
Mapped:          15616 kB
Slab:           485664 kB
PageTables:       7208 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1681488 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= 72328 MiB
End job on node136 at 2011-04-29 04:02:34