Trace number 3262252

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 4323.78 1082.47

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-20_381.cnf
MD5SUM7976b5f6c5f2fc75af91292df6b31e76
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark61.7746
Satisfiable
(Un)Satisfiability was proved
Number of variables191
Number of clauses19482
Sum of the clauses size85088
Maximum clause length20
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2253
Number of clauses of size 317631
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51598

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: 4828
0.00/0.01	c parsetime: 5847us
0.00/0.01	c parsed 19482 clauses with 191 variables
0.00/0.01	c NW started thread 0 successfully (1115351360)
0.00/0.01	c NW started thread 1 successfully (1125841216)
0.00/0.01	c NW started thread 2 successfully (1136331072)
0.00/0.01	c NW started thread 3 successfully (1146820928)
0.00/1.54	c preprocessor returned 10036 variables
0.00/1.54	c preprocessing returned UNKNOWN
0.00/1.54	c PP set 0 variables
0.00/1.54	c pp time: 1525364us (1s)
0.00/1.54	c preprocessor returned 10036 variables
0.00/1.54	c preprocessing returned UNKNOWN
0.00/1.54	c PP set 0 variables
0.00/1.54	c pp time: 1524088us (1s)
0.00/1.54	c preprocessor returned 10036 variables
0.00/1.54	c preprocessing returned UNKNOWN
0.00/1.54	c PP set 0 variables
0.00/1.54	c pp time: 1525190us (1s)
292.37/73.22	c preprocessor returned 30178 variables
292.37/73.22	c preprocessing returned UNKNOWN
292.37/73.22	c PP set 0 variables
292.37/73.22	c pp time: 73207810us (73s)
1627.25/407.44	c added unsatisfied clause
1627.25/407.44	c failed to add network clauses
2714.17/679.56	c added unsatisfied clause
2714.17/679.56	c failed to add network clauses
3070.09/768.68	c added unsatisfied clause
3070.09/768.68	c failed to add network clauses
4109.08/1028.79	c added unsatisfied clause
4109.08/1028.79	c failed to add network clauses
4258.87/1066.28	c added unsatisfied clause
4258.87/1066.28	c failed to add network clauses
4317.61/1080.98	c added unsatisfied clause
4317.61/1080.98	c failed to add network clauses
4322.78/1082.25	c ====================
4322.78/1082.25	c implication/decision inf%(inf)
4322.78/1082.25	c decisions:           2151188
4322.78/1082.25	c last level:          0
4322.78/1082.25	c conflicts:           1606393
4322.78/1082.25	c restarts:            10646
4322.78/1082.25	c rejected_restarts    0
4322.78/1082.25	c removals:            21
4322.78/1082.25	c removed clauses:     998222
4322.78/1082.25	c oft clauses:         0
4323.56/1082.44	c solvetime: 1080909646us (1080s)
4323.56/1082.45	c sended clauses   | 47038 | 45892 | 928 | 34704 |
4323.56/1082.45	c received clauses | 0 | 54 | 56 | 60 |
4323.56/1082.45	c join all other threads
4323.56/1082.45	c joined thread 0
4323.56/1082.45	c joined thread 1
4323.56/1082.45	c joined thread 2
4323.56/1082.45	c joined thread 3
4323.56/1082.45	c memory usage (vsize): 382 MB
4323.56/1082.45	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3262252-1304060116/watcher-3262252-1304060116 -o /tmp/evaluation-result-3262252-1304060116/solver-3262252-1304060116 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3262252-1304060116.cnf 73230352 4800 15500 4 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 8.02 7.28 6.73 5/182 4827
/proc/meminfo: memFree=31535932/32951124 swapFree=67111356/67111528
[pid=4827] ppid=4825 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4827/stat : 4827 (priss.sh) S 4825 4827 4129 0 -1 4202496 332 0 0 0 0 0 0 0 18 0 1 0 498427247 8908800 252 33554432000 4194304 4922060 140734776039216 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4827/statm: 2175 252 211 178 0 68 0

[startup+0.0637709 s]
/proc/loadavg: 8.02 7.28 6.73 5/182 4827
/proc/meminfo: memFree=31535932/32951124 swapFree=67111356/67111528
[pid=4827] ppid=4825 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4827/stat : 4827 (priss.sh) S 4825 4827 4129 0 -1 4202496 332 0 0 0 0 0 0 0 18 0 1 0 498427247 8908800 252 33554432000 4194304 4922060 140734776039216 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4827/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.802998 s]
/proc/loadavg: 8.02 7.28 6.73 5/182 4827
/proc/meminfo: memFree=31535932/32951124 swapFree=67111356/67111528
[pid=4827] ppid=4825 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4827/stat : 4827 (priss.sh) S 4825 4827 4129 0 -1 4202496 332 0 0 0 0 0 0 0 18 0 1 0 498427247 8908800 252 33554432000 4194304 4922060 140734776039216 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4827/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.959028 s]
/proc/loadavg: 8.02 7.28 6.73 5/182 4827
/proc/meminfo: memFree=31535932/32951124 swapFree=67111356/67111528
[pid=4827] ppid=4825 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4827/stat : 4827 (priss.sh) S 4825 4827 4129 0 -1 4202496 332 0 0 0 0 0 0 0 18 0 1 0 498427247 8908800 252 33554432000 4194304 4922060 140734776039216 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4827/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.03076 s]
/proc/loadavg: 8.02 7.28 6.73 5/182 4827
/proc/meminfo: memFree=31535932/32951124 swapFree=67111356/67111528
[pid=4827] ppid=4825 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4827/stat : 4827 (priss.sh) S 4825 4827 4129 0 -1 4202496 332 0 0 0 0 0 0 0 18 0 1 0 498427247 8908800 252 33554432000 4194304 4922060 140734776039216 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4827/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50092 s]
/proc/loadavg: 8.02 7.28 6.73 5/182 4827
/proc/meminfo: memFree=31535932/32951124 swapFree=67111356/67111528
[pid=4827] ppid=4825 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4827/stat : 4827 (priss.sh) S 4825 4827 4129 0 -1 4202496 332 0 0 0 0 0 0 0 18 0 1 0 498427247 8908800 252 33554432000 4194304 4922060 140734776039216 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4827/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10061 s]
/proc/loadavg: 8.02 7.29 6.74 9/188 4833
/proc/meminfo: memFree=31497816/32951124 swapFree=67111356/67111528
[pid=4827] ppid=4825 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4827/stat : 4827 (priss.sh) S 4825 4827 4129 0 -1 4202496 332 0 0 0 0 0 0 0 18 0 1 0 498427247 8908800 252 33554432000 4194304 4922060 140734776039216 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4827/statm: 2175 252 211 178 0 68 0
[pid=4828] ppid=4827 vsize=281352 CPUtime=12.33 cores=0,2,4,6
/proc/4828/stat : 4828 (priss) S 4827 4827 4129 0 -1 4202496 11061 0 0 0 1231 2 0 0 18 0 5 0 498427247 288104448 9817 33554432000 4194304 5787044 140736074698944 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4828/statm: 70338 9817 404 389 0 66088 0
[pid=4828/tid=4830] ppid=4827 vsize=281352 CPUtime=3.06 cores=0,2,4,6
/proc/4828/task/4830/stat : 4830 (priss) R 4827 4827 4129 0 -1 4202560 2095 0 0 0 306 0 0 0 25 0 5 0 498427248 288104448 9817 33554432000 4194304 5787044 140736074698944 18446744073709551615 4220881 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=4828/tid=4831] ppid=4827 vsize=281352 CPUtime=3.08 cores=0,2,4,6
/proc/4828/task/4831/stat : 4831 (priss) R 4827 4827 4129 0 -1 4202560 2843 0 0 0 308 0 0 0 21 0 5 0 498427248 288104448 9817 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591075 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4828/tid=4832] ppid=4827 vsize=281352 CPUtime=3.08 cores=0,2,4,6
/proc/4828/task/4832/stat : 4832 (priss) R 4827 4827 4129 0 -1 4202560 2205 0 0 0 307 1 0 0 21 0 5 0 498427248 288104448 9817 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=4828/tid=4833] ppid=4827 vsize=281352 CPUtime=3.08 cores=0,2,4,6
/proc/4828/task/4833/stat : 4833 (priss) R 4827 4827 4129 0 -1 4202560 2215 0 0 0 308 0 0 0 21 0 5 0 498427249 288104448 9817 33554432000 4194304 5787044 140736074698944 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 290052

[startup+6.30097 s]
/proc/loadavg: 8.02 7.29 6.74 9/188 4834
/proc/meminfo: memFree=31494104/32951124 swapFree=67111356/67111528
[pid=4827] ppid=4825 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4827/stat : 4827 (priss.sh) S 4825 4827 4129 0 -1 4202496 332 0 0 0 0 0 0 0 18 0 1 0 498427247 8908800 252 33554432000 4194304 4922060 140734776039216 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4827/statm: 2175 252 211 178 0 68 0
[pid=4828] ppid=4827 vsize=282416 CPUtime=25.12 cores=0,2,4,6
/proc/4828/stat : 4828 (priss) S 4827 4827 4129 0 -1 4202496 11820 0 0 0 2509 3 0 0 18 0 5 0 498427247 289193984 10576 33554432000 4194304 5787044 140736074698944 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4828/statm: 70604 10576 404 389 0 66354 0
[pid=4828/tid=4830] ppid=4827 vsize=282416 CPUtime=6.25 cores=0,2,4,6
/proc/4828/task/4830/stat : 4830 (priss) R 4827 4827 4129 0 -1 4202560 2339 0 0 0 624 1 0 0 25 0 5 0 498427248 289193984 10576 33554432000 4194304 5787044 140736074698944 18446744073709551615 4254508 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=4828/tid=4831] ppid=4827 vsize=282416 CPUtime=6.28 cores=0,2,4,6
/proc/4828/task/4831/stat : 4831 (priss) R 4827 4827 4129 0 -1 4202560 3086 0 0 0 628 0 0 0 25 0 5 0 498427248 289193984 10576 33554432000 4194304 5787044 140736074698944 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4828/tid=4832] ppid=4827 vsize=282416 CPUtime=6.27 cores=0,2,4,6
/proc/4828/task/4832/stat : 4832 (priss) R 4827 4827 4129 0 -1 4202560 2476 0 0 0 626 1 0 0 25 0 5 0 498427248 289193984 10576 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=4828/tid=4833] ppid=4827 vsize=282416 CPUtime=6.28 cores=0,2,4,6
/proc/4828/task/4833/stat : 4833 (priss) R 4827 4827 4129 0 -1 4202560 2216 0 0 0 628 0 0 0 25 0 5 0 498427249 289193984 10576 33554432000 4194304 5787044 140736074698944 18446744073709551615 4359259 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 291116

[startup+12.7007 s]
/proc/loadavg: 8.02 7.30 6.75 9/188 4834
/proc/meminfo: memFree=31488496/32951124 swapFree=67111356/67111528
[pid=4827] ppid=4825 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4827/stat : 4827 (priss.sh) S 4825 4827 4129 0 -1 4202496 332 0 0 0 0 0 0 0 18 0 1 0 498427247 8908800 252 33554432000 4194304 4922060 140734776039216 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4827/statm: 2175 252 211 178 0 68 0
[pid=4828] ppid=4827 vsize=282948 CPUtime=50.7 cores=0,2,4,6
/proc/4828/stat : 4828 (priss) S 4827 4827 4129 0 -1 4202496 13182 0 0 0 5066 4 0 0 18 0 5 0 498427247 289738752 11938 33554432000 4194304 5787044 140736074698944 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4828/statm: 70737 11938 405 389 0 66487 0
[pid=4828/tid=4830] ppid=4827 vsize=282948 CPUtime=12.61 cores=0,2,4,6
/proc/4828/task/4830/stat : 4830 (priss) R 4827 4827 4129 0 -1 4202560 2818 0 0 0 1260 1 0 0 25 0 5 0 498427248 289738752 11938 33554432000 4194304 5787044 140736074698944 18446744073709551615 5592140 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=4828/tid=4831] ppid=4827 vsize=282948 CPUtime=12.68 cores=0,2,4,6
/proc/4828/task/4831/stat : 4831 (priss) R 4827 4827 4129 0 -1 4202560 3583 0 0 0 1268 0 0 0 25 0 5 0 498427248 289738752 11938 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4828/tid=4832] ppid=4827 vsize=282948 CPUtime=12.68 cores=0,2,4,6
/proc/4828/task/4832/stat : 4832 (priss) R 4827 4827 4129 0 -1 4202560 2862 0 0 0 1267 1 0 0 25 0 5 0 498427248 289738752 11938 33554432000 4194304 5787044 140736074698944 18446744073709551615 4220347 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=4828/tid=4833] ppid=4827 vsize=282948 CPUtime=12.68 cores=0,2,4,6
/proc/4828/task/4833/stat : 4833 (priss) R 4827 4827 4129 0 -1 4202560 2216 0 0 0 1268 0 0 0 25 0 5 0 498427249 289738752 11938 33554432000 4194304 5787044 140736074698944 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 291648

[startup+25.5012 s]
/proc/loadavg: 8.08 7.35 6.77 9/188 4834
/proc/meminfo: memFree=31475456/32951124 swapFree=67111356/67111528
[pid=4827] ppid=4825 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4827/stat : 4827 (priss.sh) S 4825 4827 4129 0 -1 4202496 332 0 0 0 0 0 0 0 18 0 1 0 498427247 8908800 252 33554432000 4194304 4922060 140734776039216 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4827/statm: 2175 252 211 178 0 68 0
[pid=4828] ppid=4827 vsize=289432 CPUtime=101.82 cores=0,2,4,6
/proc/4828/stat : 4828 (priss) S 4827 4827 4129 0 -1 4202496 16357 0 0 0 10176 6 0 0 18 0 5 0 498427247 296378368 15113 33554432000 4194304 5787044 140736074698944 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4828/statm: 72358 15113 405 389 0 68108 0
[pid=4828/tid=4830] ppid=4827 vsize=289432 CPUtime=25.35 cores=0,2,4,6
/proc/4828/task/4830/stat : 4830 (priss) R 4827 4827 4129 0 -1 4202560 3425 0 0 0 2533 2 0 0 25 0 5 0 498427248 296378368 15113 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=4828/tid=4831] ppid=4827 vsize=289432 CPUtime=25.48 cores=0,2,4,6
/proc/4828/task/4831/stat : 4831 (priss) R 4827 4827 4129 0 -1 4202560 5318 0 0 0 2547 1 0 0 25 0 5 0 498427248 296378368 15113 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4828/tid=4832] ppid=4827 vsize=289432 CPUtime=25.47 cores=0,2,4,6
/proc/4828/task/4832/stat : 4832 (priss) R 4827 4827 4129 0 -1 4202560 3695 0 0 0 2545 2 0 0 25 0 5 0 498427248 296378368 15113 33554432000 4194304 5787044 140736074698944 18446744073709551615 5590402 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=4828/tid=4833] ppid=4827 vsize=289432 CPUtime=25.48 cores=0,2,4,6
/proc/4828/task/4833/stat : 4833 (priss) R 4827 4827 4129 0 -1 4202560 2216 0 0 0 2548 0 0 0 25 0 5 0 498427249 296378368 15113 33554432000 4194304 5787044 140736074698944 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 101.82
Current children cumulated vsize (KiB) 298132

[startup+51.1011 s]
/proc/loadavg: 8.05 7.40 6.80 9/188 4835
/proc/meminfo: memFree=31456572/32951124 swapFree=67111356/67111528
[pid=4827] ppid=4825 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4827/stat : 4827 (priss.sh) S 4825 4827 4129 0 -1 4202496 332 0 0 0 0 0 0 0 18 0 1 0 498427247 8908800 252 33554432000 4194304 4922060 140734776039216 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4827/statm: 2175 252 211 178 0 68 0
[pid=4828] ppid=4827 vsize=295576 CPUtime=204.07 cores=0,2,4,6
/proc/4828/stat : 4828 (priss) S 4827 4827 4129 0 -1 4202496 20113 0 0 0 20399 8 0 0 18 0 5 0 498427247 302669824 18864 33554432000 4194304 5787044 140736074698944 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4828/statm: 73894 18864 405 389 0 69644 0
[pid=4828/tid=4830] ppid=4827 vsize=295576 CPUtime=50.8 cores=0,2,4,6
/proc/4828/task/4830/stat : 4830 (priss) R 4827 4827 4129 0 -1 4202560 4169 0 0 0 5078 2 0 0 25 0 5 0 498427248 302669824 18864 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=4828/tid=4831] ppid=4827 vsize=295576 CPUtime=51.07 cores=0,2,4,6
/proc/4828/task/4831/stat : 4831 (priss) R 4827 4827 4129 0 -1 4202560 7367 0 0 0 5106 1 0 0 25 0 5 0 498427248 302669824 18864 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4828/tid=4832] ppid=4827 vsize=295576 CPUtime=51.07 cores=0,2,4,6
/proc/4828/task/4832/stat : 4832 (priss) R 4827 4827 4129 0 -1 4202560 4658 0 0 0 5104 3 0 0 25 0 5 0 498427248 302669824 18864 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=4828/tid=4833] ppid=4827 vsize=295576 CPUtime=51.08 cores=0,2,4,6
/proc/4828/task/4833/stat : 4833 (priss) R 4827 4827 4129 0 -1 4202560 2216 0 0 0 5108 0 0 0 25 0 5 0 498427249 302669824 18864 33554432000 4194304 5787044 140736074698944 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 204.07
Current children cumulated vsize (KiB) 304276

[startup+102.301 s]
/proc/loadavg: 8.14 7.52 6.87 9/188 4836
/proc/meminfo: memFree=31405720/32951124 swapFree=67111356/67111528
[pid=4827] ppid=4825 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4827/stat : 4827 (priss.sh) S 4825 4827 4129 0 -1 4202496 332 0 0 0 0 0 0 0 18 0 1 0 498427247 8908800 252 33554432000 4194304 4922060 140734776039216 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4827/statm: 2175 252 211 178 0 68 0
[pid=4828] ppid=4827 vsize=308528 CPUtime=408.58 cores=0,2,4,6
/proc/4828/stat : 4828 (priss) S 4827 4827 4129 0 -1 4202496 28134 0 0 0 40843 15 0 0 18 0 5 0 498427247 315932672 25593 33554432000 4194304 5787044 140736074698944 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4828/statm: 77132 25593 419 389 0 72882 0
[pid=4828/tid=4830] ppid=4827 vsize=308528 CPUtime=101.72 cores=0,2,4,6
/proc/4828/task/4830/stat : 4830 (priss) R 4827 4827 4129 0 -1 4202560 5849 0 0 0 10168 4 0 0 25 0 5 0 498427248 315932672 25593 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=4828/tid=4831] ppid=4827 vsize=308528 CPUtime=102.28 cores=0,2,4,6
/proc/4828/task/4831/stat : 4831 (priss) R 4827 4827 4129 0 -1 4202560 8724 0 0 0 10224 4 0 0 25 0 5 0 498427248 315932672 25593 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591532 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4828/tid=4832] ppid=4827 vsize=308528 CPUtime=102.27 cores=0,2,4,6
/proc/4828/task/4832/stat : 4832 (priss) R 4827 4827 4129 0 -1 4202560 5959 0 0 0 10222 5 0 0 25 0 5 0 498427248 315932672 25593 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=4828/tid=4833] ppid=4827 vsize=308528 CPUtime=102.28 cores=0,2,4,6
/proc/4828/task/4833/stat : 4833 (priss) R 4827 4827 4129 0 -1 4202560 5899 0 0 0 10226 2 0 0 25 0 5 0 498427249 315932672 25593 33554432000 4194304 5787044 140736074698944 18446744073709551615 5527666 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 408.58
Current children cumulated vsize (KiB) 317228

[startup+162.301 s]
/proc/loadavg: 8.11 7.62 6.95 10/188 4838
/proc/meminfo: memFree=31352872/32951124 swapFree=67111356/67111528
[pid=4827] ppid=4825 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4827/stat : 4827 (priss.sh) S 4825 4827 4129 0 -1 4202496 332 0 0 0 0 0 0 0 18 0 1 0 498427247 8908800 252 33554432000 4194304 4922060 140734776039216 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4827/statm: 2175 252 211 178 0 68 0
[pid=4828] ppid=4827 vsize=319568 CPUtime=648.27 cores=0,2,4,6

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

[pid=4828/tid=4831] ppid=4827 vsize=401932 CPUtime=1002.28 cores=0,2,4,6
/proc/4828/task/4831/stat : 4831 (priss) R 4827 4827 4129 0 -1 4202560 18737 0 0 0 100212 16 0 0 25 0 5 0 498427248 411578368 73894 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4828/tid=4832] ppid=4827 vsize=401932 CPUtime=1002.27 cores=0,2,4,6
/proc/4828/task/4832/stat : 4832 (priss) R 4827 4827 4129 0 -1 4202560 20827 0 0 0 100209 18 0 0 25 0 5 0 498427248 411578368 73894 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=4828/tid=4833] ppid=4827 vsize=401932 CPUtime=1002.26 cores=0,2,4,6
/proc/4828/task/4833/stat : 4833 (priss) R 4827 4827 4129 0 -1 4202560 19137 0 0 0 100210 16 0 0 25 0 5 0 498427249 411578368 73894 33554432000 4194304 5787044 140736074698944 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4003.61
Current children cumulated vsize (KiB) 410632

[startup+1062.3 s]
/proc/loadavg: 8.08 8.10 7.66 9/188 4904
/proc/meminfo: memFree=31241304/32951124 swapFree=67111356/67111528
[pid=4827] ppid=4825 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4827/stat : 4827 (priss.sh) S 4825 4827 4129 0 -1 4202496 332 0 0 0 0 0 0 0 18 0 1 0 498427247 8908800 252 33554432000 4194304 4922060 140734776039216 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4827/statm: 2175 252 211 178 0 68 0
[pid=4828] ppid=4827 vsize=406428 CPUtime=4243.29 cores=0,2,4,6
/proc/4828/stat : 4828 (priss) S 4827 4827 4129 0 -1 4202496 79303 0 0 0 424263 66 0 0 18 0 5 0 498427247 416182272 75674 33554432000 4194304 5787044 140736074698944 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4828/statm: 101607 75674 419 389 0 97357 0
[pid=4828/tid=4830] ppid=4827 vsize=406428 CPUtime=1056.43 cores=0,2,4,6
/proc/4828/task/4830/stat : 4830 (priss) R 4827 4827 4129 0 -1 4202560 17300 0 0 0 105629 14 0 0 25 0 5 0 498427248 416182272 75674 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=4828/tid=4831] ppid=4827 vsize=406428 CPUtime=1062.28 cores=0,2,4,6
/proc/4828/task/4831/stat : 4831 (priss) R 4827 4827 4129 0 -1 4202560 19176 0 0 0 106212 16 0 0 25 0 5 0 498427248 416182272 75674 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4828/tid=4832] ppid=4827 vsize=406428 CPUtime=1062.27 cores=0,2,4,6
/proc/4828/task/4832/stat : 4832 (priss) R 4827 4827 4129 0 -1 4202560 21987 0 0 0 106209 18 0 0 25 0 5 0 498427248 416182272 75674 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=4828/tid=4833] ppid=4827 vsize=406428 CPUtime=1062.26 cores=0,2,4,6
/proc/4828/task/4833/stat : 4833 (priss) R 4827 4827 4129 0 -1 4202560 19137 0 0 0 106210 16 0 0 25 0 5 0 498427249 416182272 75674 33554432000 4194304 5787044 140736074698944 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4243.29
Current children cumulated vsize (KiB) 415128

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

[startup+1063 s]
/proc/loadavg: 8.08 8.10 7.66 9/188 4904
/proc/meminfo: memFree=31241304/32951124 swapFree=67111356/67111528
[pid=4827] ppid=4825 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4827/stat : 4827 (priss.sh) S 4825 4827 4129 0 -1 4202496 332 0 0 0 0 0 0 0 18 0 1 0 498427247 8908800 252 33554432000 4194304 4922060 140734776039216 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4827/statm: 2175 252 211 178 0 68 0
[pid=4828] ppid=4827 vsize=406560 CPUtime=4246.09 cores=0,2,4,6
/proc/4828/stat : 4828 (priss) S 4827 4827 4129 0 -1 4202496 79318 0 0 0 424543 66 0 0 18 0 5 0 498427247 416317440 75689 33554432000 4194304 5787044 140736074698944 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4828/statm: 101640 75689 419 389 0 97390 0
[pid=4828/tid=4830] ppid=4827 vsize=406560 CPUtime=1057.13 cores=0,2,4,6
/proc/4828/task/4830/stat : 4830 (priss) R 4827 4827 4129 0 -1 4202560 17303 0 0 0 105699 14 0 0 25 0 5 0 498427248 416317440 75689 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=4828/tid=4831] ppid=4827 vsize=406560 CPUtime=1062.98 cores=0,2,4,6
/proc/4828/task/4831/stat : 4831 (priss) R 4827 4827 4129 0 -1 4202560 19177 0 0 0 106282 16 0 0 25 0 5 0 498427248 416317440 75689 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4828/tid=4832] ppid=4827 vsize=406560 CPUtime=1062.97 cores=0,2,4,6
/proc/4828/task/4832/stat : 4832 (priss) R 4827 4827 4129 0 -1 4202560 21998 0 0 0 106279 18 0 0 25 0 5 0 498427248 416317440 75689 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=4828/tid=4833] ppid=4827 vsize=406560 CPUtime=1062.96 cores=0,2,4,6
/proc/4828/task/4833/stat : 4833 (priss) R 4827 4827 4129 0 -1 4202560 19137 0 0 0 106280 16 0 0 25 0 5 0 498427249 416317440 75689 33554432000 4194304 5787044 140736074698944 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4246.09
Current children cumulated vsize (KiB) 415260

[startup+1075.8 s]
/proc/loadavg: 8.06 8.09 7.66 9/188 4904
/proc/meminfo: memFree=31239312/32951124 swapFree=67111356/67111528
[pid=4827] ppid=4825 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4827/stat : 4827 (priss.sh) S 4825 4827 4129 0 -1 4202496 332 0 0 0 0 0 0 0 18 0 1 0 498427247 8908800 252 33554432000 4194304 4922060 140734776039216 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4827/statm: 2175 252 211 178 0 68 0
[pid=4828] ppid=4827 vsize=407352 CPUtime=4297.21 cores=0,2,4,6
/proc/4828/stat : 4828 (priss) S 4827 4827 4129 0 -1 4202496 79709 0 0 0 429655 66 0 0 18 0 5 0 498427247 417128448 76080 33554432000 4194304 5787044 140736074698944 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4828/statm: 101838 76080 419 389 0 97588 0
[pid=4828/tid=4830] ppid=4827 vsize=407352 CPUtime=1069.86 cores=0,2,4,6
/proc/4828/task/4830/stat : 4830 (priss) R 4827 4827 4129 0 -1 4202560 17319 0 0 0 106972 14 0 0 25 0 5 0 498427248 417128448 76080 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=4828/tid=4831] ppid=4827 vsize=407352 CPUtime=1075.78 cores=0,2,4,6
/proc/4828/task/4831/stat : 4831 (priss) R 4827 4827 4129 0 -1 4202560 19335 0 0 0 107562 16 0 0 25 0 5 0 498427248 417128448 76080 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4828/tid=4832] ppid=4827 vsize=407352 CPUtime=1075.76 cores=0,2,4,6
/proc/4828/task/4832/stat : 4832 (priss) R 4827 4827 4129 0 -1 4202560 22207 0 0 0 107558 18 0 0 25 0 5 0 498427248 417128448 76080 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=4828/tid=4833] ppid=4827 vsize=407352 CPUtime=1075.76 cores=0,2,4,6
/proc/4828/task/4833/stat : 4833 (priss) R 4827 4827 4129 0 -1 4202560 19145 0 0 0 107560 16 0 0 25 0 5 0 498427249 417128448 76080 33554432000 4194304 5787044 140736074698944 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4297.21
Current children cumulated vsize (KiB) 416052

[startup+1079 s]
/proc/loadavg: 8.14 8.11 7.67 9/188 4904
/proc/meminfo: memFree=31238812/32951124 swapFree=67111356/67111528
[pid=4827] ppid=4825 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4827/stat : 4827 (priss.sh) S 4825 4827 4129 0 -1 4202496 332 0 0 0 0 0 0 0 18 0 1 0 498427247 8908800 252 33554432000 4194304 4922060 140734776039216 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4827/statm: 2175 252 211 178 0 68 0
[pid=4828] ppid=4827 vsize=407616 CPUtime=4310 cores=0,2,4,6
/proc/4828/stat : 4828 (priss) S 4827 4827 4129 0 -1 4202496 79802 0 0 0 430934 66 0 0 18 0 5 0 498427247 417398784 76173 33554432000 4194304 5787044 140736074698944 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4828/statm: 101904 76173 419 389 0 97654 0
[pid=4828/tid=4830] ppid=4827 vsize=407616 CPUtime=1073.04 cores=0,2,4,6
/proc/4828/task/4830/stat : 4830 (priss) R 4827 4827 4129 0 -1 4202560 17321 0 0 0 107290 14 0 0 25 0 5 0 498427248 417398784 76173 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=4828/tid=4831] ppid=4827 vsize=407616 CPUtime=1078.98 cores=0,2,4,6
/proc/4828/task/4831/stat : 4831 (priss) R 4827 4827 4129 0 -1 4202560 19372 0 0 0 107882 16 0 0 25 0 5 0 498427248 417398784 76173 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4828/tid=4832] ppid=4827 vsize=407616 CPUtime=1078.96 cores=0,2,4,6
/proc/4828/task/4832/stat : 4832 (priss) R 4827 4827 4129 0 -1 4202560 22261 0 0 0 107878 18 0 0 25 0 5 0 498427248 417398784 76173 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=4828/tid=4833] ppid=4827 vsize=407616 CPUtime=1078.96 cores=0,2,4,6
/proc/4828/task/4833/stat : 4833 (priss) R 4827 4827 4129 0 -1 4202560 19145 0 0 0 107880 16 0 0 25 0 5 0 498427249 417398784 76173 33554432000 4194304 5787044 140736074698944 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4310
Current children cumulated vsize (KiB) 416316

[startup+1080.6 s]
/proc/loadavg: 8.14 8.11 7.67 9/188 4904
/proc/meminfo: memFree=31234472/32951124 swapFree=67111356/67111528
[pid=4827] ppid=4825 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4827/stat : 4827 (priss.sh) S 4825 4827 4129 0 -1 4202496 332 0 0 0 0 0 0 0 18 0 1 0 498427247 8908800 252 33554432000 4194304 4922060 140734776039216 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4827/statm: 2175 252 211 178 0 68 0
[pid=4828] ppid=4827 vsize=407616 CPUtime=4316.39 cores=0,2,4,6
/proc/4828/stat : 4828 (priss) S 4827 4827 4129 0 -1 4202496 79841 0 0 0 431573 66 0 0 18 0 5 0 498427247 417398784 76212 33554432000 4194304 5787044 140736074698944 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4828/statm: 101904 76212 419 389 0 97654 0
[pid=4828/tid=4830] ppid=4827 vsize=407616 CPUtime=1074.64 cores=0,2,4,6
/proc/4828/task/4830/stat : 4830 (priss) R 4827 4827 4129 0 -1 4202560 17322 0 0 0 107450 14 0 0 25 0 5 0 498427248 417398784 76212 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=4828/tid=4831] ppid=4827 vsize=407616 CPUtime=1080.58 cores=0,2,4,6
/proc/4828/task/4831/stat : 4831 (priss) R 4827 4827 4129 0 -1 4202560 19387 0 0 0 108042 16 0 0 25 0 5 0 498427248 417398784 76212 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4828/tid=4832] ppid=4827 vsize=407616 CPUtime=1080.56 cores=0,2,4,6
/proc/4828/task/4832/stat : 4832 (priss) R 4827 4827 4129 0 -1 4202560 22284 0 0 0 108038 18 0 0 25 0 5 0 498427248 417398784 76212 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=4828/tid=4833] ppid=4827 vsize=407616 CPUtime=1080.56 cores=0,2,4,6
/proc/4828/task/4833/stat : 4833 (priss) R 4827 4827 4129 0 -1 4202560 19145 0 0 0 108040 16 0 0 25 0 5 0 498427249 417398784 76212 33554432000 4194304 5787044 140736074698944 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4316.39
Current children cumulated vsize (KiB) 416316

[startup+1081.4 s]
/proc/loadavg: 8.14 8.11 7.67 9/188 4904
/proc/meminfo: memFree=31234348/32951124 swapFree=67111356/67111528
[pid=4827] ppid=4825 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4827/stat : 4827 (priss.sh) S 4825 4827 4129 0 -1 4202496 332 0 0 0 0 0 0 0 18 0 1 0 498427247 8908800 252 33554432000 4194304 4922060 140734776039216 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4827/statm: 2175 252 211 178 0 68 0
[pid=4828] ppid=4827 vsize=407748 CPUtime=4319.59 cores=0,2,4,6
/proc/4828/stat : 4828 (priss) S 4827 4827 4129 0 -1 4202496 79863 0 0 0 431893 66 0 0 18 0 5 0 498427247 417533952 76234 33554432000 4194304 5787044 140736074698944 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4828/statm: 101937 76234 419 389 0 97687 0
[pid=4828/tid=4830] ppid=4827 vsize=407748 CPUtime=1075.43 cores=0,2,4,6
/proc/4828/task/4830/stat : 4830 (priss) R 4827 4827 4129 0 -1 4202560 17322 0 0 0 107529 14 0 0 25 0 5 0 498427248 417533952 76234 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=4828/tid=4831] ppid=4827 vsize=407748 CPUtime=1081.38 cores=0,2,4,6
/proc/4828/task/4831/stat : 4831 (priss) R 4827 4827 4129 0 -1 4202560 19395 0 0 0 108122 16 0 0 25 0 5 0 498427248 417533952 76234 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4828/tid=4832] ppid=4827 vsize=407748 CPUtime=1081.36 cores=0,2,4,6
/proc/4828/task/4832/stat : 4832 (priss) R 4827 4827 4129 0 -1 4202560 22298 0 0 0 108118 18 0 0 25 0 5 0 498427248 417533952 76234 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=4828/tid=4833] ppid=4827 vsize=407748 CPUtime=1081.36 cores=0,2,4,6
/proc/4828/task/4833/stat : 4833 (priss) R 4827 4827 4129 0 -1 4202560 19145 0 0 0 108120 16 0 0 25 0 5 0 498427249 417533952 76234 33554432000 4194304 5787044 140736074698944 18446744073709551615 5526883 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4319.59
Current children cumulated vsize (KiB) 416448

[startup+1082.2 s]
/proc/loadavg: 8.14 8.11 7.67 9/188 4904
/proc/meminfo: memFree=31234224/32951124 swapFree=67111356/67111528
[pid=4827] ppid=4825 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4827/stat : 4827 (priss.sh) S 4825 4827 4129 0 -1 4202496 332 0 0 0 0 0 0 0 18 0 1 0 498427247 8908800 252 33554432000 4194304 4922060 140734776039216 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4827/statm: 2175 252 211 178 0 68 0
[pid=4828] ppid=4827 vsize=407748 CPUtime=4322.78 cores=0,2,4,6
/proc/4828/stat : 4828 (priss) S 4827 4827 4129 0 -1 4202496 79883 0 0 0 432212 66 0 0 18 0 5 0 498427247 417533952 76254 33554432000 4194304 5787044 140736074698944 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4828/statm: 101937 76254 419 389 0 97687 0
[pid=4828/tid=4830] ppid=4827 vsize=407748 CPUtime=1076.23 cores=0,2,4,6
/proc/4828/task/4830/stat : 4830 (priss) R 4827 4827 4129 0 -1 4202560 17323 0 0 0 107609 14 0 0 25 0 5 0 498427248 417533952 76254 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=4828/tid=4831] ppid=4827 vsize=407748 CPUtime=1082.18 cores=0,2,4,6
/proc/4828/task/4831/stat : 4831 (priss) R 4827 4827 4129 0 -1 4202560 19402 0 0 0 108202 16 0 0 25 0 5 0 498427248 417533952 76254 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4828/tid=4832] ppid=4827 vsize=407748 CPUtime=1082.16 cores=0,2,4,6
/proc/4828/task/4832/stat : 4832 (priss) R 4827 4827 4129 0 -1 4202560 22310 0 0 0 108198 18 0 0 25 0 5 0 498427248 417533952 76254 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=4828/tid=4833] ppid=4827 vsize=407748 CPUtime=1082.16 cores=0,2,4,6
/proc/4828/task/4833/stat : 4833 (priss) R 4827 4827 4129 0 -1 4202560 19145 0 0 0 108200 16 0 0 25 0 5 0 498427249 417533952 76254 33554432000 4194304 5787044 140736074698944 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4322.78
Current children cumulated vsize (KiB) 416448

[startup+1082.4 s]
/proc/loadavg: 8.14 8.11 7.67 9/188 4904
/proc/meminfo: memFree=31234224/32951124 swapFree=67111356/67111528
[pid=4827] ppid=4825 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/4827/stat : 4827 (priss.sh) S 4825 4827 4129 0 -1 4202496 332 0 0 0 0 0 0 0 18 0 1 0 498427247 8908800 252 33554432000 4194304 4922060 140734776039216 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/4827/statm: 2175 252 211 178 0 68 0
[pid=4828] ppid=4827 vsize=407748 CPUtime=4323.56 cores=0,2,4,6
/proc/4828/stat : 4828 (priss) S 4827 4827 4129 0 -1 4202496 79897 0 0 0 432290 66 0 0 18 0 5 0 498427247 417533952 76268 33554432000 4194304 5787044 140736074698944 18446744073709551615 270350207409 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/4828/statm: 101937 76268 431 389 0 97687 0
[pid=4828/tid=4830] ppid=4827 vsize=407748 CPUtime=1076.41 cores=0,2,4,6
/proc/4828/task/4830/stat : 4830 (priss) R 4827 4827 4129 0 -1 4202560 17335 0 0 0 107627 14 0 0 25 0 5 0 498427248 417533952 76268 33554432000 4194304 5787044 140736074698944 18446744073709551615 270338041618 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=4828/tid=4831] ppid=4827 vsize=407748 CPUtime=1082.38 cores=0,2,4,6
/proc/4828/task/4831/stat : 4831 (priss) R 4827 4827 4129 0 -1 4202560 19403 0 0 0 108222 16 0 0 25 0 5 0 498427248 417533952 76268 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=4828/tid=4832] ppid=4827 vsize=407748 CPUtime=1082.36 cores=0,2,4,6
/proc/4828/task/4832/stat : 4832 (priss) R 4827 4827 4129 0 -1 4202560 22311 0 0 0 108218 18 0 0 25 0 5 0 498427248 417533952 76268 33554432000 4194304 5787044 140736074698944 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=4828/tid=4833] ppid=4827 vsize=407748 CPUtime=1082.36 cores=0,2,4,6
/proc/4828/task/4833/stat : 4833 (priss) R 4827 4827 4129 0 -1 4202560 19145 0 0 0 108220 16 0 0 25 0 5 0 498427249 417533952 76268 33554432000 4194304 5787044 140736074698944 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4323.56
Current children cumulated vsize (KiB) 416448

Child status: 20
Real time (s): 1082.47
CPU time (s): 4323.78
CPU user time (s): 4323.09
CPU system time (s): 0.684895
CPU usage (%): 399.437
Max. virtual memory (cumulated for all children) (KiB): 416448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4323.09
system time used= 0.684895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 80268
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= 3951
involuntary context switches= 18573

runsolver used 1.52177 second user time and 4.38533 second system time

The end

Launcher Data

Begin job on node143 at 2011-04-29 08:55:16
IDJOB=3262252
IDBENCH=83287
IDSOLVER=1603
FILE ID=node143/3262252-1304060116
RUNJOBID= node143-1304059664-4758
PBS_JOBID= 13170423
Free space on /tmp= 72924 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-20_381.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262252-1304060116/watcher-3262252-1304060116 -o /tmp/evaluation-result-3262252-1304060116/solver-3262252-1304060116 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3262252-1304060116.cnf 73230352 4800 15500 4

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

MD5SUM BENCH= 7976b5f6c5f2fc75af91292df6b31e76
RANDOM SEED=73230352

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.846
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.846
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:      31536204 kB
Buffers:        190644 kB
Cached:         646892 kB
SwapCached:        168 kB
Active:         487228 kB
Inactive:       651732 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      31536204 kB
SwapTotal:    67111528 kB
SwapFree:     67111356 kB
Dirty:            1964 kB
Writeback:           0 kB
AnonPages:      301112 kB
Mapped:          15552 kB
Slab:           211772 kB
PageTables:       5156 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   493504 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= 72920 MiB
End job on node143 at 2011-04-29 09:13:19