Trace number 3273577

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.33 1201.72

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n200-s39840374-sat.cnf
MD5SUM085a3847e14185843eddf941accab006
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.756884
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of clauses480
Sum of the clauses size1200
Maximum clause length5
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2400
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 580
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: 29415
0.00/0.00	c setup for 4cores
0.00/0.00	c parsetime: 194us
0.00/0.00	c parsed 480 clauses with 200 variables
0.00/0.00	c NW started thread 0 successfully (1106876736)
0.00/0.00	c NW started thread 1 successfully (1117366592)
0.00/0.00	c NW started thread 2 successfully (1127856448)
0.00/0.00	c NW started thread 3 successfully (1138346304)
0.00/0.34	c preprocessor returned 10045 variables
0.00/0.34	c preprocessing returned UNKNOWN
0.00/0.34	c PP set 0 variables
0.00/0.34	c pp time: 336816us (0s)
0.00/0.34	c preprocessor returned 10045 variables
0.00/0.34	c preprocessing returned UNKNOWN
0.00/0.34	c PP set 0 variables
0.00/0.34	c pp time: 337056us (0s)
0.00/0.34	c preprocessor returned 10045 variables
0.00/0.34	c preprocessing returned UNKNOWN
0.00/0.34	c PP set 0 variables
0.00/0.34	c pp time: 337393us (0s)
13.97/3.51	c preprocessor returned 30187 variables
13.97/3.51	c preprocessing returned UNKNOWN
13.97/3.51	c PP set 0 variables
13.97/3.51	c pp time: 3504595us (3s)

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-3273577-1304054449/watcher-3273577-1304054449 -o /tmp/evaluation-result-3273577-1304054449/solver-3273577-1304054449 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3273577-1304054449.cnf 1930760047 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.87 8.05 8.04 6/182 29414
/proc/meminfo: memFree=24256744/32951124 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29414/stat : 29414 (prissAuto.sh) S 29412 29414 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517042650 8908800 252 33554432000 4194304 4922060 140733526159344 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29414/statm: 2175 252 211 178 0 68 0

[startup+0.344515 s]
/proc/loadavg: 7.87 8.05 8.04 6/182 29414
/proc/meminfo: memFree=24256744/32951124 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29414/stat : 29414 (prissAuto.sh) S 29412 29414 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517042650 8908800 252 33554432000 4194304 4922060 140733526159344 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29414/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.400258 s]
/proc/loadavg: 7.87 8.05 8.04 6/182 29414
/proc/meminfo: memFree=24256744/32951124 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29414/stat : 29414 (prissAuto.sh) S 29412 29414 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517042650 8908800 252 33554432000 4194304 4922060 140733526159344 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29414/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.500239 s]
/proc/loadavg: 7.87 8.05 8.04 6/182 29414
/proc/meminfo: memFree=24256744/32951124 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29414/stat : 29414 (prissAuto.sh) S 29412 29414 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517042650 8908800 252 33554432000 4194304 4922060 140733526159344 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29414/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700203 s]
/proc/loadavg: 7.87 8.05 8.04 6/182 29414
/proc/meminfo: memFree=24256744/32951124 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29414/stat : 29414 (prissAuto.sh) S 29412 29414 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517042650 8908800 252 33554432000 4194304 4922060 140733526159344 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29414/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50106 s]
/proc/loadavg: 7.87 8.05 8.04 9/188 29420
/proc/meminfo: memFree=24230580/32951124 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29414/stat : 29414 (prissAuto.sh) S 29412 29414 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517042650 8908800 252 33554432000 4194304 4922060 140733526159344 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29414/statm: 2175 252 211 178 0 68 0
[pid=29415] ppid=29414 vsize=277180 CPUtime=5.97 cores=1,3,5,7
/proc/29415/stat : 29415 (priss) S 29414 29414 28051 0 -1 4202496 7974 0 0 0 595 2 0 0 25 0 5 0 517042651 283832320 6984 33554432000 4194304 5787044 140734018926064 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29415/statm: 69295 6984 405 389 0 65045 0
[pid=29415/tid=29417] ppid=29414 vsize=277180 CPUtime=1.48 cores=1,3,5,7
/proc/29415/task/29417/stat : 29417 (priss) R 29414 29414 28051 0 -1 4202560 1240 0 0 0 148 0 0 0 20 0 5 0 517042651 283832320 6984 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29415/tid=29418] ppid=29414 vsize=277180 CPUtime=1.48 cores=1,3,5,7
/proc/29415/task/29418/stat : 29418 (priss) R 29414 29414 28051 0 -1 4202560 1663 0 0 0 148 0 0 0 25 0 5 0 517042651 283832320 6984 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591315 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29415/tid=29419] ppid=29414 vsize=277180 CPUtime=1.48 cores=1,3,5,7
/proc/29415/task/29419/stat : 29419 (priss) R 29414 29414 28051 0 -1 4202560 1654 0 0 0 148 0 0 0 20 0 5 0 517042651 283832320 6984 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591596 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29415/tid=29420] ppid=29414 vsize=277180 CPUtime=1.48 cores=1,3,5,7
/proc/29415/task/29420/stat : 29420 (priss) R 29414 29414 28051 0 -1 4202560 1921 0 0 0 148 0 0 0 25 0 5 0 517042651 283832320 6984 33554432000 4194304 5787044 140734018926064 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 285880

[startup+3.10077 s]
/proc/loadavg: 7.87 8.05 8.04 9/188 29420
/proc/meminfo: memFree=24227636/32951124 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29414/stat : 29414 (prissAuto.sh) S 29412 29414 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517042650 8908800 252 33554432000 4194304 4922060 140733526159344 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29414/statm: 2175 252 211 178 0 68 0
[pid=29415] ppid=29414 vsize=278236 CPUtime=12.35 cores=1,3,5,7
/proc/29415/stat : 29415 (priss) S 29414 29414 28051 0 -1 4202496 8789 0 0 0 1233 2 0 0 25 0 5 0 517042651 284913664 7799 33554432000 4194304 5787044 140734018926064 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29415/statm: 69559 7799 405 389 0 65309 0
[pid=29415/tid=29417] ppid=29414 vsize=278236 CPUtime=3.08 cores=1,3,5,7
/proc/29415/task/29417/stat : 29417 (priss) R 29414 29414 28051 0 -1 4202560 1520 0 0 0 308 0 0 0 25 0 5 0 517042651 284913664 7799 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29415/tid=29418] ppid=29414 vsize=278236 CPUtime=3.08 cores=1,3,5,7
/proc/29415/task/29418/stat : 29418 (priss) R 29414 29414 28051 0 -1 4202560 1933 0 0 0 308 0 0 0 25 0 5 0 517042651 284913664 7799 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591716 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29415/tid=29419] ppid=29414 vsize=278236 CPUtime=3.07 cores=1,3,5,7
/proc/29415/task/29419/stat : 29419 (priss) R 29414 29414 28051 0 -1 4202560 1919 0 0 0 307 0 0 0 25 0 5 0 517042651 284913664 7799 33554432000 4194304 5787044 140734018926064 18446744073709551615 212687342627 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29415/tid=29420] ppid=29414 vsize=278236 CPUtime=3.08 cores=1,3,5,7
/proc/29415/task/29420/stat : 29420 (priss) R 29414 29414 28051 0 -1 4202560 1921 0 0 0 308 0 0 0 25 0 5 0 517042651 284913664 7799 33554432000 4194304 5787044 140734018926064 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 12.35
Current children cumulated vsize (KiB) 286936

[startup+6.30119 s]
/proc/loadavg: 7.88 8.05 8.04 9/188 29420
/proc/meminfo: memFree=24217560/32951124 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29414/stat : 29414 (prissAuto.sh) S 29412 29414 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517042650 8908800 252 33554432000 4194304 4922060 140733526159344 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29414/statm: 2175 252 211 178 0 68 0
[pid=29415] ppid=29414 vsize=282532 CPUtime=25.14 cores=1,3,5,7
/proc/29415/stat : 29415 (priss) S 29414 29414 28051 0 -1 4202496 11907 0 0 0 2511 3 0 0 25 0 5 0 517042651 289312768 10209 33554432000 4194304 5787044 140734018926064 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29415/statm: 70633 10209 418 389 0 66383 0
[pid=29415/tid=29417] ppid=29414 vsize=282532 CPUtime=6.28 cores=1,3,5,7
/proc/29415/task/29417/stat : 29417 (priss) R 29414 29414 28051 0 -1 4202560 1801 0 0 0 628 0 0 0 25 0 5 0 517042651 289312768 10209 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29415/tid=29418] ppid=29414 vsize=282532 CPUtime=6.28 cores=1,3,5,7
/proc/29415/task/29418/stat : 29418 (priss) R 29414 29414 28051 0 -1 4202560 2493 0 0 0 628 0 0 0 25 0 5 0 517042651 289312768 10209 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591776 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29415/tid=29419] ppid=29414 vsize=282532 CPUtime=6.25 cores=1,3,5,7
/proc/29415/task/29419/stat : 29419 (priss) R 29414 29414 28051 0 -1 4202560 2178 0 0 0 625 0 0 0 25 0 5 0 517042651 289312768 10209 33554432000 4194304 5787044 140734018926064 18446744073709551615 4254537 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29415/tid=29420] ppid=29414 vsize=282532 CPUtime=6.28 cores=1,3,5,7
/proc/29415/task/29420/stat : 29420 (priss) R 29414 29414 28051 0 -1 4202560 3939 0 0 0 628 0 0 0 25 0 5 0 517042651 289312768 10209 33554432000 4194304 5787044 140734018926064 18446744073709551615 5527407 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 291232

[startup+12.701 s]
/proc/loadavg: 7.89 8.05 8.04 9/188 29420
/proc/meminfo: memFree=24201568/32951124 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29414/stat : 29414 (prissAuto.sh) S 29412 29414 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517042650 8908800 252 33554432000 4194304 4922060 140733526159344 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29414/statm: 2175 252 211 178 0 68 0
[pid=29415] ppid=29414 vsize=288660 CPUtime=50.69 cores=1,3,5,7
/proc/29415/stat : 29415 (priss) S 29414 29414 28051 0 -1 4202496 14946 0 0 0 5064 5 0 0 25 0 5 0 517042651 295587840 13248 33554432000 4194304 5787044 140734018926064 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29415/statm: 72165 13248 418 389 0 67915 0
[pid=29415/tid=29417] ppid=29414 vsize=288660 CPUtime=12.69 cores=1,3,5,7
/proc/29415/task/29417/stat : 29417 (priss) R 29414 29414 28051 0 -1 4202560 3328 0 0 0 1268 1 0 0 25 0 5 0 517042651 295587840 13248 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591552 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29415/tid=29418] ppid=29414 vsize=288660 CPUtime=12.68 cores=1,3,5,7
/proc/29415/task/29418/stat : 29418 (priss) R 29414 29414 28051 0 -1 4202560 3043 0 0 0 1267 1 0 0 25 0 5 0 517042651 295587840 13248 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591764 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29415/tid=29419] ppid=29414 vsize=288660 CPUtime=12.62 cores=1,3,5,7
/proc/29415/task/29419/stat : 29419 (priss) R 29414 29414 28051 0 -1 4202560 2668 0 0 0 1261 1 0 0 25 0 5 0 517042651 295587840 13248 33554432000 4194304 5787044 140734018926064 18446744073709551615 4218754 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29415/tid=29420] ppid=29414 vsize=288660 CPUtime=12.68 cores=1,3,5,7
/proc/29415/task/29420/stat : 29420 (priss) R 29414 29414 28051 0 -1 4202560 4411 0 0 0 1267 1 0 0 25 0 5 0 517042651 295587840 13248 33554432000 4194304 5787044 140734018926064 18446744073709551615 5527395 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 50.69
Current children cumulated vsize (KiB) 297360

[startup+25.5007 s]
/proc/loadavg: 7.98 8.06 8.04 9/188 29421
/proc/meminfo: memFree=24189284/32951124 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29414/stat : 29414 (prissAuto.sh) S 29412 29414 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517042650 8908800 252 33554432000 4194304 4922060 140733526159344 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29414/statm: 2175 252 211 178 0 68 0
[pid=29415] ppid=29414 vsize=291064 CPUtime=101.85 cores=1,3,5,7
/proc/29415/stat : 29415 (priss) S 29414 29414 28051 0 -1 4202496 16692 0 0 0 10177 8 0 0 25 0 5 0 517042651 298049536 14994 33554432000 4194304 5787044 140734018926064 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29415/statm: 72766 14994 418 389 0 68516 0
[pid=29415/tid=29417] ppid=29414 vsize=291064 CPUtime=25.49 cores=1,3,5,7
/proc/29415/task/29417/stat : 29417 (priss) R 29414 29414 28051 0 -1 4202560 3831 0 0 0 2547 2 0 0 25 0 5 0 517042651 298049536 14994 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591780 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29415/tid=29418] ppid=29414 vsize=291064 CPUtime=25.49 cores=1,3,5,7
/proc/29415/task/29418/stat : 29418 (priss) R 29414 29414 28051 0 -1 4202560 3283 0 0 0 2547 2 0 0 25 0 5 0 517042651 298049536 14994 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591233 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29415/tid=29419] ppid=29414 vsize=291064 CPUtime=25.35 cores=1,3,5,7
/proc/29415/task/29419/stat : 29419 (priss) R 29414 29414 28051 0 -1 4202560 2871 0 0 0 2534 1 0 0 25 0 5 0 517042651 298049536 14994 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29415/tid=29420] ppid=29414 vsize=291064 CPUtime=25.49 cores=1,3,5,7
/proc/29415/task/29420/stat : 29420 (priss) R 29414 29414 28051 0 -1 4202560 5211 0 0 0 2547 2 0 0 25 0 5 0 517042651 298049536 14994 33554432000 4194304 5787044 140734018926064 18446744073709551615 5527696 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 101.85
Current children cumulated vsize (KiB) 299764

[startup+51.1011 s]
/proc/loadavg: 8.07 8.07 8.05 9/188 29421
/proc/meminfo: memFree=24164328/32951124 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29414/stat : 29414 (prissAuto.sh) S 29412 29414 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517042650 8908800 252 33554432000 4194304 4922060 140733526159344 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29414/statm: 2175 252 211 178 0 68 0
[pid=29415] ppid=29414 vsize=298524 CPUtime=204.08 cores=1,3,5,7
/proc/29415/stat : 29415 (priss) S 29414 29414 28051 0 -1 4202496 21256 0 0 0 20395 13 0 0 25 0 5 0 517042651 305688576 19557 33554432000 4194304 5787044 140734018926064 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29415/statm: 74631 19557 418 389 0 70381 0
[pid=29415/tid=29417] ppid=29414 vsize=298524 CPUtime=51.09 cores=1,3,5,7
/proc/29415/task/29417/stat : 29417 (priss) R 29414 29414 28051 0 -1 4202560 4565 0 0 0 5106 3 0 0 25 0 5 0 517042651 305688576 19557 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29415/tid=29418] ppid=29414 vsize=298524 CPUtime=51.08 cores=1,3,5,7
/proc/29415/task/29418/stat : 29418 (priss) R 29414 29414 28051 0 -1 4202560 4420 0 0 0 5105 3 0 0 25 0 5 0 517042651 305688576 19557 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591708 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29415/tid=29419] ppid=29414 vsize=298524 CPUtime=50.8 cores=1,3,5,7
/proc/29415/task/29419/stat : 29419 (priss) R 29414 29414 28051 0 -1 4202560 3794 0 0 0 5077 3 0 0 25 0 5 0 517042651 305688576 19557 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29415/tid=29420] ppid=29414 vsize=298524 CPUtime=51.08 cores=1,3,5,7
/proc/29415/task/29420/stat : 29420 (priss) R 29414 29414 28051 0 -1 4202560 6981 0 0 0 5105 3 0 0 25 0 5 0 517042651 305688576 19557 33554432000 4194304 5787044 140734018926064 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 204.08
Current children cumulated vsize (KiB) 307224

[startup+102.301 s]
/proc/loadavg: 8.08 8.07 8.05 9/188 29423
/proc/meminfo: memFree=24142712/32951124 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29414/stat : 29414 (prissAuto.sh) S 29412 29414 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517042650 8908800 252 33554432000 4194304 4922060 140733526159344 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29414/statm: 2175 252 211 178 0 68 0
[pid=29415] ppid=29414 vsize=306280 CPUtime=408.61 cores=1,3,5,7
/proc/29415/stat : 29415 (priss) S 29414 29414 28051 0 -1 4202496 26427 0 0 0 40838 23 0 0 25 0 5 0 517042651 313630720 24725 33554432000 4194304 5787044 140734018926064 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29415/statm: 76570 24725 418 389 0 72320 0
[pid=29415/tid=29417] ppid=29414 vsize=306280 CPUtime=102.28 cores=1,3,5,7
/proc/29415/task/29417/stat : 29417 (priss) R 29414 29414 28051 0 -1 4202560 6045 0 0 0 10222 6 0 0 25 0 5 0 517042651 313630720 24725 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29415/tid=29418] ppid=29414 vsize=306280 CPUtime=102.28 cores=1,3,5,7
/proc/29415/task/29418/stat : 29418 (priss) R 29414 29414 28051 0 -1 4202560 5234 0 0 0 10223 5 0 0 25 0 5 0 517042651 313630720 24725 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29415/tid=29419] ppid=29414 vsize=306280 CPUtime=101.73 cores=1,3,5,7
/proc/29415/task/29419/stat : 29419 (priss) R 29414 29414 28051 0 -1 4202560 5900 0 0 0 10167 6 0 0 25 0 5 0 517042651 313630720 24725 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591268 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29415/tid=29420] ppid=29414 vsize=306280 CPUtime=102.28 cores=1,3,5,7

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

/proc/29415/task/29418/stat : 29418 (priss) R 29414 29414 28051 0 -1 4202560 13027 0 0 0 82217 13 0 0 25 0 5 0 517042651 368283648 58051 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591328 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29415/tid=29419] ppid=29414 vsize=359652 CPUtime=817.82 cores=1,3,5,7
/proc/29415/task/29419/stat : 29419 (priss) R 29414 29414 28051 0 -1 4202560 13349 0 0 0 81766 16 0 0 25 0 5 0 517042651 368283648 58051 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29415/tid=29420] ppid=29414 vsize=359652 CPUtime=822.3 cores=1,3,5,7
/proc/29415/task/29420/stat : 29420 (priss) R 29414 29414 28051 0 -1 4202560 15250 0 0 0 82215 15 0 0 25 0 5 0 517042651 368283648 58051 33554432000 4194304 5787044 140734018926064 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3284.74
Current children cumulated vsize (KiB) 368352

[startup+882.301 s]
/proc/loadavg: 8.06 8.08 8.08 9/188 29444
/proc/meminfo: memFree=23870752/32951124 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29414/stat : 29414 (prissAuto.sh) S 29412 29414 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517042650 8908800 252 33554432000 4194304 4922060 140733526159344 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29414/statm: 2175 252 211 178 0 68 0
[pid=29415] ppid=29414 vsize=359652 CPUtime=3524.42 cores=1,3,5,7
/proc/29415/stat : 29415 (priss) S 29414 29414 28051 0 -1 4202496 61152 0 0 0 352379 63 0 0 25 0 5 0 517042651 368283648 58816 33554432000 4194304 5787044 140734018926064 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29415/statm: 89913 58816 418 389 0 85663 0
[pid=29415/tid=29417] ppid=29414 vsize=359652 CPUtime=882.3 cores=1,3,5,7
/proc/29415/task/29417/stat : 29417 (priss) R 29414 29414 28051 0 -1 4202560 17274 0 0 0 88212 18 0 0 25 0 5 0 517042651 368283648 58816 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591607 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29415/tid=29418] ppid=29414 vsize=359652 CPUtime=882.29 cores=1,3,5,7
/proc/29415/task/29418/stat : 29418 (priss) R 29414 29414 28051 0 -1 4202560 13027 0 0 0 88216 13 0 0 25 0 5 0 517042651 368283648 58816 33554432000 4194304 5787044 140734018926064 18446744073709551615 5592004 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29415/tid=29419] ppid=29414 vsize=359652 CPUtime=877.49 cores=1,3,5,7
/proc/29415/task/29419/stat : 29419 (priss) R 29414 29414 28051 0 -1 4202560 13823 0 0 0 87733 16 0 0 25 0 5 0 517042651 368283648 58816 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29415/tid=29420] ppid=29414 vsize=359652 CPUtime=882.3 cores=1,3,5,7
/proc/29415/task/29420/stat : 29420 (priss) R 29414 29414 28051 0 -1 4202560 15532 0 0 0 88215 15 0 0 25 0 5 0 517042651 368283648 58816 33554432000 4194304 5787044 140734018926064 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3524.42
Current children cumulated vsize (KiB) 368352

[startup+942.301 s]
/proc/loadavg: 8.06 8.08 8.08 9/188 29445
/proc/meminfo: memFree=23866980/32951124 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29414/stat : 29414 (prissAuto.sh) S 29412 29414 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517042650 8908800 252 33554432000 4194304 4922060 140733526159344 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29414/statm: 2175 252 211 178 0 68 0
[pid=29415] ppid=29414 vsize=359652 CPUtime=3764.1 cores=1,3,5,7
/proc/29415/stat : 29415 (priss) S 29414 29414 28051 0 -1 4202496 61478 0 0 0 376346 64 0 0 25 0 5 0 517042651 368283648 59045 33554432000 4194304 5787044 140734018926064 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29415/statm: 89913 59045 418 389 0 85663 0
[pid=29415/tid=29417] ppid=29414 vsize=359652 CPUtime=942.3 cores=1,3,5,7
/proc/29415/task/29417/stat : 29417 (priss) R 29414 29414 28051 0 -1 4202560 17278 0 0 0 94212 18 0 0 25 0 5 0 517042651 368283648 59045 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29415/tid=29418] ppid=29414 vsize=359652 CPUtime=942.3 cores=1,3,5,7
/proc/29415/task/29418/stat : 29418 (priss) R 29414 29414 28051 0 -1 4202560 13035 0 0 0 94217 13 0 0 25 0 5 0 517042651 368283648 59045 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29415/tid=29419] ppid=29414 vsize=359652 CPUtime=937.17 cores=1,3,5,7
/proc/29415/task/29419/stat : 29419 (priss) R 29414 29414 28051 0 -1 4202560 14137 0 0 0 93701 16 0 0 25 0 5 0 517042651 368283648 59045 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29415/tid=29420] ppid=29414 vsize=359652 CPUtime=942.3 cores=1,3,5,7
/proc/29415/task/29420/stat : 29420 (priss) R 29414 29414 28051 0 -1 4202560 15532 0 0 0 94215 15 0 0 25 0 5 0 517042651 368283648 59045 33554432000 4194304 5787044 140734018926064 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3764.1
Current children cumulated vsize (KiB) 368352

[startup+1002.3 s]
/proc/loadavg: 8.02 8.06 8.07 9/188 29480
/proc/meminfo: memFree=24143988/32951124 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29414/stat : 29414 (prissAuto.sh) S 29412 29414 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517042650 8908800 252 33554432000 4194304 4922060 140733526159344 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29414/statm: 2175 252 211 178 0 68 0
[pid=29415] ppid=29414 vsize=359652 CPUtime=4003.8 cores=1,3,5,7
/proc/29415/stat : 29415 (priss) S 29414 29414 28051 0 -1 4202496 61581 0 0 0 400316 64 0 0 25 0 5 0 517042651 368283648 59148 33554432000 4194304 5787044 140734018926064 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29415/statm: 89913 59148 418 389 0 85663 0
[pid=29415/tid=29417] ppid=29414 vsize=359652 CPUtime=1002.31 cores=1,3,5,7
/proc/29415/task/29417/stat : 29417 (priss) R 29414 29414 28051 0 -1 4202560 17364 0 0 0 100213 18 0 0 25 0 5 0 517042651 368283648 59148 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29415/tid=29418] ppid=29414 vsize=359652 CPUtime=1002.3 cores=1,3,5,7
/proc/29415/task/29418/stat : 29418 (priss) R 29414 29414 28051 0 -1 4202560 13048 0 0 0 100217 13 0 0 25 0 5 0 517042651 368283648 59148 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591547 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29415/tid=29419] ppid=29414 vsize=359652 CPUtime=996.84 cores=1,3,5,7
/proc/29415/task/29419/stat : 29419 (priss) R 29414 29414 28051 0 -1 4202560 14137 0 0 0 99668 16 0 0 25 0 5 0 517042651 368283648 59148 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591197 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29415/tid=29420] ppid=29414 vsize=359652 CPUtime=1002.31 cores=1,3,5,7
/proc/29415/task/29420/stat : 29420 (priss) R 29414 29414 28051 0 -1 4202560 15536 0 0 0 100216 15 0 0 25 0 5 0 517042651 368283648 59148 33554432000 4194304 5787044 140734018926064 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4003.8
Current children cumulated vsize (KiB) 368352

[startup+1062.3 s]
/proc/loadavg: 8.07 8.06 8.07 9/188 29481
/proc/meminfo: memFree=24080548/32951124 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29414/stat : 29414 (prissAuto.sh) S 29412 29414 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517042650 8908800 252 33554432000 4194304 4922060 140733526159344 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29414/statm: 2175 252 211 178 0 68 0
[pid=29415] ppid=29414 vsize=359844 CPUtime=4243.45 cores=1,3,5,7
/proc/29415/stat : 29415 (priss) S 29414 29414 28051 0 -1 4202496 61738 0 0 0 424281 64 0 0 25 0 5 0 517042651 368480256 59305 33554432000 4194304 5787044 140734018926064 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29415/statm: 89961 59305 418 389 0 85711 0
[pid=29415/tid=29417] ppid=29414 vsize=359844 CPUtime=1062.31 cores=1,3,5,7
/proc/29415/task/29417/stat : 29417 (priss) R 29414 29414 28051 0 -1 4202560 17450 0 0 0 106213 18 0 0 25 0 5 0 517042651 368480256 59305 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29415/tid=29418] ppid=29414 vsize=359844 CPUtime=1062.31 cores=1,3,5,7
/proc/29415/task/29418/stat : 29418 (priss) R 29414 29414 28051 0 -1 4202560 13105 0 0 0 106217 14 0 0 25 0 5 0 517042651 368480256 59305 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29415/tid=29419] ppid=29414 vsize=359844 CPUtime=1056.51 cores=1,3,5,7
/proc/29415/task/29419/stat : 29419 (priss) R 29414 29414 28051 0 -1 4202560 14137 0 0 0 105635 16 0 0 25 0 5 0 517042651 368480256 59305 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29415/tid=29420] ppid=29414 vsize=359844 CPUtime=1062.3 cores=1,3,5,7
/proc/29415/task/29420/stat : 29420 (priss) R 29414 29414 28051 0 -1 4202560 15550 0 0 0 106215 15 0 0 25 0 5 0 517042651 368480256 59305 33554432000 4194304 5787044 140734018926064 18446744073709551615 5527568 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4243.45
Current children cumulated vsize (KiB) 368544

[startup+1122.31 s]
/proc/loadavg: 8.08 8.06 8.07 9/188 29483
/proc/meminfo: memFree=24043664/32951124 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29414/stat : 29414 (prissAuto.sh) S 29412 29414 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517042650 8908800 252 33554432000 4194304 4922060 140733526159344 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29414/statm: 2175 252 211 178 0 68 0
[pid=29415] ppid=29414 vsize=360612 CPUtime=4483.15 cores=1,3,5,7
/proc/29415/stat : 29415 (priss) S 29414 29414 28051 0 -1 4202496 62659 0 0 0 448250 65 0 0 25 0 5 0 517042651 369266688 60226 33554432000 4194304 5787044 140734018926064 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29415/statm: 90153 60226 418 389 0 85903 0
[pid=29415/tid=29417] ppid=29414 vsize=360612 CPUtime=1122.31 cores=1,3,5,7
/proc/29415/task/29417/stat : 29417 (priss) R 29414 29414 28051 0 -1 4202560 17636 0 0 0 112213 18 0 0 25 0 5 0 517042651 369266688 60226 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29415/tid=29418] ppid=29414 vsize=360612 CPUtime=1122.31 cores=1,3,5,7
/proc/29415/task/29418/stat : 29418 (priss) R 29414 29414 28051 0 -1 4202560 13297 0 0 0 112217 14 0 0 25 0 5 0 517042651 369266688 60226 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29415/tid=29419] ppid=29414 vsize=360612 CPUtime=1116.19 cores=1,3,5,7
/proc/29415/task/29419/stat : 29419 (priss) R 29414 29414 28051 0 -1 4202560 14139 0 0 0 111603 16 0 0 25 0 5 0 517042651 369266688 60226 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29415/tid=29420] ppid=29414 vsize=360612 CPUtime=1122.31 cores=1,3,5,7
/proc/29415/task/29420/stat : 29420 (priss) R 29414 29414 28051 0 -1 4202560 16091 0 0 0 112215 16 0 0 25 0 5 0 517042651 369266688 60226 33554432000 4194304 5787044 140734018926064 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4483.15
Current children cumulated vsize (KiB) 369312

[startup+1182.3 s]
/proc/loadavg: 8.03 8.05 8.07 9/188 29485
/proc/meminfo: memFree=24000712/32951124 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29414/stat : 29414 (prissAuto.sh) S 29412 29414 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517042650 8908800 252 33554432000 4194304 4922060 140733526159344 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29414/statm: 2175 252 211 178 0 68 0
[pid=29415] ppid=29414 vsize=367420 CPUtime=4722.81 cores=1,3,5,7
/proc/29415/stat : 29415 (priss) S 29414 29414 28051 0 -1 4202496 65514 0 0 0 472213 68 0 0 25 0 5 0 517042651 376238080 63081 33554432000 4194304 5787044 140734018926064 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29415/statm: 91855 63081 418 389 0 87605 0
[pid=29415/tid=29417] ppid=29414 vsize=367420 CPUtime=1182.3 cores=1,3,5,7
/proc/29415/task/29417/stat : 29417 (priss) R 29414 29414 28051 0 -1 4202560 17869 0 0 0 118212 18 0 0 25 0 5 0 517042651 376238080 63081 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29415/tid=29418] ppid=29414 vsize=367420 CPUtime=1182.31 cores=1,3,5,7
/proc/29415/task/29418/stat : 29418 (priss) R 29414 29414 28051 0 -1 4202560 13929 0 0 0 118217 14 0 0 25 0 5 0 517042651 376238080 63081 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29415/tid=29419] ppid=29414 vsize=367420 CPUtime=1175.86 cores=1,3,5,7
/proc/29415/task/29419/stat : 29419 (priss) R 29414 29414 28051 0 -1 4202560 14306 0 0 0 117570 16 0 0 25 0 5 0 517042651 376238080 63081 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29415/tid=29420] ppid=29414 vsize=367420 CPUtime=1182.3 cores=1,3,5,7
/proc/29415/task/29420/stat : 29420 (priss) R 29414 29414 28051 0 -1 4202560 17914 0 0 0 118212 18 0 0 25 0 5 0 517042651 376238080 63081 33554432000 4194304 5787044 140734018926064 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4722.81
Current children cumulated vsize (KiB) 376120



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.7 s]
/proc/loadavg: 8.09 8.06 8.07 10/188 29485
/proc/meminfo: memFree=23984684/32951124 swapFree=67111524/67111528
[pid=29414] ppid=29412 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/29414/stat : 29414 (prissAuto.sh) S 29412 29414 28051 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 517042650 8908800 252 33554432000 4194304 4922060 140733526159344 18446744073709551615 212687494277 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29414/statm: 2175 252 211 178 0 68 0
[pid=29415] ppid=29414 vsize=368256 CPUtime=4800.33 cores=1,3,5,7
/proc/29415/stat : 29415 (priss) S 29414 29414 28051 0 -1 4202496 66275 0 0 0 479963 70 0 0 25 0 5 0 517042651 377094144 63842 33554432000 4194304 5787044 140734018926064 18446744073709551615 212699498929 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/29415/statm: 92064 63842 418 389 0 87814 0
[pid=29415/tid=29417] ppid=29414 vsize=368256 CPUtime=1201.71 cores=1,3,5,7
/proc/29415/task/29417/stat : 29417 (priss) R 29414 29414 28051 0 -1 4202560 17956 0 0 0 120153 18 0 0 25 0 5 0 517042651 377094144 63842 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=29415/tid=29418] ppid=29414 vsize=368256 CPUtime=1201.71 cores=1,3,5,7
/proc/29415/task/29418/stat : 29418 (priss) R 29414 29414 28051 0 -1 4202560 14126 0 0 0 120157 14 0 0 25 0 5 0 517042651 377094144 63842 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 1 0 0 0
[pid=29415/tid=29419] ppid=29414 vsize=368256 CPUtime=1195.15 cores=1,3,5,7
/proc/29415/task/29419/stat : 29419 (priss) R 29414 29414 28051 0 -1 4202560 14489 0 0 0 119499 16 0 0 25 0 5 0 517042651 377094144 63842 33554432000 4194304 5787044 140734018926064 18446744073709551615 5591056 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=29415/tid=29420] ppid=29414 vsize=368256 CPUtime=1201.71 cores=1,3,5,7
/proc/29415/task/29420/stat : 29420 (priss) R 29414 29414 28051 0 -1 4202560 18208 0 0 0 120152 19 0 0 25 0 5 0 517042651 377094144 63842 33554432000 4194304 5787044 140734018926064 18446744073709551615 5527491 0 0 4096 0 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4800.33
Current children cumulated vsize (KiB) 376956

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

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1201.72
CPU time (s): 4800.33
CPU user time (s): 4799.63
CPU system time (s): 0.7
CPU usage (%): 399.455
Max. virtual memory (cumulated for all children) (KiB): 376956

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

runsolver used 1.46178 second user time and 5.10122 second system time

The end

Launcher Data

Begin job on node139 at 2011-04-29 07:20:49
IDJOB=3273577
IDBENCH=83142
IDSOLVER=1602
FILE ID=node139/3273577-1304054449
RUNJOBID= node139-1304045238-28070
PBS_JOBID= 13170397
Free space on /tmp= 72552 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n200-s39840374-sat.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3273577-1304054449/watcher-3273577-1304054449 -o /tmp/evaluation-result-3273577-1304054449/solver-3273577-1304054449 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3273577-1304054449.cnf 1930760047 4800 15500 4

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

MD5SUM BENCH= 085a3847e14185843eddf941accab006
RANDOM SEED=1930760047

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:      24256892 kB
Buffers:       2030500 kB
Cached:        5895380 kB
SwapCached:          4 kB
Active:        1055796 kB
Inactive:      7121400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24256892 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            1592 kB
Writeback:           0 kB
AnonPages:      252036 kB
Mapped:          15632 kB
Slab:           452716 kB
PageTables:       5224 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   445968 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= 72552 MiB
End job on node139 at 2011-04-29 07:40:53