Trace number 3282488

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 Auto? (TO) 4800.17 1201.82

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor064.cnf
MD5SUM902b28046d424b16042ca612ddad48e0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark788.78
Satisfiable
(Un)Satisfiability was proved
Number of variables51064
Number of clauses152039
Sum of the clauses size354755
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2101358
Number of clauses of size 350679
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 31313
0.00/0.00	c setup for 4cores
0.00/0.04	c parsetime: 39668us
0.00/0.04	c parsed 152039 clauses with 51064 variables
0.00/0.05	c NW started thread 0 successfully (1109195072)
0.00/0.06	c NW started thread 1 successfully (1119684928)
0.00/0.07	c NW started thread 2 successfully (1130174784)
0.00/0.08	c NW started thread 3 successfully (1140664640)
6.95/1.88	c preprocessor returned 51064 variables
6.95/1.88	c preprocessing returned UNKNOWN
6.95/1.88	c PP set 147 variables
6.95/1.88	c pp time: 1824650us (1s)
6.95/1.89	c preprocessor returned 51064 variables
6.95/1.89	c preprocessing returned UNKNOWN
6.95/1.89	c PP set 147 variables
6.95/1.89	c pp time: 1815869us (1s)
7.36/1.90	c preprocessor returned 51064 variables
7.36/1.90	c preprocessing returned UNKNOWN
7.36/1.90	c PP set 147 variables
7.36/1.90	c pp time: 1818937us (1s)
7.36/1.90	c preprocessor returned 51064 variables
7.36/1.90	c preprocessing returned UNKNOWN
7.36/1.90	c PP set 147 variables
7.36/1.90	c pp time: 1807658us (1s)

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

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-3282488-1304041247/watcher-3282488-1304041247 -o /tmp/evaluation-result-3282488-1304041247/solver-3282488-1304041247 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3282488-1304041247.cnf 488071576 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.85 8.08 8.03 5/182 31312
/proc/meminfo: memFree=20791980/32950928 swapFree=67071984/67111528
[pid=31312] ppid=31310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31312/stat : 31312 (prissAuto.sh) S 31310 31312 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594355399 8908800 251 33554432000 4194304 4922060 140736896069712 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31312/statm: 2175 251 211 178 0 68 0

[startup+0.0458861 s]
/proc/loadavg: 7.85 8.08 8.03 5/182 31312
/proc/meminfo: memFree=20791980/32950928 swapFree=67071984/67111528
[pid=31312] ppid=31310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31312/stat : 31312 (prissAuto.sh) S 31310 31312 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594355399 8908800 251 33554432000 4194304 4922060 140736896069712 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31312/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.103395 s]
/proc/loadavg: 7.85 8.08 8.03 5/182 31312
/proc/meminfo: memFree=20791980/32950928 swapFree=67071984/67111528
[pid=31312] ppid=31310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31312/stat : 31312 (prissAuto.sh) S 31310 31312 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594355399 8908800 251 33554432000 4194304 4922060 140736896069712 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31312/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.534127 s]
/proc/loadavg: 7.85 8.08 8.03 5/182 31312
/proc/meminfo: memFree=20791980/32950928 swapFree=67071984/67111528
[pid=31312] ppid=31310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31312/stat : 31312 (prissAuto.sh) S 31310 31312 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594355399 8908800 251 33554432000 4194304 4922060 140736896069712 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31312/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.720924 s]
/proc/loadavg: 7.85 8.08 8.03 5/182 31312
/proc/meminfo: memFree=20791980/32950928 swapFree=67071984/67111528
[pid=31312] ppid=31310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31312/stat : 31312 (prissAuto.sh) S 31310 31312 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594355399 8908800 251 33554432000 4194304 4922060 140736896069712 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31312/statm: 2175 251 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50062 s]
/proc/loadavg: 7.85 8.08 8.03 9/188 31318
/proc/meminfo: memFree=20643628/32950928 swapFree=67071984/67111528
[pid=31312] ppid=31310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31312/stat : 31312 (prissAuto.sh) S 31310 31312 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594355399 8908800 251 33554432000 4194304 4922060 140736896069712 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31312/statm: 2175 251 211 178 0 68 0
[pid=31313] ppid=31312 vsize=398756 CPUtime=5.75 cores=1,3,5,7
/proc/31313/stat : 31313 (priss) S 31312 31312 30862 0 -1 4202496 48645 0 0 0 557 18 0 0 25 0 5 0 594355399 408326144 36140 33554432000 4194304 5787044 140736899648080 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31313/statm: 99689 36140 351 389 0 95439 0
[pid=31313/tid=31315] ppid=31312 vsize=398756 CPUtime=1.42 cores=1,3,5,7
/proc/31313/task/31315/stat : 31315 (priss) R 31312 31312 30862 0 -1 4202560 10607 0 0 0 138 4 0 0 18 0 5 0 594355404 408326144 36140 33554432000 4194304 5787044 140736899648080 18446744073709551615 4345944 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31313/tid=31316] ppid=31312 vsize=398756 CPUtime=1.42 cores=1,3,5,7
/proc/31313/task/31316/stat : 31316 (priss) R 31312 31312 30862 0 -1 4202560 8883 0 0 0 138 4 0 0 19 0 5 0 594355405 408326144 36140 33554432000 4194304 5787044 140736899648080 18446744073709551615 4276048 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31313/tid=31317] ppid=31312 vsize=398756 CPUtime=1.41 cores=1,3,5,7
/proc/31313/task/31317/stat : 31317 (priss) R 31312 31312 30862 0 -1 4202560 11582 0 0 0 136 5 0 0 18 0 5 0 594355406 408326144 36140 33554432000 4194304 5787044 140736899648080 18446744073709551615 4278467 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31313/tid=31318] ppid=31312 vsize=398756 CPUtime=1.4 cores=1,3,5,7
/proc/31313/task/31318/stat : 31318 (priss) R 31312 31312 30862 0 -1 4202560 10138 0 0 0 137 3 0 0 19 0 5 0 594355407 408326144 36140 33554432000 4194304 5787044 140736899648080 18446744073709551615 4276259 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 5.75
Current children cumulated vsize (KiB) 407456

[startup+3.10033 s]
/proc/loadavg: 7.85 8.08 8.03 9/188 31318
/proc/meminfo: memFree=20601612/32950928 swapFree=67071984/67111528
[pid=31312] ppid=31310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31312/stat : 31312 (prissAuto.sh) S 31310 31312 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594355399 8908800 251 33554432000 4194304 4922060 140736896069712 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31312/statm: 2175 251 211 178 0 68 0
[pid=31313] ppid=31312 vsize=409540 CPUtime=12.14 cores=1,3,5,7
/proc/31313/stat : 31313 (priss) S 31312 31312 30862 0 -1 4202496 65614 0 0 0 1193 21 0 0 25 0 5 0 594355399 419368960 45756 33554432000 4194304 5787044 140736899648080 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31313/statm: 102385 45756 417 389 0 98135 0
[pid=31313/tid=31315] ppid=31312 vsize=409540 CPUtime=3.01 cores=1,3,5,7
/proc/31313/task/31315/stat : 31315 (priss) R 31312 31312 30862 0 -1 4202560 13947 0 0 0 297 4 0 0 21 0 5 0 594355404 419368960 45756 33554432000 4194304 5787044 140736899648080 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31313/tid=31316] ppid=31312 vsize=409540 CPUtime=3.01 cores=1,3,5,7
/proc/31313/task/31316/stat : 31316 (priss) R 31312 31312 30862 0 -1 4202560 13711 0 0 0 297 4 0 0 22 0 5 0 594355405 419368960 45757 33554432000 4194304 5787044 140736899648080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31313/tid=31317] ppid=31312 vsize=409540 CPUtime=3.01 cores=1,3,5,7
/proc/31313/task/31317/stat : 31317 (priss) R 31312 31312 30862 0 -1 4202560 16389 0 0 0 295 6 0 0 19 0 5 0 594355406 419368960 45757 33554432000 4194304 5787044 140736899648080 18446744073709551615 260905055265 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31313/tid=31318] ppid=31312 vsize=409540 CPUtime=3 cores=1,3,5,7
/proc/31313/task/31318/stat : 31318 (priss) R 31312 31312 30862 0 -1 4202560 14133 0 0 0 296 4 0 0 23 0 5 0 594355407 419368960 45757 33554432000 4194304 5787044 140736899648080 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 418240

[startup+6.30075 s]
/proc/loadavg: 7.94 8.09 8.04 9/188 31318
/proc/meminfo: memFree=20577288/32950928 swapFree=67071984/67111528
[pid=31312] ppid=31310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31312/stat : 31312 (prissAuto.sh) S 31310 31312 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594355399 8908800 251 33554432000 4194304 4922060 140736896069712 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31312/statm: 2175 251 211 178 0 68 0
[pid=31313] ppid=31312 vsize=410464 CPUtime=24.93 cores=1,3,5,7
/proc/31313/stat : 31313 (priss) S 31312 31312 30862 0 -1 4202496 66457 0 0 0 2470 23 0 0 25 0 5 0 594355399 420315136 46599 33554432000 4194304 5787044 140736899648080 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31313/statm: 102616 46599 417 389 0 98366 0
[pid=31313/tid=31315] ppid=31312 vsize=410464 CPUtime=6.2 cores=1,3,5,7
/proc/31313/task/31315/stat : 31315 (priss) R 31312 31312 30862 0 -1 4202560 14197 0 0 0 615 5 0 0 25 0 5 0 594355404 420315136 46599 33554432000 4194304 5787044 140736899648080 18446744073709551615 5601949 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31313/tid=31316] ppid=31312 vsize=410464 CPUtime=6.22 cores=1,3,5,7
/proc/31313/task/31316/stat : 31316 (priss) R 31312 31312 30862 0 -1 4202560 13833 0 0 0 617 5 0 0 25 0 5 0 594355405 420315136 46599 33554432000 4194304 5787044 140736899648080 18446744073709551615 4254488 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31313/tid=31317] ppid=31312 vsize=410464 CPUtime=6.21 cores=1,3,5,7
/proc/31313/task/31317/stat : 31317 (priss) R 31312 31312 30862 0 -1 4202560 16628 0 0 0 615 6 0 0 25 0 5 0 594355406 420315136 46599 33554432000 4194304 5787044 140736899648080 18446744073709551615 5591002 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31313/tid=31318] ppid=31312 vsize=410464 CPUtime=6.19 cores=1,3,5,7
/proc/31313/task/31318/stat : 31318 (priss) R 31312 31312 30862 0 -1 4202560 14364 0 0 0 615 4 0 0 25 0 5 0 594355407 420315136 46599 33554432000 4194304 5787044 140736899648080 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.93
Current children cumulated vsize (KiB) 419164

[startup+12.7006 s]
/proc/loadavg: 7.95 8.09 8.04 9/188 31318
/proc/meminfo: memFree=20545672/32950928 swapFree=67071984/67111528
[pid=31312] ppid=31310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31312/stat : 31312 (prissAuto.sh) S 31310 31312 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594355399 8908800 251 33554432000 4194304 4922060 140736896069712 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31312/statm: 2175 251 211 178 0 68 0
[pid=31313] ppid=31312 vsize=411388 CPUtime=50.49 cores=1,3,5,7
/proc/31313/stat : 31313 (priss) S 31312 31312 30862 0 -1 4202496 67767 0 0 0 5024 25 0 0 25 0 5 0 594355399 421261312 47909 33554432000 4194304 5787044 140736899648080 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31313/statm: 102847 47909 417 389 0 98597 0
[pid=31313/tid=31315] ppid=31312 vsize=411388 CPUtime=12.56 cores=1,3,5,7
/proc/31313/task/31315/stat : 31315 (priss) R 31312 31312 30862 0 -1 4202560 14415 0 0 0 1251 5 0 0 25 0 5 0 594355404 421261312 47909 33554432000 4194304 5787044 140736899648080 18446744073709551615 5585297 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31313/tid=31316] ppid=31312 vsize=411388 CPUtime=12.62 cores=1,3,5,7
/proc/31313/task/31316/stat : 31316 (priss) R 31312 31312 30862 0 -1 4202560 14209 0 0 0 1257 5 0 0 25 0 5 0 594355405 421261312 47909 33554432000 4194304 5787044 140736899648080 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31313/tid=31317] ppid=31312 vsize=411388 CPUtime=12.61 cores=1,3,5,7
/proc/31313/task/31317/stat : 31317 (priss) R 31312 31312 30862 0 -1 4202560 16932 0 0 0 1254 7 0 0 25 0 5 0 594355406 421261312 47909 33554432000 4194304 5787044 140736899648080 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31313/tid=31318] ppid=31312 vsize=411388 CPUtime=12.59 cores=1,3,5,7
/proc/31313/task/31318/stat : 31318 (priss) R 31312 31312 30862 0 -1 4202560 14776 0 0 0 1254 5 0 0 25 0 5 0 594355407 421261312 47909 33554432000 4194304 5787044 140736899648080 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 420088

[startup+25.5012 s]
/proc/loadavg: 7.96 8.09 8.03 9/188 31319
/proc/meminfo: memFree=20475996/32950928 swapFree=67071984/67111528
[pid=31312] ppid=31310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31312/stat : 31312 (prissAuto.sh) S 31310 31312 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594355399 8908800 251 33554432000 4194304 4922060 140736896069712 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31312/statm: 2175 251 211 178 0 68 0
[pid=31313] ppid=31312 vsize=412916 CPUtime=101.64 cores=1,3,5,7
/proc/31313/stat : 31313 (priss) S 31312 31312 30862 0 -1 4202496 72063 0 0 0 10134 30 0 0 25 0 5 0 594355399 422825984 52205 33554432000 4194304 5787044 140736899648080 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31313/statm: 103229 52205 417 389 0 98979 0
[pid=31313/tid=31315] ppid=31312 vsize=412916 CPUtime=25.29 cores=1,3,5,7
/proc/31313/task/31315/stat : 31315 (priss) R 31312 31312 30862 0 -1 4202560 15625 0 0 0 2522 7 0 0 25 0 5 0 594355404 422825984 52205 33554432000 4194304 5787044 140736899648080 18446744073709551615 5601796 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31313/tid=31316] ppid=31312 vsize=412916 CPUtime=25.42 cores=1,3,5,7
/proc/31313/task/31316/stat : 31316 (priss) R 31312 31312 30862 0 -1 4202560 15943 0 0 0 2536 6 0 0 25 0 5 0 594355405 422825984 52205 33554432000 4194304 5787044 140736899648080 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31313/tid=31317] ppid=31312 vsize=412916 CPUtime=25.42 cores=1,3,5,7
/proc/31313/task/31317/stat : 31317 (priss) R 31312 31312 30862 0 -1 4202560 17803 0 0 0 2534 8 0 0 25 0 5 0 594355406 422825984 52205 33554432000 4194304 5787044 140736899648080 18446744073709551615 5586623 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31313/tid=31318] ppid=31312 vsize=412916 CPUtime=25.4 cores=1,3,5,7
/proc/31313/task/31318/stat : 31318 (priss) R 31312 31312 30862 0 -1 4202560 15257 0 0 0 2534 6 0 0 25 0 5 0 594355407 422825984 52205 33554432000 4194304 5787044 140736899648080 18446744073709551615 5527019 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 101.64
Current children cumulated vsize (KiB) 421616

[startup+51.1005 s]
/proc/loadavg: 7.97 8.08 8.03 9/188 31319
/proc/meminfo: memFree=20357176/32950928 swapFree=67071984/67111528
[pid=31312] ppid=31310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31312/stat : 31312 (prissAuto.sh) S 31310 31312 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594355399 8908800 251 33554432000 4194304 4922060 140736896069712 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31312/statm: 2175 251 211 178 0 68 0
[pid=31313] ppid=31312 vsize=416228 CPUtime=203.88 cores=1,3,5,7
/proc/31313/stat : 31313 (priss) S 31312 31312 30862 0 -1 4202496 76595 0 0 0 20351 37 0 0 25 0 5 0 594355399 426217472 56737 33554432000 4194304 5787044 140736899648080 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31313/statm: 104057 56737 417 389 0 99807 0
[pid=31313/tid=31315] ppid=31312 vsize=416228 CPUtime=50.75 cores=1,3,5,7
/proc/31313/task/31315/stat : 31315 (priss) R 31312 31312 30862 0 -1 4202560 16385 0 0 0 5067 8 0 0 25 0 5 0 594355404 426217472 56737 33554432000 4194304 5787044 140736899648080 18446744073709551615 5586868 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31313/tid=31316] ppid=31312 vsize=416228 CPUtime=51.02 cores=1,3,5,7
/proc/31313/task/31316/stat : 31316 (priss) R 31312 31312 30862 0 -1 4202560 16922 0 0 0 5094 8 0 0 25 0 5 0 594355405 426217472 56737 33554432000 4194304 5787044 140736899648080 18446744073709551615 4254623 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31313/tid=31317] ppid=31312 vsize=416228 CPUtime=51.01 cores=1,3,5,7
/proc/31313/task/31317/stat : 31317 (priss) R 31312 31312 30862 0 -1 4202560 18804 0 0 0 5092 9 0 0 25 0 5 0 594355406 426217472 56737 33554432000 4194304 5787044 140736899648080 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31313/tid=31318] ppid=31312 vsize=416228 CPUtime=50.99 cores=1,3,5,7
/proc/31313/task/31318/stat : 31318 (priss) R 31312 31312 30862 0 -1 4202560 17049 0 0 0 5090 9 0 0 25 0 5 0 594355407 426217472 56737 33554432000 4194304 5787044 140736899648080 18446744073709551615 5526823 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.88
Current children cumulated vsize (KiB) 424928

[startup+102.301 s]
/proc/loadavg: 7.99 8.06 8.03 9/188 31354
/proc/meminfo: memFree=23276796/32950928 swapFree=67071984/67111528
[pid=31312] ppid=31310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31312/stat : 31312 (prissAuto.sh) S 31310 31312 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594355399 8908800 251 33554432000 4194304 4922060 140736896069712 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31312/statm: 2175 251 211 178 0 68 0
[pid=31313] ppid=31312 vsize=424280 CPUtime=408.39 cores=1,3,5,7
/proc/31313/stat : 31313 (priss) S 31312 31312 30862 0 -1 4202496 88234 0 0 0 40790 49 0 0 25 0 5 0 594355399 434462720 68370 33554432000 4194304 5787044 140736899648080 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31313/statm: 106070 68370 417 389 0 101820 0
[pid=31313/tid=31315] ppid=31312 vsize=424280 CPUtime=101.94 cores=1,3,5,7
/proc/31313/task/31315/stat : 31315 (priss) R 31312 31312 30862 0 -1 4202560 20269 0 0 0 10183 11 0 0 25 0 5 0 594355404 434462720 68370 33554432000 4194304 5787044 140736899648080 18446744073709551615 5592797 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31313/tid=31316] ppid=31312 vsize=424280 CPUtime=101.94 cores=1,3,5,7
/proc/31313/task/31316/stat : 31316 (priss) R 31312 31312 30862 0 -1 4202560 18122 0 0 0 10184 10 0 0 25 0 5 0 594355405 434462720 68370 33554432000 4194304 5787044 140736899648080 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31313/tid=31317] ppid=31312 vsize=424280 CPUtime=102.2 cores=1,3,5,7
/proc/31313/task/31317/stat : 31317 (priss) R 31312 31312 30862 0 -1 4202560 23471 0 0 0 10207 13 0 0 25 0 5 0 594355406 434462720 68370 33554432000 4194304 5787044 140736899648080 18446744073709551615 5591319 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31313/tid=31318] ppid=31312 vsize=424280 CPUtime=102.2 cores=1,3,5,7

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

/proc/31313/task/31316/stat : 31316 (priss) R 31312 31312 30862 0 -1 4202560 62096 0 0 0 88044 75 0 0 25 0 5 0 594355405 1210351616 262826 33554432000 4194304 5787044 140736899648080 18446744073709551615 4228007 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31313/tid=31317] ppid=31312 vsize=1181984 CPUtime=880.99 cores=1,3,5,7
/proc/31313/task/31317/stat : 31317 (priss) R 31312 31312 30862 0 -1 4202560 69096 0 0 0 88032 67 0 0 25 0 5 0 594355406 1210351616 262826 33554432000 4194304 5787044 140736899648080 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31313/tid=31318] ppid=31312 vsize=1181984 CPUtime=882.18 cores=1,3,5,7
/proc/31313/task/31318/stat : 31318 (priss) R 31312 31312 30862 0 -1 4202560 73477 0 0 0 88138 80 0 0 25 0 5 0 594355407 1210351616 262826 33554432000 4194304 5787044 140736899648080 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3523.99
Current children cumulated vsize (KiB) 1190684

[startup+942.301 s]
/proc/loadavg: 8.20 8.14 8.07 9/188 31408
/proc/meminfo: memFree=22217648/32950928 swapFree=67071984/67111528
[pid=31312] ppid=31310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31312/stat : 31312 (prissAuto.sh) S 31310 31312 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594355399 8908800 251 33554432000 4194304 4922060 140736896069712 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31312/statm: 2175 251 211 178 0 68 0
[pid=31313] ppid=31312 vsize=1463424 CPUtime=3763.66 cores=1,3,5,7
/proc/31313/stat : 31313 (priss) S 31312 31312 30862 0 -1 4202496 316121 0 0 0 376020 346 0 0 25 0 5 0 594355399 1498546176 295579 33554432000 4194304 5787044 140736899648080 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31313/statm: 365856 295579 417 389 0 361606 0
[pid=31313/tid=31315] ppid=31312 vsize=1463424 CPUtime=939.19 cores=1,3,5,7
/proc/31313/task/31315/stat : 31315 (priss) R 31312 31312 30862 0 -1 4202560 80641 0 0 0 93831 88 0 0 25 0 5 0 594355404 1498546176 295579 33554432000 4194304 5787044 140736899648080 18446744073709551615 4238583 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31313/tid=31316] ppid=31312 vsize=1463424 CPUtime=941.18 cores=1,3,5,7
/proc/31313/task/31316/stat : 31316 (priss) R 31312 31312 30862 0 -1 4202560 71572 0 0 0 94028 90 0 0 25 0 5 0 594355405 1498546176 295579 33554432000 4194304 5787044 140736899648080 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31313/tid=31317] ppid=31312 vsize=1463424 CPUtime=941 cores=1,3,5,7
/proc/31313/task/31317/stat : 31317 (priss) R 31312 31312 30862 0 -1 4202560 73995 0 0 0 94027 73 0 0 25 0 5 0 594355406 1498546176 295579 33554432000 4194304 5787044 140736899648080 18446744073709551615 4220688 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31313/tid=31318] ppid=31312 vsize=1463424 CPUtime=942.17 cores=1,3,5,7
/proc/31313/task/31318/stat : 31318 (priss) R 31312 31312 30862 0 -1 4202560 82478 0 0 0 94125 92 0 0 25 0 5 0 594355407 1498546176 295579 33554432000 4194304 5787044 140736899648080 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.66
Current children cumulated vsize (KiB) 1472124

[startup+1002.3 s]
/proc/loadavg: 8.20 8.15 8.07 9/188 31410
/proc/meminfo: memFree=22135888/32950928 swapFree=67071984/67111528
[pid=31312] ppid=31310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31312/stat : 31312 (prissAuto.sh) S 31310 31312 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594355399 8908800 251 33554432000 4194304 4922060 140736896069712 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31312/statm: 2175 251 211 178 0 68 0
[pid=31313] ppid=31312 vsize=1471228 CPUtime=4003.31 cores=1,3,5,7
/proc/31313/stat : 31313 (priss) S 31312 31312 30862 0 -1 4202496 324590 0 0 0 399974 357 0 0 25 0 5 0 594355399 1506537472 303642 33554432000 4194304 5787044 140736899648080 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31313/statm: 367807 303642 417 389 0 363557 0
[pid=31313/tid=31315] ppid=31312 vsize=1471228 CPUtime=998.87 cores=1,3,5,7
/proc/31313/task/31315/stat : 31315 (priss) R 31312 31312 30862 0 -1 4202560 82672 0 0 0 99798 89 0 0 25 0 5 0 594355404 1506537472 303642 33554432000 4194304 5787044 140736899648080 18446744073709551615 4220902 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31313/tid=31316] ppid=31312 vsize=1471228 CPUtime=1001.18 cores=1,3,5,7
/proc/31313/task/31316/stat : 31316 (priss) R 31312 31312 30862 0 -1 4202560 73721 0 0 0 100024 94 0 0 25 0 5 0 594355405 1506537472 303642 33554432000 4194304 5787044 140736899648080 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31313/tid=31317] ppid=31312 vsize=1471228 CPUtime=1000.99 cores=1,3,5,7
/proc/31313/task/31317/stat : 31317 (priss) R 31312 31312 30862 0 -1 4202560 75967 0 0 0 100023 76 0 0 25 0 5 0 594355406 1506537472 303642 33554432000 4194304 5787044 140736899648080 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31313/tid=31318] ppid=31312 vsize=1471228 CPUtime=1002.17 cores=1,3,5,7
/proc/31313/task/31318/stat : 31318 (priss) R 31312 31312 30862 0 -1 4202560 84795 0 0 0 100121 96 0 0 25 0 5 0 594355407 1506537472 303642 33554432000 4194304 5787044 140736899648080 18446744073709551615 5527147 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4003.31
Current children cumulated vsize (KiB) 1479928

[startup+1062.3 s]
/proc/loadavg: 8.20 8.15 8.08 9/188 31411
/proc/meminfo: memFree=22079548/32950928 swapFree=67071984/67111528
[pid=31312] ppid=31310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31312/stat : 31312 (prissAuto.sh) S 31310 31312 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594355399 8908800 251 33554432000 4194304 4922060 140736896069712 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31312/statm: 2175 251 211 178 0 68 0
[pid=31313] ppid=31312 vsize=1471604 CPUtime=4242.97 cores=1,3,5,7
/proc/31313/stat : 31313 (priss) S 31312 31312 30862 0 -1 4202496 324910 0 0 0 423939 358 0 0 25 0 5 0 594355399 1506922496 303962 33554432000 4194304 5787044 140736899648080 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31313/statm: 367901 303962 417 389 0 363651 0
[pid=31313/tid=31315] ppid=31312 vsize=1471604 CPUtime=1058.54 cores=1,3,5,7
/proc/31313/task/31315/stat : 31315 (priss) R 31312 31312 30862 0 -1 4202560 82865 0 0 0 105765 89 0 0 25 0 5 0 594355404 1506922496 303962 33554432000 4194304 5787044 140736899648080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31313/tid=31316] ppid=31312 vsize=1471604 CPUtime=1061.17 cores=1,3,5,7
/proc/31313/task/31316/stat : 31316 (priss) R 31312 31312 30862 0 -1 4202560 73847 0 0 0 106023 94 0 0 25 0 5 0 594355405 1506922496 303962 33554432000 4194304 5787044 140736899648080 18446744073709551615 5576478 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31313/tid=31317] ppid=31312 vsize=1471604 CPUtime=1060.99 cores=1,3,5,7
/proc/31313/task/31317/stat : 31317 (priss) R 31312 31312 30862 0 -1 4202560 75968 0 0 0 106023 76 0 0 25 0 5 0 594355406 1506922496 303962 33554432000 4194304 5787044 140736899648080 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31313/tid=31318] ppid=31312 vsize=1471604 CPUtime=1062.16 cores=1,3,5,7
/proc/31313/task/31318/stat : 31318 (priss) R 31312 31312 30862 0 -1 4202560 84795 0 0 0 106120 96 0 0 25 0 5 0 594355407 1506922496 303962 33554432000 4194304 5787044 140736899648080 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4242.97
Current children cumulated vsize (KiB) 1480304

[startup+1122.31 s]
/proc/loadavg: 8.12 8.14 8.08 9/188 31413
/proc/meminfo: memFree=22073544/32950928 swapFree=67071984/67111528
[pid=31312] ppid=31310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31312/stat : 31312 (prissAuto.sh) S 31310 31312 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594355399 8908800 251 33554432000 4194304 4922060 140736896069712 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31312/statm: 2175 251 211 178 0 68 0
[pid=31313] ppid=31312 vsize=1472576 CPUtime=4482.6 cores=1,3,5,7
/proc/31313/stat : 31313 (priss) S 31312 31312 30862 0 -1 4202496 326519 0 0 0 447899 361 0 0 25 0 5 0 594355399 1507917824 305368 33554432000 4194304 5787044 140736899648080 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31313/statm: 368144 305368 417 389 0 363894 0
[pid=31313/tid=31315] ppid=31312 vsize=1472576 CPUtime=1118.18 cores=1,3,5,7
/proc/31313/task/31315/stat : 31315 (priss) R 31312 31312 30862 0 -1 4202560 83205 0 0 0 111728 90 0 0 25 0 5 0 594355404 1507917824 305368 33554432000 4194304 5787044 140736899648080 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31313/tid=31316] ppid=31312 vsize=1472576 CPUtime=1121.15 cores=1,3,5,7
/proc/31313/task/31316/stat : 31316 (priss) R 31312 31312 30862 0 -1 4202560 74230 0 0 0 112021 94 0 0 25 0 5 0 594355405 1507917824 305368 33554432000 4194304 5787044 140736899648080 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31313/tid=31317] ppid=31312 vsize=1472576 CPUtime=1121 cores=1,3,5,7
/proc/31313/task/31317/stat : 31317 (priss) R 31312 31312 30862 0 -1 4202560 76853 0 0 0 112022 78 0 0 25 0 5 0 594355406 1507917824 305368 33554432000 4194304 5787044 140736899648080 18446744073709551615 4220347 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31313/tid=31318] ppid=31312 vsize=1472576 CPUtime=1122.17 cores=1,3,5,7
/proc/31313/task/31318/stat : 31318 (priss) R 31312 31312 30862 0 -1 4202560 84796 0 0 0 112121 96 0 0 25 0 5 0 594355407 1507917824 305368 33554432000 4194304 5787044 140736899648080 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.6
Current children cumulated vsize (KiB) 1481276

[startup+1182.3 s]
/proc/loadavg: 8.08 8.12 8.08 9/188 31414
/proc/meminfo: memFree=21972944/32950928 swapFree=67071984/67111528
[pid=31312] ppid=31310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31312/stat : 31312 (prissAuto.sh) S 31310 31312 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594355399 8908800 251 33554432000 4194304 4922060 140736896069712 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31312/statm: 2175 251 211 178 0 68 0
[pid=31313] ppid=31312 vsize=1472576 CPUtime=4722.26 cores=1,3,5,7
/proc/31313/stat : 31313 (priss) S 31312 31312 30862 0 -1 4202496 326684 0 0 0 471864 362 0 0 25 0 5 0 594355399 1507917824 305533 33554432000 4194304 5787044 140736899648080 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31313/statm: 368144 305533 417 389 0 363894 0
[pid=31313/tid=31315] ppid=31312 vsize=1472576 CPUtime=1177.85 cores=1,3,5,7
/proc/31313/task/31315/stat : 31315 (priss) R 31312 31312 30862 0 -1 4202560 83210 0 0 0 117695 90 0 0 25 0 5 0 594355404 1507917824 305533 33554432000 4194304 5787044 140736899648080 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31313/tid=31316] ppid=31312 vsize=1472576 CPUtime=1181.15 cores=1,3,5,7
/proc/31313/task/31316/stat : 31316 (priss) R 31312 31312 30862 0 -1 4202560 74388 0 0 0 118020 95 0 0 25 0 5 0 594355405 1507917824 305533 33554432000 4194304 5787044 140736899648080 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31313/tid=31317] ppid=31312 vsize=1472576 CPUtime=1180.99 cores=1,3,5,7
/proc/31313/task/31317/stat : 31317 (priss) R 31312 31312 30862 0 -1 4202560 76853 0 0 0 118021 78 0 0 25 0 5 0 594355406 1507917824 305533 33554432000 4194304 5787044 140736899648080 18446744073709551615 5591095 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31313/tid=31318] ppid=31312 vsize=1472576 CPUtime=1182.17 cores=1,3,5,7
/proc/31313/task/31318/stat : 31318 (priss) R 31312 31312 30862 0 -1 4202560 84798 0 0 0 118120 97 0 0 25 0 5 0 594355407 1507917824 305533 33554432000 4194304 5787044 140736899648080 18446744073709551615 5527392 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4722.26
Current children cumulated vsize (KiB) 1481276



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.8 s]
/proc/loadavg: 8.13 8.13 8.08 9/188 31415
/proc/meminfo: memFree=21939692/32950928 swapFree=67071984/67111528
[pid=31312] ppid=31310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31312/stat : 31312 (prissAuto.sh) S 31310 31312 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594355399 8908800 251 33554432000 4194304 4922060 140736896069712 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31312/statm: 2175 251 211 178 0 68 0
[pid=31313] ppid=31312 vsize=1472576 CPUtime=4800.17 cores=1,3,5,7
/proc/31313/stat : 31313 (priss) S 31312 31312 30862 0 -1 4202496 326686 0 0 0 479655 362 0 0 25 0 5 0 594355399 1507917824 305535 33554432000 4194304 5787044 140736899648080 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31313/statm: 368144 305535 417 389 0 363894 0
[pid=31313/tid=31315] ppid=31312 vsize=1472576 CPUtime=1197.24 cores=1,3,5,7
/proc/31313/task/31315/stat : 31315 (priss) R 31312 31312 30862 0 -1 4202560 83210 0 0 0 119634 90 0 0 25 0 5 0 594355404 1507917824 305535 33554432000 4194304 5787044 140736899648080 18446744073709551615 4229536 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31313/tid=31316] ppid=31312 vsize=1472576 CPUtime=1200.66 cores=1,3,5,7
/proc/31313/task/31316/stat : 31316 (priss) R 31312 31312 30862 0 -1 4202560 74388 0 0 0 119971 95 0 0 25 0 5 0 594355405 1507917824 305535 33554432000 4194304 5787044 140736899648080 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31313/tid=31317] ppid=31312 vsize=1472576 CPUtime=1200.49 cores=1,3,5,7
/proc/31313/task/31317/stat : 31317 (priss) R 31312 31312 30862 0 -1 4202560 76855 0 0 0 119971 78 0 0 25 0 5 0 594355406 1507917824 305535 33554432000 4194304 5787044 140736899648080 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31313/tid=31318] ppid=31312 vsize=1472576 CPUtime=1201.68 cores=1,3,5,7
/proc/31313/task/31318/stat : 31318 (priss) R 31312 31312 30862 0 -1 4202560 84798 0 0 0 120071 97 0 0 25 0 5 0 594355407 1507917824 305535 33554432000 4194304 5787044 140736899648080 18446744073709551615 4229303 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 1481276

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1201.8 s]
/proc/loadavg: 8.13 8.13 8.08 9/188 31415
/proc/meminfo: memFree=21939692/32950928 swapFree=67071984/67111528
[pid=31312] ppid=31310 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/31312/stat : 31312 (prissAuto.sh) S 31310 31312 30862 0 -1 4202496 330 0 0 0 0 0 0 0 25 0 1 0 594355399 8908800 251 33554432000 4194304 4922060 140736896069712 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/31312/statm: 2175 251 211 178 0 68 0
[pid=31313] ppid=31312 vsize=1472576 CPUtime=4800.17 cores=1,3,5,7
/proc/31313/stat : 31313 (priss) S 31312 31312 30862 0 -1 4202496 326686 0 0 0 479655 362 0 0 25 0 5 0 594355399 1507917824 305535 33554432000 4194304 5787044 140736899648080 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0
/proc/31313/statm: 368144 305535 417 389 0 363894 0
[pid=31313/tid=31315] ppid=31312 vsize=1472576 CPUtime=1197.24 cores=1,3,5,7
/proc/31313/task/31315/stat : 31315 (priss) R 31312 31312 30862 0 -1 4202560 83210 0 0 0 119634 90 0 0 25 0 5 0 594355404 1507917824 305535 33554432000 4194304 5787044 140736899648080 18446744073709551615 4229536 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=31313/tid=31316] ppid=31312 vsize=1472576 CPUtime=1200.66 cores=1,3,5,7
/proc/31313/task/31316/stat : 31316 (priss) R 31312 31312 30862 0 -1 4202560 74388 0 0 0 119971 95 0 0 25 0 5 0 594355405 1507917824 305535 33554432000 4194304 5787044 140736899648080 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=31313/tid=31317] ppid=31312 vsize=1472576 CPUtime=1200.49 cores=1,3,5,7
/proc/31313/task/31317/stat : 31317 (priss) R 31312 31312 30862 0 -1 4202560 76855 0 0 0 119971 78 0 0 25 0 5 0 594355406 1507917824 305535 33554432000 4194304 5787044 140736899648080 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=31313/tid=31318] ppid=31312 vsize=1472576 CPUtime=1201.68 cores=1,3,5,7
/proc/31313/task/31318/stat : 31318 (priss) R 31312 31312 30862 0 -1 4202560 84798 0 0 0 120071 97 0 0 25 0 5 0 594355407 1507917824 305535 33554432000 4194304 5787044 140736899648080 18446744073709551615 4229303 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.17
Current children cumulated vsize (KiB) 1481276

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31312 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=999
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=0
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 4800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.82
CPU time (s): 4800.17
CPU user time (s): 4796.55
CPU system time (s): 3.62
CPU usage (%): 399.409
Max. virtual memory (cumulated for all children) (KiB): 1481276

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

runsolver used 1.76073 second user time and 4.80627 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-29 03:40:47
IDJOB=3282488
IDBENCH=70817
IDSOLVER=1602
FILE ID=node116/3282488-1304041247
RUNJOBID= node116-1304036428-30881
PBS_JOBID= 13170355
Free space on /tmp= 72504 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT09/APPLICATIONS/bitverif/maxxor/maxxor064.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282488-1304041247/watcher-3282488-1304041247 -o /tmp/evaluation-result-3282488-1304041247/solver-3282488-1304041247 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3282488-1304041247.cnf 488071576 4800 15500 4

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

MD5SUM BENCH= 902b28046d424b16042ca612ddad48e0
RANDOM SEED=488071576

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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.826
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.77
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.826
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.826
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.826
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:     32950928 kB
MemFree:      20792260 kB
Buffers:       1893576 kB
Cached:        6907588 kB
SwapCached:       9732 kB
Active:        7214164 kB
Inactive:      4517796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20792260 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            3900 kB
Writeback:           0 kB
AnonPages:     2923936 kB
Mapped:          14616 kB
Slab:           358488 kB
PageTables:      10968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  3213064 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= 72508 MiB
End job on node116 at 2011-04-29 04:00:51