Trace number 3251645

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.03 1201.92

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m52-q918.75-n50-p15-s98191766.cnf
MD5SUM71638ad618721ad48c6bd2d48b828020
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.2785
Satisfiable
(Un)Satisfiability was proved
Number of variables2377
Number of clauses566749
Sum of the clauses size1135775
Maximum clause length52
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2566699
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 550

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: 978
0.00/0.00	c setup for 4cores
0.00/0.13	c parsetime: 125208us
0.00/0.13	c parsed 566749 clauses with 2377 variables
0.00/0.16	c NW started thread 0 successfully (1094408512)
0.00/0.20	c NW started thread 1 successfully (1107110208)
0.00/0.26	c NW started thread 2 successfully (1117600064)
0.00/0.33	c NW started thread 3 successfully (1128089920)
205.07/51.63	c preprocessor returned 10008 variables
205.07/51.63	c preprocessing returned UNKNOWN
205.07/51.63	c PP set 0 variables
205.07/51.63	c pp time: 51427610us (51s)
205.88/51.86	c preprocessor returned 10008 variables
205.88/51.86	c preprocessing returned UNKNOWN
205.88/51.86	c PP set 0 variables
205.88/51.86	c pp time: 51601330us (51s)
207.06/52.11	c preprocessor returned 10008 variables
207.06/52.11	c preprocessing returned UNKNOWN
207.06/52.11	c PP set 0 variables
207.06/52.11	c pp time: 51951044us (51s)
252.20/63.45	c preprocessor returned 30023 variables
252.20/63.45	c preprocessing returned UNKNOWN
252.20/63.45	c PP set 0 variables
252.20/63.45	c pp time: 63118732us (63s)

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-3251645-1304085767/watcher-3251645-1304085767 -o /tmp/evaluation-result-3251645-1304085767/solver-3251645-1304085767 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3251645-1304085767.cnf 873019544 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.83 8.07 8.07 5/182 977
/proc/meminfo: memFree=29643580/32951124 swapFree=67105204/67111528
[pid=977] ppid=974 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/977/stat : 977 (prissAuto.sh) S 974 977 32751 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500992666 8908800 252 33554432000 4194304 4922060 140737285885184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/977/statm: 2175 252 211 178 0 68 0

[startup+0.0451411 s]
/proc/loadavg: 7.83 8.07 8.07 5/182 977
/proc/meminfo: memFree=29643580/32951124 swapFree=67105204/67111528
[pid=977] ppid=974 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/977/stat : 977 (prissAuto.sh) S 974 977 32751 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500992666 8908800 252 33554432000 4194304 4922060 140737285885184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/977/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101132 s]
/proc/loadavg: 7.83 8.07 8.07 5/182 977
/proc/meminfo: memFree=29643580/32951124 swapFree=67105204/67111528
[pid=977] ppid=974 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/977/stat : 977 (prissAuto.sh) S 974 977 32751 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500992666 8908800 252 33554432000 4194304 4922060 140737285885184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/977/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.301116 s]
/proc/loadavg: 7.83 8.07 8.07 5/182 977
/proc/meminfo: memFree=29643580/32951124 swapFree=67105204/67111528
[pid=977] ppid=974 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/977/stat : 977 (prissAuto.sh) S 974 977 32751 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500992666 8908800 252 33554432000 4194304 4922060 140737285885184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/977/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.825973 s]
/proc/loadavg: 7.83 8.07 8.07 5/182 977
/proc/meminfo: memFree=29643580/32951124 swapFree=67105204/67111528
[pid=977] ppid=974 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/977/stat : 977 (prissAuto.sh) S 974 977 32751 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500992666 8908800 252 33554432000 4194304 4922060 140737285885184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/977/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50084 s]
/proc/loadavg: 7.83 8.07 8.07 9/188 983
/proc/meminfo: memFree=29486492/32951124 swapFree=67105204/67111528
[pid=977] ppid=974 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/977/stat : 977 (prissAuto.sh) S 974 977 32751 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500992666 8908800 252 33554432000 4194304 4922060 140737285885184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/977/statm: 2175 252 211 178 0 68 0
[pid=978] ppid=977 vsize=382444 CPUtime=4.94 cores=1,3,5,7
/proc/978/stat : 978 (priss) S 977 977 32751 0 -1 4202496 93072 0 0 0 468 26 0 0 18 0 5 0 500992666 391622656 39272 33554432000 4194304 5787044 140736014062928 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/978/statm: 95611 39272 349 389 0 91361 0
[pid=978/tid=980] ppid=977 vsize=382444 CPUtime=1.23 cores=1,3,5,7
/proc/978/task/980/stat : 980 (priss) R 977 977 32751 0 -1 4202560 17445 0 0 0 116 7 0 0 19 0 5 0 500992682 391622656 39272 33554432000 4194304 5787044 140736014062928 18446744073709551615 4336744 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=978/tid=981] ppid=977 vsize=382444 CPUtime=1.13 cores=1,3,5,7
/proc/978/task/981/stat : 981 (priss) R 977 977 32751 0 -1 4202560 16263 0 0 0 108 5 0 0 17 0 5 0 500992687 391622656 39272 33554432000 4194304 5787044 140736014062928 18446744073709551615 4336781 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=978/tid=982] ppid=977 vsize=382444 CPUtime=1.16 cores=1,3,5,7
/proc/978/task/982/stat : 982 (priss) R 977 977 32751 0 -1 4202560 15186 0 0 0 114 2 0 0 19 0 5 0 500992692 391622656 39272 33554432000 4194304 5787044 140736014062928 18446744073709551615 4336171 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=978/tid=983] ppid=977 vsize=382444 CPUtime=1.08 cores=1,3,5,7
/proc/978/task/983/stat : 983 (priss) R 977 977 32751 0 -1 4202560 17411 0 0 0 103 5 0 0 19 0 5 0 500992699 391622656 39272 33554432000 4194304 5787044 140736014062928 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4.94
Current children cumulated vsize (KiB) 391144

[startup+3.10055 s]
/proc/loadavg: 7.83 8.07 8.07 9/188 983
/proc/meminfo: memFree=29486128/32951124 swapFree=67105204/67111528
[pid=977] ppid=974 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/977/stat : 977 (prissAuto.sh) S 974 977 32751 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500992666 8908800 252 33554432000 4194304 4922060 140737285885184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/977/statm: 2175 252 211 178 0 68 0
[pid=978] ppid=977 vsize=382444 CPUtime=11.33 cores=1,3,5,7
/proc/978/stat : 978 (priss) S 977 977 32751 0 -1 4202496 93072 0 0 0 1107 26 0 0 18 0 5 0 500992666 391622656 39272 33554432000 4194304 5787044 140736014062928 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/978/statm: 95611 39272 349 389 0 91361 0
[pid=978/tid=980] ppid=977 vsize=382444 CPUtime=2.83 cores=1,3,5,7
/proc/978/task/980/stat : 980 (priss) R 977 977 32751 0 -1 4202560 17445 0 0 0 276 7 0 0 22 0 5 0 500992682 391622656 39272 33554432000 4194304 5787044 140736014062928 18446744073709551615 18446744073699065939 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=978/tid=981] ppid=977 vsize=382444 CPUtime=2.73 cores=1,3,5,7
/proc/978/task/981/stat : 981 (priss) R 977 977 32751 0 -1 4202560 16263 0 0 0 268 5 0 0 20 0 5 0 500992687 391622656 39272 33554432000 4194304 5787044 140736014062928 18446744073709551615 4336173 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=978/tid=982] ppid=977 vsize=382444 CPUtime=2.76 cores=1,3,5,7
/proc/978/task/982/stat : 982 (priss) R 977 977 32751 0 -1 4202560 15186 0 0 0 274 2 0 0 22 0 5 0 500992692 391622656 39272 33554432000 4194304 5787044 140736014062928 18446744073709551615 4336759 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=978/tid=983] ppid=977 vsize=382444 CPUtime=2.68 cores=1,3,5,7
/proc/978/task/983/stat : 983 (priss) R 977 977 32751 0 -1 4202560 17411 0 0 0 263 5 0 0 22 0 5 0 500992699 391622656 39272 33554432000 4194304 5787044 140736014062928 18446744073709551615 4336133 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 11.33
Current children cumulated vsize (KiB) 391144

[startup+6.30095 s]
/proc/loadavg: 7.84 8.07 8.07 9/188 983
/proc/meminfo: memFree=29484640/32951124 swapFree=67105204/67111528
[pid=977] ppid=974 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/977/stat : 977 (prissAuto.sh) S 974 977 32751 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500992666 8908800 252 33554432000 4194304 4922060 140737285885184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/977/statm: 2175 252 211 178 0 68 0
[pid=978] ppid=977 vsize=378004 CPUtime=24.11 cores=1,3,5,7
/proc/978/stat : 978 (priss) S 977 977 32751 0 -1 4202496 97771 0 0 0 2384 27 0 0 18 0 5 0 500992666 387076096 41755 33554432000 4194304 5787044 140736014062928 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/978/statm: 94501 41755 350 389 0 90251 0
[pid=978/tid=980] ppid=977 vsize=378004 CPUtime=6.02 cores=1,3,5,7
/proc/978/task/980/stat : 980 (priss) R 977 977 32751 0 -1 4202560 18781 0 0 0 594 8 0 0 25 0 5 0 500992682 387076096 41755 33554432000 4194304 5787044 140736014062928 18446744073709551615 4340045 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=978/tid=981] ppid=977 vsize=378004 CPUtime=5.92 cores=1,3,5,7
/proc/978/task/981/stat : 981 (priss) R 977 977 32751 0 -1 4202560 17765 0 0 0 587 5 0 0 18 0 5 0 500992687 387076096 41755 33554432000 4194304 5787044 140736014062928 18446744073709551615 4340045 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=978/tid=982] ppid=977 vsize=378004 CPUtime=5.96 cores=1,3,5,7
/proc/978/task/982/stat : 982 (priss) R 977 977 32751 0 -1 4202560 15720 0 0 0 594 2 0 0 25 0 5 0 500992692 387076096 41755 33554432000 4194304 5787044 140736014062928 18446744073709551615 4340028 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=978/tid=983] ppid=977 vsize=378004 CPUtime=5.89 cores=1,3,5,7
/proc/978/task/983/stat : 983 (priss) R 977 977 32751 0 -1 4202560 18738 0 0 0 583 6 0 0 25 0 5 0 500992699 387076096 41755 33554432000 4194304 5787044 140736014062928 18446744073709551615 4340028 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 24.11
Current children cumulated vsize (KiB) 386704

[startup+12.7008 s]
/proc/loadavg: 7.85 8.07 8.07 6/184 1012
/proc/meminfo: memFree=30745756/32951124 swapFree=67105204/67111528
[pid=977] ppid=974 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/977/stat : 977 (prissAuto.sh) S 974 977 32751 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500992666 8908800 252 33554432000 4194304 4922060 140737285885184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/977/statm: 2175 252 211 178 0 68 0
[pid=978] ppid=977 vsize=378004 CPUtime=49.68 cores=1,3,5,7
/proc/978/stat : 978 (priss) S 977 977 32751 0 -1 4202496 97771 0 0 0 4941 27 0 0 18 0 5 0 500992666 387076096 41755 33554432000 4194304 5787044 140736014062928 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/978/statm: 94501 41755 350 389 0 90251 0
[pid=978/tid=980] ppid=977 vsize=378004 CPUtime=12.38 cores=1,3,5,7
/proc/978/task/980/stat : 980 (priss) R 977 977 32751 0 -1 4202560 18781 0 0 0 1230 8 0 0 25 0 5 0 500992682 387076096 41755 33554432000 4194304 5787044 140736014062928 18446744073709551615 4336756 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=978/tid=981] ppid=977 vsize=378004 CPUtime=12.32 cores=1,3,5,7
/proc/978/task/981/stat : 981 (priss) R 977 977 32751 0 -1 4202560 17765 0 0 0 1227 5 0 0 25 0 5 0 500992687 387076096 41755 33554432000 4194304 5787044 140736014062928 18446744073709551615 4336749 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=978/tid=982] ppid=977 vsize=378004 CPUtime=12.36 cores=1,3,5,7
/proc/978/task/982/stat : 982 (priss) R 977 977 32751 0 -1 4202560 15720 0 0 0 1234 2 0 0 25 0 5 0 500992692 387076096 41755 33554432000 4194304 5787044 140736014062928 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=978/tid=983] ppid=977 vsize=378004 CPUtime=12.29 cores=1,3,5,7
/proc/978/task/983/stat : 983 (priss) R 977 977 32751 0 -1 4202560 18738 0 0 0 1223 6 0 0 25 0 5 0 500992699 387076096 41755 33554432000 4194304 5787044 140736014062928 18446744073709551615 4336768 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 49.68
Current children cumulated vsize (KiB) 386704

[startup+25.5064 s]
/proc/loadavg: 7.89 8.06 8.07 9/188 1016
/proc/meminfo: memFree=30641336/32951124 swapFree=67105204/67111528
[pid=977] ppid=974 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/977/stat : 977 (prissAuto.sh) S 974 977 32751 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500992666 8908800 252 33554432000 4194304 4922060 140737285885184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/977/statm: 2175 252 211 178 0 68 0
[pid=978] ppid=977 vsize=378004 CPUtime=100.83 cores=1,3,5,7
/proc/978/stat : 978 (priss) S 977 977 32751 0 -1 4202496 97771 0 0 0 10056 27 0 0 18 0 5 0 500992666 387076096 41755 33554432000 4194304 5787044 140736014062928 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/978/statm: 94501 41755 350 389 0 90251 0
[pid=978/tid=980] ppid=977 vsize=378004 CPUtime=25.11 cores=1,3,5,7
/proc/978/task/980/stat : 980 (priss) R 977 977 32751 0 -1 4202560 18781 0 0 0 2503 8 0 0 25 0 5 0 500992682 387076096 41755 33554432000 4194304 5787044 140736014062928 18446744073709551615 4336804 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=978/tid=981] ppid=977 vsize=378004 CPUtime=25.13 cores=1,3,5,7
/proc/978/task/981/stat : 981 (priss) R 977 977 32751 0 -1 4202560 17765 0 0 0 2508 5 0 0 25 0 5 0 500992687 387076096 41755 33554432000 4194304 5787044 140736014062928 18446744073709551615 4336808 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=978/tid=982] ppid=977 vsize=378004 CPUtime=25.17 cores=1,3,5,7
/proc/978/task/982/stat : 982 (priss) R 977 977 32751 0 -1 4202560 15720 0 0 0 2515 2 0 0 25 0 5 0 500992692 387076096 41755 33554432000 4194304 5787044 140736014062928 18446744073709551615 4336786 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=978/tid=983] ppid=977 vsize=378004 CPUtime=25.1 cores=1,3,5,7
/proc/978/task/983/stat : 983 (priss) R 977 977 32751 0 -1 4202560 18738 0 0 0 2504 6 0 0 25 0 5 0 500992699 387076096 41755 33554432000 4194304 5787044 140736014062928 18446744073709551615 4336703 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 100.83
Current children cumulated vsize (KiB) 386704

[startup+51.1007 s]
/proc/loadavg: 8.00 8.07 8.07 9/188 1017
/proc/meminfo: memFree=30524740/32951124 swapFree=67105204/67111528
[pid=977] ppid=974 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/977/stat : 977 (prissAuto.sh) S 974 977 32751 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500992666 8908800 252 33554432000 4194304 4922060 140737285885184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/977/statm: 2175 252 211 178 0 68 0
[pid=978] ppid=977 vsize=395400 CPUtime=203.07 cores=1,3,5,7
/proc/978/stat : 978 (priss) S 977 977 32751 0 -1 4202496 117059 0 0 0 20278 29 0 0 18 0 5 0 500992666 404889600 60970 33554432000 4194304 5787044 140736014062928 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/978/statm: 98850 60972 355 389 0 94600 0
[pid=978/tid=980] ppid=977 vsize=395400 CPUtime=50.57 cores=1,3,5,7
/proc/978/task/980/stat : 980 (priss) R 977 977 32751 0 -1 4202560 21845 0 0 0 5049 8 0 0 25 0 5 0 500992682 404889600 60973 33554432000 4194304 5787044 140736014062928 18446744073709551615 4318959 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=978/tid=981] ppid=977 vsize=395400 CPUtime=50.72 cores=1,3,5,7
/proc/978/task/981/stat : 981 (priss) R 977 977 32751 0 -1 4202560 26034 0 0 0 5066 6 0 0 25 0 5 0 500992687 404889600 60975 33554432000 4194304 5787044 140736014062928 18446744073709551615 220815897285 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=978/tid=982] ppid=977 vsize=395400 CPUtime=50.77 cores=1,3,5,7
/proc/978/task/982/stat : 982 (priss) R 977 977 32751 0 -1 4202560 18988 0 0 0 5074 3 0 0 25 0 5 0 500992692 404889600 60977 33554432000 4194304 5787044 140736014062928 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=978/tid=983] ppid=977 vsize=395400 CPUtime=50.69 cores=1,3,5,7
/proc/978/task/983/stat : 983 (priss) R 977 977 32751 0 -1 4202560 23430 0 0 0 5063 6 0 0 25 0 5 0 500992699 404889600 60979 33554432000 4194304 5787044 140736014062928 18446744073709551615 4359256 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 203.07
Current children cumulated vsize (KiB) 404100

[startup+102.301 s]
/proc/loadavg: 8.04 8.07 8.07 9/188 1018
/proc/meminfo: memFree=30397988/32951124 swapFree=67105204/67111528
[pid=977] ppid=974 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/977/stat : 977 (prissAuto.sh) S 974 977 32751 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500992666 8908800 252 33554432000 4194304 4922060 140737285885184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/977/statm: 2175 252 211 178 0 68 0
[pid=978] ppid=977 vsize=401800 CPUtime=407.6 cores=1,3,5,7
/proc/978/stat : 978 (priss) S 977 977 32751 0 -1 4202496 180615 0 0 0 40714 46 0 0 18 0 5 0 500992666 411443200 76116 33554432000 4194304 5787044 140736014062928 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/978/statm: 100450 76116 417 389 0 96200 0
[pid=978/tid=980] ppid=977 vsize=401800 CPUtime=101.49 cores=1,3,5,7
/proc/978/task/980/stat : 980 (priss) R 977 977 32751 0 -1 4202560 38959 0 0 0 10136 13 0 0 25 0 5 0 500992682 411443200 76116 33554432000 4194304 5787044 140736014062928 18446744073709551615 5585350 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=978/tid=981] ppid=977 vsize=401800 CPUtime=101.93 cores=1,3,5,7
/proc/978/task/981/stat : 981 (priss) R 977 977 32751 0 -1 4202560 44708 0 0 0 10182 11 0 0 25 0 5 0 500992687 411443200 76116 33554432000 4194304 5787044 140736014062928 18446744073709551615 5590646 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=978/tid=982] ppid=977 vsize=401800 CPUtime=101.96 cores=1,3,5,7
/proc/978/task/982/stat : 982 (priss) R 977 977 32751 0 -1 4202560 29502 0 0 0 10191 5 0 0 25 0 5 0 500992692 411443200 76116 33554432000 4194304 5787044 140736014062928 18446744073709551615 5576674 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=978/tid=983] ppid=977 vsize=401800 CPUtime=101.89 cores=1,3,5,7

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

/proc/978/task/981/stat : 981 (priss) R 977 977 32751 0 -1 4202560 71937 0 0 0 88140 53 0 0 25 0 5 0 500992687 942133248 183512 33554432000 4194304 5787044 140736014062928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=978/tid=982] ppid=977 vsize=920052 CPUtime=878.7 cores=1,3,5,7
/proc/978/task/982/stat : 982 (priss) R 977 977 32751 0 -1 4202560 60552 0 0 0 87838 32 0 0 25 0 5 0 500992692 942133248 183512 33554432000 4194304 5787044 140736014062928 18446744073709551615 4254581 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=978/tid=983] ppid=977 vsize=920052 CPUtime=881.61 cores=1,3,5,7
/proc/978/task/983/stat : 983 (priss) R 977 977 32751 0 -1 4202560 69753 0 0 0 88103 58 0 0 25 0 5 0 500992699 942133248 183512 33554432000 4194304 5787044 140736014062928 18446744073709551615 5527087 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3523.35
Current children cumulated vsize (KiB) 928752

[startup+942.3 s]
/proc/loadavg: 8.05 8.05 8.06 9/188 1041
/proc/meminfo: memFree=29495196/32951124 swapFree=67105204/67111528
[pid=977] ppid=974 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/977/stat : 977 (prissAuto.sh) S 974 977 32751 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500992666 8908800 252 33554432000 4194304 4922060 140737285885184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/977/statm: 2175 252 211 178 0 68 0
[pid=978] ppid=977 vsize=920052 CPUtime=3763.01 cores=1,3,5,7
/proc/978/stat : 978 (priss) S 977 977 32751 0 -1 4202496 289580 0 0 0 376108 193 0 0 18 0 5 0 500992666 942133248 183581 33554432000 4194304 5787044 140736014062928 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/978/statm: 230013 183581 417 389 0 225763 0
[pid=978/tid=980] ppid=977 vsize=920052 CPUtime=940.8 cores=1,3,5,7
/proc/978/task/980/stat : 980 (priss) R 977 977 32751 0 -1 4202560 60504 0 0 0 94035 45 0 0 25 0 5 0 500992682 942133248 183581 33554432000 4194304 5787044 140736014062928 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=978/tid=981] ppid=977 vsize=920052 CPUtime=941.92 cores=1,3,5,7
/proc/978/task/981/stat : 981 (priss) R 977 977 32751 0 -1 4202560 72002 0 0 0 94139 53 0 0 25 0 5 0 500992687 942133248 183581 33554432000 4194304 5787044 140736014062928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=978/tid=982] ppid=977 vsize=920052 CPUtime=938.37 cores=1,3,5,7
/proc/978/task/982/stat : 982 (priss) R 977 977 32751 0 -1 4202560 60552 0 0 0 93805 32 0 0 25 0 5 0 500992692 942133248 183581 33554432000 4194304 5787044 140736014062928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=978/tid=983] ppid=977 vsize=920052 CPUtime=941.61 cores=1,3,5,7
/proc/978/task/983/stat : 983 (priss) R 977 977 32751 0 -1 4202560 69755 0 0 0 94103 58 0 0 25 0 5 0 500992699 942133248 183581 33554432000 4194304 5787044 140736014062928 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3763.01
Current children cumulated vsize (KiB) 928752

[startup+1002.31 s]
/proc/loadavg: 8.05 8.05 8.06 9/188 1042
/proc/meminfo: memFree=29472212/32951124 swapFree=67105204/67111528
[pid=977] ppid=974 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/977/stat : 977 (prissAuto.sh) S 974 977 32751 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500992666 8908800 252 33554432000 4194304 4922060 140737285885184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/977/statm: 2175 252 211 178 0 68 0
[pid=978] ppid=977 vsize=920052 CPUtime=4002.72 cores=1,3,5,7
/proc/978/stat : 978 (priss) S 977 977 32751 0 -1 4202496 292148 0 0 0 400073 199 0 0 18 0 5 0 500992666 942133248 186149 33554432000 4194304 5787044 140736014062928 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/978/statm: 230013 186149 417 389 0 225763 0
[pid=978/tid=980] ppid=977 vsize=920052 CPUtime=1000.81 cores=1,3,5,7
/proc/978/task/980/stat : 980 (priss) R 977 977 32751 0 -1 4202560 60515 0 0 0 100036 45 0 0 25 0 5 0 500992682 942133248 186149 33554432000 4194304 5787044 140736014062928 18446744073709551615 5590546 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=978/tid=981] ppid=977 vsize=920052 CPUtime=1001.93 cores=1,3,5,7
/proc/978/task/981/stat : 981 (priss) R 977 977 32751 0 -1 4202560 74551 0 0 0 100134 59 0 0 25 0 5 0 500992687 942133248 186149 33554432000 4194304 5787044 140736014062928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=978/tid=982] ppid=977 vsize=920052 CPUtime=998.05 cores=1,3,5,7
/proc/978/task/982/stat : 982 (priss) R 977 977 32751 0 -1 4202560 60555 0 0 0 99773 32 0 0 25 0 5 0 500992692 942133248 186149 33554432000 4194304 5787044 140736014062928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=978/tid=983] ppid=977 vsize=920052 CPUtime=1001.61 cores=1,3,5,7
/proc/978/task/983/stat : 983 (priss) R 977 977 32751 0 -1 4202560 69760 0 0 0 100103 58 0 0 25 0 5 0 500992699 942133248 186149 33554432000 4194304 5787044 140736014062928 18446744073709551615 5526895 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4002.72
Current children cumulated vsize (KiB) 928752

[startup+1062.3 s]
/proc/loadavg: 8.13 8.07 8.06 9/188 1044
/proc/meminfo: memFree=29450716/32951124 swapFree=67105204/67111528
[pid=977] ppid=974 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/977/stat : 977 (prissAuto.sh) S 974 977 32751 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500992666 8908800 252 33554432000 4194304 4922060 140737285885184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/977/statm: 2175 252 211 178 0 68 0
[pid=978] ppid=977 vsize=920052 CPUtime=4242.38 cores=1,3,5,7
/proc/978/stat : 978 (priss) S 977 977 32751 0 -1 4202496 294827 0 0 0 424036 202 0 0 18 0 5 0 500992666 942133248 188603 33554432000 4194304 5787044 140736014062928 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/978/statm: 230013 188603 417 389 0 225763 0
[pid=978/tid=980] ppid=977 vsize=920052 CPUtime=1060.8 cores=1,3,5,7
/proc/978/task/980/stat : 980 (priss) R 977 977 32751 0 -1 4202560 61651 0 0 0 106035 45 0 0 25 0 5 0 500992682 942133248 188603 33554432000 4194304 5787044 140736014062928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=978/tid=981] ppid=977 vsize=920052 CPUtime=1061.92 cores=1,3,5,7
/proc/978/task/981/stat : 981 (priss) R 977 977 32751 0 -1 4202560 76046 0 0 0 106132 60 0 0 25 0 5 0 500992687 942133248 188603 33554432000 4194304 5787044 140736014062928 18446744073709551615 4255036 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=978/tid=982] ppid=977 vsize=920052 CPUtime=1057.72 cores=1,3,5,7
/proc/978/task/982/stat : 982 (priss) R 977 977 32751 0 -1 4202560 60564 0 0 0 105740 32 0 0 25 0 5 0 500992692 942133248 188603 33554432000 4194304 5787044 140736014062928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=978/tid=983] ppid=977 vsize=920052 CPUtime=1061.61 cores=1,3,5,7
/proc/978/task/983/stat : 983 (priss) R 977 977 32751 0 -1 4202560 69799 0 0 0 106103 58 0 0 25 0 5 0 500992699 942133248 188603 33554432000 4194304 5787044 140736014062928 18446744073709551615 5527024 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 928752

[startup+1122.3 s]
/proc/loadavg: 8.12 8.07 8.06 9/188 1045
/proc/meminfo: memFree=29428984/32951124 swapFree=67105204/67111528
[pid=977] ppid=974 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/977/stat : 977 (prissAuto.sh) S 974 977 32751 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500992666 8908800 252 33554432000 4194304 4922060 140737285885184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/977/statm: 2175 252 211 178 0 68 0
[pid=978] ppid=977 vsize=926336 CPUtime=4482.06 cores=1,3,5,7
/proc/978/stat : 978 (priss) S 977 977 32751 0 -1 4202496 297227 0 0 0 448002 204 0 0 18 0 5 0 500992666 948568064 191003 33554432000 4194304 5787044 140736014062928 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/978/statm: 231584 191003 417 389 0 227334 0
[pid=978/tid=980] ppid=977 vsize=926336 CPUtime=1120.8 cores=1,3,5,7
/proc/978/task/980/stat : 980 (priss) R 977 977 32751 0 -1 4202560 61810 0 0 0 112035 45 0 0 25 0 5 0 500992682 948568064 191003 33554432000 4194304 5787044 140736014062928 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=978/tid=981] ppid=977 vsize=926336 CPUtime=1121.93 cores=1,3,5,7
/proc/978/task/981/stat : 981 (priss) R 977 977 32751 0 -1 4202560 76068 0 0 0 112132 61 0 0 25 0 5 0 500992687 948568064 191003 33554432000 4194304 5787044 140736014062928 18446744073709551615 5591511 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=978/tid=982] ppid=977 vsize=926336 CPUtime=1117.39 cores=1,3,5,7
/proc/978/task/982/stat : 982 (priss) R 977 977 32751 0 -1 4202560 61651 0 0 0 111706 33 0 0 25 0 5 0 500992692 948568064 191003 33554432000 4194304 5787044 140736014062928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=978/tid=983] ppid=977 vsize=926336 CPUtime=1121.61 cores=1,3,5,7
/proc/978/task/983/stat : 983 (priss) R 977 977 32751 0 -1 4202560 70931 0 0 0 112102 59 0 0 25 0 5 0 500992699 948568064 191003 33554432000 4194304 5787044 140736014062928 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4482.06
Current children cumulated vsize (KiB) 935036

[startup+1182.3 s]
/proc/loadavg: 8.11 8.07 8.06 9/188 1047
/proc/meminfo: memFree=29382688/32951124 swapFree=67105204/67111528
[pid=977] ppid=974 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/977/stat : 977 (prissAuto.sh) S 974 977 32751 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500992666 8908800 252 33554432000 4194304 4922060 140737285885184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/977/statm: 2175 252 211 178 0 68 0
[pid=978] ppid=977 vsize=1004748 CPUtime=4721.73 cores=1,3,5,7
/proc/978/stat : 978 (priss) S 977 977 32751 0 -1 4202496 305757 0 0 0 471958 215 0 0 18 0 5 0 500992666 1028861952 199533 33554432000 4194304 5787044 140736014062928 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/978/statm: 251187 199533 417 389 0 246937 0
[pid=978/tid=980] ppid=977 vsize=1004748 CPUtime=1180.81 cores=1,3,5,7
/proc/978/task/980/stat : 980 (priss) R 977 977 32751 0 -1 4202560 63150 0 0 0 118034 47 0 0 25 0 5 0 500992682 1028861952 199533 33554432000 4194304 5787044 140736014062928 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=978/tid=981] ppid=977 vsize=1004748 CPUtime=1181.93 cores=1,3,5,7
/proc/978/task/981/stat : 981 (priss) R 977 977 32751 0 -1 4202560 76087 0 0 0 118132 61 0 0 25 0 5 0 500992687 1028861952 199533 33554432000 4194304 5787044 140736014062928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=978/tid=982] ppid=977 vsize=1004748 CPUtime=1177.07 cores=1,3,5,7
/proc/978/task/982/stat : 982 (priss) R 977 977 32751 0 -1 4202560 64855 0 0 0 117671 36 0 0 25 0 5 0 500992692 1028861952 199533 33554432000 4194304 5787044 140736014062928 18446744073709551615 5591730 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=978/tid=983] ppid=977 vsize=1004748 CPUtime=1181.61 cores=1,3,5,7
/proc/978/task/983/stat : 983 (priss) R 977 977 32751 0 -1 4202560 74898 0 0 0 118095 66 0 0 25 0 5 0 500992699 1028861952 199533 33554432000 4194304 5787044 140736014062928 18446744073709551615 5527227 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4721.73
Current children cumulated vsize (KiB) 1013448



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1201.9 s]
/proc/loadavg: 8.08 8.06 8.06 9/188 1048
/proc/meminfo: memFree=29363452/32951124 swapFree=67105204/67111528
[pid=977] ppid=974 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/977/stat : 977 (prissAuto.sh) S 974 977 32751 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500992666 8908800 252 33554432000 4194304 4922060 140737285885184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/977/statm: 2175 252 211 178 0 68 0
[pid=978] ppid=977 vsize=1012944 CPUtime=4800.03 cores=1,3,5,7
/proc/978/stat : 978 (priss) S 977 977 32751 0 -1 4202496 309415 0 0 0 479784 219 0 0 18 0 5 0 500992666 1037254656 203191 33554432000 4194304 5787044 140736014062928 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/978/statm: 253236 203191 417 389 0 248986 0
[pid=978/tid=980] ppid=977 vsize=1012944 CPUtime=1200.41 cores=1,3,5,7
/proc/978/task/980/stat : 980 (priss) R 977 977 32751 0 -1 4202560 63797 0 0 0 119994 47 0 0 25 0 5 0 500992682 1037254656 203191 33554432000 4194304 5787044 140736014062928 18446744073709551615 5586592 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=978/tid=981] ppid=977 vsize=1012944 CPUtime=1201.53 cores=1,3,5,7
/proc/978/task/981/stat : 981 (priss) R 977 977 32751 0 -1 4202560 76090 0 0 0 120092 61 0 0 25 0 5 0 500992687 1037254656 203191 33554432000 4194304 5787044 140736014062928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=978/tid=982] ppid=977 vsize=1012944 CPUtime=1196.56 cores=1,3,5,7
/proc/978/task/982/stat : 982 (priss) R 977 977 32751 0 -1 4202560 66924 0 0 0 119619 37 0 0 25 0 5 0 500992692 1037254656 203191 33554432000 4194304 5787044 140736014062928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=978/tid=983] ppid=977 vsize=1012944 CPUtime=1201.22 cores=1,3,5,7
/proc/978/task/983/stat : 983 (priss) R 977 977 32751 0 -1 4202560 75837 0 0 0 120054 68 0 0 25 0 5 0 500992699 1037254656 203191 33554432000 4194304 5787044 140736014062928 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 1021644

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

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

[startup+1201.9 s]
/proc/loadavg: 8.08 8.06 8.06 9/188 1048
/proc/meminfo: memFree=29363452/32951124 swapFree=67105204/67111528
[pid=977] ppid=974 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/977/stat : 977 (prissAuto.sh) S 974 977 32751 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 500992666 8908800 252 33554432000 4194304 4922060 140737285885184 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/977/statm: 2175 252 211 178 0 68 0
[pid=978] ppid=977 vsize=1012944 CPUtime=4800.03 cores=1,3,5,7
/proc/978/stat : 978 (priss) S 977 977 32751 0 -1 4202496 309415 0 0 0 479784 219 0 0 18 0 5 0 500992666 1037254656 203191 33554432000 4194304 5787044 140736014062928 18446744073709551615 220828060081 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0
/proc/978/statm: 253236 203191 417 389 0 248986 0
[pid=978/tid=980] ppid=977 vsize=1012944 CPUtime=1200.41 cores=1,3,5,7
/proc/978/task/980/stat : 980 (priss) R 977 977 32751 0 -1 4202560 63797 0 0 0 119994 47 0 0 25 0 5 0 500992682 1037254656 203191 33554432000 4194304 5787044 140736014062928 18446744073709551615 5586592 0 0 4096 0 0 0 0 -1 3 0 0 0
[pid=978/tid=981] ppid=977 vsize=1012944 CPUtime=1201.53 cores=1,3,5,7
/proc/978/task/981/stat : 981 (priss) R 977 977 32751 0 -1 4202560 76090 0 0 0 120092 61 0 0 25 0 5 0 500992687 1037254656 203191 33554432000 4194304 5787044 140736014062928 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 5 0 0 0
[pid=978/tid=982] ppid=977 vsize=1012944 CPUtime=1196.56 cores=1,3,5,7
/proc/978/task/982/stat : 982 (priss) R 977 977 32751 0 -1 4202560 66924 0 0 0 119619 37 0 0 25 0 5 0 500992692 1037254656 203191 33554432000 4194304 5787044 140736014062928 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 7 0 0 0
[pid=978/tid=983] ppid=977 vsize=1012944 CPUtime=1201.22 cores=1,3,5,7
/proc/978/task/983/stat : 983 (priss) R 977 977 32751 0 -1 4202560 75837 0 0 0 120054 68 0 0 25 0 5 0 500992699 1037254656 203191 33554432000 4194304 5787044 140736014062928 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 4800.03
Current children cumulated vsize (KiB) 1021644

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 977 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.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1201.92
CPU time (s): 4800.03
CPU user time (s): 4797.84
CPU system time (s): 2.19
CPU usage (%): 399.364
Max. virtual memory (cumulated for all children) (KiB): 1021644

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= 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= 6
involuntary context switches= 3

runsolver used 1.65175 second user time and 4.91225 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-29 16:02:48
IDJOB=3251645
IDBENCH=88228
IDSOLVER=1602
FILE ID=node147/3251645-1304085767
RUNJOBID= node147-1304082155-627
PBS_JOBID= 13170522
Free space on /tmp= 72640 MiB

SOLVER NAME= priss Auto
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m52-q918.75-n50-p15-s98191766.cnf
COMMAND LINE= DIR/prissAuto.sh DIR BENCHNAME RANDOMSEED TIMELIMIT MEMLIMIT NBCORE
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3251645-1304085767/watcher-3251645-1304085767 -o /tmp/evaluation-result-3251645-1304085767/solver-3251645-1304085767 -C 4800 -W 1300 -M 15500  HOME/prissAuto.sh HOME HOME/instance-3251645-1304085767.cnf 873019544 4800 15500 4

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

MD5SUM BENCH= 71638ad618721ad48c6bd2d48b828020
RANDOM SEED=873019544

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.76
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.836
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.836
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:     32951124 kB
MemFree:      29643736 kB
Buffers:        269600 kB
Cached:        1383248 kB
SwapCached:       2904 kB
Active:        1411008 kB
Inactive:      1569708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      29643736 kB
SwapTotal:    67111528 kB
SwapFree:     67105204 kB
Dirty:            8560 kB
Writeback:           0 kB
AnonPages:     1326368 kB
Mapped:          15528 kB
Slab:           260492 kB
PageTables:       6992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1545604 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= 72644 MiB
End job on node147 at 2011-04-29 16:22:52