Trace number 3293115

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 2095.78 524.695

General information on the benchmark

NameSAT02/industrial/dellacherie/
comb/comb1.shuffled.cnf
MD5SUM0e9d17eb95ee436fc1015c5591cfb63f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.2328
Satisfiable
(Un)Satisfiability was proved
Number of variables5910
Number of clauses16804
Sum of the clauses size38654
Maximum clause length28
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 213041
Number of clauses of size 32838
Number of clauses of size 4787
Number of clauses of size 5103
Number of clauses of size over 534

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: 5001
0.00/0.01	c parsetime: 4435us
0.00/0.01	c parsed 16804 clauses with 5910 variables
0.00/0.01	c NW started thread 0 successfully (1092766016)
0.00/0.01	c NW started thread 1 successfully (1103255872)
0.00/0.01	c NW started thread 2 successfully (1115429184)
0.00/0.01	c NW started thread 3 successfully (1125919040)
0.00/0.83	c preprocessor returned 10002 variables
0.00/0.83	c preprocessing returned UNKNOWN
0.00/0.83	c PP set 7 variables
0.00/0.83	c pp time: 583338us (0s)
0.00/0.83	c preprocessor returned 10002 variables
0.00/0.83	c preprocessor returned 10002 variablesc preprocessing returned UNKNOWN
0.00/0.83	
0.00/0.83	c preprocessing returned UNKNOWN
0.00/0.83	c PP set 7 variables
0.00/0.83	c pp time: 585861us (0s)
0.00/0.83	c PP set 7 variables
0.00/0.83	c pp time: 585290us (0s)
14.73/3.70	c preprocessor returned 30011 variables
14.73/3.70	c preprocessing returned UNKNOWN
14.73/3.70	c PP set 7 variables
14.73/3.70	c pp time: 3692501us (3s)
1091.21/273.24	c added unsatisfied clause
1091.21/273.24	c failed to add network clauses
1092.43/273.51	c added unsatisfied clause
1092.43/273.51	c failed to add network clauses
2095.04/524.51	c added unsatisfied clause
2095.04/524.51	c failed to add network clauses
2095.04/524.53	c ====================
2095.04/524.53	c implication/decision inf%(inf)
2095.04/524.53	c decisions:           1610437
2095.04/524.53	c last level:          0
2095.04/524.53	c conflicts:           937205
2095.04/524.53	c restarts:            6216
2095.04/524.53	c rejected_restarts    0
2095.04/524.53	c removals:            19
2095.04/524.53	c removed clauses:     562299
2095.04/524.53	c oft clauses:         0
2095.44/524.67	c solvetime: 524075571us (524s)
2095.44/524.68	c sended clauses   | 20180 | 18180 | 14220 | 19995 |
2095.44/524.68	c received clauses | 0 | 84 | 18 | 72 |
2095.44/524.68	c join all other threads
2095.44/524.68	c joined thread 0
2095.44/524.68	c joined thread 1
2095.44/524.68	c joined thread 2
2095.44/524.68	c joined thread 3
2095.44/524.68	c memory usage (vsize): 354 MB
2095.44/524.68	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-3293115-1304082548/watcher-3293115-1304082548 -o /tmp/evaluation-result-3293115-1304082548/solver-3293115-1304082548 -C 4800 -W 1300 -M 15500 HOME/priss.sh HOME HOME/instance-3293115-1304082548.cnf 1194112175 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: 7.49 7.94 7.96 6/182 5000
/proc/meminfo: memFree=19937192/32950904 swapFree=67082284/67111528
[pid=5000] ppid=4998 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5000/stat : 5000 (priss.sh) S 4998 5000 4177 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 519854546 8908800 251 33554432000 4194304 4922060 140736903756656 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5000/statm: 2175 251 211 178 0 68 0

[startup+0.098589 s]
/proc/loadavg: 7.49 7.94 7.96 6/182 5000
/proc/meminfo: memFree=19937192/32950904 swapFree=67082284/67111528
[pid=5000] ppid=4998 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5000/stat : 5000 (priss.sh) S 4998 5000 4177 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 519854546 8908800 251 33554432000 4194304 4922060 140736903756656 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5000/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.959474 s]
/proc/loadavg: 7.49 7.94 7.96 6/182 5000
/proc/meminfo: memFree=19937192/32950904 swapFree=67082284/67111528
[pid=5000] ppid=4998 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5000/stat : 5000 (priss.sh) S 4998 5000 4177 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 519854546 8908800 251 33554432000 4194304 4922060 140736903756656 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5000/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.02189 s]
/proc/loadavg: 7.49 7.94 7.96 6/182 5000
/proc/meminfo: memFree=19937192/32950904 swapFree=67082284/67111528
[pid=5000] ppid=4998 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5000/stat : 5000 (priss.sh) S 4998 5000 4177 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 519854546 8908800 251 33554432000 4194304 4922060 140736903756656 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5000/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.15944 s]
/proc/loadavg: 7.49 7.94 7.96 6/182 5000
/proc/meminfo: memFree=19937192/32950904 swapFree=67082284/67111528
[pid=5000] ppid=4998 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5000/stat : 5000 (priss.sh) S 4998 5000 4177 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 519854546 8908800 251 33554432000 4194304 4922060 140736903756656 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5000/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50038 s]
/proc/loadavg: 7.49 7.94 7.96 6/182 5000
/proc/meminfo: memFree=19937192/32950904 swapFree=67082284/67111528
[pid=5000] ppid=4998 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5000/stat : 5000 (priss.sh) S 4998 5000 4177 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 519854546 8908800 251 33554432000 4194304 4922060 140736903756656 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5000/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.1011 s]
/proc/loadavg: 7.53 7.94 7.96 9/188 5006
/proc/meminfo: memFree=19894520/32950904 swapFree=67082284/67111528
[pid=5000] ppid=4998 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5000/stat : 5000 (priss.sh) S 4998 5000 4177 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 519854546 8908800 251 33554432000 4194304 4922060 140736903756656 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5000/statm: 2175 251 211 178 0 68 0
[pid=5001] ppid=5000 vsize=279276 CPUtime=12.33 cores=1,3,5,7
/proc/5001/stat : 5001 (priss) S 5000 5000 4177 0 -1 4202496 12249 0 0 0 1230 3 0 0 25 0 5 0 519854547 285978624 9458 33554432000 4194304 5787044 140737157021776 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5001/statm: 69819 9458 405 389 0 65569 0
[pid=5001/tid=5003] ppid=5000 vsize=279276 CPUtime=3.06 cores=1,3,5,7
/proc/5001/task/5003/stat : 5003 (priss) R 5000 5000 4177 0 -1 4202560 2465 0 0 0 306 0 0 0 25 0 5 0 519854548 285978624 9458 33554432000 4194304 5787044 140737157021776 18446744073709551615 4254407 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5001/tid=5004] ppid=5000 vsize=279276 CPUtime=3.07 cores=1,3,5,7
/proc/5001/task/5004/stat : 5004 (priss) R 5000 5000 4177 0 -1 4202560 1912 0 0 0 307 0 0 0 25 0 5 0 519854548 285978624 9458 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591219 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5001/tid=5005] ppid=5000 vsize=279276 CPUtime=3.08 cores=1,3,5,7
/proc/5001/task/5005/stat : 5005 (priss) R 5000 5000 4177 0 -1 4202560 3470 0 0 0 307 1 0 0 25 0 5 0 519854548 285978624 9458 33554432000 4194304 5787044 140737157021776 18446744073709551615 4227988 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5001/tid=5006] ppid=5000 vsize=279276 CPUtime=3.07 cores=1,3,5,7
/proc/5001/task/5006/stat : 5006 (priss) R 5000 5000 4177 0 -1 4202560 2823 0 0 0 307 0 0 0 25 0 5 0 519854548 285978624 9458 33554432000 4194304 5787044 140737157021776 18446744073709551615 4359266 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 287976

[startup+6.30653 s]
/proc/loadavg: 7.53 7.94 7.96 9/188 5006
/proc/meminfo: memFree=19883724/32950904 swapFree=67082284/67111528
[pid=5000] ppid=4998 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5000/stat : 5000 (priss.sh) S 4998 5000 4177 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 519854546 8908800 251 33554432000 4194304 4922060 140736903756656 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5000/statm: 2175 251 211 178 0 68 0
[pid=5001] ppid=5000 vsize=280332 CPUtime=25.14 cores=1,3,5,7
/proc/5001/stat : 5001 (priss) S 5000 5000 4177 0 -1 4202496 14952 0 0 0 2509 5 0 0 25 0 5 0 519854547 287059968 11243 33554432000 4194304 5787044 140737157021776 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5001/statm: 70083 11243 419 389 0 65833 0
[pid=5001/tid=5003] ppid=5000 vsize=280332 CPUtime=6.26 cores=1,3,5,7
/proc/5001/task/5003/stat : 5003 (priss) R 5000 5000 4177 0 -1 4202560 2743 0 0 0 625 1 0 0 25 0 5 0 519854548 287059968 11243 33554432000 4194304 5787044 140737157021776 18446744073709551615 5590311 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5001/tid=5004] ppid=5000 vsize=280332 CPUtime=6.28 cores=1,3,5,7
/proc/5001/task/5004/stat : 5004 (priss) R 5000 5000 4177 0 -1 4202560 2167 0 0 0 627 1 0 0 25 0 5 0 519854548 287059968 11243 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5001/tid=5005] ppid=5000 vsize=280332 CPUtime=6.28 cores=1,3,5,7
/proc/5001/task/5005/stat : 5005 (priss) R 5000 5000 4177 0 -1 4202560 3757 0 0 0 627 1 0 0 25 0 5 0 519854548 287059968 11243 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5001/tid=5006] ppid=5000 vsize=280332 CPUtime=6.28 cores=1,3,5,7
/proc/5001/task/5006/stat : 5006 (priss) R 5000 5000 4177 0 -1 4202560 4706 0 0 0 627 1 0 0 25 0 5 0 519854548 287059968 11243 33554432000 4194304 5787044 140737157021776 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 289032

[startup+12.7004 s]
/proc/loadavg: 7.56 7.94 7.96 9/188 5006
/proc/meminfo: memFree=19864368/32950904 swapFree=67082284/67111528
[pid=5000] ppid=4998 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5000/stat : 5000 (priss.sh) S 4998 5000 4177 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 519854546 8908800 251 33554432000 4194304 4922060 140736903756656 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5000/statm: 2175 251 211 178 0 68 0
[pid=5001] ppid=5000 vsize=282200 CPUtime=50.68 cores=1,3,5,7
/proc/5001/stat : 5001 (priss) S 5000 5000 4177 0 -1 4202496 17232 0 0 0 5061 7 0 0 25 0 5 0 519854547 288972800 13523 33554432000 4194304 5787044 140737157021776 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5001/statm: 70550 13523 419 389 0 66300 0
[pid=5001/tid=5003] ppid=5000 vsize=282200 CPUtime=12.62 cores=1,3,5,7
/proc/5001/task/5003/stat : 5003 (priss) R 5000 5000 4177 0 -1 4202560 3199 0 0 0 1261 1 0 0 25 0 5 0 519854548 288972800 13523 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591827 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5001/tid=5004] ppid=5000 vsize=282200 CPUtime=12.68 cores=1,3,5,7
/proc/5001/task/5004/stat : 5004 (priss) R 5000 5000 4177 0 -1 4202560 2642 0 0 0 1267 1 0 0 25 0 5 0 519854548 288972800 13523 33554432000 4194304 5787044 140737157021776 18446744073709551615 5590420 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5001/tid=5005] ppid=5000 vsize=282200 CPUtime=12.68 cores=1,3,5,7
/proc/5001/task/5005/stat : 5005 (priss) R 5000 5000 4177 0 -1 4202560 4379 0 0 0 1266 2 0 0 25 0 5 0 519854548 288972800 13523 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5001/tid=5006] ppid=5000 vsize=282200 CPUtime=12.67 cores=1,3,5,7
/proc/5001/task/5006/stat : 5006 (priss) R 5000 5000 4177 0 -1 4202560 5433 0 0 0 1266 1 0 0 25 0 5 0 519854548 288972800 13523 33554432000 4194304 5787044 140737157021776 18446744073709551615 5527482 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 290900

[startup+25.5011 s]
/proc/loadavg: 7.66 7.94 7.96 9/188 5007
/proc/meminfo: memFree=19828184/32950904 swapFree=67082284/67111528
[pid=5000] ppid=4998 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5000/stat : 5000 (priss.sh) S 4998 5000 4177 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 519854546 8908800 251 33554432000 4194304 4922060 140736903756656 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5000/statm: 2175 251 211 178 0 68 0
[pid=5001] ppid=5000 vsize=290080 CPUtime=101.8 cores=1,3,5,7
/proc/5001/stat : 5001 (priss) S 5000 5000 4177 0 -1 4202496 21820 0 0 0 10169 11 0 0 25 0 5 0 519854547 297041920 18111 33554432000 4194304 5787044 140737157021776 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5001/statm: 72520 18111 419 389 0 68270 0
[pid=5001/tid=5003] ppid=5000 vsize=290080 CPUtime=25.34 cores=1,3,5,7
/proc/5001/task/5003/stat : 5003 (priss) R 5000 5000 4177 0 -1 4202560 5038 0 0 0 2532 2 0 0 25 0 5 0 519854548 297041920 18111 33554432000 4194304 5787044 140737157021776 18446744073709551615 47160414487104 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5001/tid=5004] ppid=5000 vsize=290080 CPUtime=25.47 cores=1,3,5,7
/proc/5001/task/5004/stat : 5004 (priss) R 5000 5000 4177 0 -1 4202560 3530 0 0 0 2545 2 0 0 25 0 5 0 519854548 297041920 18111 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5001/tid=5005] ppid=5000 vsize=290080 CPUtime=25.47 cores=1,3,5,7
/proc/5001/task/5005/stat : 5005 (priss) R 5000 5000 4177 0 -1 4202560 5438 0 0 0 2545 2 0 0 25 0 5 0 519854548 297041920 18111 33554432000 4194304 5787044 140737157021776 18446744073709551615 4220143 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5001/tid=5006] ppid=5000 vsize=290080 CPUtime=25.47 cores=1,3,5,7
/proc/5001/task/5006/stat : 5006 (priss) R 5000 5000 4177 0 -1 4202560 6235 0 0 0 2544 3 0 0 25 0 5 0 519854548 297041920 18111 33554432000 4194304 5787044 140737157021776 18446744073709551615 4238741 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.8
Current children cumulated vsize (KiB) 298780

[startup+51.1006 s]
/proc/loadavg: 7.77 7.94 7.96 9/188 5007
/proc/meminfo: memFree=19776192/32950904 swapFree=67082284/67111528
[pid=5000] ppid=4998 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5000/stat : 5000 (priss.sh) S 4998 5000 4177 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 519854546 8908800 251 33554432000 4194304 4922060 140736903756656 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5000/statm: 2175 251 211 178 0 68 0
[pid=5001] ppid=5000 vsize=300552 CPUtime=204.04 cores=1,3,5,7
/proc/5001/stat : 5001 (priss) S 5000 5000 4177 0 -1 4202496 28012 0 0 0 20386 18 0 0 25 0 5 0 519854547 307765248 24298 33554432000 4194304 5787044 140737157021776 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5001/statm: 75138 24298 419 389 0 70888 0
[pid=5001/tid=5003] ppid=5000 vsize=300552 CPUtime=50.8 cores=1,3,5,7
/proc/5001/task/5003/stat : 5003 (priss) R 5000 5000 4177 0 -1 4202560 7506 0 0 0 5076 4 0 0 25 0 5 0 519854548 307765248 24298 33554432000 4194304 5787044 140737157021776 18446744073709551615 5590258 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5001/tid=5004] ppid=5000 vsize=300552 CPUtime=51.06 cores=1,3,5,7
/proc/5001/task/5004/stat : 5004 (priss) R 5000 5000 4177 0 -1 4202560 5041 0 0 0 5104 2 0 0 25 0 5 0 519854548 307765248 24299 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5001/tid=5005] ppid=5000 vsize=300552 CPUtime=51.06 cores=1,3,5,7
/proc/5001/task/5005/stat : 5005 (priss) R 5000 5000 4177 0 -1 4202560 6253 0 0 0 5101 5 0 0 25 0 5 0 519854548 307765248 24299 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591075 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5001/tid=5006] ppid=5000 vsize=300552 CPUtime=51.07 cores=1,3,5,7
/proc/5001/task/5006/stat : 5006 (priss) R 5000 5000 4177 0 -1 4202560 7634 0 0 0 5102 5 0 0 25 0 5 0 519854548 307765248 24299 33554432000 4194304 5787044 140737157021776 18446744073709551615 237278540833 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 204.04
Current children cumulated vsize (KiB) 309252

[startup+102.3 s]
/proc/loadavg: 7.90 7.95 7.96 9/188 5009
/proc/meminfo: memFree=19712700/32950904 swapFree=67082284/67111528
[pid=5000] ppid=4998 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5000/stat : 5000 (priss.sh) S 4998 5000 4177 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 519854546 8908800 251 33554432000 4194304 4922060 140736903756656 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5000/statm: 2175 251 211 178 0 68 0
[pid=5001] ppid=5000 vsize=312936 CPUtime=408.55 cores=1,3,5,7
/proc/5001/stat : 5001 (priss) S 5000 5000 4177 0 -1 4202496 35719 0 0 0 40826 29 0 0 25 0 5 0 519854547 320446464 31940 33554432000 4194304 5787044 140737157021776 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5001/statm: 78234 31940 419 389 0 73984 0
[pid=5001/tid=5003] ppid=5000 vsize=312936 CPUtime=101.72 cores=1,3,5,7
/proc/5001/task/5003/stat : 5003 (priss) R 5000 5000 4177 0 -1 4202560 9751 0 0 0 10165 7 0 0 25 0 5 0 519854548 320446464 31940 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5001/tid=5004] ppid=5000 vsize=312936 CPUtime=102.26 cores=1,3,5,7
/proc/5001/task/5004/stat : 5004 (priss) R 5000 5000 4177 0 -1 4202560 6116 0 0 0 10222 4 0 0 25 0 5 0 519854548 320446464 31940 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5001/tid=5005] ppid=5000 vsize=312936 CPUtime=102.26 cores=1,3,5,7
/proc/5001/task/5005/stat : 5005 (priss) R 5000 5000 4177 0 -1 4202560 8368 0 0 0 10217 9 0 0 25 0 5 0 519854548 320446464 31940 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5001/tid=5006] ppid=5000 vsize=312936 CPUtime=102.26 cores=1,3,5,7
/proc/5001/task/5006/stat : 5006 (priss) R 5000 5000 4177 0 -1 4202560 9905 0 0 0 10219 7 0 0 25 0 5 0 519854548 320446464 31940 33554432000 4194304 5787044 140737157021776 18446744073709551615 5528404 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 408.55
Current children cumulated vsize (KiB) 321636

[startup+162.301 s]
/proc/loadavg: 7.96 7.96 7.96 9/188 5010
/proc/meminfo: memFree=19645232/32950904 swapFree=67082284/67111528
[pid=5000] ppid=4998 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5000/stat : 5000 (priss.sh) S 4998 5000 4177 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 519854546 8908800 251 33554432000 4194304 4922060 140736903756656 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5000/statm: 2175 251 211 178 0 68 0
[pid=5001] ppid=5000 vsize=323464 CPUtime=648.22 cores=1,3,5,7

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

[pid=5001/tid=5004] ppid=5000 vsize=340060 CPUtime=282.27 cores=1,3,5,7
/proc/5001/task/5004/stat : 5004 (priss) R 5000 5000 4177 0 -1 4202560 10664 0 0 0 28220 7 0 0 25 0 5 0 519854548 348221440 49329 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5001/tid=5005] ppid=5000 vsize=340060 CPUtime=282.26 cores=1,3,5,7
/proc/5001/task/5005/stat : 5005 (priss) R 5000 5000 4177 0 -1 4202560 11397 0 0 0 28211 15 0 0 25 0 5 0 519854548 348221440 49329 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5001/tid=5006] ppid=5000 vsize=340060 CPUtime=282.28 cores=1,3,5,7
/proc/5001/task/5006/stat : 5006 (priss) R 5000 5000 4177 0 -1 4202560 13740 0 0 0 28214 14 0 0 25 0 5 0 519854548 348221440 49329 33554432000 4194304 5787044 140737157021776 18446744073709551615 5527209 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1127.58
Current children cumulated vsize (KiB) 348760

[startup+342.301 s]
/proc/loadavg: 8.13 8.04 7.99 9/188 5047
/proc/meminfo: memFree=19535888/32950904 swapFree=67082284/67111528
[pid=5000] ppid=4998 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5000/stat : 5000 (priss.sh) S 4998 5000 4177 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 519854546 8908800 251 33554432000 4194304 4922060 140736903756656 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5000/statm: 2175 251 211 178 0 68 0
[pid=5001] ppid=5000 vsize=353624 CPUtime=1367.24 cores=1,3,5,7
/proc/5001/stat : 5001 (priss) S 5000 5000 4177 0 -1 4202496 61704 0 0 0 136665 59 0 0 25 0 5 0 519854547 362110976 57390 33554432000 4194304 5787044 140737157021776 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5001/statm: 88406 57390 419 389 0 84156 0
[pid=5001/tid=5003] ppid=5000 vsize=353624 CPUtime=340.41 cores=1,3,5,7
/proc/5001/task/5003/stat : 5003 (priss) R 5000 5000 4177 0 -1 4202560 17314 0 0 0 34026 15 0 0 25 0 5 0 519854548 362110976 57390 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5001/tid=5004] ppid=5000 vsize=353624 CPUtime=342.27 cores=1,3,5,7
/proc/5001/task/5004/stat : 5004 (priss) R 5000 5000 4177 0 -1 4202560 12643 0 0 0 34218 9 0 0 25 0 5 0 519854548 362110976 57390 33554432000 4194304 5787044 140737157021776 18446744073709551615 5588680 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5001/tid=5005] ppid=5000 vsize=353624 CPUtime=342.25 cores=1,3,5,7
/proc/5001/task/5005/stat : 5005 (priss) R 5000 5000 4177 0 -1 4202560 14790 0 0 0 34206 19 0 0 25 0 5 0 519854548 362110976 57390 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5001/tid=5006] ppid=5000 vsize=353624 CPUtime=342.27 cores=1,3,5,7
/proc/5001/task/5006/stat : 5006 (priss) R 5000 5000 4177 0 -1 4202560 15378 0 0 0 34212 15 0 0 25 0 5 0 519854548 362110976 57390 33554432000 4194304 5787044 140737157021776 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1367.24
Current children cumulated vsize (KiB) 362324

[startup+402.307 s]
/proc/loadavg: 8.09 8.05 8.00 9/188 5049
/proc/meminfo: memFree=19500164/32950904 swapFree=67082284/67111528
[pid=5000] ppid=4998 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5000/stat : 5000 (priss.sh) S 4998 5000 4177 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 519854546 8908800 251 33554432000 4194304 4922060 140736903756656 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5000/statm: 2175 251 211 178 0 68 0
[pid=5001] ppid=5000 vsize=353624 CPUtime=1606.93 cores=1,3,5,7
/proc/5001/stat : 5001 (priss) S 5000 5000 4177 0 -1 4202496 61785 0 0 0 160633 60 0 0 25 0 5 0 519854547 362110976 57471 33554432000 4194304 5787044 140737157021776 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5001/statm: 88406 57471 419 389 0 84156 0
[pid=5001/tid=5003] ppid=5000 vsize=353624 CPUtime=400.09 cores=1,3,5,7
/proc/5001/task/5003/stat : 5003 (priss) R 5000 5000 4177 0 -1 4202560 17326 0 0 0 39994 15 0 0 25 0 5 0 519854548 362110976 57471 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591734 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5001/tid=5004] ppid=5000 vsize=353624 CPUtime=402.27 cores=1,3,5,7
/proc/5001/task/5004/stat : 5004 (priss) R 5000 5000 4177 0 -1 4202560 12645 0 0 0 40218 9 0 0 25 0 5 0 519854548 362110976 57471 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5001/tid=5005] ppid=5000 vsize=353624 CPUtime=402.26 cores=1,3,5,7
/proc/5001/task/5005/stat : 5005 (priss) R 5000 5000 4177 0 -1 4202560 14790 0 0 0 40207 19 0 0 25 0 5 0 519854548 362110976 57471 33554432000 4194304 5787044 140737157021776 18446744073709551615 4228052 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5001/tid=5006] ppid=5000 vsize=353624 CPUtime=402.27 cores=1,3,5,7
/proc/5001/task/5006/stat : 5006 (priss) R 5000 5000 4177 0 -1 4202560 15445 0 0 0 40212 15 0 0 25 0 5 0 519854548 362110976 57471 33554432000 4194304 5787044 140737157021776 18446744073709551615 5527407 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1606.93
Current children cumulated vsize (KiB) 362324

[startup+462.301 s]
/proc/loadavg: 8.08 8.05 8.00 9/188 5050
/proc/meminfo: memFree=19452904/32950904 swapFree=67082284/67111528
[pid=5000] ppid=4998 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5000/stat : 5000 (priss.sh) S 4998 5000 4177 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 519854546 8908800 251 33554432000 4194304 4922060 140736903756656 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5000/statm: 2175 251 211 178 0 68 0
[pid=5001] ppid=5000 vsize=362784 CPUtime=1846.58 cores=1,3,5,7
/proc/5001/stat : 5001 (priss) S 5000 5000 4177 0 -1 4202496 66857 0 0 0 184593 65 0 0 25 0 5 0 519854547 371490816 62543 33554432000 4194304 5787044 140737157021776 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5001/statm: 90696 62543 419 389 0 86446 0
[pid=5001/tid=5003] ppid=5000 vsize=362784 CPUtime=459.76 cores=1,3,5,7
/proc/5001/task/5003/stat : 5003 (priss) R 5000 5000 4177 0 -1 4202560 18903 0 0 0 45957 19 0 0 25 0 5 0 519854548 371490816 62543 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5001/tid=5004] ppid=5000 vsize=362784 CPUtime=462.26 cores=1,3,5,7
/proc/5001/task/5004/stat : 5004 (priss) R 5000 5000 4177 0 -1 4202560 12854 0 0 0 46217 9 0 0 25 0 5 0 519854548 371490816 62543 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591539 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5001/tid=5005] ppid=5000 vsize=362784 CPUtime=462.25 cores=1,3,5,7
/proc/5001/task/5005/stat : 5005 (priss) R 5000 5000 4177 0 -1 4202560 15843 0 0 0 46206 19 0 0 25 0 5 0 519854548 371490816 62543 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5001/tid=5006] ppid=5000 vsize=362784 CPUtime=462.27 cores=1,3,5,7
/proc/5001/task/5006/stat : 5006 (priss) R 5000 5000 4177 0 -1 4202560 17678 0 0 0 46211 16 0 0 25 0 5 0 519854548 371490816 62543 33554432000 4194304 5787044 140737157021776 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1846.58
Current children cumulated vsize (KiB) 371484

[startup+522.301 s]
/proc/loadavg: 8.15 8.07 8.01 9/188 5052
/proc/meminfo: memFree=19399948/32950904 swapFree=67082284/67111528
[pid=5000] ppid=4998 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5000/stat : 5000 (priss.sh) S 4998 5000 4177 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 519854546 8908800 251 33554432000 4194304 4922060 140736903756656 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5000/statm: 2175 251 211 178 0 68 0
[pid=5001] ppid=5000 vsize=373100 CPUtime=2086.25 cores=1,3,5,7
/proc/5001/stat : 5001 (priss) S 5000 5000 4177 0 -1 4202496 73546 0 0 0 208549 76 0 0 25 0 5 0 519854547 382054400 69037 33554432000 4194304 5787044 140737157021776 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5001/statm: 93275 69037 419 389 0 89025 0
[pid=5001/tid=5003] ppid=5000 vsize=373100 CPUtime=519.43 cores=1,3,5,7
/proc/5001/task/5003/stat : 5003 (priss) R 5000 5000 4177 0 -1 4202560 20118 0 0 0 51921 22 0 0 25 0 5 0 519854548 382054400 69037 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5001/tid=5004] ppid=5000 vsize=373100 CPUtime=522.26 cores=1,3,5,7
/proc/5001/task/5004/stat : 5004 (priss) R 5000 5000 4177 0 -1 4202560 15423 0 0 0 52215 11 0 0 25 0 5 0 519854548 382054400 69037 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5001/tid=5005] ppid=5000 vsize=373100 CPUtime=522.25 cores=1,3,5,7
/proc/5001/task/5005/stat : 5005 (priss) R 5000 5000 4177 0 -1 4202560 17210 0 0 0 52202 23 0 0 25 0 5 0 519854548 382054400 69037 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591289 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5001/tid=5006] ppid=5000 vsize=373100 CPUtime=522.27 cores=1,3,5,7
/proc/5001/task/5006/stat : 5006 (priss) R 5000 5000 4177 0 -1 4202560 19216 0 0 0 52209 18 0 0 25 0 5 0 519854548 382054400 69037 33554432000 4194304 5787044 140737157021776 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2086.25
Current children cumulated vsize (KiB) 381800

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

[startup+523.901 s]
/proc/loadavg: 8.13 8.07 8.01 9/188 5052
/proc/meminfo: memFree=19399576/32950904 swapFree=67082284/67111528
[pid=5000] ppid=4998 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5000/stat : 5000 (priss.sh) S 4998 5000 4177 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 519854546 8908800 251 33554432000 4194304 4922060 140736903756656 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5000/statm: 2175 251 211 178 0 68 0
[pid=5001] ppid=5000 vsize=373232 CPUtime=2092.65 cores=1,3,5,7
/proc/5001/stat : 5001 (priss) S 5000 5000 4177 0 -1 4202496 73649 0 0 0 209189 76 0 0 25 0 5 0 519854547 382189568 69140 33554432000 4194304 5787044 140737157021776 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5001/statm: 93308 69140 419 389 0 89058 0
[pid=5001/tid=5003] ppid=5000 vsize=373232 CPUtime=521.02 cores=1,3,5,7
/proc/5001/task/5003/stat : 5003 (priss) R 5000 5000 4177 0 -1 4202560 20118 0 0 0 52080 22 0 0 25 0 5 0 519854548 382189568 69140 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5001/tid=5004] ppid=5000 vsize=373232 CPUtime=523.86 cores=1,3,5,7
/proc/5001/task/5004/stat : 5004 (priss) R 5000 5000 4177 0 -1 4202560 15474 0 0 0 52375 11 0 0 25 0 5 0 519854548 382189568 69140 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5001/tid=5005] ppid=5000 vsize=373232 CPUtime=523.85 cores=1,3,5,7
/proc/5001/task/5005/stat : 5005 (priss) R 5000 5000 4177 0 -1 4202560 17262 0 0 0 52362 23 0 0 25 0 5 0 519854548 382189568 69140 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5001/tid=5006] ppid=5000 vsize=373232 CPUtime=523.87 cores=1,3,5,7
/proc/5001/task/5006/stat : 5006 (priss) R 5000 5000 4177 0 -1 4202560 19216 0 0 0 52369 18 0 0 25 0 5 0 519854548 382189568 69140 33554432000 4194304 5787044 140737157021776 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2092.65
Current children cumulated vsize (KiB) 381932

[startup+524.3 s]
/proc/loadavg: 8.13 8.07 8.01 9/188 5052
/proc/meminfo: memFree=19399204/32950904 swapFree=67082284/67111528
[pid=5000] ppid=4998 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5000/stat : 5000 (priss.sh) S 4998 5000 4177 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 519854546 8908800 251 33554432000 4194304 4922060 140736903756656 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5000/statm: 2175 251 211 178 0 68 0
[pid=5001] ppid=5000 vsize=373364 CPUtime=2094.26 cores=1,3,5,7
/proc/5001/stat : 5001 (priss) S 5000 5000 4177 0 -1 4202496 73671 0 0 0 209350 76 0 0 25 0 5 0 519854547 382324736 69162 33554432000 4194304 5787044 140737157021776 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5001/statm: 93341 69162 419 389 0 89091 0
[pid=5001/tid=5003] ppid=5000 vsize=373364 CPUtime=521.42 cores=1,3,5,7
/proc/5001/task/5003/stat : 5003 (priss) R 5000 5000 4177 0 -1 4202560 20118 0 0 0 52120 22 0 0 25 0 5 0 519854548 382324736 69162 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5001/tid=5004] ppid=5000 vsize=373364 CPUtime=524.27 cores=1,3,5,7
/proc/5001/task/5004/stat : 5004 (priss) R 5000 5000 4177 0 -1 4202560 15485 0 0 0 52416 11 0 0 25 0 5 0 519854548 382324736 69162 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591529 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5001/tid=5005] ppid=5000 vsize=373364 CPUtime=524.26 cores=1,3,5,7
/proc/5001/task/5005/stat : 5005 (priss) R 5000 5000 4177 0 -1 4202560 17273 0 0 0 52403 23 0 0 25 0 5 0 519854548 382324736 69162 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5001/tid=5006] ppid=5000 vsize=373364 CPUtime=524.28 cores=1,3,5,7
/proc/5001/task/5006/stat : 5006 (priss) R 5000 5000 4177 0 -1 4202560 19216 0 0 0 52410 18 0 0 25 0 5 0 519854548 382324736 69162 33554432000 4194304 5787044 140737157021776 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2094.26
Current children cumulated vsize (KiB) 382064

[startup+524.5 s]
/proc/loadavg: 8.13 8.07 8.01 9/188 5052
/proc/meminfo: memFree=19399204/32950904 swapFree=67082284/67111528
[pid=5000] ppid=4998 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5000/stat : 5000 (priss.sh) S 4998 5000 4177 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 519854546 8908800 251 33554432000 4194304 4922060 140736903756656 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5000/statm: 2175 251 211 178 0 68 0
[pid=5001] ppid=5000 vsize=373364 CPUtime=2095.04 cores=1,3,5,7
/proc/5001/stat : 5001 (priss) S 5000 5000 4177 0 -1 4202496 73682 0 0 0 209428 76 0 0 25 0 5 0 519854547 382324736 69173 33554432000 4194304 5787044 140737157021776 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5001/statm: 93341 69173 419 389 0 89091 0
[pid=5001/tid=5003] ppid=5000 vsize=373364 CPUtime=521.61 cores=1,3,5,7
/proc/5001/task/5003/stat : 5003 (priss) R 5000 5000 4177 0 -1 4202560 20118 0 0 0 52139 22 0 0 25 0 5 0 519854548 382324736 69173 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5001/tid=5004] ppid=5000 vsize=373364 CPUtime=524.46 cores=1,3,5,7
/proc/5001/task/5004/stat : 5004 (priss) R 5000 5000 4177 0 -1 4202560 15492 0 0 0 52435 11 0 0 25 0 5 0 519854548 382324736 69173 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5001/tid=5005] ppid=5000 vsize=373364 CPUtime=524.45 cores=1,3,5,7
/proc/5001/task/5005/stat : 5005 (priss) R 5000 5000 4177 0 -1 4202560 17277 0 0 0 52422 23 0 0 25 0 5 0 519854548 382324736 69173 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5001/tid=5006] ppid=5000 vsize=373364 CPUtime=524.47 cores=1,3,5,7
/proc/5001/task/5006/stat : 5006 (priss) R 5000 5000 4177 0 -1 4202560 19216 0 0 0 52429 18 0 0 25 0 5 0 519854548 382324736 69173 33554432000 4194304 5787044 140737157021776 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2095.04
Current children cumulated vsize (KiB) 382064

[startup+524.6 s]
/proc/loadavg: 8.13 8.07 8.01 9/188 5052
/proc/meminfo: memFree=19399204/32950904 swapFree=67082284/67111528
[pid=5000] ppid=4998 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/5000/stat : 5000 (priss.sh) S 4998 5000 4177 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 519854546 8908800 251 33554432000 4194304 4922060 140736903756656 18446744073709551615 237278698629 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/5000/statm: 2175 251 211 178 0 68 0
[pid=5001] ppid=5000 vsize=373364 CPUtime=2095.44 cores=1,3,5,7
/proc/5001/stat : 5001 (priss) S 5000 5000 4177 0 -1 4202496 73697 0 0 0 209468 76 0 0 25 0 5 0 519854547 382324736 69188 33554432000 4194304 5787044 140737157021776 18446744073709551615 237290703281 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/5001/statm: 93341 69188 431 389 0 89091 0
[pid=5001/tid=5003] ppid=5000 vsize=373364 CPUtime=521.71 cores=1,3,5,7
/proc/5001/task/5003/stat : 5003 (priss) R 5000 5000 4177 0 -1 4202560 20118 0 0 0 52149 22 0 0 25 0 5 0 519854548 382324736 69188 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=5001/tid=5004] ppid=5000 vsize=373364 CPUtime=524.56 cores=1,3,5,7
/proc/5001/task/5004/stat : 5004 (priss) R 5000 5000 4177 0 -1 4202560 15494 0 0 0 52445 11 0 0 25 0 5 0 519854548 382324736 69188 33554432000 4194304 5787044 140737157021776 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=5001/tid=5005] ppid=5000 vsize=373364 CPUtime=524.55 cores=1,3,5,7
/proc/5001/task/5005/stat : 5005 (priss) R 5000 5000 4177 0 -1 4202560 17290 0 0 0 52432 23 0 0 25 0 5 0 519854548 382324736 69188 33554432000 4194304 5787044 140737157021776 18446744073709551615 237290705589 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=5001/tid=5006] ppid=5000 vsize=373364 CPUtime=524.57 cores=1,3,5,7
/proc/5001/task/5006/stat : 5006 (priss) R 5000 5000 4177 0 -1 4202560 19216 0 0 0 52439 18 0 0 25 0 5 0 519854548 382324736 69188 33554432000 4194304 5787044 140737157021776 18446744073709551615 237290705589 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2095.44
Current children cumulated vsize (KiB) 382064

Child status: 20
Real time (s): 524.695
CPU time (s): 2095.78
CPU user time (s): 2095.01
CPU system time (s): 0.773882
CPU usage (%): 399.428
Max. virtual memory (cumulated for all children) (KiB): 382064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2095.01
system time used= 0.773882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74069
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= 4053
involuntary context switches= 14167

runsolver used 0.753885 second user time and 2.11068 second system time

The end

Launcher Data

Begin job on node121 at 2011-04-29 15:09:08
IDJOB=3293115
IDBENCH=88045
IDSOLVER=1603
FILE ID=node121/3293115-1304082548
RUNJOBID= node121-1304081337-4802
PBS_JOBID= 13170500
Free space on /tmp= 72652 MiB

SOLVER NAME= priss 1.0
BENCH NAME= SAT02/industrial/dellacherie/comb/comb1.shuffled.cnf
COMMAND LINE= DIR/priss.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3293115-1304082548/watcher-3293115-1304082548 -o /tmp/evaluation-result-3293115-1304082548/solver-3293115-1304082548 -C 4800 -W 1300 -M 15500  HOME/priss.sh HOME HOME/instance-3293115-1304082548.cnf 1194112175 4800 15500 4

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

MD5SUM BENCH= 0e9d17eb95ee436fc1015c5591cfb63f
RANDOM SEED=1194112175

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.817
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950904 kB
MemFree:      19937472 kB
Buffers:       2181956 kB
Cached:       10225088 kB
SwapCached:       2776 kB
Active:        9165148 kB
Inactive:      3330092 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      19937472 kB
SwapTotal:    67111528 kB
SwapFree:     67082284 kB
Dirty:            3848 kB
Writeback:           0 kB
AnonPages:       85516 kB
Mapped:          14796 kB
Slab:           456224 kB
PageTables:       4764 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS:   300296 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= 72648 MiB
End job on node121 at 2011-04-29 15:17:53