Trace number 3361846

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) 8129.01 2050.73

General information on the benchmark

Nameindustrial/anbulagan/
hard-sat/partial-10-17-s.cnf
MD5SUMf72920912a1bb14f90e9fea5dee0ec1c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark79.238
Satisfiable
(Un)Satisfiability was proved
Number of variables298900
Number of clauses1409628
Sum of the clauses size3261218
Maximum clause length10
Minimum clause length1
Number of clauses of size 122283
Number of clauses of size 21089480
Number of clauses of size 3242405
Number of clauses of size 46160
Number of clauses of size 524640
Number of clauses of size over 524660

Solver Data

0.00/0.00	c Parsing...
0.00/0.61	c ==============================================================================
0.00/0.61	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.61	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.61	c ==============================================================================
0.00/0.61	c |         0 | 1385857  3235805 |  415757       0        0     nan |  0.000 % |
4.99/5.06	c |         0 |  868292  2392233 |      --       0       --      -- |     --   | -256585/-254593
4.99/5.06	c ==============================================================================
4.99/5.06	c Result  :   #vars: 150440   #clauses: 868292   #literals: 2392233
4.99/5.06	c CPU time:   4.96225 s
4.99/5.06	c ==============================================================================
8128.96/2050.71	HOME/manysat.sh: line 55: 10368 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-3361846-1305296392/watcher-3361846-1305296392 -o /tmp/evaluation-result-3361846-1305296392/solver-3361846-1305296392 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3361846-1305296392.cnf aimd 1 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 40000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 40030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.04 0.02 0.00 1/294 10365
/proc/meminfo: memFree=12400660/32951124 swapFree=66050672/67111528
[pid=10365] ppid=10363 vsize=8700 CPUtime=0 cores=0-7
/proc/10365/stat : 10365 (manysat.sh) S 10363 10365 10339 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 641237246 8908800 250 33554432000 4194304 4922060 140733949124256 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10365/statm: 2175 250 209 178 0 68 0

[startup+0.035967 s]
/proc/loadavg: 0.04 0.02 0.00 1/294 10365
/proc/meminfo: memFree=12400660/32951124 swapFree=66050672/67111528
[pid=10365] ppid=10363 vsize=8700 CPUtime=0 cores=0-7
/proc/10365/stat : 10365 (manysat.sh) S 10363 10365 10339 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 641237246 8908800 250 33554432000 4194304 4922060 140733949124256 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10365/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100959 s]
/proc/loadavg: 0.04 0.02 0.00 1/294 10365
/proc/meminfo: memFree=12400660/32951124 swapFree=66050672/67111528
[pid=10365] ppid=10363 vsize=8700 CPUtime=0 cores=0-7
/proc/10365/stat : 10365 (manysat.sh) S 10363 10365 10339 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 641237246 8908800 250 33554432000 4194304 4922060 140733949124256 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10365/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300921 s]
/proc/loadavg: 0.04 0.02 0.00 1/294 10365
/proc/meminfo: memFree=12400660/32951124 swapFree=66050672/67111528
[pid=10365] ppid=10363 vsize=8700 CPUtime=0 cores=0-7
/proc/10365/stat : 10365 (manysat.sh) S 10363 10365 10339 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 641237246 8908800 250 33554432000 4194304 4922060 140733949124256 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10365/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700847 s]
/proc/loadavg: 0.04 0.02 0.00 1/294 10365
/proc/meminfo: memFree=12400660/32951124 swapFree=66050672/67111528
[pid=10365] ppid=10363 vsize=8700 CPUtime=0 cores=0-7
/proc/10365/stat : 10365 (manysat.sh) S 10363 10365 10339 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 641237246 8908800 250 33554432000 4194304 4922060 140733949124256 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10365/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.5007 s]
/proc/loadavg: 0.12 0.04 0.01 2/296 10367
/proc/meminfo: memFree=12258664/32951124 swapFree=66050672/67111528
[pid=10365] ppid=10363 vsize=8700 CPUtime=0 cores=0-7
/proc/10365/stat : 10365 (manysat.sh) S 10363 10365 10339 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 641237246 8908800 250 33554432000 4194304 4922060 140733949124256 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10365/statm: 2175 250 209 178 0 68 0
[pid=10366] ppid=10365 vsize=179568 CPUtime=1.49 cores=0-7
/proc/10366/stat : 10366 (SatElite) R 10365 10365 10339 0 -1 4202496 40002 0 0 0 142 7 0 0 25 0 1 0 641237246 183877632 36575 33554432000 134512640 135034092 4290200416 18446744073709551615 134566728 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/10366/statm: 44892 36575 68 128 0 44762 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 188268

[startup+3.1004 s]
/proc/loadavg: 0.12 0.04 0.01 2/296 10367
/proc/meminfo: memFree=12246760/32951124 swapFree=66050672/67111528
[pid=10365] ppid=10363 vsize=8700 CPUtime=0 cores=0-7
/proc/10365/stat : 10365 (manysat.sh) S 10363 10365 10339 0 -1 4202496 330 0 0 0 0 0 0 0 21 0 1 0 641237246 8908800 250 33554432000 4194304 4922060 140733949124256 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/10365/statm: 2175 250 209 178 0 68 0
[pid=10366] ppid=10365 vsize=195892 CPUtime=3.09 cores=0-7
/proc/10366/stat : 10366 (SatElite) R 10365 10365 10339 0 -1 4202496 44267 0 0 0 302 7 0 0 25 0 1 0 641237246 200593408 40110 33554432000 134512640 135034092 4290200416 18446744073709551615 134569526 0 0 4096 3 0 0 0 17 4 0 0 0
/proc/10366/statm: 48973 40110 68 128 0 48843 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 204592

[startup+6.30082 s]
/proc/loadavg: 0.12 0.04 0.01 2/296 10367
/proc/meminfo: memFree=12228112/32951124 swapFree=66050672/67111528
[pid=10365] ppid=10363 vsize=8700 CPUtime=5.6 cores=0-7
/proc/10365/stat : 10365 (manysat.sh) S 10363 10365 10339 0 -1 4202496 358 58740 0 0 0 0 548 12 18 0 1 0 641237246 8908800 253 33554432000 4194304 4922060 140733949124256 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/10365/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 8700

[startup+12.7006 s]
/proc/loadavg: 0.49 0.12 0.03 5/299 10372
/proc/meminfo: memFree=12124532/32951124 swapFree=66050672/67111528
[pid=10365] ppid=10363 vsize=8700 CPUtime=5.6 cores=0-7
/proc/10365/stat : 10365 (manysat.sh) S 10363 10365 10339 0 -1 4202496 358 58740 0 0 0 0 548 12 18 0 1 0 641237246 8908800 253 33554432000 4194304 4922060 140733949124256 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/10365/statm: 2175 253 209 178 0 68 0
[pid=10368] ppid=10365 vsize=293620 CPUtime=24.81 cores=0-7
/proc/10368/stat : 10368 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202496 62403 0 0 0 2453 28 0 0 18 0 4 0 641237810 300666880 62330 33554432000 134512640 135305190 4289333040 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/10368/statm: 73405 62330 84 194 0 73209 0
[pid=10368/tid=10369] ppid=10365 vsize=293620 CPUtime=5.95 cores=0-7
/proc/10368/task/10369/stat : 10369 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202560 1320 0 0 0 590 5 0 0 25 0 4 0 641237917 300666880 62330 33554432000 134512640 135305190 4289333040 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10368/tid=10370] ppid=10365 vsize=293620 CPUtime=5.93 cores=0-7
/proc/10368/task/10370/stat : 10370 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202560 1933 0 0 0 587 6 0 0 18 0 4 0 641237917 300666880 62330 33554432000 134512640 135305190 4289333040 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10368/tid=10371] ppid=10365 vsize=293620 CPUtime=5.92 cores=0-7
/proc/10368/task/10371/stat : 10371 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202560 1436 0 0 0 587 5 0 0 18 0 4 0 641237917 300666880 62330 33554432000 134512640 135305190 4289333040 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 30.41
Current children cumulated vsize (KiB) 302320

[startup+25.5012 s]
/proc/loadavg: 1.18 0.28 0.08 5/299 10372
/proc/meminfo: memFree=12091448/32951124 swapFree=66050672/67111528
[pid=10365] ppid=10363 vsize=8700 CPUtime=5.6 cores=0-7
/proc/10365/stat : 10365 (manysat.sh) S 10363 10365 10339 0 -1 4202496 358 58740 0 0 0 0 548 12 18 0 1 0 641237246 8908800 253 33554432000 4194304 4922060 140733949124256 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/10365/statm: 2175 253 209 178 0 68 0
[pid=10368] ppid=10365 vsize=327736 CPUtime=76.01 cores=0-7
/proc/10368/stat : 10368 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202496 70737 0 0 0 7567 34 0 0 18 0 4 0 641237810 335601664 70664 33554432000 134512640 135305190 4289333040 18446744073709551615 134530569 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10368/statm: 81934 70664 84 194 0 81738 0
[pid=10368/tid=10369] ppid=10365 vsize=327736 CPUtime=18.74 cores=0-7
/proc/10368/task/10369/stat : 10369 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202560 2732 0 0 0 1869 5 0 0 25 0 4 0 641237917 335601664 70664 33554432000 134512640 135305190 4289333040 18446744073709551615 134528987 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10368/tid=10370] ppid=10365 vsize=327736 CPUtime=18.72 cores=0-7
/proc/10368/task/10370/stat : 10370 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202560 4600 0 0 0 1865 7 0 0 18 0 4 0 641237917 335601664 70664 33554432000 134512640 135305190 4289333040 18446744073709551615 134551804 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10368/tid=10371] ppid=10365 vsize=327736 CPUtime=18.72 cores=0-7
/proc/10368/task/10371/stat : 10371 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202560 3197 0 0 0 1866 6 0 0 18 0 4 0 641237917 335601664 70664 33554432000 134512640 135305190 4289333040 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 81.61
Current children cumulated vsize (KiB) 336436

[startup+51.1005 s]
/proc/loadavg: 2.14 0.58 0.19 5/299 10373
/proc/meminfo: memFree=12008884/32951124 swapFree=66050672/67111528
[pid=10365] ppid=10363 vsize=8700 CPUtime=5.6 cores=0-7
/proc/10365/stat : 10365 (manysat.sh) S 10363 10365 10339 0 -1 4202496 358 58740 0 0 0 0 548 12 18 0 1 0 641237246 8908800 253 33554432000 4194304 4922060 140733949124256 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/10365/statm: 2175 253 209 178 0 68 0
[pid=10368] ppid=10365 vsize=409236 CPUtime=178.39 cores=0-7
/proc/10368/stat : 10368 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202496 91148 0 0 0 17798 41 0 0 18 0 4 0 641237810 419057664 91075 33554432000 134512640 135305190 4289333040 18446744073709551615 134528240 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10368/statm: 102309 91075 84 194 0 102113 0
[pid=10368/tid=10369] ppid=10365 vsize=409236 CPUtime=44.34 cores=0-7
/proc/10368/task/10369/stat : 10369 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202560 5830 0 0 0 4428 6 0 0 25 0 4 0 641237917 419057664 91075 33554432000 134512640 135305190 4289333040 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10368/tid=10370] ppid=10365 vsize=409236 CPUtime=44.32 cores=0-7
/proc/10368/task/10370/stat : 10370 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202560 12094 0 0 0 4422 10 0 0 18 0 4 0 641237917 419057664 91075 33554432000 134512640 135305190 4289333040 18446744073709551615 134551919 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10368/tid=10371] ppid=10365 vsize=409236 CPUtime=44.32 cores=0-7
/proc/10368/task/10371/stat : 10371 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202560 7713 0 0 0 4424 8 0 0 18 0 4 0 641237917 419057664 91075 33554432000 134512640 135305190 4289333040 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 183.99
Current children cumulated vsize (KiB) 417936

[startup+102.311 s]
/proc/loadavg: 3.34 1.16 0.41 5/299 10374
/proc/meminfo: memFree=11824856/32951124 swapFree=66050672/67111528
[pid=10365] ppid=10363 vsize=8700 CPUtime=5.6 cores=0-7
/proc/10365/stat : 10365 (manysat.sh) S 10363 10365 10339 0 -1 4202496 358 58740 0 0 0 0 548 12 18 0 1 0 641237246 8908800 253 33554432000 4194304 4922060 140733949124256 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/10365/statm: 2175 253 209 178 0 68 0
[pid=10368] ppid=10365 vsize=592940 CPUtime=383.23 cores=0-7
/proc/10368/stat : 10368 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202496 137067 0 0 0 38261 62 0 0 18 0 4 0 641237810 607170560 136994 33554432000 134512640 135305190 4289333040 18446744073709551615 134528235 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10368/statm: 148235 136994 84 194 0 148039 0
[pid=10368/tid=10369] ppid=10365 vsize=592940 CPUtime=95.54 cores=0-7
/proc/10368/task/10369/stat : 10369 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202560 12630 0 0 0 9545 9 0 0 25 0 4 0 641237917 607170560 136994 33554432000 134512640 135305190 4289333040 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10368/tid=10370] ppid=10365 vsize=592940 CPUtime=95.53 cores=0-7
/proc/10368/task/10370/stat : 10370 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202560 28379 0 0 0 9537 16 0 0 20 0 4 0 641237917 607170560 136994 33554432000 134512640 135305190 4289333040 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10368/tid=10371] ppid=10365 vsize=592940 CPUtime=95.52 cores=0-7
/proc/10368/task/10371/stat : 10371 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202560 18518 0 0 0 9539 13 0 0 20 0 4 0 641237917 607170560 136994 33554432000 134512640 135305190 4289333040 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 388.83
Current children cumulated vsize (KiB) 601640

[startup+162.301 s]
/proc/loadavg: 3.83 1.69 0.64 6/299 10376
/proc/meminfo: memFree=11693772/32951124 swapFree=66050672/67111528
[pid=10365] ppid=10363 vsize=8700 CPUtime=5.6 cores=0-7
/proc/10365/stat : 10365 (manysat.sh) S 10363 10365 10339 0 -1 4202496 358 58740 0 0 0 0 548 12 18 0 1 0 641237246 8908800 253 33554432000 4194304 4922060 140733949124256 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/10365/statm: 2175 253 209 178 0 68 0
[pid=10368] ppid=10365 vsize=726336 CPUtime=623.17 cores=0-7
/proc/10368/stat : 10368 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202496 170421 0 0 0 62242 75 0 0 20 0 4 0 641237810 743768064 170348 33554432000 134512640 135305190 4289333040 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10368/statm: 181584 170348 84 194 0 181388 0
[pid=10368/tid=10369] ppid=10365 vsize=726336 CPUtime=155.54 cores=0-7
/proc/10368/task/10369/stat : 10369 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202560 16882 0 0 0 15542 12 0 0 25 0 4 0 641237917 743768064 170348 33554432000 134512640 135305190 4289333040 18446744073709551615 134530636 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10368/tid=10370] ppid=10365 vsize=726336 CPUtime=155.52 cores=0-7
/proc/10368/task/10370/stat : 10370 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202560 41840 0 0 0 15533 19 0 0 25 0 4 0 641237917 743768064 170348 33554432000 134512640 135305190 4289333040 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10368/tid=10371] ppid=10365 vsize=726336 CPUtime=155.51 cores=0-7
/proc/10368/task/10371/stat : 10371 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202560 26020 0 0 0 15536 15 0 0 18 0 4 0 641237917 743768064 170348 33554432000 134512640 135305190 4289333040 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 628.77
Current children cumulated vsize (KiB) 735036

[startup+222.301 s]
/proc/loadavg: 3.94 2.11 0.84 5/299 10377
/proc/meminfo: memFree=11508252/32951124 swapFree=66050672/67111528
[pid=10365] ppid=10363 vsize=8700 CPUtime=5.6 cores=0-7
/proc/10365/stat : 10365 (manysat.sh) S 10363 10365 10339 0 -1 4202496 358 58740 0 0 0 0 548 12 18 0 1 0 641237246 8908800 253 33554432000 4194304 4922060 140733949124256 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/10365/statm: 2175 253 209 178 0 68 0
[pid=10368] ppid=10365 vsize=909524 CPUtime=863.16 cores=0-7
/proc/10368/stat : 10368 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202496 216179 0 0 0 86222 94 0 0 18 0 4 0 641237810 931352576 216106 33554432000 134512640 135305190 4289333040 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10368/statm: 227381 216106 84 194 0 227185 0
[pid=10368/tid=10369] ppid=10365 vsize=909524 CPUtime=215.53 cores=0-7
/proc/10368/task/10369/stat : 10369 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202560 24341 0 0 0 21538 15 0 0 25 0 4 0 641237917 931352576 216106 33554432000 134512640 135305190 4289333040 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=10368/tid=10370] ppid=10365 vsize=909524 CPUtime=215.52 cores=0-7
/proc/10368/task/10370/stat : 10370 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202560 55523 0 0 0 21527 25 0 0 18 0 4 0 641237917 931352576 216106 33554432000 134512640 135305190 4289333040 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0 0

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

/proc/10365/statm: 2175 253 209 178 0 68 0
[pid=10368] ppid=10365 vsize=3710952 CPUtime=7582.64 cores=0-7
/proc/10368/stat : 10368 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202496 915583 0 0 0 757770 494 0 0 25 0 4 0 641237810 3800014848 915510 33554432000 134512640 135305190 4289333040 18446744073709551615 134530575 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10368/statm: 927738 915510 84 194 0 927542 0
[pid=10368/tid=10369] ppid=10365 vsize=3710952 CPUtime=1895.37 cores=0-7
/proc/10368/task/10369/stat : 10369 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202560 153891 0 0 0 189448 89 0 0 25 0 4 0 641237917 3800014848 915510 33554432000 134512640 135305190 4289333040 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10368/tid=10370] ppid=10365 vsize=3710952 CPUtime=1895.49 cores=0-7
/proc/10368/task/10370/stat : 10370 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202560 253516 0 0 0 189422 127 0 0 25 0 4 0 641237917 3800014848 915510 33554432000 134512640 135305190 4289333040 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10368/tid=10371] ppid=10365 vsize=3710952 CPUtime=1895.34 cores=0-7
/proc/10368/task/10371/stat : 10371 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202560 228087 0 0 0 189408 126 0 0 18 0 4 0 641237917 3800014848 915510 33554432000 134512640 135305190 4289333040 18446744073709551615 134556789 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7588.24
Current children cumulated vsize (KiB) 3719652

[startup+1962.3 s]
/proc/loadavg: 4.04 4.03 3.51 5/299 10424
/proc/meminfo: memFree=8488360/32951124 swapFree=66050672/67111528
[pid=10365] ppid=10363 vsize=8700 CPUtime=5.6 cores=0-7
/proc/10365/stat : 10365 (manysat.sh) S 10363 10365 10339 0 -1 4202496 358 58740 0 0 0 0 548 12 18 0 1 0 641237246 8908800 253 33554432000 4194304 4922060 140733949124256 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/10365/statm: 2175 253 209 178 0 68 0
[pid=10368] ppid=10365 vsize=3927368 CPUtime=7822.68 cores=0-7
/proc/10368/stat : 10368 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202496 969479 0 0 0 781746 522 0 0 25 0 4 0 641237810 4021624832 969406 33554432000 134512640 135305190 4289333040 18446744073709551615 134551651 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10368/statm: 981842 969406 84 194 0 981646 0
[pid=10368/tid=10369] ppid=10365 vsize=3927368 CPUtime=1955.37 cores=0-7
/proc/10368/task/10369/stat : 10369 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202560 166547 0 0 0 195443 94 0 0 19 0 4 0 641237917 4021624832 969408 33554432000 134512640 135305190 4289333040 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10368/tid=10370] ppid=10365 vsize=3927368 CPUtime=1955.5 cores=0-7
/proc/10368/task/10370/stat : 10370 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202560 268175 0 0 0 195416 134 0 0 25 0 4 0 641237917 4021624832 969408 33554432000 134512640 135305190 4289333040 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10368/tid=10371] ppid=10365 vsize=3927368 CPUtime=1955.35 cores=0-7
/proc/10368/task/10371/stat : 10371 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202560 241758 0 0 0 195401 134 0 0 18 0 4 0 641237917 4021624832 969408 33554432000 134512640 135305190 4289333040 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7828.28
Current children cumulated vsize (KiB) 3936068

[startup+2022.3 s]
/proc/loadavg: 4.01 4.02 3.54 5/299 10425
/proc/meminfo: memFree=8276048/32951124 swapFree=66050672/67111528
[pid=10365] ppid=10363 vsize=8700 CPUtime=5.6 cores=0-7
/proc/10365/stat : 10365 (manysat.sh) S 10363 10365 10339 0 -1 4202496 358 58740 0 0 0 0 548 12 18 0 1 0 641237246 8908800 253 33554432000 4194304 4922060 140733949124256 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/10365/statm: 2175 253 209 178 0 68 0
[pid=10368] ppid=10365 vsize=4140560 CPUtime=8062.64 cores=0-7
/proc/10368/stat : 10368 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202496 1022871 0 0 0 805720 544 0 0 25 0 4 0 641237810 4239933440 1022798 33554432000 134512640 135305190 4289333040 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10368/statm: 1035140 1022798 84 194 0 1034944 0
[pid=10368/tid=10369] ppid=10365 vsize=4140560 CPUtime=2015.36 cores=0-7
/proc/10368/task/10369/stat : 10369 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202560 178866 0 0 0 201438 98 0 0 25 0 4 0 641237917 4239933440 1022798 33554432000 134512640 135305190 4289333040 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10368/tid=10370] ppid=10365 vsize=4140560 CPUtime=2015.49 cores=0-7
/proc/10368/task/10370/stat : 10370 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202560 280228 0 0 0 201411 138 0 0 25 0 4 0 641237917 4239933440 1022798 33554432000 134512640 135305190 4289333040 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10368/tid=10371] ppid=10365 vsize=4140560 CPUtime=2015.34 cores=0-7
/proc/10368/task/10371/stat : 10371 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202560 256942 0 0 0 201392 142 0 0 25 0 4 0 641237917 4239933440 1022798 33554432000 134512640 135305190 4289333040 18446744073709551615 134551656 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8068.24
Current children cumulated vsize (KiB) 4149260

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

[startup+2035.1 s]
/proc/loadavg: 4.01 4.02 3.54 5/299 10425
/proc/meminfo: memFree=8225944/32951124 swapFree=66050672/67111528
[pid=10365] ppid=10363 vsize=8700 CPUtime=5.6 cores=0-7
/proc/10365/stat : 10365 (manysat.sh) S 10363 10365 10339 0 -1 4202496 358 58740 0 0 0 0 548 12 18 0 1 0 641237246 8908800 253 33554432000 4194304 4922060 140733949124256 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/10365/statm: 2175 253 209 178 0 68 0
[pid=10368] ppid=10365 vsize=4188156 CPUtime=8113.85 cores=0-7
/proc/10368/stat : 10368 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202496 1035618 0 0 0 810827 558 0 0 18 0 4 0 641237810 4288671744 1035204 33554432000 134512640 135305190 4289333040 18446744073709551615 134840784 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10368/statm: 1047039 1035204 84 194 0 1046843 0
[pid=10368/tid=10369] ppid=10365 vsize=4188160 CPUtime=2028.17 cores=0-7
/proc/10368/task/10369/stat : 10369 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202560 181777 0 0 0 202716 101 0 0 18 0 4 0 641237917 4288675840 1035204 33554432000 134512640 135305190 4289333040 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0 0
[pid=10368/tid=10370] ppid=10365 vsize=4188160 CPUtime=2028.29 cores=0-7
/proc/10368/task/10370/stat : 10370 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202560 283195 0 0 0 202687 142 0 0 18 0 4 0 641237917 4288675840 1035205 33554432000 134512640 135305190 4289333040 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=10368/tid=10371] ppid=10365 vsize=4188164 CPUtime=2028.14 cores=0-7
/proc/10368/task/10371/stat : 10371 (manysat1.1_stat) R 10365 10365 10339 0 -1 4202560 260462 0 0 0 202669 145 0 0 18 0 4 0 641237917 4288679936 1035205 33554432000 134512640 135305190 4289333040 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8119.45
Current children cumulated vsize (KiB) 4196856

[startup+2041.5 s]
/proc/loadavg: 4.01 4.02 3.55 1/299 10426
/proc/meminfo: memFree=4563220/32951124 swapFree=66050672/67111528
[pid=10365] ppid=10363 vsize=8700 CPUtime=5.6 cores=0-7
/proc/10365/stat : 10365 (manysat.sh) S 10363 10365 10339 0 -1 4202496 358 58740 0 0 0 0 548 12 18 0 1 0 641237246 8908800 253 33554432000 4194304 4922060 140733949124256 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/10365/statm: 2175 253 209 178 0 68 0
[pid=10368] ppid=10365 vsize=4194296 CPUtime=8122.24 cores=0-7
/proc/10368/stat : 10368 (manysat1.1_stat) D 10365 10365 10339 0 -1 4203524 1037604 0 0 0 811196 1028 0 0 18 0 4 0 641237810 4294959104 1036732 33554432000 134512640 135305190 4289333040 18446744073709551615 134551804 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10368/statm: 1048574 1036732 84 194 0 1048378 0
[pid=10368/tid=10369] ppid=10365 vsize=4194296 CPUtime=2029.13 cores=0-7
/proc/10368/task/10369/stat : 10369 (manysat1.1_stat) D 10365 10365 10339 0 -1 4203588 182213 0 0 0 202808 105 0 0 18 0 4 0 641237917 4294959104 1036732 33554432000 134512640 135305190 4289333040 18446744073709551615 134528582 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=10368/tid=10370] ppid=10365 vsize=4194296 CPUtime=2033.79 cores=0-7
/proc/10368/task/10370/stat : 10370 (manysat1.1_stat) D 10365 10365 10339 0 -1 4204096 283610 0 0 0 202782 597 0 0 19 0 4 0 641237917 4294959104 1036732 33554432000 134512640 135305190 4289333040 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 0 0 0 80
[pid=10368/tid=10371] ppid=10365 vsize=4194296 CPUtime=2029.11 cores=0-7
/proc/10368/task/10371/stat : 10371 (manysat1.1_stat) D 10365 10365 10339 0 -1 4203588 260891 0 0 0 202762 149 0 0 18 0 4 0 641237917 4294959104 1036732 33554432000 134512640 135305190 4289333040 18446744073709551615 134528341 0 0 4096 3 18446744071562337734 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8127.84
Current children cumulated vsize (KiB) 4202996

[startup+2044.7 s]
/proc/loadavg: 4.01 4.02 3.55 1/299 10426
/proc/meminfo: memFree=4429444/32951124 swapFree=66050672/67111528
[pid=10365] ppid=10363 vsize=8700 CPUtime=5.6 cores=0-7
/proc/10365/stat : 10365 (manysat.sh) S 10363 10365 10339 0 -1 4202496 358 58740 0 0 0 0 548 12 18 0 1 0 641237246 8908800 253 33554432000 4194304 4922060 140733949124256 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/10365/statm: 2175 253 209 178 0 68 0
[pid=10368] ppid=10365 vsize=4194296 CPUtime=8122.41 cores=0-7
/proc/10368/stat : 10368 (manysat1.1_stat) D 10365 10365 10339 0 -1 4203524 1037604 0 0 0 811196 1045 0 0 18 0 4 0 641237810 4294959104 1036732 33554432000 134512640 135305190 4289333040 18446744073709551615 134551804 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10368/statm: 1048574 1036732 84 194 0 1048378 0
[pid=10368/tid=10369] ppid=10365 vsize=4194296 CPUtime=2029.13 cores=0-7
/proc/10368/task/10369/stat : 10369 (manysat1.1_stat) D 10365 10365 10339 0 -1 4203588 182213 0 0 0 202808 105 0 0 18 0 4 0 641237917 4294959104 1036732 33554432000 134512640 135305190 4289333040 18446744073709551615 134528582 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=10368/tid=10370] ppid=10365 vsize=4194296 CPUtime=2033.96 cores=0-7
/proc/10368/task/10370/stat : 10370 (manysat1.1_stat) D 10365 10365 10339 0 -1 4204096 283610 0 0 0 202782 614 0 0 18 0 4 0 641237917 4294959104 1036732 33554432000 134512640 135305190 4289333040 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 4 0 0 241
[pid=10368/tid=10371] ppid=10365 vsize=4194296 CPUtime=2029.11 cores=0-7
/proc/10368/task/10371/stat : 10371 (manysat1.1_stat) D 10365 10365 10339 0 -1 4203588 260891 0 0 0 202762 149 0 0 18 0 4 0 641237917 4294959104 1036732 33554432000 134512640 135305190 4289333040 18446744073709551615 134528341 0 0 4096 3 18446744071562337734 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8128.01
Current children cumulated vsize (KiB) 4202996

[startup+2047.9 s]
/proc/loadavg: 4.33 4.09 3.57 1/299 10426
/proc/meminfo: memFree=4035460/32951124 swapFree=66050672/67111528
[pid=10365] ppid=10363 vsize=8700 CPUtime=5.6 cores=0-7
/proc/10365/stat : 10365 (manysat.sh) S 10363 10365 10339 0 -1 4202496 358 58740 0 0 0 0 548 12 18 0 1 0 641237246 8908800 253 33554432000 4194304 4922060 140733949124256 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/10365/statm: 2175 253 209 178 0 68 0
[pid=10368] ppid=10365 vsize=4194296 CPUtime=8122.94 cores=0-7
/proc/10368/stat : 10368 (manysat1.1_stat) D 10365 10365 10339 0 -1 4203524 1037604 0 0 0 811196 1098 0 0 18 0 4 0 641237810 4294959104 1036732 33554432000 134512640 135305190 4289333040 18446744073709551615 134551804 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10368/statm: 1048574 1036732 84 194 0 1048378 0
[pid=10368/tid=10369] ppid=10365 vsize=4194296 CPUtime=2029.13 cores=0-7
/proc/10368/task/10369/stat : 10369 (manysat1.1_stat) D 10365 10365 10339 0 -1 4203588 182213 0 0 0 202808 105 0 0 18 0 4 0 641237917 4294959104 1036732 33554432000 134512640 135305190 4289333040 18446744073709551615 134528582 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=10368/tid=10370] ppid=10365 vsize=4194296 CPUtime=2034.48 cores=0-7
/proc/10368/task/10370/stat : 10370 (manysat1.1_stat) D 10365 10365 10339 0 -1 4204096 283610 0 0 0 202782 666 0 0 18 0 4 0 641237917 4294959104 1036732 33554432000 134512640 135305190 4289333040 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 2 0 0 568
[pid=10368/tid=10371] ppid=10365 vsize=4194296 CPUtime=2029.11 cores=0-7
/proc/10368/task/10371/stat : 10371 (manysat1.1_stat) D 10365 10365 10339 0 -1 4203588 260891 0 0 0 202762 149 0 0 18 0 4 0 641237917 4294959104 1036732 33554432000 134512640 135305190 4289333040 18446744073709551615 134528341 0 0 4096 3 18446744071562337734 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8128.54
Current children cumulated vsize (KiB) 4202996

[startup+2049.5 s]
/proc/loadavg: 4.33 4.09 3.57 1/299 10426
/proc/meminfo: memFree=3905804/32951124 swapFree=66050672/67111528
[pid=10365] ppid=10363 vsize=8700 CPUtime=5.6 cores=0-7
/proc/10365/stat : 10365 (manysat.sh) S 10363 10365 10339 0 -1 4202496 358 58740 0 0 0 0 548 12 18 0 1 0 641237246 8908800 253 33554432000 4194304 4922060 140733949124256 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/10365/statm: 2175 253 209 178 0 68 0
[pid=10368] ppid=10365 vsize=4194296 CPUtime=8123.12 cores=0-7
/proc/10368/stat : 10368 (manysat1.1_stat) D 10365 10365 10339 0 -1 4203524 1037604 0 0 0 811196 1116 0 0 18 0 4 0 641237810 4294959104 1036732 33554432000 134512640 135305190 4289333040 18446744073709551615 134551804 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10368/statm: 1048574 1036732 84 194 0 1048378 0
[pid=10368/tid=10369] ppid=10365 vsize=4194296 CPUtime=2029.13 cores=0-7
/proc/10368/task/10369/stat : 10369 (manysat1.1_stat) D 10365 10365 10339 0 -1 4203588 182213 0 0 0 202808 105 0 0 18 0 4 0 641237917 4294959104 1036732 33554432000 134512640 135305190 4289333040 18446744073709551615 134528582 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=10368/tid=10370] ppid=10365 vsize=4194296 CPUtime=2034.67 cores=0-7
/proc/10368/task/10370/stat : 10370 (manysat1.1_stat) D 10365 10365 10339 0 -1 4204096 283610 0 0 0 202782 685 0 0 18 0 4 0 641237917 4294959104 1036732 33554432000 134512640 135305190 4289333040 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 0 0 0 733
[pid=10368/tid=10371] ppid=10365 vsize=4194296 CPUtime=2029.11 cores=0-7
/proc/10368/task/10371/stat : 10371 (manysat1.1_stat) D 10365 10365 10339 0 -1 4203588 260891 0 0 0 202762 149 0 0 18 0 4 0 641237917 4294959104 1036732 33554432000 134512640 135305190 4289333040 18446744073709551615 134528341 0 0 4096 3 18446744071562337734 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8128.72
Current children cumulated vsize (KiB) 4202996

[startup+2050.3 s]
/proc/loadavg: 4.54 4.13 3.59 1/299 10426
/proc/meminfo: memFree=3905804/32951124 swapFree=66050672/67111528
[pid=10365] ppid=10363 vsize=8700 CPUtime=5.6 cores=0-7
/proc/10365/stat : 10365 (manysat.sh) S 10363 10365 10339 0 -1 4202496 358 58740 0 0 0 0 548 12 18 0 1 0 641237246 8908800 253 33554432000 4194304 4922060 140733949124256 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/10365/statm: 2175 253 209 178 0 68 0
[pid=10368] ppid=10365 vsize=4194296 CPUtime=8123.12 cores=0-7
/proc/10368/stat : 10368 (manysat1.1_stat) D 10365 10365 10339 0 -1 4203524 1037604 0 0 0 811196 1116 0 0 18 0 4 0 641237810 4294959104 1036732 33554432000 134512640 135305190 4289333040 18446744073709551615 134551804 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10368/statm: 1048574 1036732 84 194 0 1048378 0
[pid=10368/tid=10369] ppid=10365 vsize=4194296 CPUtime=2029.13 cores=0-7
/proc/10368/task/10369/stat : 10369 (manysat1.1_stat) D 10365 10365 10339 0 -1 4203588 182213 0 0 0 202808 105 0 0 18 0 4 0 641237917 4294959104 1036732 33554432000 134512640 135305190 4289333040 18446744073709551615 134528582 0 0 4096 3 18446744071562337734 0 0 -1 1 0 0 0
[pid=10368/tid=10370] ppid=10365 vsize=4194296 CPUtime=2034.67 cores=0-7
/proc/10368/task/10370/stat : 10370 (manysat1.1_stat) D 10365 10365 10339 0 -1 4204096 283610 0 0 0 202782 685 0 0 18 0 4 0 641237917 4294959104 1036732 33554432000 134512640 135305190 4289333040 18446744073709551615 134563946 0 0 4096 3 18446744071562154983 0 0 -1 0 0 0 733
[pid=10368/tid=10371] ppid=10365 vsize=4194296 CPUtime=2029.11 cores=0-7
/proc/10368/task/10371/stat : 10371 (manysat1.1_stat) D 10365 10365 10339 0 -1 4203588 260891 0 0 0 202762 149 0 0 18 0 4 0 641237917 4294959104 1036732 33554432000 134512640 135305190 4289333040 18446744073709551615 134528341 0 0 4096 3 18446744071562337734 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 8128.72
Current children cumulated vsize (KiB) 4202996

[startup+2050.7 s]
/proc/loadavg: 4.54 4.13 3.59 1/299 10426
/proc/meminfo: memFree=3905804/32951124 swapFree=66050672/67111528
[pid=10365] ppid=10363 vsize=8700 CPUtime=5.6 cores=0-7
/proc/10365/stat : 10365 (manysat.sh) S 10363 10365 10339 0 -1 4202496 358 58740 0 0 0 0 548 12 18 0 1 0 641237246 8908800 253 33554432000 4194304 4922060 140733949124256 18446744073709551615 255377120389 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/10365/statm: 2175 253 209 178 0 68 0
[pid=10368] ppid=10365 vsize=0 CPUtime=8123.36 cores=0-7
/proc/10368/stat : 10368 (manysat1.1_stat) R 10365 10365 10339 0 -1 4203524 1037605 0 0 0 811196 1140 0 0 18 0 1 0 641237810 0 0 33554432000 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/10368/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 8128.96
Current children cumulated vsize (KiB) 8700

Child status: 139
Real time (s): 2050.73
CPU time (s): 8129.01
CPU user time (s): 8117.45
CPU system time (s): 11.5522
CPU usage (%): 396.396
Max. virtual memory (cumulated for all children) (KiB): 4202996

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

runsolver used 5.40818 second user time and 13.242 second system time

The end

Launcher Data

Begin job on node135 at 2011-05-13 16:19:54
IDJOB=3361846
IDBENCH=20349
IDSOLVER=1839
FILE ID=node135/3361846-1305296392
RUNJOBID= node135-1305296391-10353
PBS_JOBID= 13321418
Free space on /tmp= 46392 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/anbulagan/hard-sat/partial-10-17-s.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361846-1305296392/watcher-3361846-1305296392 -o /tmp/evaluation-result-3361846-1305296392/solver-3361846-1305296392 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3361846-1305296392.cnf aimd 1

TIME LIMIT= 40000 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= f72920912a1bb14f90e9fea5dee0ec1c
RANDOM SEED=185670963

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      12401072 kB
Buffers:        214736 kB
Cached:        5690344 kB
SwapCached:      50684 kB
Active:        9814588 kB
Inactive:     10499680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      12401072 kB
SwapTotal:    67111528 kB
SwapFree:     66050672 kB
Dirty:           27104 kB
Writeback:           0 kB
AnonPages:    14363792 kB
Mapped:          18380 kB
Slab:           127784 kB
PageTables:      46368 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 57030644 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 42340 MiB
End job on node135 at 2011-05-13 16:54:05