Trace number 3266608

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 302.221 75.6866

General information on the benchmark

NameSAT02/handmade/chu-min-li/urquhart/
urquhart3_25bis.shuffled.cnf
MD5SUM0313821ef13a43b48c58a56902d9e90b
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.000999
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of clauses264
Sum of the clauses size792
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3264
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: 20116
0.00/0.00	c parsetime: 122us
0.00/0.00	c parsed 264 clauses with 99 variables
0.00/0.00	c NW started thread 0 successfully (1105848640)
0.00/0.00	c NW started thread 1 successfully (1116338496)
0.00/0.00	c NW started thread 2 successfully (1126828352)
0.00/0.00	c NW started thread 3 successfully (1137318208)
0.00/0.48	c preprocessor returned 10089 variables
0.00/0.48	c preprocessing returned UNKNOWN
0.00/0.48	c PP set 0 variables
0.00/0.48	c pp time: 482656us (0s)
0.00/0.48	c preprocessor returned 10089 variables
0.00/0.48	c preprocessing returned UNKNOWN
0.00/0.48	c PP set 0 variables
0.00/0.48	c pp time: 482663us (0s)
0.00/0.48	c preprocessor returned 10089 variables
0.00/0.48	c preprocessing returned UNKNOWN
0.00/0.48	c PP set 0 variables
0.00/0.48	c pp time: 482763us (0s)
7.16/1.89	c added unsatisfied clause
7.16/1.89	c failed to add network clauses
19.93/5.02	c preprocessor returned 30356 variables
19.93/5.02	c preprocessing returned UNKNOWN
19.93/5.02	c PP set 0 variables
19.93/5.02	c pp time: 5022158us (5s)
289.11/72.40	c added unsatisfied clause
289.11/72.40	c failed to add network clauses
289.11/72.47	c added unsatisfied clause
289.11/72.47	c failed to add network clauses
298.31/74.72	c added unsatisfied clause
298.31/74.72	c failed to add network clauses
299.09/74.97	c added unsatisfied clause
299.09/74.97	c failed to add network clauses
301.49/75.53	c added unsatisfied clause
301.49/75.53	c failed to add network clauses
301.89/75.63	c ====================
301.89/75.63	c implication/decision inf%(inf)
301.89/75.63	c decisions:           721223
301.89/75.63	c last level:          0
301.89/75.63	c conflicts:           549160
301.89/75.63	c restarts:            3646
301.89/75.63	c rejected_restarts    0
301.89/75.63	c removals:            18
301.89/75.63	c removed clauses:     422227
301.89/75.63	c oft clauses:         0
301.89/75.67	c solvetime: 75189691us (75s)
301.89/75.67	c sended clauses   | 70066 | 61041 | 20535 | 60505 |
301.89/75.67	c received clauses | 0 | 3 | 54 | 34 |
301.89/75.67	c join all other threads
301.89/75.67	c joined thread 0
301.89/75.67	c joined thread 1
301.89/75.67	c joined thread 2
301.89/75.67	c joined thread 3
301.89/75.67	c memory usage (vsize): 308 MB
301.89/75.67	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-3266608-1304082043/watcher-3266608-1304082043 -o /tmp/evaluation-result-3266608-1304082043/solver-3266608-1304082043 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3266608-1304082043.cnf 1947842069 4800 15500 4 

running on 4 cores: 1,3,5,7

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: 6.79 7.82 7.94 6/182 20115
/proc/meminfo: memFree=30988916/32951124 swapFree=67111464/67111528
[pid=20115] ppid=20113 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20115/stat : 20115 (priss.sh) S 20113 20115 19459 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 598434866 8908800 251 33554432000 4194304 4922060 140737456786496 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20115/statm: 2175 251 211 178 0 68 0

[startup+0.090675 s]
/proc/loadavg: 6.79 7.82 7.94 6/182 20115
/proc/meminfo: memFree=30988916/32951124 swapFree=67111464/67111528
[pid=20115] ppid=20113 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20115/stat : 20115 (priss.sh) S 20113 20115 19459 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 598434866 8908800 251 33554432000 4194304 4922060 140737456786496 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20115/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.10067 s]
/proc/loadavg: 6.79 7.82 7.94 6/182 20115
/proc/meminfo: memFree=30988916/32951124 swapFree=67111464/67111528
[pid=20115] ppid=20113 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20115/stat : 20115 (priss.sh) S 20113 20115 19459 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 598434866 8908800 251 33554432000 4194304 4922060 140737456786496 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20115/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300633 s]
/proc/loadavg: 6.79 7.82 7.94 6/182 20115
/proc/meminfo: memFree=30988916/32951124 swapFree=67111464/67111528
[pid=20115] ppid=20113 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20115/stat : 20115 (priss.sh) S 20113 20115 19459 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 598434866 8908800 251 33554432000 4194304 4922060 140737456786496 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20115/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.70056 s]
/proc/loadavg: 6.79 7.82 7.94 6/182 20115
/proc/meminfo: memFree=30988916/32951124 swapFree=67111464/67111528
[pid=20115] ppid=20113 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20115/stat : 20115 (priss.sh) S 20113 20115 19459 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 598434866 8908800 251 33554432000 4194304 4922060 140737456786496 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20115/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50042 s]
/proc/loadavg: 6.79 7.82 7.94 10/188 20121
/proc/meminfo: memFree=30954156/32951124 swapFree=67111464/67111528
[pid=20115] ppid=20113 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20115/stat : 20115 (priss.sh) S 20113 20115 19459 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 598434866 8908800 251 33554432000 4194304 4922060 140737456786496 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20115/statm: 2175 251 211 178 0 68 0
[pid=20116] ppid=20115 vsize=279984 CPUtime=5.96 cores=1,3,5,7
/proc/20116/stat : 20116 (priss) S 20115 20115 19459 0 -1 4202496 8733 0 0 0 593 3 0 0 24 0 5 0 598434866 286703616 7661 33554432000 4194304 5787044 140734154582096 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/20116/statm: 69996 7661 405 389 0 65746 0
[pid=20116/tid=20117] ppid=20115 vsize=279984 CPUtime=1.48 cores=1,3,5,7
/proc/20116/task/20117/stat : 20117 (priss) R 20115 20115 19459 0 -1 4202560 1879 0 0 0 148 0 0 0 18 0 5 0 598434866 286703616 7661 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20116/tid=20118] ppid=20115 vsize=279984 CPUtime=1.48 cores=1,3,5,7
/proc/20116/task/20118/stat : 20118 (priss) R 20115 20115 19459 0 -1 4202560 1896 0 0 0 147 1 0 0 19 0 5 0 598434866 286703616 7661 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20116/tid=20119] ppid=20115 vsize=279984 CPUtime=1.48 cores=1,3,5,7
/proc/20116/task/20119/stat : 20119 (priss) R 20115 20115 19459 0 -1 4202560 1443 0 0 0 148 0 0 0 19 0 5 0 598434866 286703616 7661 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591813 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20116/tid=20120] ppid=20115 vsize=279984 CPUtime=1.48 cores=1,3,5,7
/proc/20116/task/20120/stat : 20120 (priss) R 20115 20115 19459 0 -1 4202560 2018 0 0 0 148 0 0 0 25 0 5 0 598434866 286703616 7661 33554432000 4194304 5787044 140734154582096 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 288684

[startup+3.10112 s]
/proc/loadavg: 6.79 7.82 7.94 9/188 20121
/proc/meminfo: memFree=30942792/32951124 swapFree=67111464/67111528
[pid=20115] ppid=20113 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20115/stat : 20115 (priss.sh) S 20113 20115 19459 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 598434866 8908800 251 33554432000 4194304 4922060 140737456786496 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20115/statm: 2175 251 211 178 0 68 0
[pid=20116] ppid=20115 vsize=282164 CPUtime=12.35 cores=1,3,5,7
/proc/20116/stat : 20116 (priss) S 20115 20115 19459 0 -1 4202496 10202 0 0 0 1232 3 0 0 24 0 5 0 598434866 288935936 9130 33554432000 4194304 5787044 140734154582096 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/20116/statm: 70541 9130 406 389 0 66291 0
[pid=20116/tid=20117] ppid=20115 vsize=282164 CPUtime=3.09 cores=1,3,5,7
/proc/20116/task/20117/stat : 20117 (priss) R 20115 20115 19459 0 -1 4202560 2397 0 0 0 308 1 0 0 21 0 5 0 598434866 288935936 9130 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20116/tid=20118] ppid=20115 vsize=282164 CPUtime=3.08 cores=1,3,5,7
/proc/20116/task/20118/stat : 20118 (priss) R 20115 20115 19459 0 -1 4202560 2367 0 0 0 307 1 0 0 23 0 5 0 598434866 288935936 9130 33554432000 4194304 5787044 140734154582096 18446744073709551615 4489184 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20116/tid=20119] ppid=20115 vsize=282164 CPUtime=3.08 cores=1,3,5,7
/proc/20116/task/20119/stat : 20119 (priss) R 20115 20115 19459 0 -1 4202560 1923 0 0 0 308 0 0 0 22 0 5 0 598434866 288935936 9130 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591712 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20116/tid=20120] ppid=20115 vsize=282164 CPUtime=3.08 cores=1,3,5,7
/proc/20116/task/20120/stat : 20120 (priss) R 20115 20115 19459 0 -1 4202560 2018 0 0 0 308 0 0 0 25 0 5 0 598434866 288935936 9130 33554432000 4194304 5787044 140734154582096 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 290864

[startup+6.30053 s]
/proc/loadavg: 6.88 7.82 7.94 9/188 20121
/proc/meminfo: memFree=30913676/32951124 swapFree=67111464/67111528
[pid=20115] ppid=20113 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20115/stat : 20115 (priss.sh) S 20113 20115 19459 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 598434866 8908800 251 33554432000 4194304 4922060 140737456786496 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20115/statm: 2175 251 211 178 0 68 0
[pid=20116] ppid=20115 vsize=291456 CPUtime=25.13 cores=1,3,5,7
/proc/20116/stat : 20116 (priss) S 20115 20115 19459 0 -1 4202496 15210 0 0 0 2507 6 0 0 24 0 5 0 598434866 298450944 13426 33554432000 4194304 5787044 140734154582096 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/20116/statm: 72864 13426 420 389 0 68614 0
[pid=20116/tid=20117] ppid=20115 vsize=291456 CPUtime=6.28 cores=1,3,5,7
/proc/20116/task/20117/stat : 20117 (priss) R 20115 20115 19459 0 -1 4202560 3321 0 0 0 627 1 0 0 25 0 5 0 598434866 298450944 13426 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20116/tid=20118] ppid=20115 vsize=291456 CPUtime=6.28 cores=1,3,5,7
/proc/20116/task/20118/stat : 20118 (priss) R 20115 20115 19459 0 -1 4202560 4002 0 0 0 627 1 0 0 25 0 5 0 598434866 298450944 13426 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20116/tid=20119] ppid=20115 vsize=291456 CPUtime=6.28 cores=1,3,5,7
/proc/20116/task/20119/stat : 20119 (priss) R 20115 20115 19459 0 -1 4202560 2753 0 0 0 627 1 0 0 25 0 5 0 598434866 298450944 13426 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591543 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20116/tid=20120] ppid=20115 vsize=291456 CPUtime=6.25 cores=1,3,5,7
/proc/20116/task/20120/stat : 20120 (priss) R 20115 20115 19459 0 -1 4202560 3637 0 0 0 625 0 0 0 18 0 5 0 598434866 298450944 13426 33554432000 4194304 5787044 140734154582096 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 300156

[startup+12.7004 s]
/proc/loadavg: 6.97 7.82 7.94 9/188 20121
/proc/meminfo: memFree=30866276/32951124 swapFree=67111464/67111528
[pid=20115] ppid=20113 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20115/stat : 20115 (priss.sh) S 20113 20115 19459 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 598434866 8908800 251 33554432000 4194304 4922060 140737456786496 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20115/statm: 2175 251 211 178 0 68 0
[pid=20116] ppid=20115 vsize=298556 CPUtime=50.68 cores=1,3,5,7
/proc/20116/stat : 20116 (priss) S 20115 20115 19459 0 -1 4202496 19693 0 0 0 5058 10 0 0 24 0 5 0 598434866 305721344 17905 33554432000 4194304 5787044 140734154582096 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/20116/statm: 74639 17905 420 389 0 70389 0
[pid=20116/tid=20117] ppid=20115 vsize=298556 CPUtime=12.68 cores=1,3,5,7
/proc/20116/task/20117/stat : 20117 (priss) R 20115 20115 19459 0 -1 4202560 4141 0 0 0 1266 2 0 0 25 0 5 0 598434866 305721344 17905 33554432000 4194304 5787044 140734154582096 18446744073709551615 260020055975 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20116/tid=20118] ppid=20115 vsize=298556 CPUtime=12.68 cores=1,3,5,7
/proc/20116/task/20118/stat : 20118 (priss) R 20115 20115 19459 0 -1 4202560 5884 0 0 0 1265 3 0 0 25 0 5 0 598434866 305721344 17905 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591280 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20116/tid=20119] ppid=20115 vsize=298556 CPUtime=12.68 cores=1,3,5,7
/proc/20116/task/20119/stat : 20119 (priss) R 20115 20115 19459 0 -1 4202560 3866 0 0 0 1265 3 0 0 25 0 5 0 598434866 305721344 17905 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20116/tid=20120] ppid=20115 vsize=298556 CPUtime=12.62 cores=1,3,5,7
/proc/20116/task/20120/stat : 20120 (priss) R 20115 20115 19459 0 -1 4202560 4305 0 0 0 1261 1 0 0 25 0 5 0 598434866 305721344 17905 33554432000 4194304 5787044 140734154582096 18446744073709551615 5527065 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 307256

[startup+25.501 s]
/proc/loadavg: 7.20 7.83 7.94 9/189 20123
/proc/meminfo: memFree=30820888/32951124 swapFree=67111464/67111528
[pid=20115] ppid=20113 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20115/stat : 20115 (priss.sh) S 20113 20115 19459 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 598434866 8908800 251 33554432000 4194304 4922060 140737456786496 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20115/statm: 2175 251 211 178 0 68 0
[pid=20116] ppid=20115 vsize=305780 CPUtime=101.79 cores=1,3,5,7
/proc/20116/stat : 20116 (priss) S 20115 20115 19459 0 -1 4202496 24425 0 0 0 10163 16 0 0 24 0 5 0 598434866 313118720 22613 33554432000 4194304 5787044 140734154582096 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/20116/statm: 76445 22613 420 389 0 72195 0
[pid=20116/tid=20117] ppid=20115 vsize=305780 CPUtime=25.47 cores=1,3,5,7
/proc/20116/task/20117/stat : 20117 (priss) R 20115 20115 19459 0 -1 4202560 5072 0 0 0 2543 4 0 0 25 0 5 0 598434866 313118720 22613 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20116/tid=20118] ppid=20115 vsize=305780 CPUtime=25.48 cores=1,3,5,7
/proc/20116/task/20118/stat : 20118 (priss) R 20115 20115 19459 0 -1 4202560 6717 0 0 0 2544 4 0 0 25 0 5 0 598434866 313118720 22613 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20116/tid=20119] ppid=20115 vsize=305780 CPUtime=25.47 cores=1,3,5,7
/proc/20116/task/20119/stat : 20119 (priss) R 20115 20115 19459 0 -1 4202560 5879 0 0 0 2543 4 0 0 25 0 5 0 598434866 313118720 22613 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20116/tid=20120] ppid=20115 vsize=305780 CPUtime=25.34 cores=1,3,5,7
/proc/20116/task/20120/stat : 20120 (priss) R 20115 20115 19459 0 -1 4202560 5260 0 0 0 2532 2 0 0 25 0 5 0 598434866 313118720 22613 33554432000 4194304 5787044 140734154582096 18446744073709551615 5527218 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 314480

[startup+51.1013 s]
/proc/loadavg: 7.47 7.84 7.94 9/188 20131
/proc/meminfo: memFree=30768748/32951124 swapFree=67111464/67111528
[pid=20115] ppid=20113 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20115/stat : 20115 (priss.sh) S 20113 20115 19459 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 598434866 8908800 251 33554432000 4194304 4922060 140737456786496 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20115/statm: 2175 251 211 178 0 68 0
[pid=20116] ppid=20115 vsize=320380 CPUtime=204.04 cores=1,3,5,7
/proc/20116/stat : 20116 (priss) S 20115 20115 19459 0 -1 4202496 31443 0 0 0 20379 25 0 0 24 0 5 0 598434866 328069120 29565 33554432000 4194304 5787044 140734154582096 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/20116/statm: 80095 29565 420 389 0 75845 0
[pid=20116/tid=20117] ppid=20115 vsize=320380 CPUtime=51.06 cores=1,3,5,7
/proc/20116/task/20117/stat : 20117 (priss) R 20115 20115 19459 0 -1 4202560 6542 0 0 0 5099 7 0 0 25 0 5 0 598434866 328069120 29565 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20116/tid=20118] ppid=20115 vsize=320380 CPUtime=51.07 cores=1,3,5,7
/proc/20116/task/20118/stat : 20118 (priss) R 20115 20115 19459 0 -1 4202560 7899 0 0 0 5101 6 0 0 25 0 5 0 598434866 328069120 29565 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591529 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20116/tid=20119] ppid=20115 vsize=320380 CPUtime=51.06 cores=1,3,5,7
/proc/20116/task/20119/stat : 20119 (priss) R 20115 20115 19459 0 -1 4202560 7296 0 0 0 5100 6 0 0 25 0 5 0 598434866 328069120 29565 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20116/tid=20120] ppid=20115 vsize=320380 CPUtime=50.8 cores=1,3,5,7
/proc/20116/task/20120/stat : 20120 (priss) R 20115 20115 19459 0 -1 4202560 8209 0 0 0 5076 4 0 0 25 0 5 0 598434866 328069120 29565 33554432000 4194304 5787044 140734154582096 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 329080

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

[startup+63.9009 s]
/proc/loadavg: 7.55 7.85 7.94 9/188 20131
/proc/meminfo: memFree=30749396/32951124 swapFree=67111464/67111528
[pid=20115] ppid=20113 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20115/stat : 20115 (priss.sh) S 20113 20115 19459 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 598434866 8908800 251 33554432000 4194304 4922060 140737456786496 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20115/statm: 2175 251 211 178 0 68 0
[pid=20116] ppid=20115 vsize=328308 CPUtime=255.15 cores=1,3,5,7
/proc/20116/stat : 20116 (priss) S 20115 20115 19459 0 -1 4202496 34738 0 0 0 25487 28 0 0 24 0 5 0 598434866 336187392 32827 33554432000 4194304 5787044 140734154582096 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/20116/statm: 82077 32827 420 389 0 77827 0
[pid=20116/tid=20117] ppid=20115 vsize=328308 CPUtime=63.86 cores=1,3,5,7
/proc/20116/task/20117/stat : 20117 (priss) R 20115 20115 19459 0 -1 4202560 6929 0 0 0 6378 8 0 0 25 0 5 0 598434866 336187392 32827 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20116/tid=20118] ppid=20115 vsize=328308 CPUtime=63.86 cores=1,3,5,7
/proc/20116/task/20118/stat : 20118 (priss) R 20115 20115 19459 0 -1 4202560 8191 0 0 0 6380 6 0 0 25 0 5 0 598434866 336187392 32827 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20116/tid=20119] ppid=20115 vsize=328308 CPUtime=63.87 cores=1,3,5,7
/proc/20116/task/20119/stat : 20119 (priss) R 20115 20115 19459 0 -1 4202560 9172 0 0 0 6380 7 0 0 25 0 5 0 598434866 336187392 32827 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20116/tid=20120] ppid=20115 vsize=328308 CPUtime=63.53 cores=1,3,5,7
/proc/20116/task/20120/stat : 20120 (priss) R 20115 20115 19459 0 -1 4202560 8949 0 0 0 6348 5 0 0 25 0 5 0 598434866 336187392 32827 33554432000 4194304 5787044 140734154582096 18446744073709551615 5527008 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 255.15
Current children cumulated vsize (KiB) 337008

[startup+70.3008 s]
/proc/loadavg: 7.62 7.85 7.94 9/188 20132
/proc/meminfo: memFree=30743688/32951124 swapFree=67111464/67111528
[pid=20115] ppid=20113 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20115/stat : 20115 (priss.sh) S 20113 20115 19459 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 598434866 8908800 251 33554432000 4194304 4922060 140737456786496 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20115/statm: 2175 251 211 178 0 68 0
[pid=20116] ppid=20115 vsize=328308 CPUtime=280.74 cores=1,3,5,7
/proc/20116/stat : 20116 (priss) S 20115 20115 19459 0 -1 4202496 35842 0 0 0 28045 29 0 0 24 0 5 0 598434866 336187392 33883 33554432000 4194304 5787044 140734154582096 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/20116/statm: 82077 33883 420 389 0 77827 0
[pid=20116/tid=20117] ppid=20115 vsize=328308 CPUtime=70.27 cores=1,3,5,7
/proc/20116/task/20117/stat : 20117 (priss) R 20115 20115 19459 0 -1 4202560 7387 0 0 0 7018 9 0 0 25 0 5 0 598434866 336187392 33883 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591184 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20116/tid=20118] ppid=20115 vsize=328308 CPUtime=70.26 cores=1,3,5,7
/proc/20116/task/20118/stat : 20118 (priss) R 20115 20115 19459 0 -1 4202560 8529 0 0 0 7020 6 0 0 25 0 5 0 598434866 336187392 33883 33554432000 4194304 5787044 140734154582096 18446744073709551615 260020093932 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20116/tid=20119] ppid=20115 vsize=328308 CPUtime=70.27 cores=1,3,5,7
/proc/20116/task/20119/stat : 20119 (priss) R 20115 20115 19459 0 -1 4202560 9172 0 0 0 7020 7 0 0 25 0 5 0 598434866 336187392 33883 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20116/tid=20120] ppid=20115 vsize=328308 CPUtime=69.89 cores=1,3,5,7
/proc/20116/task/20120/stat : 20120 (priss) R 20115 20115 19459 0 -1 4202560 9257 0 0 0 6984 5 0 0 25 0 5 0 598434866 336187392 33883 33554432000 4194304 5787044 140734154582096 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 280.74
Current children cumulated vsize (KiB) 337008

[startup+73.5012 s]
/proc/loadavg: 7.62 7.85 7.94 9/188 20132
/proc/meminfo: memFree=30740588/32951124 swapFree=67111464/67111528
[pid=20115] ppid=20113 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20115/stat : 20115 (priss.sh) S 20113 20115 19459 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 598434866 8908800 251 33554432000 4194304 4922060 140737456786496 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20115/statm: 2175 251 211 178 0 68 0
[pid=20116] ppid=20115 vsize=328308 CPUtime=293.5 cores=1,3,5,7
/proc/20116/stat : 20116 (priss) S 20115 20115 19459 0 -1 4202496 36225 0 0 0 29320 30 0 0 24 0 5 0 598434866 336187392 34266 33554432000 4194304 5787044 140734154582096 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/20116/statm: 82077 34266 420 389 0 77827 0
[pid=20116/tid=20117] ppid=20115 vsize=328308 CPUtime=73.46 cores=1,3,5,7
/proc/20116/task/20117/stat : 20117 (priss) R 20115 20115 19459 0 -1 4202560 7613 0 0 0 7337 9 0 0 25 0 5 0 598434866 336187392 34266 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20116/tid=20118] ppid=20115 vsize=328308 CPUtime=73.46 cores=1,3,5,7
/proc/20116/task/20118/stat : 20118 (priss) R 20115 20115 19459 0 -1 4202560 8529 0 0 0 7340 6 0 0 25 0 5 0 598434866 336187392 34266 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20116/tid=20119] ppid=20115 vsize=328308 CPUtime=73.46 cores=1,3,5,7
/proc/20116/task/20119/stat : 20119 (priss) R 20115 20115 19459 0 -1 4202560 9172 0 0 0 7339 7 0 0 25 0 5 0 598434866 336187392 34266 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591623 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20116/tid=20120] ppid=20115 vsize=328308 CPUtime=73.08 cores=1,3,5,7
/proc/20116/task/20120/stat : 20120 (priss) R 20115 20115 19459 0 -1 4202560 9414 0 0 0 7302 6 0 0 25 0 5 0 598434866 336187392 34266 33554432000 4194304 5787044 140734154582096 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 293.5
Current children cumulated vsize (KiB) 337008

[startup+74.301 s]
/proc/loadavg: 7.62 7.85 7.94 9/188 20132
/proc/meminfo: memFree=30740216/32951124 swapFree=67111464/67111528
[pid=20115] ppid=20113 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20115/stat : 20115 (priss.sh) S 20113 20115 19459 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 598434866 8908800 251 33554432000 4194304 4922060 140737456786496 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20115/statm: 2175 251 211 178 0 68 0
[pid=20116] ppid=20115 vsize=328308 CPUtime=296.69 cores=1,3,5,7
/proc/20116/stat : 20116 (priss) S 20115 20115 19459 0 -1 4202496 36241 0 0 0 29639 30 0 0 24 0 5 0 598434866 336187392 34282 33554432000 4194304 5787044 140734154582096 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/20116/statm: 82077 34282 420 389 0 77827 0
[pid=20116/tid=20117] ppid=20115 vsize=328308 CPUtime=74.26 cores=1,3,5,7
/proc/20116/task/20117/stat : 20117 (priss) R 20115 20115 19459 0 -1 4202560 7617 0 0 0 7417 9 0 0 25 0 5 0 598434866 336187392 34282 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591764 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20116/tid=20118] ppid=20115 vsize=328308 CPUtime=74.26 cores=1,3,5,7
/proc/20116/task/20118/stat : 20118 (priss) R 20115 20115 19459 0 -1 4202560 8529 0 0 0 7420 6 0 0 25 0 5 0 598434866 336187392 34282 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20116/tid=20119] ppid=20115 vsize=328308 CPUtime=74.27 cores=1,3,5,7
/proc/20116/task/20119/stat : 20119 (priss) R 20115 20115 19459 0 -1 4202560 9173 0 0 0 7419 8 0 0 25 0 5 0 598434866 336187392 34282 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591217 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20116/tid=20120] ppid=20115 vsize=328308 CPUtime=73.87 cores=1,3,5,7
/proc/20116/task/20120/stat : 20120 (priss) R 20115 20115 19459 0 -1 4202560 9425 0 0 0 7381 6 0 0 25 0 5 0 598434866 336187392 34282 33554432000 4194304 5787044 140734154582096 18446744073709551615 5527087 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 296.69
Current children cumulated vsize (KiB) 337008

[startup+75.1009 s]
/proc/loadavg: 7.65 7.85 7.94 9/188 20132
/proc/meminfo: memFree=30739596/32951124 swapFree=67111464/67111528
[pid=20115] ppid=20113 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20115/stat : 20115 (priss.sh) S 20113 20115 19459 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 598434866 8908800 251 33554432000 4194304 4922060 140737456786496 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20115/statm: 2175 251 211 178 0 68 0
[pid=20116] ppid=20115 vsize=328308 CPUtime=299.89 cores=1,3,5,7
/proc/20116/stat : 20116 (priss) S 20115 20115 19459 0 -1 4202496 36254 0 0 0 29959 30 0 0 24 0 5 0 598434866 336187392 34295 33554432000 4194304 5787044 140734154582096 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/20116/statm: 82077 34295 420 389 0 77827 0
[pid=20116/tid=20117] ppid=20115 vsize=328308 CPUtime=75.06 cores=1,3,5,7
/proc/20116/task/20117/stat : 20117 (priss) R 20115 20115 19459 0 -1 4202560 7620 0 0 0 7497 9 0 0 25 0 5 0 598434866 336187392 34295 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20116/tid=20118] ppid=20115 vsize=328308 CPUtime=75.06 cores=1,3,5,7
/proc/20116/task/20118/stat : 20118 (priss) R 20115 20115 19459 0 -1 4202560 8529 0 0 0 7500 6 0 0 25 0 5 0 598434866 336187392 34295 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20116/tid=20119] ppid=20115 vsize=328308 CPUtime=75.07 cores=1,3,5,7
/proc/20116/task/20119/stat : 20119 (priss) R 20115 20115 19459 0 -1 4202560 9176 0 0 0 7499 8 0 0 25 0 5 0 598434866 336187392 34295 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20116/tid=20120] ppid=20115 vsize=328308 CPUtime=74.67 cores=1,3,5,7
/proc/20116/task/20120/stat : 20120 (priss) R 20115 20115 19459 0 -1 4202560 9432 0 0 0 7461 6 0 0 25 0 5 0 598434866 336187392 34295 33554432000 4194304 5787044 140734154582096 18446744073709551615 5527755 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 299.89
Current children cumulated vsize (KiB) 337008

[startup+75.5008 s]
/proc/loadavg: 7.65 7.85 7.94 9/188 20132
/proc/meminfo: memFree=30739596/32951124 swapFree=67111464/67111528
[pid=20115] ppid=20113 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20115/stat : 20115 (priss.sh) S 20113 20115 19459 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 598434866 8908800 251 33554432000 4194304 4922060 140737456786496 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20115/statm: 2175 251 211 178 0 68 0
[pid=20116] ppid=20115 vsize=328308 CPUtime=301.49 cores=1,3,5,7
/proc/20116/stat : 20116 (priss) S 20115 20115 19459 0 -1 4202496 36259 0 0 0 30119 30 0 0 24 0 5 0 598434866 336187392 34300 33554432000 4194304 5787044 140734154582096 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/20116/statm: 82077 34300 420 389 0 77827 0
[pid=20116/tid=20117] ppid=20115 vsize=328308 CPUtime=75.46 cores=1,3,5,7
/proc/20116/task/20117/stat : 20117 (priss) R 20115 20115 19459 0 -1 4202560 7621 0 0 0 7537 9 0 0 25 0 5 0 598434866 336187392 34300 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20116/tid=20118] ppid=20115 vsize=328308 CPUtime=75.46 cores=1,3,5,7
/proc/20116/task/20118/stat : 20118 (priss) R 20115 20115 19459 0 -1 4202560 8529 0 0 0 7540 6 0 0 25 0 5 0 598434866 336187392 34300 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20116/tid=20119] ppid=20115 vsize=328308 CPUtime=75.47 cores=1,3,5,7
/proc/20116/task/20119/stat : 20119 (priss) R 20115 20115 19459 0 -1 4202560 9177 0 0 0 7539 8 0 0 25 0 5 0 598434866 336187392 34300 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20116/tid=20120] ppid=20115 vsize=328308 CPUtime=75.07 cores=1,3,5,7
/proc/20116/task/20120/stat : 20120 (priss) R 20115 20115 19459 0 -1 4202560 9435 0 0 0 7501 6 0 0 25 0 5 0 598434866 336187392 34300 33554432000 4194304 5787044 140734154582096 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 301.49
Current children cumulated vsize (KiB) 337008

[startup+75.6008 s]
/proc/loadavg: 7.65 7.85 7.94 9/188 20132
/proc/meminfo: memFree=30739596/32951124 swapFree=67111464/67111528
[pid=20115] ppid=20113 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/20115/stat : 20115 (priss.sh) S 20113 20115 19459 0 -1 4202496 330 0 0 0 0 0 0 0 22 0 1 0 598434866 8908800 251 33554432000 4194304 4922060 140737456786496 18446744073709551615 260020214917 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/20115/statm: 2175 251 211 178 0 68 0
[pid=20116] ppid=20115 vsize=328308 CPUtime=301.89 cores=1,3,5,7
/proc/20116/stat : 20116 (priss) S 20115 20115 19459 0 -1 4202496 36260 0 0 0 30159 30 0 0 24 0 5 0 598434866 336187392 34301 33554432000 4194304 5787044 140734154582096 18446744073709551615 260032219569 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/20116/statm: 82077 34301 420 389 0 77827 0
[pid=20116/tid=20117] ppid=20115 vsize=328308 CPUtime=75.56 cores=1,3,5,7
/proc/20116/task/20117/stat : 20117 (priss) R 20115 20115 19459 0 -1 4202560 7621 0 0 0 7547 9 0 0 25 0 5 0 598434866 336187392 34301 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591325 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=20116/tid=20118] ppid=20115 vsize=328308 CPUtime=75.56 cores=1,3,5,7
/proc/20116/task/20118/stat : 20118 (priss) R 20115 20115 19459 0 -1 4202560 8529 0 0 0 7550 6 0 0 25 0 5 0 598434866 336187392 34301 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=20116/tid=20119] ppid=20115 vsize=328308 CPUtime=75.57 cores=1,3,5,7
/proc/20116/task/20119/stat : 20119 (priss) R 20115 20115 19459 0 -1 4202560 9177 0 0 0 7549 8 0 0 25 0 5 0 598434866 336187392 34301 33554432000 4194304 5787044 140734154582096 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=20116/tid=20120] ppid=20115 vsize=328308 CPUtime=75.17 cores=1,3,5,7
/proc/20116/task/20120/stat : 20120 (priss) R 20115 20115 19459 0 -1 4202560 9436 0 0 0 7511 6 0 0 25 0 5 0 598434866 336187392 34301 33554432000 4194304 5787044 140734154582096 18446744073709551615 5527610 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 301.89
Current children cumulated vsize (KiB) 337008

Child status: 20
Real time (s): 75.6866
CPU time (s): 302.221
CPU user time (s): 301.906
CPU system time (s): 0.314952
CPU usage (%): 399.306
Max. virtual memory (cumulated for all children) (KiB): 337008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 301.906
system time used= 0.314952
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36643
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= 4591
involuntary context switches= 2194

runsolver used 0.113982 second user time and 0.301954 second system time

The end

Launcher Data

Begin job on node110 at 2011-04-29 15:00:43
IDJOB=3266608
IDBENCH=87848
IDSOLVER=1603
FILE ID=node110/3266608-1304082043
RUNJOBID= node110-1304082043-20091
PBS_JOBID= 13170503
Free space on /tmp= 72840 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT02/handmade/chu-min-li/urquhart/urquhart3_25bis.shuffled.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3266608-1304082043/watcher-3266608-1304082043 -o /tmp/evaluation-result-3266608-1304082043/solver-3266608-1304082043 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3266608-1304082043.cnf 1947842069 4800 15500 4

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

MD5SUM BENCH= 0313821ef13a43b48c58a56902d9e90b
RANDOM SEED=1947842069

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:      30990808 kB
Buffers:        888848 kB
Cached:         584752 kB
SwapCached:         64 kB
Active:         106852 kB
Inactive:      1447480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      30990808 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            3276 kB
Writeback:           0 kB
AnonPages:       80528 kB
Mapped:          15260 kB
Slab:           341980 kB
PageTables:       4880 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   267524 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= 72836 MiB
End job on node110 at 2011-04-29 15:01:59