Trace number 3362361

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
SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20? (exit code) 3965.68 1024.65

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark333.205
Satisfiable
(Un)Satisfiability was proved
Number of variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

Solver Data

0.00/0.00	c Parsing...
1.49/1.51	c ==============================================================================
1.49/1.51	c |           |     ORIGINAL     |              LEARNT              |          |
1.49/1.51	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.49/1.51	c ==============================================================================
1.49/1.51	c |         0 | 3634676 10547960 | 1090402       0        0     nan |  0.000 % |
23.79/23.80	c |         0 | 3532144 10927904 |      --       0       --      -- |     --   | -102383/383223
23.79/23.80	c ==============================================================================
23.79/23.80	c Result  :   #vars: 168000   #clauses: 3532144   #literals: 10927904
23.79/23.80	c CPU time:   23.5564 s
23.79/23.80	c ==============================================================================
3965.61/1024.62	HOME/manysat.sh: line 55: 26840 Segmentation fault      (core dumped) $MS -verbosity=0 $TMP.cnf $TMP.result -$AIMD $AIMD_FLAG "$@"

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: 961)

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-3362361-1305301920/watcher-3362361-1305301920 -o /tmp/evaluation-result-3362361-1305301920/solver-3362361-1305301920 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362361-1305301920.cnf aimd 1 

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.11 7.89 7.98 2/365 26834
/proc/meminfo: memFree=19725184/32951124 swapFree=66341972/67111528
[pid=26834] ppid=26832 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26834/stat : 26834 (manysat.sh) S 26832 26834 25977 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 622607881 8908800 250 33554432000 4194304 4922060 140737020290784 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26834/statm: 2175 250 209 178 0 68 0

[startup+0.0428151 s]
/proc/loadavg: 7.11 7.89 7.98 2/365 26834
/proc/meminfo: memFree=19725184/32951124 swapFree=66341972/67111528
[pid=26834] ppid=26832 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26834/stat : 26834 (manysat.sh) S 26832 26834 25977 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 622607881 8908800 250 33554432000 4194304 4922060 140737020290784 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26834/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100807 s]
/proc/loadavg: 7.11 7.89 7.98 2/365 26834
/proc/meminfo: memFree=19725184/32951124 swapFree=66341972/67111528
[pid=26834] ppid=26832 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26834/stat : 26834 (manysat.sh) S 26832 26834 25977 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 622607881 8908800 250 33554432000 4194304 4922060 140737020290784 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26834/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.30077 s]
/proc/loadavg: 7.11 7.89 7.98 2/365 26834
/proc/meminfo: memFree=19725184/32951124 swapFree=66341972/67111528
[pid=26834] ppid=26832 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26834/stat : 26834 (manysat.sh) S 26832 26834 25977 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 622607881 8908800 250 33554432000 4194304 4922060 140737020290784 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26834/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700694 s]
/proc/loadavg: 7.11 7.89 7.98 2/365 26834
/proc/meminfo: memFree=19725184/32951124 swapFree=66341972/67111528
[pid=26834] ppid=26832 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26834/stat : 26834 (manysat.sh) S 26832 26834 25977 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 622607881 8908800 250 33554432000 4194304 4922060 140737020290784 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26834/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50054 s]
/proc/loadavg: 7.11 7.89 7.98 3/367 26836
/proc/meminfo: memFree=19483996/32951124 swapFree=66341972/67111528
[pid=26834] ppid=26832 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26834/stat : 26834 (manysat.sh) S 26832 26834 25977 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 622607881 8908800 250 33554432000 4194304 4922060 140737020290784 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26834/statm: 2175 250 209 178 0 68 0
[pid=26835] ppid=26834 vsize=235328 CPUtime=1.49 cores=1,3,5,7
/proc/26835/stat : 26835 (SatElite) R 26834 26834 25977 0 -1 4202496 56772 0 0 0 133 16 0 0 25 0 1 0 622607882 240975872 56727 33554432000 134512640 135034092 4290085632 18446744073709551615 134542711 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/26835/statm: 58832 56728 52 128 0 58702 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 244028

[startup+3.10024 s]
/proc/loadavg: 7.11 7.89 7.98 6/370 26839
/proc/meminfo: memFree=19341124/32951124 swapFree=66341972/67111528
[pid=26834] ppid=26832 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26834/stat : 26834 (manysat.sh) S 26832 26834 25977 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 622607881 8908800 250 33554432000 4194304 4922060 140737020290784 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26834/statm: 2175 250 209 178 0 68 0
[pid=26835] ppid=26834 vsize=267936 CPUtime=3.09 cores=1,3,5,7
/proc/26835/stat : 26835 (SatElite) R 26834 26834 25977 0 -1 4202496 72043 0 0 0 291 18 0 0 25 0 1 0 622607882 274366464 64353 33554432000 134512640 135034092 4290085632 18446744073709551615 134540941 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/26835/statm: 66984 64353 68 128 0 66854 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 276636

[startup+6.30064 s]
/proc/loadavg: 6.94 7.84 7.97 6/370 26839
/proc/meminfo: memFree=19299256/32951124 swapFree=66341972/67111528
[pid=26834] ppid=26832 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26834/stat : 26834 (manysat.sh) S 26832 26834 25977 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 622607881 8908800 250 33554432000 4194304 4922060 140737020290784 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26834/statm: 2175 250 209 178 0 68 0
[pid=26835] ppid=26834 vsize=304952 CPUtime=6.29 cores=1,3,5,7
/proc/26835/stat : 26835 (SatElite) R 26834 26834 25977 0 -1 4202496 77315 0 0 0 609 20 0 0 25 0 1 0 622607882 312270848 69625 33554432000 134512640 135034092 4290085632 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/26835/statm: 76238 69625 68 128 0 76108 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 313652

[startup+12.7004 s]
/proc/loadavg: 6.79 7.79 7.95 6/370 26839
/proc/meminfo: memFree=19238152/32951124 swapFree=66341972/67111528
[pid=26834] ppid=26832 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26834/stat : 26834 (manysat.sh) S 26832 26834 25977 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 622607881 8908800 250 33554432000 4194304 4922060 140737020290784 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26834/statm: 2175 250 209 178 0 68 0
[pid=26835] ppid=26834 vsize=358992 CPUtime=12.69 cores=1,3,5,7
/proc/26835/stat : 26835 (SatElite) R 26834 26834 25977 0 -1 4202496 87111 0 0 0 1247 22 0 0 25 0 1 0 622607882 367607808 78772 33554432000 134512640 135034092 4290085632 18446744073709551615 134540704 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/26835/statm: 89748 78772 68 128 0 89618 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 367692

[startup+25.501 s]
/proc/loadavg: 6.39 7.65 7.90 6/370 26839
/proc/meminfo: memFree=19195260/32951124 swapFree=66341972/67111528
[pid=26834] ppid=26832 vsize=8700 CPUtime=0 cores=1,3,5,7
/proc/26834/stat : 26834 (manysat.sh) S 26832 26834 25977 0 -1 4202496 331 0 0 0 0 0 0 0 23 0 1 0 622607881 8908800 250 33554432000 4194304 4922060 140737020290784 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/26834/statm: 2175 250 209 178 0 68 0
[pid=26835] ppid=26834 vsize=312440 CPUtime=25.49 cores=1,3,5,7
/proc/26835/stat : 26835 (SatElite) R 26834 26834 25977 0 -1 4202496 95066 0 0 0 2518 31 0 0 25 0 1 0 622607882 319938560 71403 33554432000 134512640 135034092 4290085632 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/26835/statm: 78110 71403 69 128 0 77980 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 321140

[startup+51.1011 s]
/proc/loadavg: 6.77 7.63 7.89 9/373 26844
/proc/meminfo: memFree=18553740/32951124 swapFree=66341972/67111528
[pid=26834] ppid=26832 vsize=8700 CPUtime=26 cores=1,3,5,7
/proc/26834/stat : 26834 (manysat.sh) S 26832 26834 25977 0 -1 4202496 357 95069 0 0 0 0 2566 34 18 0 1 0 622607881 8908800 253 33554432000 4194304 4922060 140737020290784 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26834/statm: 2175 253 209 178 0 68 0
[pid=26840] ppid=26834 vsize=913848 CPUtime=88.31 cores=1,3,5,7
/proc/26840/stat : 26840 (manysat1.1_stat) R 26834 26834 25977 0 -1 4202496 216196 0 0 0 8785 46 0 0 25 0 4 0 622610483 935780352 216093 33554432000 134512640 135305190 4290297520 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26840/statm: 228462 216093 84 194 0 228266 0
[pid=26840/tid=26841] ppid=26834 vsize=913848 CPUtime=21.18 cores=1,3,5,7
/proc/26840/task/26841/stat : 26841 (manysat1.1_stat) R 26834 26834 25977 0 -1 4202560 4611 0 0 0 2113 5 0 0 25 0 4 0 622610871 935780352 216093 33554432000 134512640 135305190 4290297520 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=26840/tid=26842] ppid=26834 vsize=913848 CPUtime=21.16 cores=1,3,5,7
/proc/26840/task/26842/stat : 26842 (manysat1.1_stat) R 26834 26834 25977 0 -1 4202560 11699 0 0 0 2109 7 0 0 25 0 4 0 622610871 935780352 216093 33554432000 134512640 135305190 4290297520 18446744073709551615 134555229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=26840/tid=26843] ppid=26834 vsize=913848 CPUtime=21.14 cores=1,3,5,7
/proc/26840/task/26843/stat : 26843 (manysat1.1_stat) R 26834 26834 25977 0 -1 4202560 3636 0 0 0 2110 4 0 0 25 0 4 0 622610871 935780352 216093 33554432000 134512640 135305190 4290297520 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 114.31
Current children cumulated vsize (KiB) 922548

[startup+102.314 s]
/proc/loadavg: 7.52 7.70 7.90 9/373 26845
/proc/meminfo: memFree=18105340/32951124 swapFree=66341972/67111528
[pid=26834] ppid=26832 vsize=8700 CPUtime=26 cores=1,3,5,7
/proc/26834/stat : 26834 (manysat.sh) S 26832 26834 25977 0 -1 4202496 357 95069 0 0 0 0 2566 34 18 0 1 0 622607881 8908800 253 33554432000 4194304 4922060 140737020290784 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26834/statm: 2175 253 209 178 0 68 0
[pid=26840] ppid=26834 vsize=1123500 CPUtime=292.53 cores=1,3,5,7
/proc/26840/stat : 26840 (manysat1.1_stat) R 26834 26834 25977 0 -1 4202496 268203 0 0 0 29180 73 0 0 25 0 4 0 622610483 1150464000 268092 33554432000 134512640 135305190 4290297520 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26840/statm: 280875 268092 84 194 0 280679 0
[pid=26840/tid=26841] ppid=26834 vsize=1123500 CPUtime=72.38 cores=1,3,5,7
/proc/26840/task/26841/stat : 26841 (manysat1.1_stat) R 26834 26834 25977 0 -1 4202560 9866 0 0 0 7230 8 0 0 25 0 4 0 622610871 1150464000 268092 33554432000 134512640 135305190 4290297520 18446744073709551615 134528388 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=26840/tid=26842] ppid=26834 vsize=1123500 CPUtime=72.38 cores=1,3,5,7
/proc/26840/task/26842/stat : 26842 (manysat1.1_stat) R 26834 26834 25977 0 -1 4202560 49138 0 0 0 7213 25 0 0 25 0 4 0 622610871 1150464000 268092 33554432000 134512640 135305190 4290297520 18446744073709551615 134552908 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=26840/tid=26843] ppid=26834 vsize=1123500 CPUtime=72.34 cores=1,3,5,7
/proc/26840/task/26843/stat : 26843 (manysat1.1_stat) R 26834 26834 25977 0 -1 4202560 8653 0 0 0 7227 7 0 0 25 0 4 0 622610871 1150464000 268092 33554432000 134512640 135305190 4290297520 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 318.53
Current children cumulated vsize (KiB) 1132200

[startup+162.301 s]
/proc/loadavg: 7.92 7.79 7.91 9/373 26847
/proc/meminfo: memFree=17540972/32951124 swapFree=66341972/67111528
[pid=26834] ppid=26832 vsize=8700 CPUtime=26 cores=1,3,5,7
/proc/26834/stat : 26834 (manysat.sh) S 26832 26834 25977 0 -1 4202496 357 95069 0 0 0 0 2566 34 18 0 1 0 622607881 8908800 253 33554432000 4194304 4922060 140737020290784 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26834/statm: 2175 253 209 178 0 68 0
[pid=26840] ppid=26834 vsize=1433076 CPUtime=531.7 cores=1,3,5,7
/proc/26840/stat : 26840 (manysat1.1_stat) R 26834 26834 25977 0 -1 4202496 345495 0 0 0 53054 116 0 0 25 0 4 0 622610483 1467469824 345384 33554432000 134512640 135305190 4290297520 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26840/statm: 358269 345384 84 194 0 358073 0
[pid=26840/tid=26841] ppid=26834 vsize=1433076 CPUtime=132.36 cores=1,3,5,7
/proc/26840/task/26841/stat : 26841 (manysat1.1_stat) R 26834 26834 25977 0 -1 4202560 15844 0 0 0 13223 13 0 0 25 0 4 0 622610871 1467469824 345384 33554432000 134512640 135305190 4290297520 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=26840/tid=26842] ppid=26834 vsize=1433076 CPUtime=132.33 cores=1,3,5,7
/proc/26840/task/26842/stat : 26842 (manysat1.1_stat) R 26834 26834 25977 0 -1 4202560 115146 0 0 0 13176 57 0 0 25 0 4 0 622610871 1467469824 345384 33554432000 134512640 135305190 4290297520 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=26840/tid=26843] ppid=26834 vsize=1433076 CPUtime=132.33 cores=1,3,5,7
/proc/26840/task/26843/stat : 26843 (manysat1.1_stat) R 26834 26834 25977 0 -1 4202560 10027 0 0 0 13223 10 0 0 25 0 4 0 622610871 1467469824 345384 33554432000 134512640 135305190 4290297520 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 557.7
Current children cumulated vsize (KiB) 1441776

[startup+222.301 s]
/proc/loadavg: 7.97 7.82 7.91 9/373 26849
/proc/meminfo: memFree=17164224/32951124 swapFree=66341972/67111528
[pid=26834] ppid=26832 vsize=8700 CPUtime=26 cores=1,3,5,7
/proc/26834/stat : 26834 (manysat.sh) S 26832 26834 25977 0 -1 4202496 357 95069 0 0 0 0 2566 34 18 0 1 0 622607881 8908800 253 33554432000 4194304 4922060 140737020290784 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26834/statm: 2175 253 209 178 0 68 0
[pid=26840] ppid=26834 vsize=1541932 CPUtime=770.95 cores=1,3,5,7
/proc/26840/stat : 26840 (manysat1.1_stat) R 26834 26834 25977 0 -1 4202496 372268 0 0 0 76956 139 0 0 25 0 4 0 622610483 1578938368 372157 33554432000 134512640 135305190 4290297520 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 7 0 0 0
/proc/26840/statm: 385483 372157 84 194 0 385287 0
[pid=26840/tid=26841] ppid=26834 vsize=1541932 CPUtime=192.34 cores=1,3,5,7
/proc/26840/task/26841/stat : 26841 (manysat1.1_stat) R 26834 26834 25977 0 -1 4202560 20430 0 0 0 19217 17 0 0 25 0 4 0 622610871 1578938368 372157 33554432000 134512640 135305190 4290297520 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=26840/tid=26842] ppid=26834 vsize=1541932 CPUtime=192.33 cores=1,3,5,7
/proc/26840/task/26842/stat : 26842 (manysat1.1_stat) R 26834 26834 25977 0 -1 4202560 133558 0 0 0 19160 73 0 0 25 0 4 0 622610871 1578938368 372157 33554432000 134512640 135305190 4290297520 18446744073709551615 134551639 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=26840/tid=26843] ppid=26834 vsize=1541932 CPUtime=192.32 cores=1,3,5,7
/proc/26840/task/26843/stat : 26843 (manysat1.1_stat) R 26834 26834 25977 0 -1 4202560 11804 0 0 0 19221 11 0 0 25 0 4 0 622610871 1578938368 372157 33554432000 134512640 135305190 4290297520 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 796.95
Current children cumulated vsize (KiB) 1550632

[startup+282.3 s]
/proc/loadavg: 8.02 7.87 7.92 9/373 26850
/proc/meminfo: memFree=16732912/32951124 swapFree=66341972/67111528
[pid=26834] ppid=26832 vsize=8700 CPUtime=26 cores=1,3,5,7

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

[pid=26834] ppid=26832 vsize=8700 CPUtime=26 cores=1,3,5,7
/proc/26834/stat : 26834 (manysat.sh) S 26832 26834 25977 0 -1 4202496 357 95069 0 0 0 0 2566 34 18 0 1 0 622607881 8908800 253 33554432000 4194304 4922060 140737020290784 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26834/statm: 2175 253 209 178 0 68 0
[pid=26840] ppid=26834 vsize=3860716 CPUtime=3642.17 cores=1,3,5,7
/proc/26840/stat : 26840 (manysat1.1_stat) R 26834 26834 25977 0 -1 4202496 948671 0 0 0 363674 543 0 0 25 0 4 0 622610483 3953373184 948560 33554432000 134512640 135305190 4290297520 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/26840/statm: 965179 948560 84 194 0 964983 0
[pid=26840/tid=26841] ppid=26834 vsize=3860716 CPUtime=909.82 cores=1,3,5,7
/proc/26840/task/26841/stat : 26841 (manysat1.1_stat) R 26834 26834 25977 0 -1 4202560 62645 0 0 0 90928 54 0 0 25 0 4 0 622610871 3953373184 948560 33554432000 134512640 135305190 4290297520 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=26840/tid=26842] ppid=26834 vsize=3860716 CPUtime=909.94 cores=1,3,5,7
/proc/26840/task/26842/stat : 26842 (manysat1.1_stat) R 26834 26834 25977 0 -1 4202560 611746 0 0 0 90615 379 0 0 25 0 4 0 622610871 3953373184 948560 33554432000 134512640 135305190 4290297520 18446744073709551615 134551634 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=26840/tid=26843] ppid=26834 vsize=3860716 CPUtime=912.22 cores=1,3,5,7
/proc/26840/task/26843/stat : 26843 (manysat1.1_stat) R 26834 26834 25977 0 -1 4202560 31974 0 0 0 91188 34 0 0 25 0 4 0 622610871 3953373184 948560 33554432000 134512640 135305190 4290297520 18446744073709551615 134837683 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3668.17
Current children cumulated vsize (KiB) 3869416

[startup+1002.3 s]
/proc/loadavg: 8.15 7.98 7.94 9/373 26910
/proc/meminfo: memFree=15373184/32951124 swapFree=66341972/67111528
[pid=26834] ppid=26832 vsize=8700 CPUtime=26 cores=1,3,5,7
/proc/26834/stat : 26834 (manysat.sh) S 26832 26834 25977 0 -1 4202496 357 95069 0 0 0 0 2566 34 18 0 1 0 622607881 8908800 253 33554432000 4194304 4922060 140737020290784 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26834/statm: 2175 253 209 178 0 68 0
[pid=26840] ppid=26834 vsize=4128268 CPUtime=3881.46 cores=1,3,5,7
/proc/26840/stat : 26840 (manysat1.1_stat) R 26834 26834 25977 0 -1 4202496 1015076 0 0 0 387553 593 0 0 25 0 4 0 622610483 4227346432 1014965 33554432000 134512640 135305190 4290297520 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/26840/statm: 1032067 1014965 84 194 0 1031871 0
[pid=26840/tid=26841] ppid=26834 vsize=4128268 CPUtime=969.81 cores=1,3,5,7
/proc/26840/task/26841/stat : 26841 (manysat1.1_stat) R 26834 26834 25977 0 -1 4202560 68851 0 0 0 96922 59 0 0 25 0 4 0 622610871 4227346432 1014965 33554432000 134512640 135305190 4290297520 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=26840/tid=26842] ppid=26834 vsize=4128268 CPUtime=969.23 cores=1,3,5,7
/proc/26840/task/26842/stat : 26842 (manysat1.1_stat) R 26834 26834 25977 0 -1 4202560 663885 0 0 0 96509 414 0 0 25 0 4 0 622610871 4227346432 1014965 33554432000 134512640 135305190 4290297520 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=26840/tid=26843] ppid=26834 vsize=4128268 CPUtime=972.23 cores=1,3,5,7
/proc/26840/task/26843/stat : 26843 (manysat1.1_stat) R 26834 26834 25977 0 -1 4202560 35167 0 0 0 97185 38 0 0 25 0 4 0 622610871 4227346432 1014965 33554432000 134512640 135305190 4290297520 18446744073709551615 134528571 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3907.46
Current children cumulated vsize (KiB) 4136968

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

[startup+1011.1 s]
/proc/loadavg: 8.13 7.98 7.94 10/373 26911
/proc/meminfo: memFree=15318608/32951124 swapFree=66341972/67111528
[pid=26834] ppid=26832 vsize=8700 CPUtime=26 cores=1,3,5,7
/proc/26834/stat : 26834 (manysat.sh) S 26832 26834 25977 0 -1 4202496 357 95069 0 0 0 0 2566 34 18 0 1 0 622607881 8908800 253 33554432000 4194304 4922060 140737020290784 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26834/statm: 2175 253 209 178 0 68 0
[pid=26840] ppid=26834 vsize=4167420 CPUtime=3916.56 cores=1,3,5,7
/proc/26840/stat : 26840 (manysat1.1_stat) R 26834 26834 25977 0 -1 4202496 1024768 0 0 0 391055 601 0 0 25 0 4 0 622610483 4267438080 1024657 33554432000 134512640 135305190 4290297520 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/26840/statm: 1041855 1024657 84 194 0 1041659 0
[pid=26840/tid=26841] ppid=26834 vsize=4167420 CPUtime=978.62 cores=1,3,5,7
/proc/26840/task/26841/stat : 26841 (manysat1.1_stat) R 26834 26834 25977 0 -1 4202560 69592 0 0 0 97802 60 0 0 25 0 4 0 622610871 4267438080 1024657 33554432000 134512640 135305190 4290297520 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=26840/tid=26842] ppid=26834 vsize=4167420 CPUtime=977.93 cores=1,3,5,7
/proc/26840/task/26842/stat : 26842 (manysat1.1_stat) R 26834 26834 25977 0 -1 4202560 671490 0 0 0 97373 420 0 0 25 0 4 0 622610871 4267438080 1024657 33554432000 134512640 135305190 4290297520 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 7 0 0 0
[pid=26840/tid=26843] ppid=26834 vsize=4167420 CPUtime=981.02 cores=1,3,5,7
/proc/26840/task/26843/stat : 26843 (manysat1.1_stat) R 26834 26834 25977 0 -1 4202560 35641 0 0 0 98064 38 0 0 25 0 4 0 622610871 4267438080 1024657 33554432000 134512640 135305190 4290297520 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3942.56
Current children cumulated vsize (KiB) 4176120

[startup+1017.51 s]
/proc/loadavg: 8.12 7.98 7.94 6/373 26911
/proc/meminfo: memFree=13802948/32951124 swapFree=66341972/67111528
[pid=26834] ppid=26832 vsize=8700 CPUtime=26 cores=1,3,5,7
/proc/26834/stat : 26834 (manysat.sh) S 26832 26834 25977 0 -1 4202496 357 95069 0 0 0 0 2566 34 18 0 1 0 622607881 8908800 253 33554432000 4194304 4922060 140737020290784 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26834/statm: 2175 253 209 178 0 68 0
[pid=26840] ppid=26834 vsize=4184640 CPUtime=3936.14 cores=1,3,5,7
/proc/26840/stat : 26840 (manysat1.1_stat) D 26834 26834 25977 0 -1 4203524 1029853 0 0 0 392800 814 0 0 18 0 4 0 622610483 4285071360 1029535 33554432000 134512640 135305190 4290297520 18446744073709551615 134840784 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/26840/statm: 1046160 1029535 84 194 0 1045964 0
[pid=26840/tid=26841] ppid=26834 vsize=4184640 CPUtime=983.05 cores=1,3,5,7
/proc/26840/task/26841/stat : 26841 (manysat1.1_stat) D 26834 26834 25977 0 -1 4203588 70266 0 0 0 98239 66 0 0 18 0 4 0 622610871 4285071360 1029535 33554432000 134512640 135305190 4290297520 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 5 0 0 0
[pid=26840/tid=26842] ppid=26834 vsize=4184640 CPUtime=984.19 cores=1,3,5,7
/proc/26840/task/26842/stat : 26842 (manysat1.1_stat) R 26834 26834 25977 0 -1 4204096 674704 0 0 0 97804 615 0 0 19 0 4 0 622610871 4285071360 1029535 33554432000 134512640 135305190 4290297520 18446744073709551615 134563946 0 0 4096 3 0 0 0 -1 5 0 0 7
[pid=26840/tid=26843] ppid=26834 vsize=4184640 CPUtime=985.47 cores=1,3,5,7
/proc/26840/task/26843/stat : 26843 (manysat1.1_stat) D 26834 26834 25977 0 -1 4203588 36064 0 0 0 98504 43 0 0 18 0 4 0 622610871 4285071360 1029535 33554432000 134512640 135305190 4290297520 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3962.14
Current children cumulated vsize (KiB) 4193340

[startup+1020.7 s]
/proc/loadavg: 8.11 7.98 7.94 6/373 26911
/proc/meminfo: memFree=11663204/32951124 swapFree=66341972/67111528
[pid=26834] ppid=26832 vsize=8700 CPUtime=26 cores=1,3,5,7
/proc/26834/stat : 26834 (manysat.sh) S 26832 26834 25977 0 -1 4202496 357 95069 0 0 0 0 2566 34 18 0 1 0 622607881 8908800 253 33554432000 4194304 4922060 140737020290784 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26834/statm: 2175 253 209 178 0 68 0
[pid=26840] ppid=26834 vsize=4184640 CPUtime=3938.6 cores=1,3,5,7
/proc/26840/stat : 26840 (manysat1.1_stat) D 26834 26834 25977 0 -1 4203524 1029853 0 0 0 392800 1060 0 0 18 0 4 0 622610483 4285071360 1029535 33554432000 134512640 135305190 4290297520 18446744073709551615 134840784 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/26840/statm: 1046160 1029535 84 194 0 1045964 0
[pid=26840/tid=26841] ppid=26834 vsize=4184640 CPUtime=983.05 cores=1,3,5,7
/proc/26840/task/26841/stat : 26841 (manysat1.1_stat) D 26834 26834 25977 0 -1 4203588 70266 0 0 0 98239 66 0 0 18 0 4 0 622610871 4285071360 1029535 33554432000 134512640 135305190 4290297520 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 5 0 0 0
[pid=26840/tid=26842] ppid=26834 vsize=4184640 CPUtime=986.65 cores=1,3,5,7
/proc/26840/task/26842/stat : 26842 (manysat1.1_stat) R 26834 26834 25977 0 -1 4204096 674704 0 0 0 97804 861 0 0 19 0 4 0 622610871 4285071360 1029535 33554432000 134512640 135305190 4290297520 18446744073709551615 134563946 0 0 4096 3 0 0 0 -1 5 0 0 81
[pid=26840/tid=26843] ppid=26834 vsize=4184640 CPUtime=985.47 cores=1,3,5,7
/proc/26840/task/26843/stat : 26843 (manysat1.1_stat) D 26834 26834 25977 0 -1 4203588 36064 0 0 0 98504 43 0 0 18 0 4 0 622610871 4285071360 1029535 33554432000 134512640 135305190 4290297520 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3964.6
Current children cumulated vsize (KiB) 4193340

[startup+1022.3 s]
/proc/loadavg: 8.11 7.98 7.94 5/373 26911
/proc/meminfo: memFree=11477576/32951124 swapFree=66341972/67111528
[pid=26834] ppid=26832 vsize=8700 CPUtime=26 cores=1,3,5,7
/proc/26834/stat : 26834 (manysat.sh) S 26832 26834 25977 0 -1 4202496 357 95069 0 0 0 0 2566 34 18 0 1 0 622607881 8908800 253 33554432000 4194304 4922060 140737020290784 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26834/statm: 2175 253 209 178 0 68 0
[pid=26840] ppid=26834 vsize=4184640 CPUtime=3938.91 cores=1,3,5,7
/proc/26840/stat : 26840 (manysat1.1_stat) D 26834 26834 25977 0 -1 4203524 1029853 0 0 0 392800 1091 0 0 18 0 4 0 622610483 4285071360 1029535 33554432000 134512640 135305190 4290297520 18446744073709551615 134840784 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/26840/statm: 1046160 1029535 84 194 0 1045964 0
[pid=26840/tid=26841] ppid=26834 vsize=4184640 CPUtime=983.05 cores=1,3,5,7
/proc/26840/task/26841/stat : 26841 (manysat1.1_stat) D 26834 26834 25977 0 -1 4203588 70266 0 0 0 98239 66 0 0 18 0 4 0 622610871 4285071360 1029535 33554432000 134512640 135305190 4290297520 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 5 0 0 0
[pid=26840/tid=26842] ppid=26834 vsize=4184640 CPUtime=986.96 cores=1,3,5,7
/proc/26840/task/26842/stat : 26842 (manysat1.1_stat) R 26834 26834 25977 0 -1 4204096 674704 0 0 0 97804 892 0 0 18 0 4 0 622610871 4285071360 1029535 33554432000 134512640 135305190 4290297520 18446744073709551615 134563946 0 0 4096 3 0 0 0 -1 5 0 0 209
[pid=26840/tid=26843] ppid=26834 vsize=4184640 CPUtime=985.47 cores=1,3,5,7
/proc/26840/task/26843/stat : 26843 (manysat1.1_stat) D 26834 26834 25977 0 -1 4203588 36064 0 0 0 98504 43 0 0 18 0 4 0 622610871 4285071360 1029535 33554432000 134512640 135305190 4290297520 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3964.91
Current children cumulated vsize (KiB) 4193340

[startup+1023.9 s]
/proc/loadavg: 8.11 7.98 7.94 5/373 26911
/proc/meminfo: memFree=11343780/32951124 swapFree=66341972/67111528
[pid=26834] ppid=26832 vsize=8700 CPUtime=26 cores=1,3,5,7
/proc/26834/stat : 26834 (manysat.sh) S 26832 26834 25977 0 -1 4202496 357 95069 0 0 0 0 2566 34 18 0 1 0 622607881 8908800 253 33554432000 4194304 4922060 140737020290784 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26834/statm: 2175 253 209 178 0 68 0
[pid=26840] ppid=26834 vsize=4184640 CPUtime=3938.97 cores=1,3,5,7
/proc/26840/stat : 26840 (manysat1.1_stat) D 26834 26834 25977 0 -1 4203524 1029853 0 0 0 392800 1097 0 0 18 0 4 0 622610483 4285071360 1029535 33554432000 134512640 135305190 4290297520 18446744073709551615 134840784 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/26840/statm: 1046160 1029535 84 194 0 1045964 0
[pid=26840/tid=26841] ppid=26834 vsize=4184640 CPUtime=983.05 cores=1,3,5,7
/proc/26840/task/26841/stat : 26841 (manysat1.1_stat) D 26834 26834 25977 0 -1 4203588 70266 0 0 0 98239 66 0 0 18 0 4 0 622610871 4285071360 1029535 33554432000 134512640 135305190 4290297520 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 5 0 0 0
[pid=26840/tid=26842] ppid=26834 vsize=4184640 CPUtime=987.02 cores=1,3,5,7
/proc/26840/task/26842/stat : 26842 (manysat1.1_stat) D 26834 26834 25977 0 -1 4204096 674704 0 0 0 97804 898 0 0 18 0 4 0 622610871 4285071360 1029535 33554432000 134512640 135305190 4290297520 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 5 0 0 209
[pid=26840/tid=26843] ppid=26834 vsize=4184640 CPUtime=985.47 cores=1,3,5,7
/proc/26840/task/26843/stat : 26843 (manysat1.1_stat) D 26834 26834 25977 0 -1 4203588 36064 0 0 0 98504 43 0 0 18 0 4 0 622610871 4285071360 1029535 33554432000 134512640 135305190 4290297520 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3964.97
Current children cumulated vsize (KiB) 4193340

[startup+1024.3 s]
/proc/loadavg: 8.34 8.03 7.96 6/373 26911
/proc/meminfo: memFree=11311788/32951124 swapFree=66341972/67111528
[pid=26834] ppid=26832 vsize=8700 CPUtime=26 cores=1,3,5,7
/proc/26834/stat : 26834 (manysat.sh) S 26832 26834 25977 0 -1 4202496 357 95069 0 0 0 0 2566 34 18 0 1 0 622607881 8908800 253 33554432000 4194304 4922060 140737020290784 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26834/statm: 2175 253 209 178 0 68 0
[pid=26840] ppid=26834 vsize=4184640 CPUtime=3939.31 cores=1,3,5,7
/proc/26840/stat : 26840 (manysat1.1_stat) D 26834 26834 25977 0 -1 4203524 1029853 0 0 0 392800 1131 0 0 18 0 4 0 622610483 4285071360 1029535 33554432000 134512640 135305190 4290297520 18446744073709551615 134840784 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/26840/statm: 1046160 1029535 84 194 0 1045964 0
[pid=26840/tid=26841] ppid=26834 vsize=4184640 CPUtime=983.05 cores=1,3,5,7
/proc/26840/task/26841/stat : 26841 (manysat1.1_stat) D 26834 26834 25977 0 -1 4203588 70266 0 0 0 98239 66 0 0 18 0 4 0 622610871 4285071360 1029535 33554432000 134512640 135305190 4290297520 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 5 0 0 0
[pid=26840/tid=26842] ppid=26834 vsize=4184640 CPUtime=987.36 cores=1,3,5,7
/proc/26840/task/26842/stat : 26842 (manysat1.1_stat) R 26834 26834 25977 0 -1 4204096 674704 0 0 0 97804 932 0 0 18 0 4 0 622610871 4285071360 1029535 33554432000 134512640 135305190 4290297520 18446744073709551615 134563946 0 0 4096 3 0 0 0 -1 5 0 0 369
[pid=26840/tid=26843] ppid=26834 vsize=4184640 CPUtime=985.47 cores=1,3,5,7
/proc/26840/task/26843/stat : 26843 (manysat1.1_stat) D 26834 26834 25977 0 -1 4203588 36064 0 0 0 98504 43 0 0 18 0 4 0 622610871 4285071360 1029535 33554432000 134512640 135305190 4290297520 18446744073709551615 134868979 0 0 4096 3 18446744071562337734 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3965.31
Current children cumulated vsize (KiB) 4193340

[startup+1024.5 s]
/proc/loadavg: 8.34 8.03 7.96 6/373 26911
/proc/meminfo: memFree=11311788/32951124 swapFree=66341972/67111528
[pid=26834] ppid=26832 vsize=8700 CPUtime=26 cores=1,3,5,7
/proc/26834/stat : 26834 (manysat.sh) S 26832 26834 25977 0 -1 4202496 357 95069 0 0 0 0 2566 34 18 0 1 0 622607881 8908800 253 33554432000 4194304 4922060 140737020290784 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26834/statm: 2175 253 209 178 0 68 0
[pid=26840] ppid=26834 vsize=0 CPUtime=3939.51 cores=1,3,5,7
/proc/26840/stat : 26840 (manysat1.1_stat) Z 26834 26834 25977 0 -1 4203548 1029854 0 0 0 392800 1151 0 0 18 0 2 0 622610483 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/26840/statm: 0 0 0 0 0 0 0
[pid=26840/tid=26841] ppid=26834 vsize=0 CPUtime=983.09 cores=1,3,5,7
/proc/26840/task/26841/stat : 26841 (manysat1.1_stat) R 26834 26834 25977 0 -1 4203588 70266 0 0 0 98239 70 0 0 18 0 2 0 622610871 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3965.51
Current children cumulated vsize (KiB) 8700

[startup+1024.6 s]
/proc/loadavg: 8.34 8.03 7.96 6/373 26911
/proc/meminfo: memFree=11311788/32951124 swapFree=66341972/67111528
[pid=26834] ppid=26832 vsize=8700 CPUtime=26 cores=1,3,5,7
/proc/26834/stat : 26834 (manysat.sh) S 26832 26834 25977 0 -1 4202496 357 95069 0 0 0 0 2566 34 18 0 1 0 622607881 8908800 253 33554432000 4194304 4922060 140737020290784 18446744073709551615 264726224005 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/26834/statm: 2175 253 209 178 0 68 0
[pid=26840] ppid=26834 vsize=0 CPUtime=3939.61 cores=1,3,5,7
/proc/26840/stat : 26840 (manysat1.1_stat) Z 26834 26834 25977 0 -1 4203548 1029854 0 0 0 392800 1161 0 0 18 0 2 0 622610483 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 1 0 0 0
/proc/26840/statm: 0 0 0 0 0 0 0
[pid=26840/tid=26841] ppid=26834 vsize=0 CPUtime=983.19 cores=1,3,5,7
/proc/26840/task/26841/stat : 26841 (manysat1.1_stat) R 26834 26834 25977 0 -1 4203588 70266 0 0 0 98239 80 0 0 18 0 2 0 622610871 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 3965.61
Current children cumulated vsize (KiB) 8700

Child status: 139
Real time (s): 1024.65
CPU time (s): 3965.68
CPU user time (s): 3953.67
CPU system time (s): 12.0062
CPU usage (%): 387.029
Max. virtual memory (cumulated for all children) (KiB): 4193340

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

runsolver used 3.22151 second user time and 8.89265 second system time

The end

Launcher Data

Begin job on node141 at 2011-05-13 17:52:03
IDJOB=3362361
IDBENCH=85007
IDSOLVER=1838
FILE ID=node141/3362361-1305301920
RUNJOBID= node141-1305296391-25996
PBS_JOBID= 13321412
Free space on /tmp= 48704 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362361-1305301920/watcher-3362361-1305301920 -o /tmp/evaluation-result-3362361-1305301920/solver-3362361-1305301920 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362361-1305301920.cnf aimd 1

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=1578343706

node141.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.806
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.61
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.806
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	: 5362.96
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.806
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.806
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.806
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.84
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.806
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.806
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.806
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:      19725828 kB
Buffers:        213016 kB
Cached:        6099392 kB
SwapCached:      22860 kB
Active:        4760068 kB
Inactive:      8229216 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19725828 kB
SwapTotal:    67111528 kB
SwapFree:     66341972 kB
Dirty:          236612 kB
Writeback:           0 kB
AnonPages:     6660540 kB
Mapped:          19900 kB
Slab:           131992 kB
PageTables:      40932 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 87761092 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= 44640 MiB
End job on node141 at 2011-05-13 18:09:07