Trace number 3282534

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
priss AutoUNSAT 2987.1 747.944

General information on the benchmark

NameAPPLICATIONS/
bitverif/maxxor/maxxor032.cnf
MD5SUMe1a6f3a7c69cc7fbec84aac478eb151a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark57.5483
Satisfiable
(Un)Satisfiability was proved
Number of variables13240
Number of clauses39143
Sum of the clauses size91331
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 226094
Number of clauses of size 313047
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c *****************************************************
0.00/0.00	c *        riss, Copyright 2009 Norbert Manthey       *
0.00/0.00	c *   This program may be redistributed or modified   *
0.00/0.00	c * under the terms of the GNU General Public License *
0.00/0.00	c *****************************************************
0.00/0.00	c process id: 31347
0.00/0.00	c setup for 4cores
0.00/0.01	c parsetime: 9594us
0.00/0.01	c parsed 39143 clauses with 13240 variables
0.00/0.01	c NW started thread 0 successfully (1098713408)
0.00/0.01	c NW started thread 1 successfully (1109203264)
0.00/0.02	c NW started thread 2 successfully (1119693120)
0.00/0.02	c NW started thread 3 successfully (1130182976)
0.00/0.86	c preprocessor returned c preprocessor returned 13540 variables13540 variables
0.00/0.86	c preprocessing returned UNKNOWN
0.00/0.86	
0.00/0.86	c preprocessing returned UNKNOWN
0.00/0.86	c PP set 83 variables
0.00/0.86	c pp time: 622895c PP set 83 variables
0.00/0.86	us (0s)
0.00/0.86	c pp time: 622052us (0s)
0.00/0.86	c preprocessor returned 13540 variables
0.00/0.86	c preprocessing returned UNKNOWN
0.00/0.86	c PP set 83 variables
0.00/0.86	c pp time: 619818us (0s)
15.11/3.83	c preprocessor returned 30004 variables
15.11/3.83	c preprocessing returned UNKNOWN
15.11/3.83	c PP set 83 variables
15.11/3.83	c pp time: 3802169us (3s)
276.31/69.20	c added unsatisfied clause
276.31/69.20	c failed to add network clauses
2985.34/747.41	c added unsatisfied clause
2985.34/747.41	c failed to add network clauses
2985.74/747.52	c ====================
2985.74/747.52	c implication/decision inf%(inf)
2985.74/747.52	c decisions:           2999114
2985.74/747.52	c last level:          0
2985.74/747.52	c conflicts:           1092381
2985.74/747.52	c restarts:            7224
2985.74/747.52	c rejected_restarts    0
2985.74/747.52	c removals:            20
2985.74/747.52	c removed clauses:     749512
2985.74/747.52	c oft clauses:         0
2985.74/747.52	c ====================
2985.74/747.53	c ====================
2986.13/747.69	c ====================
2986.48/747.79	c solvetime: 747151625us (747s)
2986.84/747.81	c sended clauses   | 24633 | 25754 | 29608 | 18343 |
2986.84/747.81	c received clauses | 105 | 95 | 70 | 125 |
2986.84/747.81	c join all other threads
2986.84/747.82	c joined thread 0
2986.84/747.82	c joined thread 1
2986.84/747.89	c joined thread 2
2987.05/747.91	c joined thread 3
2987.05/747.91	c memory usage (vsize): 835 MB
2987.05/747.91	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3282534-1304041303/watcher-3282534-1304041303 -o /tmp/evaluation-result-3282534-1304041303/solver-3282534-1304041303 -C 4800 -W 1300 -M 15500 HOME/prissAuto.sh HOME HOME/instance-3282534-1304041303.cnf 865741530 4800 15500 4 

running on 4 cores: 0,2,4,6

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.97 8.08 8.03 6/182 31346
/proc/meminfo: memFree=23467864/32950928 swapFree=67071984/67111528
[pid=31346] ppid=31344 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31346/stat : 31346 (prissAuto.sh) S 31344 31346 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594361003 8908800 252 33554432000 4194304 4922060 140733407965392 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31346/statm: 2175 252 211 178 0 68 0

[startup+0.09664 s]
/proc/loadavg: 7.97 8.08 8.03 6/182 31346
/proc/meminfo: memFree=23467864/32950928 swapFree=67071984/67111528
[pid=31346] ppid=31344 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31346/stat : 31346 (prissAuto.sh) S 31344 31346 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594361003 8908800 252 33554432000 4194304 4922060 140733407965392 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31346/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.127053 s]
/proc/loadavg: 7.97 8.08 8.03 6/182 31346
/proc/meminfo: memFree=23467864/32950928 swapFree=67071984/67111528
[pid=31346] ppid=31344 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31346/stat : 31346 (prissAuto.sh) S 31344 31346 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594361003 8908800 252 33554432000 4194304 4922060 140733407965392 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31346/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.03515 s]
/proc/loadavg: 7.97 8.08 8.03 6/182 31346
/proc/meminfo: memFree=23467864/32950928 swapFree=67071984/67111528
[pid=31346] ppid=31344 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31346/stat : 31346 (prissAuto.sh) S 31344 31346 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594361003 8908800 252 33554432000 4194304 4922060 140733407965392 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31346/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.13513 s]
/proc/loadavg: 7.97 8.08 8.03 6/182 31346
/proc/meminfo: memFree=23467864/32950928 swapFree=67071984/67111528
[pid=31346] ppid=31344 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31346/stat : 31346 (prissAuto.sh) S 31344 31346 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594361003 8908800 252 33554432000 4194304 4922060 140733407965392 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31346/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.53506 s]
/proc/loadavg: 7.97 8.08 8.03 6/182 31346
/proc/meminfo: memFree=23467864/32950928 swapFree=67071984/67111528
[pid=31346] ppid=31344 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31346/stat : 31346 (prissAuto.sh) S 31344 31346 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594361003 8908800 252 33554432000 4194304 4922060 140733407965392 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31346/statm: 2175 252 211 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+3.10077 s]
/proc/loadavg: 7.97 8.08 8.03 9/188 31352
/proc/meminfo: memFree=23404824/32950928 swapFree=67071984/67111528
[pid=31346] ppid=31344 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31346/stat : 31346 (prissAuto.sh) S 31344 31346 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594361003 8908800 252 33554432000 4194304 4922060 140733407965392 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31346/statm: 2175 252 211 178 0 68 0
[pid=31347] ppid=31346 vsize=360168 CPUtime=12.31 cores=0,2,4,6
/proc/31347/stat : 31347 (priss) S 31346 31346 30862 0 -1 4202496 19975 0 0 0 1226 5 0 0 25 0 5 0 594361003 368812032 14027 33554432000 4194304 5787044 140735826748960 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31347/statm: 90042 14027 406 389 0 85792 0
[pid=31347/tid=31349] ppid=31346 vsize=360168 CPUtime=3.07 cores=0,2,4,6
/proc/31347/task/31349/stat : 31349 (priss) R 31346 31346 30862 0 -1 4202560 4243 0 0 0 306 1 0 0 25 0 5 0 594361004 368812032 14027 33554432000 4194304 5787044 140735826748960 18446744073709551615 260905055265 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31347/tid=31350] ppid=31346 vsize=360168 CPUtime=3.07 cores=0,2,4,6
/proc/31347/task/31350/stat : 31350 (priss) R 31346 31346 30862 0 -1 4202560 4180 0 0 0 306 1 0 0 25 0 5 0 594361004 368812032 14027 33554432000 4194304 5787044 140735826748960 18446744073709551615 4227995 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31347/tid=31351] ppid=31346 vsize=360168 CPUtime=3.05 cores=0,2,4,6
/proc/31347/task/31351/stat : 31351 (priss) R 31346 31346 30862 0 -1 4202560 3997 0 0 0 304 1 0 0 25 0 5 0 594361005 368812032 14027 33554432000 4194304 5787044 140735826748960 18446744073709551615 5585240 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31347/tid=31352] ppid=31346 vsize=360168 CPUtime=3.07 cores=0,2,4,6
/proc/31347/task/31352/stat : 31352 (priss) R 31346 31346 30862 0 -1 4202560 4809 0 0 0 306 1 0 0 25 0 5 0 594361005 368812032 14027 33554432000 4194304 5787044 140735826748960 18446744073709551615 4359248 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 368868

[startup+6.30618 s]
/proc/loadavg: 7.97 8.08 8.03 9/188 31353
/proc/meminfo: memFree=23388048/32950928 swapFree=67071984/67111528
[pid=31346] ppid=31344 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31346/stat : 31346 (prissAuto.sh) S 31344 31346 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594361003 8908800 252 33554432000 4194304 4922060 140733407965392 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31346/statm: 2175 252 211 178 0 68 0
[pid=31347] ppid=31346 vsize=366680 CPUtime=25.11 cores=0,2,4,6
/proc/31347/stat : 31347 (priss) S 31346 31346 30862 0 -1 4202496 24356 0 0 0 2504 7 0 0 25 0 5 0 594361003 375480320 17704 33554432000 4194304 5787044 140735826748960 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31347/statm: 91670 17704 420 389 0 87420 0
[pid=31347/tid=31349] ppid=31346 vsize=366680 CPUtime=6.27 cores=0,2,4,6
/proc/31347/task/31349/stat : 31349 (priss) R 31346 31346 30862 0 -1 4202560 4869 0 0 0 626 1 0 0 25 0 5 0 594361004 375480320 17704 33554432000 4194304 5787044 140735826748960 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31347/tid=31350] ppid=31346 vsize=366680 CPUtime=6.27 cores=0,2,4,6
/proc/31347/task/31350/stat : 31350 (priss) R 31346 31346 30862 0 -1 4202560 4701 0 0 0 626 1 0 0 25 0 5 0 594361004 375480320 17704 33554432000 4194304 5787044 140735826748960 18446744073709551615 5588592 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31347/tid=31351] ppid=31346 vsize=366680 CPUtime=6.23 cores=0,2,4,6
/proc/31347/task/31351/stat : 31351 (priss) R 31346 31346 30862 0 -1 4202560 4480 0 0 0 622 1 0 0 25 0 5 0 594361005 375480320 17704 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31347/tid=31352] ppid=31346 vsize=366680 CPUtime=6.27 cores=0,2,4,6
/proc/31347/task/31352/stat : 31352 (priss) R 31346 31346 30862 0 -1 4202560 7560 0 0 0 626 1 0 0 25 0 5 0 594361005 375480320 17704 33554432000 4194304 5787044 140735826748960 18446744073709551615 4254581 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 25.11
Current children cumulated vsize (KiB) 375380

[startup+12.701 s]
/proc/loadavg: 7.98 8.07 8.03 9/188 31353
/proc/meminfo: memFree=23374668/32950928 swapFree=67071984/67111528
[pid=31346] ppid=31344 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31346/stat : 31346 (prissAuto.sh) S 31344 31346 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594361003 8908800 252 33554432000 4194304 4922060 140733407965392 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31346/statm: 2175 252 211 178 0 68 0
[pid=31347] ppid=31346 vsize=369204 CPUtime=50.66 cores=0,2,4,6
/proc/31347/stat : 31347 (priss) S 31346 31346 30862 0 -1 4202496 27230 0 0 0 5057 9 0 0 25 0 5 0 594361003 378064896 20578 33554432000 4194304 5787044 140735826748960 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31347/statm: 92301 20578 420 389 0 88051 0
[pid=31347/tid=31349] ppid=31346 vsize=369204 CPUtime=12.67 cores=0,2,4,6
/proc/31347/task/31349/stat : 31349 (priss) R 31346 31346 30862 0 -1 4202560 5846 0 0 0 1265 2 0 0 25 0 5 0 594361004 378064896 20578 33554432000 4194304 5787044 140735826748960 18446744073709551615 5592464 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31347/tid=31350] ppid=31346 vsize=369204 CPUtime=12.67 cores=0,2,4,6
/proc/31347/task/31350/stat : 31350 (priss) R 31346 31346 30862 0 -1 4202560 5109 0 0 0 1265 2 0 0 25 0 5 0 594361004 378064896 20578 33554432000 4194304 5787044 140735826748960 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31347/tid=31351] ppid=31346 vsize=369204 CPUtime=12.6 cores=0,2,4,6
/proc/31347/task/31351/stat : 31351 (priss) R 31346 31346 30862 0 -1 4202560 5354 0 0 0 1258 2 0 0 25 0 5 0 594361005 378064896 20578 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31347/tid=31352] ppid=31346 vsize=369204 CPUtime=12.67 cores=0,2,4,6
/proc/31347/task/31352/stat : 31352 (priss) R 31346 31346 30862 0 -1 4202560 8175 0 0 0 1265 2 0 0 25 0 5 0 594361005 378064896 20578 33554432000 4194304 5787044 140735826748960 18446744073709551615 5527438 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 377904

[startup+25.5007 s]
/proc/loadavg: 7.98 8.07 8.03 9/188 31353
/proc/meminfo: memFree=23337332/32950928 swapFree=67071984/67111528
[pid=31346] ppid=31344 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31346/stat : 31346 (prissAuto.sh) S 31344 31346 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594361003 8908800 252 33554432000 4194304 4922060 140733407965392 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31346/statm: 2175 252 211 178 0 68 0
[pid=31347] ppid=31346 vsize=376080 CPUtime=101.76 cores=0,2,4,6
/proc/31347/stat : 31347 (priss) S 31346 31346 30862 0 -1 4202496 33547 0 0 0 10163 13 0 0 25 0 5 0 594361003 385105920 26895 33554432000 4194304 5787044 140735826748960 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31347/statm: 94020 26895 420 389 0 89770 0
[pid=31347/tid=31349] ppid=31346 vsize=376080 CPUtime=25.46 cores=0,2,4,6
/proc/31347/task/31349/stat : 31349 (priss) R 31346 31346 30862 0 -1 4202560 8608 0 0 0 2543 3 0 0 25 0 5 0 594361004 385105920 26895 33554432000 4194304 5787044 140735826748960 18446744073709551615 4220317 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31347/tid=31350] ppid=31346 vsize=376080 CPUtime=25.46 cores=0,2,4,6
/proc/31347/task/31350/stat : 31350 (priss) R 31346 31346 30862 0 -1 4202560 6675 0 0 0 2544 2 0 0 25 0 5 0 594361004 385105920 26895 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591526 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31347/tid=31351] ppid=31346 vsize=376080 CPUtime=25.32 cores=0,2,4,6
/proc/31347/task/31351/stat : 31351 (priss) R 31346 31346 30862 0 -1 4202560 6892 0 0 0 2529 3 0 0 25 0 5 0 594361005 385105920 26895 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31347/tid=31352] ppid=31346 vsize=376080 CPUtime=25.46 cores=0,2,4,6
/proc/31347/task/31352/stat : 31352 (priss) R 31346 31346 30862 0 -1 4202560 8626 0 0 0 2543 3 0 0 25 0 5 0 594361005 385105920 26895 33554432000 4194304 5787044 140735826748960 18446744073709551615 5526816 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 101.76
Current children cumulated vsize (KiB) 384780

[startup+51.101 s]
/proc/loadavg: 7.99 8.06 8.03 9/188 31354
/proc/meminfo: memFree=23268984/32950928 swapFree=67071984/67111528
[pid=31346] ppid=31344 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31346/stat : 31346 (prissAuto.sh) S 31344 31346 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594361003 8908800 252 33554432000 4194304 4922060 140733407965392 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31346/statm: 2175 252 211 178 0 68 0
[pid=31347] ppid=31346 vsize=389312 CPUtime=204.02 cores=0,2,4,6
/proc/31347/stat : 31347 (priss) S 31346 31346 30862 0 -1 4202496 43302 0 0 0 20381 21 0 0 25 0 5 0 594361003 398655488 36644 33554432000 4194304 5787044 140735826748960 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31347/statm: 97328 36644 420 389 0 93078 0
[pid=31347/tid=31349] ppid=31346 vsize=389312 CPUtime=51.06 cores=0,2,4,6
/proc/31347/task/31349/stat : 31349 (priss) R 31346 31346 30862 0 -1 4202560 11579 0 0 0 5101 5 0 0 25 0 5 0 594361004 398655488 36644 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31347/tid=31350] ppid=31346 vsize=389312 CPUtime=51.07 cores=0,2,4,6
/proc/31347/task/31350/stat : 31350 (priss) R 31346 31346 30862 0 -1 4202560 8729 0 0 0 5102 5 0 0 25 0 5 0 594361004 398655488 36644 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31347/tid=31351] ppid=31346 vsize=389312 CPUtime=50.78 cores=0,2,4,6
/proc/31347/task/31351/stat : 31351 (priss) R 31346 31346 30862 0 -1 4202560 9623 0 0 0 5073 5 0 0 25 0 5 0 594361005 398655488 36644 33554432000 4194304 5787044 140735826748960 18446744073709551615 4229340 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31347/tid=31352] ppid=31346 vsize=389312 CPUtime=51.05 cores=0,2,4,6
/proc/31347/task/31352/stat : 31352 (priss) R 31346 31346 30862 0 -1 4202560 10625 0 0 0 5101 4 0 0 25 0 5 0 594361005 398655488 36644 33554432000 4194304 5787044 140735826748960 18446744073709551615 5527068 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 204.02
Current children cumulated vsize (KiB) 398012

[startup+102.301 s]
/proc/loadavg: 8.06 8.07 8.03 9/188 31355
/proc/meminfo: memFree=23117440/32950928 swapFree=67071984/67111528
[pid=31346] ppid=31344 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31346/stat : 31346 (prissAuto.sh) S 31344 31346 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594361003 8908800 252 33554432000 4194304 4922060 140733407965392 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31346/statm: 2175 252 211 178 0 68 0
[pid=31347] ppid=31346 vsize=399508 CPUtime=408.52 cores=0,2,4,6
/proc/31347/stat : 31347 (priss) S 31346 31346 30862 0 -1 4202496 64915 0 0 0 40808 44 0 0 25 0 5 0 594361003 409096192 58191 33554432000 4194304 5787044 140735826748960 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31347/statm: 99877 58191 420 389 0 95627 0
[pid=31347/tid=31349] ppid=31346 vsize=399508 CPUtime=102.24 cores=0,2,4,6
/proc/31347/task/31349/stat : 31349 (priss) R 31346 31346 30862 0 -1 4202560 17653 0 0 0 10213 11 0 0 25 0 5 0 594361004 409096192 58191 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591246 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31347/tid=31350] ppid=31346 vsize=399508 CPUtime=102.26 cores=0,2,4,6
/proc/31347/task/31350/stat : 31350 (priss) R 31346 31346 30862 0 -1 4202560 15270 0 0 0 10214 12 0 0 25 0 5 0 594361004 409096192 58191 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31347/tid=31351] ppid=31346 vsize=399508 CPUtime=101.7 cores=0,2,4,6
/proc/31347/task/31351/stat : 31351 (priss) R 31346 31346 30862 0 -1 4202560 12288 0 0 0 10162 8 0 0 25 0 5 0 594361005 409096192 58191 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 0 0 0 0
[pid=31347/tid=31352] ppid=31346 vsize=399508 CPUtime=102.25 cores=0,2,4,6
/proc/31347/task/31352/stat : 31352 (priss) R 31346 31346 30862 0 -1 4202560 16958 0 0 0 10215 10 0 0 25 0 5 0 594361005 409096192 58191 33554432000 4194304 5787044 140735826748960 18446744073709551615 4220542 0 0 4096 0 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 408.52
Current children cumulated vsize (KiB) 408208

[startup+162.301 s]
/proc/loadavg: 8.10 8.07 8.03 9/188 31357
/proc/meminfo: memFree=22989312/32950928 swapFree=67071984/67111528
[pid=31346] ppid=31344 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31346/stat : 31346 (prissAuto.sh) S 31344 31346 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594361003 8908800 252 33554432000 4194304 4922060 140733407965392 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31346/statm: 2175 252 211 178 0 68 0
[pid=31347] ppid=31346 vsize=438548 CPUtime=648.18 cores=0,2,4,6

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

/proc/31346/statm: 2175 252 211 178 0 68 0
[pid=31347] ppid=31346 vsize=876032 CPUtime=2805.18 cores=0,2,4,6
/proc/31347/stat : 31347 (priss) S 31346 31346 30862 0 -1 4202496 169725 0 0 0 280339 179 0 0 25 0 5 0 594361003 897056768 162176 33554432000 4194304 5787044 140735826748960 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31347/statm: 219008 162176 420 389 0 214758 0
[pid=31347/tid=31349] ppid=31346 vsize=876032 CPUtime=701.62 cores=0,2,4,6
/proc/31347/task/31349/stat : 31349 (priss) R 31346 31346 30862 0 -1 4202560 35187 0 0 0 70130 32 0 0 25 0 5 0 594361004 897056768 162176 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31347/tid=31350] ppid=31346 vsize=876032 CPUtime=702.25 cores=0,2,4,6
/proc/31347/task/31350/stat : 31350 (priss) R 31346 31346 30862 0 -1 4202560 34290 0 0 0 70189 36 0 0 25 0 5 0 594361004 897056768 162176 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31347/tid=31351] ppid=31346 vsize=876032 CPUtime=699.05 cores=0,2,4,6
/proc/31347/task/31351/stat : 31351 (priss) R 31346 31346 30862 0 -1 4202560 57057 0 0 0 69831 74 0 0 25 0 5 0 594361005 897056768 162176 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31347/tid=31352] ppid=31346 vsize=876032 CPUtime=702.21 cores=0,2,4,6
/proc/31347/task/31352/stat : 31352 (priss) R 31346 31346 30862 0 -1 4202560 40445 0 0 0 70186 35 0 0 25 0 5 0 594361005 897056768 162176 33554432000 4194304 5787044 140735826748960 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2805.18
Current children cumulated vsize (KiB) 884732

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

[startup+717.501 s]
/proc/loadavg: 8.17 8.13 8.05 9/188 31372
/proc/meminfo: memFree=22106820/32950928 swapFree=67071984/67111528
[pid=31346] ppid=31344 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31346/stat : 31346 (prissAuto.sh) S 31344 31346 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594361003 8908800 252 33554432000 4194304 4922060 140733407965392 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31346/statm: 2175 252 211 178 0 68 0
[pid=31347] ppid=31346 vsize=876032 CPUtime=2865.9 cores=0,2,4,6
/proc/31347/stat : 31347 (priss) S 31346 31346 30862 0 -1 4202496 169845 0 0 0 286411 179 0 0 25 0 5 0 594361003 897056768 162296 33554432000 4194304 5787044 140735826748960 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31347/statm: 219008 162296 420 389 0 214758 0
[pid=31347/tid=31349] ppid=31346 vsize=876032 CPUtime=716.82 cores=0,2,4,6
/proc/31347/task/31349/stat : 31349 (priss) R 31346 31346 30862 0 -1 4202560 35263 0 0 0 71650 32 0 0 25 0 5 0 594361004 897056768 162296 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31347/tid=31350] ppid=31346 vsize=876032 CPUtime=717.45 cores=0,2,4,6
/proc/31347/task/31350/stat : 31350 (priss) R 31346 31346 30862 0 -1 4202560 34304 0 0 0 71709 36 0 0 25 0 5 0 594361004 897056768 162296 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31347/tid=31351] ppid=31346 vsize=876032 CPUtime=714.17 cores=0,2,4,6
/proc/31347/task/31351/stat : 31351 (priss) R 31346 31346 30862 0 -1 4202560 57070 0 0 0 71343 74 0 0 25 0 5 0 594361005 897056768 162296 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31347/tid=31352] ppid=31346 vsize=876032 CPUtime=717.4 cores=0,2,4,6
/proc/31347/task/31352/stat : 31352 (priss) R 31346 31346 30862 0 -1 4202560 40462 0 0 0 71705 35 0 0 25 0 5 0 594361005 897056768 162296 33554432000 4194304 5787044 140735826748960 18446744073709551615 5527147 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2865.9
Current children cumulated vsize (KiB) 884732

[startup+730.3 s]
/proc/loadavg: 8.20 8.14 8.06 9/188 31372
/proc/meminfo: memFree=22106076/32950928 swapFree=67071984/67111528
[pid=31346] ppid=31344 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31346/stat : 31346 (prissAuto.sh) S 31344 31346 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594361003 8908800 252 33554432000 4194304 4922060 140733407965392 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31346/statm: 2175 252 211 178 0 68 0
[pid=31347] ppid=31346 vsize=876032 CPUtime=2917.02 cores=0,2,4,6
/proc/31347/stat : 31347 (priss) S 31346 31346 30862 0 -1 4202496 170016 0 0 0 291523 179 0 0 25 0 5 0 594361003 897056768 162467 33554432000 4194304 5787044 140735826748960 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31347/statm: 219008 162467 420 389 0 214758 0
[pid=31347/tid=31349] ppid=31346 vsize=876032 CPUtime=729.62 cores=0,2,4,6
/proc/31347/task/31349/stat : 31349 (priss) R 31346 31346 30862 0 -1 4202560 35268 0 0 0 72930 32 0 0 25 0 5 0 594361004 897056768 162467 33554432000 4194304 5787044 140735826748960 18446744073709551615 5590442 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31347/tid=31350] ppid=31346 vsize=876032 CPUtime=730.25 cores=0,2,4,6
/proc/31347/task/31350/stat : 31350 (priss) R 31346 31346 30862 0 -1 4202560 34304 0 0 0 72989 36 0 0 25 0 5 0 594361004 897056768 162467 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31347/tid=31351] ppid=31346 vsize=876032 CPUtime=726.9 cores=0,2,4,6
/proc/31347/task/31351/stat : 31351 (priss) R 31346 31346 30862 0 -1 4202560 57083 0 0 0 72616 74 0 0 25 0 5 0 594361005 897056768 162467 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591561 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31347/tid=31352] ppid=31346 vsize=876032 CPUtime=730.2 cores=0,2,4,6
/proc/31347/task/31352/stat : 31352 (priss) R 31346 31346 30862 0 -1 4202560 40615 0 0 0 72985 35 0 0 25 0 5 0 594361005 897056768 162467 33554432000 4194304 5787044 140735826748960 18446744073709551615 5527472 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2917.02
Current children cumulated vsize (KiB) 884732

[startup+736.707 s]
/proc/loadavg: 8.18 8.13 8.06 9/188 31372
/proc/meminfo: memFree=22105952/32950928 swapFree=67071984/67111528
[pid=31346] ppid=31344 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31346/stat : 31346 (prissAuto.sh) S 31344 31346 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594361003 8908800 252 33554432000 4194304 4922060 140733407965392 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31346/statm: 2175 252 211 178 0 68 0
[pid=31347] ppid=31346 vsize=876032 CPUtime=2942.62 cores=0,2,4,6
/proc/31347/stat : 31347 (priss) S 31346 31346 30862 0 -1 4202496 170058 0 0 0 294082 180 0 0 25 0 5 0 594361003 897056768 162509 33554432000 4194304 5787044 140735826748960 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31347/statm: 219008 162509 420 389 0 214758 0
[pid=31347/tid=31349] ppid=31346 vsize=876032 CPUtime=736.02 cores=0,2,4,6
/proc/31347/task/31349/stat : 31349 (priss) R 31346 31346 30862 0 -1 4202560 35290 0 0 0 73570 32 0 0 25 0 5 0 594361004 897056768 162509 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31347/tid=31350] ppid=31346 vsize=876032 CPUtime=736.66 cores=0,2,4,6
/proc/31347/task/31350/stat : 31350 (priss) R 31346 31346 30862 0 -1 4202560 34304 0 0 0 73630 36 0 0 25 0 5 0 594361004 897056768 162509 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591727 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31347/tid=31351] ppid=31346 vsize=876032 CPUtime=733.27 cores=0,2,4,6
/proc/31347/task/31351/stat : 31351 (priss) R 31346 31346 30862 0 -1 4202560 57087 0 0 0 73253 74 0 0 25 0 5 0 594361005 897056768 162509 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591722 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31347/tid=31352] ppid=31346 vsize=876032 CPUtime=736.61 cores=0,2,4,6
/proc/31347/task/31352/stat : 31352 (priss) R 31346 31346 30862 0 -1 4202560 40631 0 0 0 73625 36 0 0 25 0 5 0 594361005 897056768 162509 33554432000 4194304 5787044 140735826748960 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2942.62
Current children cumulated vsize (KiB) 884732

[startup+743.101 s]
/proc/loadavg: 8.17 8.13 8.06 9/188 31372
/proc/meminfo: memFree=22104460/32950928 swapFree=67071984/67111528
[pid=31346] ppid=31344 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31346/stat : 31346 (prissAuto.sh) S 31344 31346 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594361003 8908800 252 33554432000 4194304 4922060 140733407965392 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31346/statm: 2175 252 211 178 0 68 0
[pid=31347] ppid=31346 vsize=876032 CPUtime=2968.16 cores=0,2,4,6
/proc/31347/stat : 31347 (priss) S 31346 31346 30862 0 -1 4202496 170085 0 0 0 296636 180 0 0 25 0 5 0 594361003 897056768 162536 33554432000 4194304 5787044 140735826748960 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31347/statm: 219008 162536 420 389 0 214758 0
[pid=31347/tid=31349] ppid=31346 vsize=876032 CPUtime=742.42 cores=0,2,4,6
/proc/31347/task/31349/stat : 31349 (priss) R 31346 31346 30862 0 -1 4202560 35293 0 0 0 74210 32 0 0 25 0 5 0 594361004 897056768 162536 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591304 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31347/tid=31350] ppid=31346 vsize=876032 CPUtime=743.06 cores=0,2,4,6
/proc/31347/task/31350/stat : 31350 (priss) R 31346 31346 30862 0 -1 4202560 34304 0 0 0 74269 37 0 0 25 0 5 0 594361004 897056768 162536 33554432000 4194304 5787044 140735826748960 18446744073709551615 4255030 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31347/tid=31351] ppid=31346 vsize=876032 CPUtime=739.63 cores=0,2,4,6
/proc/31347/task/31351/stat : 31351 (priss) R 31346 31346 30862 0 -1 4202560 57092 0 0 0 73889 74 0 0 25 0 5 0 594361005 897056768 162536 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31347/tid=31352] ppid=31346 vsize=876032 CPUtime=743.01 cores=0,2,4,6
/proc/31347/task/31352/stat : 31352 (priss) R 31346 31346 30862 0 -1 4202560 40650 0 0 0 74265 36 0 0 25 0 5 0 594361005 897056768 162536 33554432000 4194304 5787044 140735826748960 18446744073709551615 5528375 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2968.16
Current children cumulated vsize (KiB) 884732

[startup+746.3 s]
/proc/loadavg: 8.15 8.13 8.06 9/188 31372
/proc/meminfo: memFree=22102708/32950928 swapFree=67071984/67111528
[pid=31346] ppid=31344 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31346/stat : 31346 (prissAuto.sh) S 31344 31346 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594361003 8908800 252 33554432000 4194304 4922060 140733407965392 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31346/statm: 2175 252 211 178 0 68 0
[pid=31347] ppid=31346 vsize=876032 CPUtime=2980.94 cores=0,2,4,6
/proc/31347/stat : 31347 (priss) S 31346 31346 30862 0 -1 4202496 170089 0 0 0 297914 180 0 0 25 0 5 0 594361003 897056768 162540 33554432000 4194304 5787044 140735826748960 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31347/statm: 219008 162540 420 389 0 214758 0
[pid=31347/tid=31349] ppid=31346 vsize=876032 CPUtime=745.62 cores=0,2,4,6
/proc/31347/task/31349/stat : 31349 (priss) R 31346 31346 30862 0 -1 4202560 35294 0 0 0 74530 32 0 0 25 0 5 0 594361004 897056768 162540 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591236 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31347/tid=31350] ppid=31346 vsize=876032 CPUtime=746.26 cores=0,2,4,6
/proc/31347/task/31350/stat : 31350 (priss) R 31346 31346 30862 0 -1 4202560 34304 0 0 0 74589 37 0 0 25 0 5 0 594361004 897056768 162540 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591088 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31347/tid=31351] ppid=31346 vsize=876032 CPUtime=742.82 cores=0,2,4,6
/proc/31347/task/31351/stat : 31351 (priss) R 31346 31346 30862 0 -1 4202560 57095 0 0 0 74208 74 0 0 25 0 5 0 594361005 897056768 162540 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31347/tid=31352] ppid=31346 vsize=876032 CPUtime=746.21 cores=0,2,4,6
/proc/31347/task/31352/stat : 31352 (priss) R 31346 31346 30862 0 -1 4202560 40650 0 0 0 74585 36 0 0 25 0 5 0 594361005 897056768 162540 33554432000 4194304 5787044 140735826748960 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2980.94
Current children cumulated vsize (KiB) 884732

[startup+747.101 s]
/proc/loadavg: 8.15 8.13 8.06 9/188 31372
/proc/meminfo: memFree=22101592/32950928 swapFree=67071984/67111528
[pid=31346] ppid=31344 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31346/stat : 31346 (prissAuto.sh) S 31344 31346 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594361003 8908800 252 33554432000 4194304 4922060 140733407965392 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31346/statm: 2175 252 211 178 0 68 0
[pid=31347] ppid=31346 vsize=876032 CPUtime=2984.14 cores=0,2,4,6
/proc/31347/stat : 31347 (priss) S 31346 31346 30862 0 -1 4202496 170120 0 0 0 298234 180 0 0 25 0 5 0 594361003 897056768 162571 33554432000 4194304 5787044 140735826748960 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31347/statm: 219008 162571 420 389 0 214758 0
[pid=31347/tid=31349] ppid=31346 vsize=876032 CPUtime=746.42 cores=0,2,4,6
/proc/31347/task/31349/stat : 31349 (priss) R 31346 31346 30862 0 -1 4202560 35294 0 0 0 74610 32 0 0 25 0 5 0 594361004 897056768 162571 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31347/tid=31350] ppid=31346 vsize=876032 CPUtime=747.06 cores=0,2,4,6
/proc/31347/task/31350/stat : 31350 (priss) R 31346 31346 30862 0 -1 4202560 34304 0 0 0 74669 37 0 0 25 0 5 0 594361004 897056768 162571 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31347/tid=31351] ppid=31346 vsize=876032 CPUtime=743.61 cores=0,2,4,6
/proc/31347/task/31351/stat : 31351 (priss) R 31346 31346 30862 0 -1 4202560 57125 0 0 0 74287 74 0 0 25 0 5 0 594361005 897056768 162571 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591768 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31347/tid=31352] ppid=31346 vsize=876032 CPUtime=747.01 cores=0,2,4,6
/proc/31347/task/31352/stat : 31352 (priss) R 31346 31346 30862 0 -1 4202560 40651 0 0 0 74665 36 0 0 25 0 5 0 594361005 897056768 162571 33554432000 4194304 5787044 140735826748960 18446744073709551615 5527140 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2984.14
Current children cumulated vsize (KiB) 884732

[startup+747.501 s]
/proc/loadavg: 8.15 8.13 8.06 9/188 31372
/proc/meminfo: memFree=22101592/32950928 swapFree=67071984/67111528
[pid=31346] ppid=31344 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31346/stat : 31346 (prissAuto.sh) S 31344 31346 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594361003 8908800 252 33554432000 4194304 4922060 140733407965392 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31346/statm: 2175 252 211 178 0 68 0
[pid=31347] ppid=31346 vsize=876032 CPUtime=2985.74 cores=0,2,4,6
/proc/31347/stat : 31347 (priss) S 31346 31346 30862 0 -1 4202496 170169 0 0 0 298394 180 0 0 25 0 5 0 594361003 897056768 162620 33554432000 4194304 5787044 140735826748960 18446744073709551615 260917217713 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0
/proc/31347/statm: 219008 162620 420 389 0 214758 0
[pid=31347/tid=31349] ppid=31346 vsize=876032 CPUtime=746.82 cores=0,2,4,6
/proc/31347/task/31349/stat : 31349 (priss) R 31346 31346 30862 0 -1 4202560 35294 0 0 0 74650 32 0 0 25 0 5 0 594361004 897056768 162620 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591630 0 0 4096 0 0 0 0 -1 2 0 0 0
[pid=31347/tid=31350] ppid=31346 vsize=876032 CPUtime=747.46 cores=0,2,4,6
/proc/31347/task/31350/stat : 31350 (priss) R 31346 31346 30862 0 -1 4202560 34304 0 0 0 74709 37 0 0 25 0 5 0 594361004 897056768 162620 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591284 0 0 4096 0 0 0 0 -1 4 0 0 0
[pid=31347/tid=31351] ppid=31346 vsize=876032 CPUtime=744.01 cores=0,2,4,6
/proc/31347/task/31351/stat : 31351 (priss) R 31346 31346 30862 0 -1 4202560 57171 0 0 0 74327 74 0 0 25 0 5 0 594361005 897056768 162620 33554432000 4194304 5787044 140735826748960 18446744073709551615 5591649 0 0 4096 0 0 0 0 -1 6 0 0 0
[pid=31347/tid=31352] ppid=31346 vsize=876032 CPUtime=747.41 cores=0,2,4,6
/proc/31347/task/31352/stat : 31352 (priss) R 31346 31346 30862 0 -1 4202560 40654 0 0 0 74705 36 0 0 25 0 5 0 594361005 897056768 162620 33554432000 4194304 5787044 140735826748960 18446744073709551615 5528446 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2985.74
Current children cumulated vsize (KiB) 884732

[startup+747.901 s]
/proc/loadavg: 8.14 8.13 8.05 7/188 31372
/proc/meminfo: memFree=22101096/32950928 swapFree=67071984/67111528
[pid=31346] ppid=31344 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/31346/stat : 31346 (prissAuto.sh) S 31344 31346 30862 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 594361003 8908800 252 33554432000 4194304 4922060 140733407965392 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31346/statm: 2175 252 211 178 0 68 0
[pid=31347] ppid=31346 vsize=871876 CPUtime=2987.05 cores=0,2,4,6
/proc/31347/stat : 31347 (priss) S 31346 31346 30862 0 -1 4202496 170184 0 0 0 298479 226 0 0 17 0 2 0 594361003 892801024 160544 33554432000 4194304 5787044 140735826748960 18446744073709551615 260917196773 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/31347/statm: 217969 160544 434 389 0 213719 0
[pid=31347/tid=31352] ppid=31346 vsize=871876 CPUtime=747.79 cores=0,2,4,6
/proc/31347/task/31352/stat : 31352 (priss) R 31346 31346 30862 0 -1 4202560 40654 0 0 0 74737 42 0 0 18 0 2 0 594361005 892801024 160544 33554432000 4194304 5787044 140735826748960 18446744073709551615 260905051922 0 0 4096 0 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2987.05
Current children cumulated vsize (KiB) 880576

Child status: 20
Real time (s): 747.944
CPU time (s): 2987.1
CPU user time (s): 2984.81
CPU system time (s): 2.29065
CPU usage (%): 399.375
Max. virtual memory (cumulated for all children) (KiB): 884732

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

runsolver used 1.15082 second user time and 2.92955 second system time

The end

Launcher Data

Begin job on node116 at 2011-04-29 03:41:43
IDJOB=3282534
IDBENCH=70818
IDSOLVER=1602
FILE ID=node116/3282534-1304041303
RUNJOBID= node116-1304036428-30880
PBS_JOBID= 13170355
Free space on /tmp= 72512 MiB

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

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

MD5SUM BENCH= e1a6f3a7c69cc7fbec84aac478eb151a
RANDOM SEED=865741530

node116.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      23468012 kB
Buffers:       1893608 kB
Cached:        6900284 kB
SwapCached:       9732 kB
Active:        4543896 kB
Inactive:      4517580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      23468012 kB
SwapTotal:    67111528 kB
SwapFree:     67071984 kB
Dirty:            1980 kB
Writeback:           0 kB
AnonPages:      261164 kB
Mapped:          14616 kB
Slab:           358552 kB
PageTables:       5296 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   487012 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 72508 MiB
End job on node116 at 2011-04-29 03:54:11