Trace number 3286583

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 597.072 154.096

General information on the benchmark

Nameapplication/jarvisalo/AAAI2010-SATPlanning/
aaai10-planning-ipc5-pipesworld-27-step13.cnf
MD5SUM52e16341bcff805ef2d6abe4e95359a0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark30.0214
Satisfiable
(Un)Satisfiability was proved
Number of variables224228
Number of clauses5314673
Sum of the clauses size11732345
Maximum clause length3193
Minimum clause length1
Number of clauses of size 1556
Number of clauses of size 25229536
Number of clauses of size 36084
Number of clauses of size 49856
Number of clauses of size 58159
Number of clauses of size over 560482

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: 16998
1.59/1.60	c parsetime: 1595811us
1.59/1.60	c parsed 5314673 clauses with 224228 variables
1.89/1.91	c NW started thread 0 successfully (1108060480)
3.55/2.69	c NW started thread 1 successfully (1091402048)
3.55/2.69	c NW started thread 2 successfully (1118550336)
4.59/3.09	c NW started thread 3 successfully (1129040192)
191.80/51.69	c preprocessor returned 226228 variables
191.80/51.69	c preprocessing returned UNKNOWN
191.80/51.69	c PP set 2285 variables
191.80/51.69	c pp time: 48513976us (48s)
252.82/67.13	c HTE
277.96/73.48	c preprocessor returned 224528 variables
277.96/73.48	c preprocessing returned UNKNOWN
277.96/73.48	c PP set 2285 variables
277.96/73.48	c pp time: 71517770us (71s)
287.97/75.94	c preprocessor returned 224528 variables
287.97/75.94	c preprocessing returned UNKNOWN
287.97/75.94	c PP set 2285 variables
287.97/75.94	c pp time: 73648080us (73s)
291.15/76.71	c preprocessor returned 224528 variables
291.15/76.71	c preprocessing returned UNKNOWN
291.15/76.71	c PP set 2285 variables
291.15/76.71	c pp time: 74014868us (74s)
313.39/82.34	c subsumption
313.39/82.34	c simplified formula contains 0 unit clauses
360.92/94.22	c HTE
417.07/108.34	c subsumption
417.07/108.34	c simplified formula contains 0 unit clauses
417.87/108.51	c received clause contains eliminated literal -26623
417.87/108.51	c received clause contains eliminated literal -19224
417.87/108.51	c received clause contains eliminated literal -21991
417.87/108.51	c received clause contains eliminated literal -34825
462.20/119.65	c HTE
514.06/132.62	c subsumption
514.06/132.62	c simplified formula contains 0 unit clauses
514.46/132.78	c received clause contains eliminated literal -31334
552.81/142.38	c HTE
594.77/152.85	c ====================
594.77/152.85	c implication/decision inf%(inf)
594.77/152.85	c decisions:           382647
594.77/152.85	c last level:          0
594.77/152.85	c conflicts:           22855
594.77/152.85	c restarts:            151
594.77/152.85	c rejected_restarts    0
594.77/152.85	c removals:            7
594.77/152.85	c removed clauses:     13858
594.77/152.85	c oft clauses:         0
595.17/152.92	c solvetime: 76984468us (76s)
595.17/152.92	c ====================
595.88/153.13	c sended clauses   | 1268 | 1436 | 1260 | 66 |
595.88/153.13	c received clauses | 0 | 271 | 246 | 321 |
595.88/153.13	c join all other threads
595.88/153.14	c joined thread 0
595.88/153.14	c joined thread 1
596.15/153.22	c joined thread 2
596.77/153.87	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-3286583-1304050996/watcher-3286583-1304050996 -o /tmp/evaluation-result-3286583-1304050996/solver-3286583-1304050996 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3286583-1304050996.cnf 1224540679 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: 4.39 6.00 7.13 2/179 16997
/proc/meminfo: memFree=15770168/32951124 swapFree=67111528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16997/stat : 16997 (priss.sh) S 16995 16997 15086 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 595330516 8908800 252 33554432000 4194304 4922060 140733531894144 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16997/statm: 2175 252 211 178 0 68 0

[startup+0.0932559 s]
/proc/loadavg: 4.39 6.00 7.13 2/179 16997
/proc/meminfo: memFree=15770168/32951124 swapFree=67111528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16997/stat : 16997 (priss.sh) S 16995 16997 15086 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 595330516 8908800 252 33554432000 4194304 4922060 140733531894144 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16997/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100249 s]
/proc/loadavg: 4.39 6.00 7.13 2/179 16997
/proc/meminfo: memFree=15770168/32951124 swapFree=67111528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16997/stat : 16997 (priss.sh) S 16995 16997 15086 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 595330516 8908800 252 33554432000 4194304 4922060 140733531894144 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16997/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300209 s]
/proc/loadavg: 4.39 6.00 7.13 2/179 16997
/proc/meminfo: memFree=15770168/32951124 swapFree=67111528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16997/stat : 16997 (priss.sh) S 16995 16997 15086 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 595330516 8908800 252 33554432000 4194304 4922060 140733531894144 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16997/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701137 s]
/proc/loadavg: 4.39 6.00 7.13 2/179 16997
/proc/meminfo: memFree=15770168/32951124 swapFree=67111528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16997/stat : 16997 (priss.sh) S 16995 16997 15086 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 595330516 8908800 252 33554432000 4194304 4922060 140733531894144 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16997/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50099 s]
/proc/loadavg: 4.39 6.00 7.13 3/181 16999
/proc/meminfo: memFree=15658800/32951124 swapFree=67111528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16997/stat : 16997 (priss.sh) S 16995 16997 15086 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 595330516 8908800 252 33554432000 4194304 4922060 140733531894144 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16997/statm: 2175 252 211 178 0 68 0
[pid=16998] ppid=16997 vsize=210136 CPUtime=1.49 cores=0,2,4,6
/proc/16998/stat : 16998 (priss) R 16997 16997 15086 0 -1 4202496 53321 0 0 0 142 7 0 0 25 0 1 0 595330516 215179264 45314 33554432000 4194304 5787044 140736933445568 18446744073709551615 260032222608 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/16998/statm: 52534 45314 304 389 0 48284 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 218836

[startup+3.10064 s]
/proc/loadavg: 4.39 6.00 7.13 4/182 17000
/proc/meminfo: memFree=15204456/32951124 swapFree=67111528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16997/stat : 16997 (priss.sh) S 16995 16997 15086 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 595330516 8908800 252 33554432000 4194304 4922060 140733531894144 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16997/statm: 2175 252 211 178 0 68 0
[pid=16998] ppid=16997 vsize=1726164 CPUtime=4.9 cores=0,2,4,6
/proc/16998/stat : 16998 (priss) S 16997 16997 15086 0 -1 4202496 375563 0 0 0 396 94 0 0 18 0 5 0 595330516 1767591936 367556 33554432000 4194304 5787044 140736933445568 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16998/statm: 431541 367556 343 389 0 427291 0
[pid=16998/tid=17000] ppid=16997 vsize=1726164 CPUtime=1.12 cores=0,2,4,6
/proc/16998/task/17000/stat : 17000 (priss) D 16997 16997 15086 0 -1 4202560 65023 0 0 0 100 12 0 0 18 0 5 0 595330707 1767591936 367556 33554432000 4194304 5787044 140736933445568 18446744073709551615 260020439223 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.9
Current children cumulated vsize (KiB) 1734864

[startup+6.30106 s]
/proc/loadavg: 4.43 5.98 7.12 3/185 17003
/proc/meminfo: memFree=12790616/32951124 swapFree=67111528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16997/stat : 16997 (priss.sh) S 16995 16997 15086 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 595330516 8908800 252 33554432000 4194304 4922060 140733531894144 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16997/statm: 2175 252 211 178 0 68 0
[pid=16998] ppid=16997 vsize=3649928 CPUtime=11.22 cores=0,2,4,6
/proc/16998/stat : 16998 (priss) S 16997 16997 15086 0 -1 4202496 864996 0 0 0 741 381 0 0 18 0 5 0 595330516 3737526272 856989 33554432000 4194304 5787044 140736933445568 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16998/statm: 912482 856990 345 389 0 908232 0
[pid=16998/tid=17000] ppid=16997 vsize=3649928 CPUtime=2.88 cores=0,2,4,6
/proc/16998/task/17000/stat : 17000 (priss) R 16997 16997 15086 0 -1 4202560 159053 0 0 0 180 108 0 0 18 0 5 0 595330707 3737526272 856991 33554432000 4194304 5787044 140736933445568 18446744073709551615 4306210 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16998/tid=17001] ppid=16997 vsize=3649928 CPUtime=3.42 cores=0,2,4,6
/proc/16998/task/17001/stat : 17001 (priss) R 16997 16997 15086 0 -1 4202560 160548 0 0 0 243 99 0 0 18 0 5 0 595330740 3737526272 856992 33554432000 4194304 5787044 140736933445568 18446744073709551615 47936720647319 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16998/tid=17002] ppid=16997 vsize=3649928 CPUtime=1.72 cores=0,2,4,6
/proc/16998/task/17002/stat : 17002 (priss) R 16997 16997 15086 0 -1 4202560 149865 0 0 0 23 149 0 0 18 0 5 0 595330777 3737526272 856995 33554432000 4194304 5787044 140736933445568 18446744073709551615 260020439223 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16998/tid=17003] ppid=16997 vsize=3649928 CPUtime=0.33 cores=0,2,4,6
/proc/16998/task/17003/stat : 17003 (priss) R 16997 16997 15086 0 -1 4202560 150525 0 0 0 33 0 0 0 18 0 5 0 595330825 3737526272 856997 33554432000 4194304 5787044 140736933445568 18446744073709551615 260020056773 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 11.22
Current children cumulated vsize (KiB) 3658628

[startup+12.7009 s]
/proc/loadavg: 4.48 5.97 7.11 6/185 17003
/proc/meminfo: memFree=12346968/32951124 swapFree=67111528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16997/stat : 16997 (priss.sh) S 16995 16997 15086 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 595330516 8908800 252 33554432000 4194304 4922060 140733531894144 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16997/statm: 2175 252 211 178 0 68 0
[pid=16998] ppid=16997 vsize=3656632 CPUtime=36.42 cores=0,2,4,6
/proc/16998/stat : 16998 (priss) S 16997 16997 15086 0 -1 4202496 883833 0 0 0 3239 403 0 0 18 0 5 0 595330516 3744391168 854802 33554432000 4194304 5787044 140736933445568 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16998/statm: 914158 854802 349 389 0 909908 0
[pid=16998/tid=17000] ppid=16997 vsize=3656632 CPUtime=9.29 cores=0,2,4,6
/proc/16998/task/17000/stat : 17000 (priss) R 16997 16997 15086 0 -1 4202560 159495 0 0 0 820 109 0 0 25 0 5 0 595330707 3744391168 854802 33554432000 4194304 5787044 140736933445568 18446744073709551615 4330542 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16998/tid=17001] ppid=16997 vsize=3656632 CPUtime=9.82 cores=0,2,4,6
/proc/16998/task/17001/stat : 17001 (priss) R 16997 16997 15086 0 -1 4202560 160988 0 0 0 883 99 0 0 25 0 5 0 595330740 3744391168 854802 33554432000 4194304 5787044 140736933445568 18446744073709551615 4330555 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16998/tid=17002] ppid=16997 vsize=3656632 CPUtime=8.09 cores=0,2,4,6
/proc/16998/task/17002/stat : 17002 (priss) R 16997 16997 15086 0 -1 4202560 161103 0 0 0 638 171 0 0 25 0 5 0 595330777 3744391168 854802 33554432000 4194304 5787044 140736933445568 18446744073709551615 4330563 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16998/tid=17003] ppid=16997 vsize=3656632 CPUtime=6.36 cores=0,2,4,6
/proc/16998/task/17003/stat : 17003 (priss) R 16997 16997 15086 0 -1 4202560 157234 0 0 0 636 0 0 0 25 0 5 0 595330825 3744391168 854802 33554432000 4194304 5787044 140736933445568 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 36.42
Current children cumulated vsize (KiB) 3665332

[startup+25.5005 s]
/proc/loadavg: 4.59 5.92 7.07 6/185 17004
/proc/meminfo: memFree=12839412/32951124 swapFree=67111528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16997/stat : 16997 (priss.sh) S 16995 16997 15086 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 595330516 8908800 252 33554432000 4194304 4922060 140733531894144 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16997/statm: 2175 252 211 178 0 68 0
[pid=16998] ppid=16997 vsize=3197880 CPUtime=87.53 cores=0,2,4,6
/proc/16998/stat : 16998 (priss) S 16997 16997 15086 0 -1 4202496 890549 0 0 0 8347 406 0 0 18 0 5 0 595330516 3274629120 731744 33554432000 4194304 5787044 140736933445568 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16998/statm: 799470 731744 351 389 0 795220 0
[pid=16998/tid=17000] ppid=16997 vsize=3197880 CPUtime=22.09 cores=0,2,4,6
/proc/16998/task/17000/stat : 17000 (priss) R 16997 16997 15086 0 -1 4202560 159624 0 0 0 2098 111 0 0 25 0 5 0 595330707 3274629120 731744 33554432000 4194304 5787044 140736933445568 18446744073709551615 4345961 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16998/tid=17001] ppid=16997 vsize=3197880 CPUtime=22.62 cores=0,2,4,6
/proc/16998/task/17001/stat : 17001 (priss) R 16997 16997 15086 0 -1 4202560 160994 0 0 0 2163 99 0 0 25 0 5 0 595330740 3274629120 731744 33554432000 4194304 5787044 140736933445568 18446744073709551615 4278498 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16998/tid=17002] ppid=16997 vsize=3197880 CPUtime=20.82 cores=0,2,4,6
/proc/16998/task/17002/stat : 17002 (priss) R 16997 16997 15086 0 -1 4202560 161163 0 0 0 1911 171 0 0 25 0 5 0 595330777 3274629120 731744 33554432000 4194304 5787044 140736933445568 18446744073709551615 260020089796 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16998/tid=17003] ppid=16997 vsize=3197880 CPUtime=19.15 cores=0,2,4,6
/proc/16998/task/17003/stat : 17003 (priss) R 16997 16997 15086 0 -1 4202560 163755 0 0 0 1914 1 0 0 25 0 5 0 595330825 3274629120 731744 33554432000 4194304 5787044 140736933445568 18446744073709551615 4278701 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 87.53
Current children cumulated vsize (KiB) 3206580

[startup+51.1007 s]
/proc/loadavg: 5.19 5.94 7.05 9/188 17036
/proc/meminfo: memFree=12964528/32951124 swapFree=67111528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16997/stat : 16997 (priss.sh) S 16995 16997 15086 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 595330516 8908800 252 33554432000 4194304 4922060 140733531894144 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16997/statm: 2175 252 211 178 0 68 0
[pid=16998] ppid=16997 vsize=3577596 CPUtime=189.78 cores=0,2,4,6
/proc/16998/stat : 16998 (priss) S 16997 16997 15086 0 -1 4202496 1012482 0 0 0 18390 588 0 0 18 0 5 0 595330516 3663458304 826375 33554432000 4194304 5787044 140736933445568 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16998/statm: 894399 826375 355 389 0 890149 0
[pid=16998/tid=17000] ppid=16997 vsize=3577596 CPUtime=47.68 cores=0,2,4,6
/proc/16998/task/17000/stat : 17000 (priss) R 16997 16997 15086 0 -1 4202560 159664 0 0 0 4657 111 0 0 25 0 5 0 595330707 3663458304 826375 33554432000 4194304 5787044 140736933445568 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16998/tid=17001] ppid=16997 vsize=3577596 CPUtime=48.21 cores=0,2,4,6
/proc/16998/task/17001/stat : 17001 (priss) R 16997 16997 15086 0 -1 4202560 161001 0 0 0 4722 99 0 0 25 0 5 0 595330740 3663458304 826375 33554432000 4194304 5787044 140736933445568 18446744073709551615 260020089929 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16998/tid=17002] ppid=16997 vsize=3577596 CPUtime=46.28 cores=0,2,4,6
/proc/16998/task/17002/stat : 17002 (priss) R 16997 16997 15086 0 -1 4202560 161168 0 0 0 4457 171 0 0 25 0 5 0 595330777 3663458304 826375 33554432000 4194304 5787044 140736933445568 18446744073709551615 260020089929 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16998/tid=17003] ppid=16997 vsize=3577596 CPUtime=44.74 cores=0,2,4,6
/proc/16998/task/17003/stat : 17003 (priss) R 16997 16997 15086 0 -1 4202560 285636 0 0 0 4292 182 0 0 25 0 5 0 595330825 3663458304 826375 33554432000 4194304 5787044 140736933445568 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 189.78
Current children cumulated vsize (KiB) 3586296

[startup+102.306 s]
/proc/loadavg: 6.74 6.24 7.09 9/188 17038
/proc/meminfo: memFree=12472452/32951124 swapFree=67111528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16997/stat : 16997 (priss.sh) S 16995 16997 15086 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 595330516 8908800 252 33554432000 4194304 4922060 140733531894144 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16997/statm: 2175 252 211 178 0 68 0
[pid=16998] ppid=16997 vsize=4024204 CPUtime=393.3 cores=0,2,4,6
/proc/16998/stat : 16998 (priss) S 16997 16997 15086 0 -1 4202496 1204773 0 0 0 38706 624 0 0 18 0 5 0 595330516 4120784896 928239 33554432000 4194304 5787044 140736933445568 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16998/statm: 1006051 928239 420 389 0 1001801 0
[pid=16998/tid=17000] ppid=16997 vsize=4024204 CPUtime=98.89 cores=0,2,4,6
/proc/16998/task/17000/stat : 17000 (priss) R 16997 16997 15086 0 -1 4202560 170230 0 0 0 9777 112 0 0 25 0 5 0 595330707 4120784896 928239 33554432000 4194304 5787044 140736933445568 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16998/tid=17001] ppid=16997 vsize=4024204 CPUtime=99.37 cores=0,2,4,6
/proc/16998/task/17001/stat : 17001 (priss) R 16997 16997 15086 0 -1 4202560 241217 0 0 0 9818 119 0 0 25 0 5 0 595330740 4120784896 928239 33554432000 4194304 5787044 140736933445568 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16998/tid=17002] ppid=16997 vsize=4024204 CPUtime=96.29 cores=0,2,4,6
/proc/16998/task/17002/stat : 17002 (priss) R 16997 16997 15086 0 -1 4202560 231352 0 0 0 9450 179 0 0 25 0 5 0 595330777 4120784896 928239 33554432000 4194304 5787044 140736933445568 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16998/tid=17003] ppid=16997 vsize=4024204 CPUtime=95.88 cores=0,2,4,6
/proc/16998/task/17003/stat : 17003 (priss) R 16997 16997 15086 0 -1 4202560 316961 0 0 0 9399 189 0 0 25 0 5 0 595330825 4120784896 928239 33554432000 4194304 5787044 140736933445568 18446744073709551615 4330524 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 393.3
Current children cumulated vsize (KiB) 4032904

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

[startup+127.901 s]
/proc/loadavg: 7.17 6.38 7.11 9/188 17038
/proc/meminfo: memFree=12469424/32951124 swapFree=67111528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16997/stat : 16997 (priss.sh) S 16995 16997 15086 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 595330516 8908800 252 33554432000 4194304 4922060 140733531894144 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16997/statm: 2175 252 211 178 0 68 0
[pid=16998] ppid=16997 vsize=3987392 CPUtime=495.36 cores=0,2,4,6
/proc/16998/stat : 16998 (priss) S 16997 16997 15086 0 -1 4202496 1205262 0 0 0 48912 624 0 0 18 0 5 0 595330516 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16998/statm: 996848 917957 420 389 0 992598 0
[pid=16998/tid=17000] ppid=16997 vsize=3987392 CPUtime=124.3 cores=0,2,4,6
/proc/16998/task/17000/stat : 17000 (priss) R 16997 16997 15086 0 -1 4202560 170230 0 0 0 12318 112 0 0 25 0 5 0 595330707 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16998/tid=17001] ppid=16997 vsize=3987392 CPUtime=124.96 cores=0,2,4,6
/proc/16998/task/17001/stat : 17001 (priss) R 16997 16997 15086 0 -1 4202560 241706 0 0 0 12377 119 0 0 25 0 5 0 595330740 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16998/tid=17002] ppid=16997 vsize=3987392 CPUtime=121.75 cores=0,2,4,6
/proc/16998/task/17002/stat : 17002 (priss) R 16997 16997 15086 0 -1 4202560 231352 0 0 0 11996 179 0 0 25 0 5 0 595330777 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16998/tid=17003] ppid=16997 vsize=3987392 CPUtime=121.47 cores=0,2,4,6
/proc/16998/task/17003/stat : 17003 (priss) R 16997 16997 15086 0 -1 4202560 316961 0 0 0 11958 189 0 0 25 0 5 0 595330825 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 495.36
Current children cumulated vsize (KiB) 3996092

[startup+140.701 s]
/proc/loadavg: 7.35 6.46 7.13 9/188 17039
/proc/meminfo: memFree=12423164/32951124 swapFree=67111528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16997/stat : 16997 (priss.sh) S 16995 16997 15086 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 595330516 8908800 252 33554432000 4194304 4922060 140733531894144 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16997/statm: 2175 252 211 178 0 68 0
[pid=16998] ppid=16997 vsize=3987392 CPUtime=546.44 cores=0,2,4,6
/proc/16998/stat : 16998 (priss) S 16997 16997 15086 0 -1 4202496 1205262 0 0 0 54020 624 0 0 18 0 5 0 595330516 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16998/statm: 996848 917957 420 389 0 992598 0
[pid=16998/tid=17000] ppid=16997 vsize=3987392 CPUtime=137.06 cores=0,2,4,6
/proc/16998/task/17000/stat : 17000 (priss) R 16997 16997 15086 0 -1 4202560 170230 0 0 0 13594 112 0 0 25 0 5 0 595330707 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 5576461 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16998/tid=17001] ppid=16997 vsize=3987392 CPUtime=137.77 cores=0,2,4,6
/proc/16998/task/17001/stat : 17001 (priss) R 16997 16997 15086 0 -1 4202560 241706 0 0 0 13658 119 0 0 25 0 5 0 595330740 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 5590455 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16998/tid=17002] ppid=16997 vsize=3987392 CPUtime=134.47 cores=0,2,4,6
/proc/16998/task/17002/stat : 17002 (priss) R 16997 16997 15086 0 -1 4202560 231352 0 0 0 13268 179 0 0 25 0 5 0 595330777 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 4221021 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16998/tid=17003] ppid=16997 vsize=3987392 CPUtime=134.28 cores=0,2,4,6
/proc/16998/task/17003/stat : 17003 (priss) R 16997 16997 15086 0 -1 4202560 316961 0 0 0 13239 189 0 0 25 0 5 0 595330825 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 4330511 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 546.44
Current children cumulated vsize (KiB) 3996092

[startup+147.101 s]
/proc/loadavg: 7.40 6.49 7.13 9/188 17039
/proc/meminfo: memFree=12422656/32951124 swapFree=67111528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16997/stat : 16997 (priss.sh) S 16995 16997 15086 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 595330516 8908800 252 33554432000 4194304 4922060 140733531894144 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16997/statm: 2175 252 211 178 0 68 0
[pid=16998] ppid=16997 vsize=3987392 CPUtime=571.99 cores=0,2,4,6
/proc/16998/stat : 16998 (priss) S 16997 16997 15086 0 -1 4202496 1205262 0 0 0 56575 624 0 0 18 0 5 0 595330516 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16998/statm: 996848 917957 420 389 0 992598 0
[pid=16998/tid=17000] ppid=16997 vsize=3987392 CPUtime=143.42 cores=0,2,4,6
/proc/16998/task/17000/stat : 17000 (priss) R 16997 16997 15086 0 -1 4202560 170230 0 0 0 14230 112 0 0 25 0 5 0 595330707 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 4229296 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16998/tid=17001] ppid=16997 vsize=3987392 CPUtime=144.16 cores=0,2,4,6
/proc/16998/task/17001/stat : 17001 (priss) R 16997 16997 15086 0 -1 4202560 241706 0 0 0 14297 119 0 0 25 0 5 0 595330740 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 5590319 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16998/tid=17002] ppid=16997 vsize=3987392 CPUtime=140.86 cores=0,2,4,6
/proc/16998/task/17002/stat : 17002 (priss) R 16997 16997 15086 0 -1 4202560 231352 0 0 0 13907 179 0 0 25 0 5 0 595330777 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16998/tid=17003] ppid=16997 vsize=3987392 CPUtime=140.67 cores=0,2,4,6
/proc/16998/task/17003/stat : 17003 (priss) R 16997 16997 15086 0 -1 4202560 316961 0 0 0 13878 189 0 0 25 0 5 0 595330825 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 4330490 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 571.99
Current children cumulated vsize (KiB) 3996092

[startup+150.3 s]
/proc/loadavg: 7.45 6.51 7.14 9/188 17039
/proc/meminfo: memFree=12422656/32951124 swapFree=67111528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16997/stat : 16997 (priss.sh) S 16995 16997 15086 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 595330516 8908800 252 33554432000 4194304 4922060 140733531894144 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16997/statm: 2175 252 211 178 0 68 0
[pid=16998] ppid=16997 vsize=3987392 CPUtime=584.77 cores=0,2,4,6
/proc/16998/stat : 16998 (priss) S 16997 16997 15086 0 -1 4202496 1205262 0 0 0 57853 624 0 0 18 0 5 0 595330516 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16998/statm: 996848 917957 420 389 0 992598 0
[pid=16998/tid=17000] ppid=16997 vsize=3987392 CPUtime=146.6 cores=0,2,4,6
/proc/16998/task/17000/stat : 17000 (priss) R 16997 16997 15086 0 -1 4202560 170230 0 0 0 14548 112 0 0 25 0 5 0 595330707 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 5591024 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16998/tid=17001] ppid=16997 vsize=3987392 CPUtime=147.36 cores=0,2,4,6
/proc/16998/task/17001/stat : 17001 (priss) R 16997 16997 15086 0 -1 4202560 241706 0 0 0 14617 119 0 0 25 0 5 0 595330740 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16998/tid=17002] ppid=16997 vsize=3987392 CPUtime=144.06 cores=0,2,4,6
/proc/16998/task/17002/stat : 17002 (priss) R 16997 16997 15086 0 -1 4202560 231352 0 0 0 14227 179 0 0 25 0 5 0 595330777 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 4227988 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16998/tid=17003] ppid=16997 vsize=3987392 CPUtime=143.87 cores=0,2,4,6
/proc/16998/task/17003/stat : 17003 (priss) R 16997 16997 15086 0 -1 4202560 316961 0 0 0 14198 189 0 0 25 0 5 0 595330825 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 4330494 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 584.77
Current children cumulated vsize (KiB) 3996092

[startup+151.901 s]
/proc/loadavg: 7.45 6.51 7.14 9/188 17039
/proc/meminfo: memFree=12422656/32951124 swapFree=67111528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16997/stat : 16997 (priss.sh) S 16995 16997 15086 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 595330516 8908800 252 33554432000 4194304 4922060 140733531894144 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16997/statm: 2175 252 211 178 0 68 0
[pid=16998] ppid=16997 vsize=3987392 CPUtime=591.16 cores=0,2,4,6
/proc/16998/stat : 16998 (priss) S 16997 16997 15086 0 -1 4202496 1205262 0 0 0 58492 624 0 0 18 0 5 0 595330516 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16998/statm: 996848 917957 420 389 0 992598 0
[pid=16998/tid=17000] ppid=16997 vsize=3987392 CPUtime=148.19 cores=0,2,4,6
/proc/16998/task/17000/stat : 17000 (priss) R 16997 16997 15086 0 -1 4202560 170230 0 0 0 14707 112 0 0 25 0 5 0 595330707 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16998/tid=17001] ppid=16997 vsize=3987392 CPUtime=148.96 cores=0,2,4,6
/proc/16998/task/17001/stat : 17001 (priss) R 16997 16997 15086 0 -1 4202560 241706 0 0 0 14777 119 0 0 25 0 5 0 595330740 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 5585273 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16998/tid=17002] ppid=16997 vsize=3987392 CPUtime=145.66 cores=0,2,4,6
/proc/16998/task/17002/stat : 17002 (priss) R 16997 16997 15086 0 -1 4202560 231352 0 0 0 14387 179 0 0 25 0 5 0 595330777 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16998/tid=17003] ppid=16997 vsize=3987392 CPUtime=145.48 cores=0,2,4,6
/proc/16998/task/17003/stat : 17003 (priss) R 16997 16997 15086 0 -1 4202560 316961 0 0 0 14359 189 0 0 25 0 5 0 595330825 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 4302169 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 591.16
Current children cumulated vsize (KiB) 3996092

[startup+152.701 s]
/proc/loadavg: 7.45 6.51 7.14 9/188 17039
/proc/meminfo: memFree=12422656/32951124 swapFree=67111528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16997/stat : 16997 (priss.sh) S 16995 16997 15086 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 595330516 8908800 252 33554432000 4194304 4922060 140733531894144 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16997/statm: 2175 252 211 178 0 68 0
[pid=16998] ppid=16997 vsize=3987392 CPUtime=594.36 cores=0,2,4,6
/proc/16998/stat : 16998 (priss) S 16997 16997 15086 0 -1 4202496 1205262 0 0 0 58812 624 0 0 18 0 5 0 595330516 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/16998/statm: 996848 917957 420 389 0 992598 0
[pid=16998/tid=17000] ppid=16997 vsize=3987392 CPUtime=148.99 cores=0,2,4,6
/proc/16998/task/17000/stat : 17000 (priss) R 16997 16997 15086 0 -1 4202560 170230 0 0 0 14787 112 0 0 25 0 5 0 595330707 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=16998/tid=17001] ppid=16997 vsize=3987392 CPUtime=149.76 cores=0,2,4,6
/proc/16998/task/17001/stat : 17001 (priss) R 16997 16997 15086 0 -1 4202560 241706 0 0 0 14857 119 0 0 25 0 5 0 595330740 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 5590431 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=16998/tid=17002] ppid=16997 vsize=3987392 CPUtime=146.46 cores=0,2,4,6
/proc/16998/task/17002/stat : 17002 (priss) R 16997 16997 15086 0 -1 4202560 231352 0 0 0 14467 179 0 0 25 0 5 0 595330777 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 5588270 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=16998/tid=17003] ppid=16997 vsize=3987392 CPUtime=146.28 cores=0,2,4,6
/proc/16998/task/17003/stat : 17003 (priss) R 16997 16997 15086 0 -1 4202560 316961 0 0 0 14439 189 0 0 25 0 5 0 595330825 4083089408 917957 33554432000 4194304 5787044 140736933445568 18446744073709551615 47936720647319 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 594.36
Current children cumulated vsize (KiB) 3996092

[startup+153.501 s]
/proc/loadavg: 7.45 6.51 7.14 9/188 17039
/proc/meminfo: memFree=12422532/32951124 swapFree=67111528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16997/stat : 16997 (priss.sh) S 16995 16997 15086 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 595330516 8908800 252 33554432000 4194304 4922060 140733531894144 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16997/statm: 2175 252 211 178 0 68 0
[pid=16998] ppid=16997 vsize=3879808 CPUtime=596.47 cores=0,2,4,6
/proc/16998/stat : 16998 (priss) S 16997 16997 15086 0 -1 4202496 1205290 0 0 0 59017 630 0 0 17 0 2 0 595330516 3972923392 896337 33554432000 4194304 5787044 140736933445568 18446744073709551615 260032198629 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16998/statm: 969952 896337 448 389 0 965702 0
[pid=16998/tid=17003] ppid=16997 vsize=3879808 CPUtime=147.07 cores=0,2,4,6
/proc/16998/task/17003/stat : 17003 (priss) R 16997 16997 15086 0 -1 4202560 316961 0 0 0 14518 189 0 0 25 0 2 0 595330825 3972923392 896337 33554432000 4194304 5787044 140736933445568 18446744073709551615 4307788 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 596.47
Current children cumulated vsize (KiB) 3888508

[startup+153.901 s]
/proc/loadavg: 7.25 6.49 7.12 6/184 17039
/proc/meminfo: memFree=12576076/32951124 swapFree=67111528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16997/stat : 16997 (priss.sh) S 16995 16997 15086 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 595330516 8908800 252 33554432000 4194304 4922060 140733531894144 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16997/statm: 2175 252 211 178 0 68 0
[pid=16998] ppid=16997 vsize=3803968 CPUtime=596.87 cores=0,2,4,6
/proc/16998/stat : 16998 (priss) R 16997 16997 15086 0 -1 4202496 1205329 0 0 0 59057 630 0 0 15 0 1 0 595330516 3895263232 879533 33554432000 4194304 5787044 140736933445568 18446744073709551615 260020044888 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16998/statm: 950992 879533 485 389 0 946742 0
Current children cumulated CPU time (s) 596.87
Current children cumulated vsize (KiB) 3812668

[startup+154.007 s]
/proc/loadavg: 7.25 6.49 7.12 6/184 17039
/proc/meminfo: memFree=12576076/32951124 swapFree=67111528/67111528
[pid=16997] ppid=16995 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/16997/stat : 16997 (priss.sh) S 16995 16997 15086 0 -1 4202496 332 0 0 0 0 0 0 0 23 0 1 0 595330516 8908800 252 33554432000 4194304 4922060 140733531894144 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/16997/statm: 2175 252 211 178 0 68 0
[pid=16998] ppid=16997 vsize=0 CPUtime=596.97 cores=0,2,4,6
/proc/16998/stat : 16998 (priss) R 16997 16997 15086 0 -1 4202500 1205330 0 0 0 59061 636 0 0 16 0 1 0 595330516 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0
/proc/16998/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 596.97
Current children cumulated vsize (KiB) 8700

Child status: 20
Real time (s): 154.096
CPU time (s): 597.072
CPU user time (s): 590.617
CPU system time (s): 6.45502
CPU usage (%): 387.468
Max. virtual memory (cumulated for all children) (KiB): 4151216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 590.617
system time used= 6.45502
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1205669
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= 293656
involuntary context switches= 2699

runsolver used 0.25796 second user time and 0.58591 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-29 06:23:19
IDJOB=3286583
IDBENCH=82430
IDSOLVER=1603
FILE ID=node110/3286583-1304050996
RUNJOBID= node110-1304039990-15104
PBS_JOBID= 13170381
Free space on /tmp= 72732 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/application/jarvisalo/AAAI2010-SATPlanning/aaai10-planning-ipc5-pipesworld-27-step13.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3286583-1304050996/watcher-3286583-1304050996 -o /tmp/evaluation-result-3286583-1304050996/solver-3286583-1304050996 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3286583-1304050996.cnf 1224540679 4800 15500 4

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

MD5SUM BENCH= 52e16341bcff805ef2d6abe4e95359a0
RANDOM SEED=1224540679

node110.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.830
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.66
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.76
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.830
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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15770192 kB
Buffers:       2339324 kB
Cached:       13454844 kB
SwapCached:          0 kB
Active:        8770540 kB
Inactive:      7832652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15770192 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           94648 kB
Writeback:           0 kB
AnonPages:      808052 kB
Mapped:          15752 kB
Slab:           510756 kB
PageTables:       6464 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1085896 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= 72740 MiB
End job on node110 at 2011-04-29 06:25:53