Trace number 3288606

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 AutoUNSAT 3443.58 862.489

General information on the benchmark

Nameapplication/manthey/traffic/
traffic_pcb_unknown.cnf
MD5SUMe669f2d68684ca746cc80f142ad8d0dc
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark108.579
Satisfiable
(Un)Satisfiability was proved
Number of variables33320
Number of clauses766757
Sum of the clauses size2858079
Maximum clause length4
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 253534
Number of clauses of size 3101881
Number of clauses of size 4611342
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 29120
0.00/0.00	c setup for 4cores
0.00/0.24	c parsetime: 239094us
0.00/0.24	c parsed 766757 clauses with 33320 variables
0.00/0.29	c NW started thread 0 successfully (1107401024)
0.00/0.34	c NW started thread 1 successfully (1117890880)
0.00/0.39	c NW started thread 2 successfully (1128380736)
0.00/0.44	c NW started thread 3 successfully (1138870592)
41.28/10.63	c preprocessor returned 33620 variables
41.28/10.63	c preprocessing returned UNKNOWN
41.28/10.63	c PP set 56 variables
41.28/10.63	c pp time: 10338637us (10s)
41.68/10.70	c preprocessor returned 33620 variables
41.68/10.70	c preprocessing returned UNKNOWN
41.68/10.70	c PP set 56 variables
41.68/10.70	c pp time: 10355882us (10s)
41.68/10.76	c preprocessor returned 33620 variables
41.68/10.76	c preprocessing returned UNKNOWN
41.68/10.76	c PP set 56 variables
41.68/10.76	c pp time: 10354244us (10s)
41.68/10.78	c preprocessor returned 35320 variables
41.68/10.78	c preprocessing returned UNKNOWN
41.68/10.78	c PP set 56 variables
41.68/10.78	c pp time: 10325392us (10s)
2074.88/519.71	c added unsatisfied clause
2074.88/519.71	c failed to add network clauses
3150.62/789.03	c added unsatisfied clause
3150.62/789.03	c failed to add network clauses
3370.73/844.12	c added unsatisfied clause
3370.73/844.12	c failed to add network clauses
3434.67/860.17	c added unsatisfied clause
3434.67/860.17	c failed to add network clauses
3439.84/861.44	c added unsatisfied clause
3439.84/861.44	c failed to add network clauses
3440.24/861.55	c added unsatisfied clause
3440.24/861.55	c failed to add network clauses
3442.64/862.13	c ====================
3442.64/862.13	c implication/decision inf%(inf)
3442.64/862.13	c decisions:           1411200
3442.64/862.13	c last level:          0
3442.64/862.13	c conflicts:           1117104
3442.64/862.13	c restarts:            7408
3442.64/862.13	c rejected_restarts    0
3442.64/862.13	c removals:            20
3442.64/862.13	c removed clauses:     747884
3442.64/862.13	c oft clauses:         0
3443.03/862.27	c solvetime: 851641345us (851s)
3443.03/862.29	c sended clauses   | 62377 | 62613 | 46520 | 63113 |
3443.03/862.29	c received clauses | 27 | 47 | 57 | 56 |
3443.03/862.29	c join all other threads
3443.03/862.29	c joined thread 0
3443.03/862.29	c joined thread 1
3443.03/862.29	c joined thread 2
3443.48/862.46	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-3288606-1304051178/watcher-3288606-1304051178 -o /tmp/evaluation-result-3288606-1304051178/solver-3288606-1304051178 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3288606-1304051178.cnf 504268789 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.39 7.91 7.95 5/182 29119
/proc/meminfo: memFree=23995460/32951124 swapFree=67111524/67111528
[pid=29119] ppid=29117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29119/stat : 29119 (prissAuto.sh) S 29117 29119 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516715573 8908800 252 33554432000 4194304 4922060 140734089356480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29119/statm: 2175 252 211 178 0 68 0

[startup+0.0282781 s]
/proc/loadavg: 7.39 7.91 7.95 5/182 29119
/proc/meminfo: memFree=23995460/32951124 swapFree=67111524/67111528
[pid=29119] ppid=29117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29119/stat : 29119 (prissAuto.sh) S 29117 29119 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516715573 8908800 252 33554432000 4194304 4922060 140734089356480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29119/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100271 s]
/proc/loadavg: 7.39 7.91 7.95 5/182 29119
/proc/meminfo: memFree=23995460/32951124 swapFree=67111524/67111528
[pid=29119] ppid=29117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29119/stat : 29119 (prissAuto.sh) S 29117 29119 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516715573 8908800 252 33554432000 4194304 4922060 140734089356480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29119/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300222 s]
/proc/loadavg: 7.39 7.91 7.95 5/182 29119
/proc/meminfo: memFree=23995460/32951124 swapFree=67111524/67111528
[pid=29119] ppid=29117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29119/stat : 29119 (prissAuto.sh) S 29117 29119 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516715573 8908800 252 33554432000 4194304 4922060 140734089356480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29119/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.701116 s]
/proc/loadavg: 7.39 7.91 7.95 5/182 29119
/proc/meminfo: memFree=23995460/32951124 swapFree=67111524/67111528
[pid=29119] ppid=29117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29119/stat : 29119 (prissAuto.sh) S 29117 29119 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516715573 8908800 252 33554432000 4194304 4922060 140734089356480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29119/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50097 s]
/proc/loadavg: 7.44 7.91 7.95 10/188 29125
/proc/meminfo: memFree=23730672/32951124 swapFree=67111524/67111528
[pid=29119] ppid=29117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29119/stat : 29119 (prissAuto.sh) S 29117 29119 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516715573 8908800 252 33554432000 4194304 4922060 140734089356480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29119/statm: 2175 252 211 178 0 68 0
[pid=29120] ppid=29119 vsize=467008 CPUtime=4.92 cores=1,3,5,7
/proc/29120/stat : 29120 (priss) S 29119 29119 28051 0 -1 4202496 72251 0 0 0 477 15 0 0 18 0 5 0 516715573 478216192 66299 33554432000 4194304 5787044 140737444409600 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29120/statm: 116752 66299 350 389 0 112502 0
[pid=29120/tid=29122] ppid=29119 vsize=467008 CPUtime=1.2 cores=1,3,5,7
/proc/29120/task/29122/stat : 29122 (priss) R 29119 29119 28051 0 -1 4202560 9846 0 0 0 118 2 0 0 19 0 5 0 516715602 478216192 66299 33554432000 4194304 5787044 140737444409600 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29120/tid=29123] ppid=29119 vsize=467008 CPUtime=1.15 cores=1,3,5,7
/proc/29120/task/29123/stat : 29123 (priss) R 29119 29119 28051 0 -1 4202560 9093 0 0 0 113 2 0 0 19 0 5 0 516715607 478216192 66299 33554432000 4194304 5787044 140737444409600 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29120/tid=29124] ppid=29119 vsize=467008 CPUtime=1.08 cores=1,3,5,7
/proc/29120/task/29124/stat : 29124 (priss) R 29119 29119 28051 0 -1 4202560 8773 0 0 0 106 2 0 0 19 0 5 0 516715613 478216192 66299 33554432000 4194304 5787044 140737444409600 18446744073709551615 4336804 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29120/tid=29125] ppid=29119 vsize=467008 CPUtime=1.03 cores=1,3,5,7
/proc/29120/task/29125/stat : 29125 (priss) R 29119 29119 28051 0 -1 4202560 8602 0 0 0 101 2 0 0 19 0 5 0 516715618 478216192 66299 33554432000 4194304 5787044 140737444409600 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 475708

[startup+3.10068 s]
/proc/loadavg: 7.44 7.91 7.95 9/188 29125
/proc/meminfo: memFree=23729680/32951124 swapFree=67111524/67111528
[pid=29119] ppid=29117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29119/stat : 29119 (prissAuto.sh) S 29117 29119 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516715573 8908800 252 33554432000 4194304 4922060 140734089356480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29119/statm: 2175 252 211 178 0 68 0
[pid=29120] ppid=29119 vsize=467008 CPUtime=11.32 cores=1,3,5,7
/proc/29120/stat : 29120 (priss) S 29119 29119 28051 0 -1 4202496 72251 0 0 0 1117 15 0 0 18 0 5 0 516715573 478216192 66299 33554432000 4194304 5787044 140737444409600 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29120/statm: 116752 66299 350 389 0 112502 0
[pid=29120/tid=29122] ppid=29119 vsize=467008 CPUtime=2.8 cores=1,3,5,7
/proc/29120/task/29122/stat : 29122 (priss) R 29119 29119 28051 0 -1 4202560 9846 0 0 0 278 2 0 0 23 0 5 0 516715602 478216192 66299 33554432000 4194304 5787044 140737444409600 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29120/tid=29123] ppid=29119 vsize=467008 CPUtime=2.75 cores=1,3,5,7
/proc/29120/task/29123/stat : 29123 (priss) R 29119 29119 28051 0 -1 4202560 9093 0 0 0 273 2 0 0 23 0 5 0 516715607 478216192 66299 33554432000 4194304 5787044 140737444409600 18446744073709551615 4336155 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29120/tid=29124] ppid=29119 vsize=467008 CPUtime=2.68 cores=1,3,5,7
/proc/29120/task/29124/stat : 29124 (priss) R 29119 29119 28051 0 -1 4202560 8773 0 0 0 266 2 0 0 23 0 5 0 516715613 478216192 66299 33554432000 4194304 5787044 140737444409600 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29120/tid=29125] ppid=29119 vsize=467008 CPUtime=2.63 cores=1,3,5,7
/proc/29120/task/29125/stat : 29125 (priss) R 29119 29119 28051 0 -1 4202560 8602 0 0 0 261 2 0 0 22 0 5 0 516715618 478216192 66299 33554432000 4194304 5787044 140737444409600 18446744073709551615 4336696 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 11.32
Current children cumulated vsize (KiB) 475708

[startup+6.30109 s]
/proc/loadavg: 7.44 7.91 7.95 9/188 29125
/proc/meminfo: memFree=23727780/32951124 swapFree=67111524/67111528
[pid=29119] ppid=29117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29119/stat : 29119 (prissAuto.sh) S 29117 29119 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516715573 8908800 252 33554432000 4194304 4922060 140734089356480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29119/statm: 2175 252 211 178 0 68 0
[pid=29120] ppid=29119 vsize=478992 CPUtime=24.11 cores=1,3,5,7
/proc/29120/stat : 29120 (priss) S 29119 29119 28051 0 -1 4202496 75259 0 0 0 2395 16 0 0 18 0 5 0 516715573 490487808 66311 33554432000 4194304 5787044 140737444409600 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29120/statm: 119748 66311 350 389 0 115498 0
[pid=29120/tid=29122] ppid=29119 vsize=478992 CPUtime=6 cores=1,3,5,7
/proc/29120/task/29122/stat : 29122 (priss) R 29119 29119 28051 0 -1 4202560 10598 0 0 0 598 2 0 0 25 0 5 0 516715602 490487808 66311 33554432000 4194304 5787044 140737444409600 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29120/tid=29123] ppid=29119 vsize=478992 CPUtime=5.95 cores=1,3,5,7
/proc/29120/task/29123/stat : 29123 (priss) R 29119 29119 28051 0 -1 4202560 9845 0 0 0 593 2 0 0 25 0 5 0 516715607 490487808 66311 33554432000 4194304 5787044 140737444409600 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29120/tid=29124] ppid=29119 vsize=478992 CPUtime=5.88 cores=1,3,5,7
/proc/29120/task/29124/stat : 29124 (priss) R 29119 29119 28051 0 -1 4202560 9525 0 0 0 586 2 0 0 25 0 5 0 516715613 490487808 66311 33554432000 4194304 5787044 140737444409600 18446744073709551615 4336560 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29120/tid=29125] ppid=29119 vsize=478992 CPUtime=5.81 cores=1,3,5,7
/proc/29120/task/29125/stat : 29125 (priss) R 29119 29119 28051 0 -1 4202560 9354 0 0 0 579 2 0 0 25 0 5 0 516715618 490487808 66311 33554432000 4194304 5787044 140737444409600 18446744073709551615 4336560 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 24.11
Current children cumulated vsize (KiB) 487692

[startup+12.7009 s]
/proc/loadavg: 7.52 7.91 7.95 9/188 29125
/proc/meminfo: memFree=23640200/32951124 swapFree=67111524/67111528
[pid=29119] ppid=29117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29119/stat : 29119 (prissAuto.sh) S 29117 29119 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516715573 8908800 252 33554432000 4194304 4922060 140734089356480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29119/statm: 2175 252 211 178 0 68 0
[pid=29120] ppid=29119 vsize=561116 CPUtime=49.67 cores=1,3,5,7
/proc/29120/stat : 29120 (priss) S 29119 29119 28051 0 -1 4202496 101937 0 0 0 4944 23 0 0 18 0 5 0 516715573 574582784 88617 33554432000 4194304 5787044 140737444409600 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29120/statm: 140279 88617 418 389 0 136029 0
[pid=29120/tid=29122] ppid=29119 vsize=561116 CPUtime=12.4 cores=1,3,5,7
/proc/29120/task/29122/stat : 29122 (priss) R 29119 29119 28051 0 -1 4202560 19366 0 0 0 1236 4 0 0 20 0 5 0 516715602 574582784 88617 33554432000 4194304 5787044 140737444409600 18446744073709551615 5576446 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29120/tid=29123] ppid=29119 vsize=561116 CPUtime=12.34 cores=1,3,5,7
/proc/29120/task/29123/stat : 29123 (priss) R 29119 29119 28051 0 -1 4202560 14530 0 0 0 1232 2 0 0 25 0 5 0 516715607 574582784 88617 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29120/tid=29124] ppid=29119 vsize=561116 CPUtime=12.28 cores=1,3,5,7
/proc/29120/task/29124/stat : 29124 (priss) R 29119 29119 28051 0 -1 4202560 15902 0 0 0 1224 4 0 0 20 0 5 0 516715613 574582784 88617 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29120/tid=29125] ppid=29119 vsize=561116 CPUtime=12.17 cores=1,3,5,7
/proc/29120/task/29125/stat : 29125 (priss) R 29119 29119 28051 0 -1 4202560 16202 0 0 0 1213 4 0 0 20 0 5 0 516715618 574582784 88617 33554432000 4194304 5787044 140737444409600 18446744073709551615 4220663 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 49.67
Current children cumulated vsize (KiB) 569816

[startup+25.5006 s]
/proc/loadavg: 7.60 7.91 7.95 9/188 29126
/proc/meminfo: memFree=23627448/32951124 swapFree=67111524/67111528
[pid=29119] ppid=29117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29119/stat : 29119 (prissAuto.sh) S 29117 29119 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516715573 8908800 252 33554432000 4194304 4922060 140734089356480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29119/statm: 2175 252 211 178 0 68 0
[pid=29120] ppid=29119 vsize=562820 CPUtime=100.79 cores=1,3,5,7
/proc/29120/stat : 29120 (priss) S 29119 29119 28051 0 -1 4202496 103910 0 0 0 10053 26 0 0 18 0 5 0 516715573 576327680 90590 33554432000 4194304 5787044 140737444409600 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29120/statm: 140705 90590 419 389 0 136455 0
[pid=29120/tid=29122] ppid=29119 vsize=562820 CPUtime=25.2 cores=1,3,5,7
/proc/29120/task/29122/stat : 29122 (priss) R 29119 29119 28051 0 -1 4202560 19923 0 0 0 2515 5 0 0 25 0 5 0 516715602 576327680 90590 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29120/tid=29123] ppid=29119 vsize=562820 CPUtime=25.14 cores=1,3,5,7
/proc/29120/task/29123/stat : 29123 (priss) R 29119 29119 28051 0 -1 4202560 15026 0 0 0 2511 3 0 0 25 0 5 0 516715607 576327680 90590 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591751 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29120/tid=29124] ppid=29119 vsize=562820 CPUtime=25.08 cores=1,3,5,7
/proc/29120/task/29124/stat : 29124 (priss) R 29119 29119 28051 0 -1 4202560 16462 0 0 0 2502 6 0 0 25 0 5 0 516715613 576327680 90590 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29120/tid=29125] ppid=29119 vsize=562820 CPUtime=24.89 cores=1,3,5,7
/proc/29120/task/29125/stat : 29125 (priss) R 29119 29119 28051 0 -1 4202560 16562 0 0 0 2485 4 0 0 25 0 5 0 516715618 576327680 90590 33554432000 4194304 5787044 140737444409600 18446744073709551615 5527122 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 100.79
Current children cumulated vsize (KiB) 571520

[startup+51.1009 s]
/proc/loadavg: 7.73 7.92 7.95 9/188 29126
/proc/meminfo: memFree=23600248/32951124 swapFree=67111524/67111528
[pid=29119] ppid=29117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29119/stat : 29119 (prissAuto.sh) S 29117 29119 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516715573 8908800 252 33554432000 4194304 4922060 140734089356480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29119/statm: 2175 252 211 178 0 68 0
[pid=29120] ppid=29119 vsize=564800 CPUtime=203.05 cores=1,3,5,7
/proc/29120/stat : 29120 (priss) S 29119 29119 28051 0 -1 4202496 106835 0 0 0 20274 31 0 0 18 0 5 0 516715573 578355200 93515 33554432000 4194304 5787044 140737444409600 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29120/statm: 141200 93515 419 389 0 136950 0
[pid=29120/tid=29122] ppid=29119 vsize=564800 CPUtime=50.8 cores=1,3,5,7
/proc/29120/task/29122/stat : 29122 (priss) R 29119 29119 28051 0 -1 4202560 20865 0 0 0 5074 6 0 0 25 0 5 0 516715602 578355200 93515 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591532 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29120/tid=29123] ppid=29119 vsize=564800 CPUtime=50.74 cores=1,3,5,7
/proc/29120/task/29123/stat : 29123 (priss) R 29119 29119 28051 0 -1 4202560 15755 0 0 0 5069 5 0 0 25 0 5 0 516715607 578355200 93515 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29120/tid=29124] ppid=29119 vsize=564800 CPUtime=50.68 cores=1,3,5,7
/proc/29120/task/29124/stat : 29124 (priss) R 29119 29119 28051 0 -1 4202560 17112 0 0 0 5061 7 0 0 25 0 5 0 516715613 578355200 93515 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29120/tid=29125] ppid=29119 vsize=564800 CPUtime=50.36 cores=1,3,5,7
/proc/29120/task/29125/stat : 29125 (priss) R 29119 29119 28051 0 -1 4202560 17166 0 0 0 5030 6 0 0 25 0 5 0 516715618 578355200 93515 33554432000 4194304 5787044 140737444409600 18446744073709551615 5527205 0 0 4096 0 0 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 203.05
Current children cumulated vsize (KiB) 573500

[startup+102.307 s]
/proc/loadavg: 7.94 7.94 7.95 9/188 29128
/proc/meminfo: memFree=23577548/32951124 swapFree=67111524/67111528
[pid=29119] ppid=29117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29119/stat : 29119 (prissAuto.sh) S 29117 29119 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516715573 8908800 252 33554432000 4194304 4922060 140734089356480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29119/statm: 2175 252 211 178 0 68 0
[pid=29120] ppid=29119 vsize=571064 CPUtime=407.6 cores=1,3,5,7
/proc/29120/stat : 29120 (priss) S 29119 29119 28051 0 -1 4202496 111747 0 0 0 40720 40 0 0 18 0 5 0 516715573 584769536 98420 33554432000 4194304 5787044 140737444409600 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29120/statm: 142766 98420 419 389 0 138516 0
[pid=29120/tid=29122] ppid=29119 vsize=571064 CPUtime=102 cores=1,3,5,7
/proc/29120/task/29122/stat : 29122 (priss) R 29119 29119 28051 0 -1 4202560 23013 0 0 0 10191 9 0 0 25 0 5 0 516715602 584769536 98420 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591195 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29120/tid=29123] ppid=29119 vsize=571064 CPUtime=101.94 cores=1,3,5,7
/proc/29120/task/29123/stat : 29123 (priss) R 29119 29119 28051 0 -1 4202560 16638 0 0 0 10188 6 0 0 25 0 5 0 516715607 584769536 98420 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591587 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29120/tid=29124] ppid=29119 vsize=571064 CPUtime=101.89 cores=1,3,5,7
/proc/29120/task/29124/stat : 29124 (priss) R 29119 29119 28051 0 -1 4202560 18257 0 0 0 10180 9 0 0 25 0 5 0 516715613 584769536 98420 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29120/tid=29125] ppid=29119 vsize=571064 CPUtime=101.28 cores=1,3,5,7

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


[startup+822.301 s]
/proc/loadavg: 8.11 8.08 8.01 9/188 29179
/proc/meminfo: memFree=23468744/32951124 swapFree=67111524/67111528
[pid=29119] ppid=29117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29119/stat : 29119 (prissAuto.sh) S 29117 29119 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516715573 8908800 252 33554432000 4194304 4922060 140734089356480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29119/statm: 2175 252 211 178 0 68 0
[pid=29120] ppid=29119 vsize=761040 CPUtime=3283.64 cores=1,3,5,7
/proc/29120/stat : 29120 (priss) S 29119 29119 28051 0 -1 4202496 150491 0 0 0 328272 92 0 0 18 0 5 0 516715573 779304960 136264 33554432000 4194304 5787044 140737444409600 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29120/statm: 190260 136264 419 389 0 186010 0
[pid=29120/tid=29122] ppid=29119 vsize=761040 CPUtime=821.05 cores=1,3,5,7
/proc/29120/task/29122/stat : 29122 (priss) R 29119 29119 28051 0 -1 4202560 36982 0 0 0 82077 28 0 0 25 0 5 0 516715602 779304960 136264 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29120/tid=29123] ppid=29119 vsize=761040 CPUtime=821.95 cores=1,3,5,7
/proc/29120/task/29123/stat : 29123 (priss) R 29119 29119 28051 0 -1 4202560 27016 0 0 0 82177 18 0 0 25 0 5 0 516715607 779304960 136264 33554432000 4194304 5787044 140737444409600 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29120/tid=29124] ppid=29119 vsize=761040 CPUtime=820.08 cores=1,3,5,7
/proc/29120/task/29124/stat : 29124 (priss) R 29119 29119 28051 0 -1 4202560 26769 0 0 0 81986 22 0 0 25 0 5 0 516715613 779304960 136264 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29120/tid=29125] ppid=29119 vsize=761040 CPUtime=820.1 cores=1,3,5,7
/proc/29120/task/29125/stat : 29125 (priss) R 29119 29119 28051 0 -1 4202560 23787 0 0 0 81993 17 0 0 25 0 5 0 516715618 779304960 136264 33554432000 4194304 5787044 140737444409600 18446744073709551615 5527590 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3283.64
Current children cumulated vsize (KiB) 769740

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

[startup+844.7 s]
/proc/loadavg: 8.14 8.09 8.01 9/188 29179
/proc/meminfo: memFree=23444760/32951124 swapFree=67111524/67111528
[pid=29119] ppid=29117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29119/stat : 29119 (prissAuto.sh) S 29117 29119 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516715573 8908800 252 33554432000 4194304 4922060 140734089356480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29119/statm: 2175 252 211 178 0 68 0
[pid=29120] ppid=29119 vsize=761040 CPUtime=3373.15 cores=1,3,5,7
/proc/29120/stat : 29120 (priss) S 29119 29119 28051 0 -1 4202496 150679 0 0 0 337222 93 0 0 18 0 5 0 516715573 779304960 136452 33554432000 4194304 5787044 140737444409600 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29120/statm: 190260 136452 419 389 0 186010 0
[pid=29120/tid=29122] ppid=29119 vsize=761040 CPUtime=843.33 cores=1,3,5,7
/proc/29120/task/29122/stat : 29122 (priss) R 29119 29119 28051 0 -1 4202560 37014 0 0 0 84305 28 0 0 25 0 5 0 516715602 779304960 136452 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29120/tid=29123] ppid=29119 vsize=761040 CPUtime=844.35 cores=1,3,5,7
/proc/29120/task/29123/stat : 29123 (priss) R 29119 29119 28051 0 -1 4202560 27172 0 0 0 84417 18 0 0 25 0 5 0 516715607 779304960 136452 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29120/tid=29124] ppid=29119 vsize=761040 CPUtime=842.48 cores=1,3,5,7
/proc/29120/task/29124/stat : 29124 (priss) R 29119 29119 28051 0 -1 4202560 26769 0 0 0 84226 22 0 0 25 0 5 0 516715613 779304960 136452 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29120/tid=29125] ppid=29119 vsize=761040 CPUtime=842.5 cores=1,3,5,7
/proc/29120/task/29125/stat : 29125 (priss) R 29119 29119 28051 0 -1 4202560 23787 0 0 0 84233 17 0 0 25 0 5 0 516715618 779304960 136452 33554432000 4194304 5787044 140737444409600 18446744073709551615 5524727 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3373.15
Current children cumulated vsize (KiB) 769740

[startup+851.101 s]
/proc/loadavg: 8.13 8.09 8.01 9/188 29180
/proc/meminfo: memFree=23439180/32951124 swapFree=67111524/67111528
[pid=29119] ppid=29117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29119/stat : 29119 (prissAuto.sh) S 29117 29119 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516715573 8908800 252 33554432000 4194304 4922060 140734089356480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29119/statm: 2175 252 211 178 0 68 0
[pid=29120] ppid=29119 vsize=761040 CPUtime=3398.7 cores=1,3,5,7
/proc/29120/stat : 29120 (priss) S 29119 29119 28051 0 -1 4202496 150850 0 0 0 339777 93 0 0 18 0 5 0 516715573 779304960 136623 33554432000 4194304 5787044 140737444409600 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29120/statm: 190260 136623 419 389 0 186010 0
[pid=29120/tid=29122] ppid=29119 vsize=761040 CPUtime=849.7 cores=1,3,5,7
/proc/29120/task/29122/stat : 29122 (priss) R 29119 29119 28051 0 -1 4202560 37026 0 0 0 84942 28 0 0 25 0 5 0 516715602 779304960 136623 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29120/tid=29123] ppid=29119 vsize=761040 CPUtime=850.75 cores=1,3,5,7
/proc/29120/task/29123/stat : 29123 (priss) R 29119 29119 28051 0 -1 4202560 27281 0 0 0 85057 18 0 0 25 0 5 0 516715607 779304960 136623 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29120/tid=29124] ppid=29119 vsize=761040 CPUtime=848.88 cores=1,3,5,7
/proc/29120/task/29124/stat : 29124 (priss) R 29119 29119 28051 0 -1 4202560 26819 0 0 0 84866 22 0 0 25 0 5 0 516715613 779304960 136623 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29120/tid=29125] ppid=29119 vsize=761040 CPUtime=848.9 cores=1,3,5,7
/proc/29120/task/29125/stat : 29125 (priss) R 29119 29119 28051 0 -1 4202560 23787 0 0 0 84873 17 0 0 25 0 5 0 516715618 779304960 136623 33554432000 4194304 5787044 140737444409600 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3398.7
Current children cumulated vsize (KiB) 769740

[startup+857.501 s]
/proc/loadavg: 8.19 8.10 8.02 9/188 29180
/proc/meminfo: memFree=23436948/32951124 swapFree=67111524/67111528
[pid=29119] ppid=29117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29119/stat : 29119 (prissAuto.sh) S 29117 29119 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516715573 8908800 252 33554432000 4194304 4922060 140734089356480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29119/statm: 2175 252 211 178 0 68 0
[pid=29120] ppid=29119 vsize=761040 CPUtime=3424.27 cores=1,3,5,7
/proc/29120/stat : 29120 (priss) S 29119 29119 28051 0 -1 4202496 151079 0 0 0 342333 94 0 0 18 0 5 0 516715573 779304960 136852 33554432000 4194304 5787044 140737444409600 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29120/statm: 190260 136852 419 389 0 186010 0
[pid=29120/tid=29122] ppid=29119 vsize=761040 CPUtime=856.06 cores=1,3,5,7
/proc/29120/task/29122/stat : 29122 (priss) R 29119 29119 28051 0 -1 4202560 37039 0 0 0 85578 28 0 0 25 0 5 0 516715602 779304960 136852 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29120/tid=29123] ppid=29119 vsize=761040 CPUtime=857.15 cores=1,3,5,7
/proc/29120/task/29123/stat : 29123 (priss) R 29119 29119 28051 0 -1 4202560 27389 0 0 0 85697 18 0 0 25 0 5 0 516715607 779304960 136852 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29120/tid=29124] ppid=29119 vsize=761040 CPUtime=855.28 cores=1,3,5,7
/proc/29120/task/29124/stat : 29124 (priss) R 29119 29119 28051 0 -1 4202560 26926 0 0 0 85506 22 0 0 25 0 5 0 516715613 779304960 136852 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29120/tid=29125] ppid=29119 vsize=761040 CPUtime=855.3 cores=1,3,5,7
/proc/29120/task/29125/stat : 29125 (priss) R 29119 29119 28051 0 -1 4202560 23788 0 0 0 85513 17 0 0 25 0 5 0 516715618 779304960 136852 33554432000 4194304 5787044 140737444409600 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3424.27
Current children cumulated vsize (KiB) 769740

[startup+860.701 s]
/proc/loadavg: 8.19 8.10 8.02 9/188 29180
/proc/meminfo: memFree=23436572/32951124 swapFree=67111524/67111528
[pid=29119] ppid=29117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29119/stat : 29119 (prissAuto.sh) S 29117 29119 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516715573 8908800 252 33554432000 4194304 4922060 140734089356480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29119/statm: 2175 252 211 178 0 68 0
[pid=29120] ppid=29119 vsize=761040 CPUtime=3437.05 cores=1,3,5,7
/proc/29120/stat : 29120 (priss) S 29119 29119 28051 0 -1 4202496 151202 0 0 0 343611 94 0 0 18 0 5 0 516715573 779304960 136975 33554432000 4194304 5787044 140737444409600 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29120/statm: 190260 136975 419 389 0 186010 0
[pid=29120/tid=29122] ppid=29119 vsize=761040 CPUtime=859.24 cores=1,3,5,7
/proc/29120/task/29122/stat : 29122 (priss) R 29119 29119 28051 0 -1 4202560 37039 0 0 0 85896 28 0 0 25 0 5 0 516715602 779304960 136975 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29120/tid=29123] ppid=29119 vsize=761040 CPUtime=860.35 cores=1,3,5,7
/proc/29120/task/29123/stat : 29123 (priss) R 29119 29119 28051 0 -1 4202560 27454 0 0 0 86017 18 0 0 25 0 5 0 516715607 779304960 136975 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591808 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29120/tid=29124] ppid=29119 vsize=761040 CPUtime=858.48 cores=1,3,5,7
/proc/29120/task/29124/stat : 29124 (priss) R 29119 29119 28051 0 -1 4202560 26981 0 0 0 85826 22 0 0 25 0 5 0 516715613 779304960 136975 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29120/tid=29125] ppid=29119 vsize=761040 CPUtime=858.5 cores=1,3,5,7
/proc/29120/task/29125/stat : 29125 (priss) R 29119 29119 28051 0 -1 4202560 23791 0 0 0 85833 17 0 0 25 0 5 0 516715618 779304960 136975 33554432000 4194304 5787044 140737444409600 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3437.05
Current children cumulated vsize (KiB) 769740

[startup+861.5 s]
/proc/loadavg: 8.17 8.10 8.01 9/188 29180
/proc/meminfo: memFree=23436324/32951124 swapFree=67111524/67111528
[pid=29119] ppid=29117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29119/stat : 29119 (prissAuto.sh) S 29117 29119 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516715573 8908800 252 33554432000 4194304 4922060 140734089356480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29119/statm: 2175 252 211 178 0 68 0
[pid=29120] ppid=29119 vsize=761040 CPUtime=3440.24 cores=1,3,5,7
/proc/29120/stat : 29120 (priss) S 29119 29119 28051 0 -1 4202496 151229 0 0 0 343930 94 0 0 18 0 5 0 516715573 779304960 137002 33554432000 4194304 5787044 140737444409600 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29120/statm: 190260 137002 419 389 0 186010 0
[pid=29120/tid=29122] ppid=29119 vsize=761040 CPUtime=860.04 cores=1,3,5,7
/proc/29120/task/29122/stat : 29122 (priss) R 29119 29119 28051 0 -1 4202560 37039 0 0 0 85976 28 0 0 25 0 5 0 516715602 779304960 137002 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29120/tid=29123] ppid=29119 vsize=761040 CPUtime=861.15 cores=1,3,5,7
/proc/29120/task/29123/stat : 29123 (priss) R 29119 29119 28051 0 -1 4202560 27469 0 0 0 86097 18 0 0 25 0 5 0 516715607 779304960 137002 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29120/tid=29124] ppid=29119 vsize=761040 CPUtime=859.27 cores=1,3,5,7
/proc/29120/task/29124/stat : 29124 (priss) R 29119 29119 28051 0 -1 4202560 26993 0 0 0 85905 22 0 0 25 0 5 0 516715613 779304960 137002 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591337 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29120/tid=29125] ppid=29119 vsize=761040 CPUtime=859.3 cores=1,3,5,7
/proc/29120/task/29125/stat : 29125 (priss) R 29119 29119 28051 0 -1 4202560 23791 0 0 0 85913 17 0 0 25 0 5 0 516715618 779304960 137002 33554432000 4194304 5787044 140737444409600 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3440.24
Current children cumulated vsize (KiB) 769740

[startup+861.9 s]
/proc/loadavg: 8.17 8.10 8.01 9/188 29180
/proc/meminfo: memFree=23436324/32951124 swapFree=67111524/67111528
[pid=29119] ppid=29117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29119/stat : 29119 (prissAuto.sh) S 29117 29119 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516715573 8908800 252 33554432000 4194304 4922060 140734089356480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29119/statm: 2175 252 211 178 0 68 0
[pid=29120] ppid=29119 vsize=761040 CPUtime=3441.84 cores=1,3,5,7
/proc/29120/stat : 29120 (priss) S 29119 29119 28051 0 -1 4202496 151239 0 0 0 344090 94 0 0 18 0 5 0 516715573 779304960 137012 33554432000 4194304 5787044 140737444409600 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29120/statm: 190260 137012 419 389 0 186010 0
[pid=29120/tid=29122] ppid=29119 vsize=761040 CPUtime=860.44 cores=1,3,5,7
/proc/29120/task/29122/stat : 29122 (priss) R 29119 29119 28051 0 -1 4202560 37039 0 0 0 86016 28 0 0 25 0 5 0 516715602 779304960 137012 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591298 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29120/tid=29123] ppid=29119 vsize=761040 CPUtime=861.54 cores=1,3,5,7
/proc/29120/task/29123/stat : 29123 (priss) R 29119 29119 28051 0 -1 4202560 27473 0 0 0 86136 18 0 0 25 0 5 0 516715607 779304960 137012 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29120/tid=29124] ppid=29119 vsize=761040 CPUtime=859.67 cores=1,3,5,7
/proc/29120/task/29124/stat : 29124 (priss) R 29119 29119 28051 0 -1 4202560 26999 0 0 0 85945 22 0 0 25 0 5 0 516715613 779304960 137012 33554432000 4194304 5787044 140737444409600 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=29120/tid=29125] ppid=29119 vsize=761040 CPUtime=859.7 cores=1,3,5,7
/proc/29120/task/29125/stat : 29125 (priss) R 29119 29119 28051 0 -1 4202560 23791 0 0 0 85953 17 0 0 25 0 5 0 516715618 779304960 137012 33554432000 4194304 5787044 140737444409600 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3441.84
Current children cumulated vsize (KiB) 769740

[startup+862.301 s]
/proc/loadavg: 8.17 8.10 8.01 6/185 29180
/proc/meminfo: memFree=23437464/32951124 swapFree=67111524/67111528
[pid=29119] ppid=29117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29119/stat : 29119 (prissAuto.sh) S 29117 29119 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516715573 8908800 252 33554432000 4194304 4922060 140734089356480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29119/statm: 2175 252 211 178 0 68 0
[pid=29120] ppid=29119 vsize=758468 CPUtime=3443.38 cores=1,3,5,7
/proc/29120/stat : 29120 (priss) S 29119 29119 28051 0 -1 4202496 152236 0 0 0 344244 94 0 0 18 0 2 0 516715573 776671232 136686 33554432000 4194304 5787044 140737444409600 18446744073709551615 212699477989 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29120/statm: 189617 136686 447 389 0 185367 0
[pid=29120/tid=29125] ppid=29119 vsize=758468 CPUtime=860.11 cores=1,3,5,7
/proc/29120/task/29125/stat : 29125 (priss) R 29119 29119 28051 0 -1 4202560 24751 0 0 0 85993 18 0 0 25 0 2 0 516715618 776671232 136686 33554432000 4194304 5787044 140737444409600 18446744073709551615 4330532 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3443.38
Current children cumulated vsize (KiB) 767168

[startup+862.406 s]
/proc/loadavg: 8.17 8.10 8.01 6/185 29180
/proc/meminfo: memFree=23437464/32951124 swapFree=67111524/67111528
[pid=29119] ppid=29117 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29119/stat : 29119 (prissAuto.sh) S 29117 29119 28051 0 -1 4202496 332 0 0 0 0 0 0 0 21 0 1 0 516715573 8908800 252 33554432000 4194304 4922060 140734089356480 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29119/statm: 2175 252 211 178 0 68 0
[pid=29120] ppid=29119 vsize=758468 CPUtime=3443.48 cores=1,3,5,7
/proc/29120/stat : 29120 (priss) S 29119 29119 28051 0 -1 4202496 152236 0 0 0 344254 94 0 0 18 0 2 0 516715573 776671232 136686 33554432000 4194304 5787044 140737444409600 18446744073709551615 212699477989 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0
/proc/29120/statm: 189617 136686 447 389 0 185367 0
[pid=29120/tid=29125] ppid=29119 vsize=758468 CPUtime=860.21 cores=1,3,5,7
/proc/29120/task/29125/stat : 29125 (priss) R 29119 29119 28051 0 -1 4202560 24751 0 0 0 86003 18 0 0 25 0 2 0 516715618 776671232 136686 33554432000 4194304 5787044 140737444409600 18446744073709551615 4390903 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3443.48
Current children cumulated vsize (KiB) 767168

Child status: 20
Real time (s): 862.489
CPU time (s): 3443.58
CPU user time (s): 3442.6
CPU system time (s): 0.975851
CPU usage (%): 399.261
Max. virtual memory (cumulated for all children) (KiB): 774460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3442.6
system time used= 0.975851
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 153627
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= 7740
involuntary context switches= 23659

runsolver used 1.14083 second user time and 3.57146 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-29 06:26:18
IDJOB=3288606
IDBENCH=82500
IDSOLVER=1602
FILE ID=node139/3288606-1304051178
RUNJOBID= node139-1304045238-28070
PBS_JOBID= 13170397
Free space on /tmp= 72516 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/application/manthey/traffic/traffic_pcb_unknown.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288606-1304051178/watcher-3288606-1304051178 -o /tmp/evaluation-result-3288606-1304051178/solver-3288606-1304051178 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3288606-1304051178.cnf 504268789 4800 15500 4

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

MD5SUM BENCH= e669f2d68684ca746cc80f142ad8d0dc
RANDOM SEED=504268789

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23995608 kB
Buffers:       2029380 kB
Cached:        5931056 kB
SwapCached:          4 kB
Active:        1312892 kB
Inactive:      7122908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23995608 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           20668 kB
Writeback:         204 kB
AnonPages:      475324 kB
Mapped:          15688 kB
Slab:           454188 kB
PageTables:       5740 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   693744 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= 72528 MiB
End job on node139 at 2011-04-29 06:40:41