Trace number 3361858

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-20UNSAT 11498.6 2935.75

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/dated-5-13-u.cnf
MD5SUM45ee13b66821e6c36f3e38be418fa121
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1218.25
Satisfiable
(Un)Satisfiability was proved
Number of variables138808
Number of clauses626501
Sum of the clauses size1431026
Maximum clause length10
Minimum clause length1
Number of clauses of size 111712
Number of clauses of size 2503953
Number of clauses of size 384536
Number of clauses of size 42920
Number of clauses of size 511680
Number of clauses of size over 511700

Solver Data

0.00/0.00	c Parsing...
0.00/0.29	c ==============================================================================
0.00/0.29	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.29	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.29	c ==============================================================================
0.00/0.29	c |         0 |  614789  1419314 |  184436       0        0     nan |  0.000 % |
2.39/2.43	c |         0 |  248601   661061 |      --       0       --      -- |     --   | -225959/-441263
2.39/2.43	c ==============================================================================
2.39/2.43	c Result  :   #vars: 44244   #clauses: 248601   #literals: 661061
2.39/2.43	c CPU time:   2.38464 s
2.39/2.43	c ==============================================================================
11498.57/2935.71	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
11498.57/2935.71	c ============================[ Problem Statistics ]=============================
11498.57/2935.71	c |                                                                             |
11498.57/2935.71	c threadId              : 2
11498.57/2935.71	c restarts              : 25
11498.57/2935.71	c conflicts             : 3684014        (321 /sec)
11498.57/2935.71	c decisions             : 4364828        (0.87 % random) (380 /sec)
11498.57/2935.71	c propagations          : 3111721956     (270723 /sec)
11498.57/2935.71	c conflict literals     : 136981946      (39.33 % deleted)
11498.57/2935.71	c Memory used           : 681.26 MB
11498.57/2935.71	c CPU time              : 11494.1 s
11498.57/2935.71	
11498.57/2935.71	c --->m=4, e=8, aimd=1, HOME/12404_many.cnf	time: 2873.53	conflicts: 3684014      
11498.57/2935.74	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 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-3361858-1305296393/watcher-3361858-1305296393 -o /tmp/evaluation-result-3361858-1305296393/solver-3361858-1305296393 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3361858-1305296393.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.00 0.00 0.00 1/288 12404
/proc/meminfo: memFree=8456680/32951124 swapFree=63649232/67111528
[pid=12404] ppid=12402 vsize=8700 CPUtime=0 cores=0-7
/proc/12404/stat : 12404 (manysat.sh) S 12402 12404 12378 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 641237871 8908800 249 33554432000 4194304 4922060 140734800638480 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12404/statm: 2175 249 209 178 0 68 0

[startup+0.034033 s]
/proc/loadavg: 0.00 0.00 0.00 1/288 12404
/proc/meminfo: memFree=8456680/32951124 swapFree=63649232/67111528
[pid=12404] ppid=12402 vsize=8700 CPUtime=0 cores=0-7
/proc/12404/stat : 12404 (manysat.sh) S 12402 12404 12378 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 641237871 8908800 249 33554432000 4194304 4922060 140734800638480 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12404/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.101026 s]
/proc/loadavg: 0.00 0.00 0.00 1/288 12404
/proc/meminfo: memFree=8456680/32951124 swapFree=63649232/67111528
[pid=12404] ppid=12402 vsize=8700 CPUtime=0 cores=0-7
/proc/12404/stat : 12404 (manysat.sh) S 12402 12404 12378 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 641237871 8908800 249 33554432000 4194304 4922060 140734800638480 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12404/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300992 s]
/proc/loadavg: 0.00 0.00 0.00 1/288 12404
/proc/meminfo: memFree=8456680/32951124 swapFree=63649232/67111528
[pid=12404] ppid=12402 vsize=8700 CPUtime=0 cores=0-7
/proc/12404/stat : 12404 (manysat.sh) S 12402 12404 12378 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 641237871 8908800 249 33554432000 4194304 4922060 140734800638480 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12404/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.700923 s]
/proc/loadavg: 0.00 0.00 0.00 1/288 12404
/proc/meminfo: memFree=8456680/32951124 swapFree=63649232/67111528
[pid=12404] ppid=12402 vsize=8700 CPUtime=0 cores=0-7
/proc/12404/stat : 12404 (manysat.sh) S 12402 12404 12378 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 641237871 8908800 249 33554432000 4194304 4922060 140734800638480 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12404/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.50079 s]
/proc/loadavg: 0.00 0.00 0.00 2/290 12406
/proc/meminfo: memFree=8388712/32951124 swapFree=63649232/67111528
[pid=12404] ppid=12402 vsize=8700 CPUtime=0 cores=0-7
/proc/12404/stat : 12404 (manysat.sh) S 12402 12404 12378 0 -1 4202496 328 0 0 0 0 0 0 0 20 0 1 0 641237871 8908800 249 33554432000 4194304 4922060 140734800638480 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/12404/statm: 2175 249 209 178 0 68 0
[pid=12405] ppid=12404 vsize=89536 CPUtime=1.49 cores=0-7
/proc/12405/stat : 12405 (SatElite) R 12404 12404 12378 0 -1 4202496 19686 0 0 0 146 3 0 0 25 0 1 0 641237871 91684864 17827 33554432000 134512640 135034092 4294292976 18446744073709551615 134671558 0 0 4096 3 0 0 0 17 0 0 0 0
/proc/12405/statm: 22384 17827 68 128 0 22254 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 98236

[startup+3.10052 s]
/proc/loadavg: 0.00 0.00 0.00 2/290 12406
/proc/meminfo: memFree=8381152/32951124 swapFree=63649232/67111528
[pid=12404] ppid=12402 vsize=8700 CPUtime=2.6 cores=0-7
/proc/12404/stat : 12404 (manysat.sh) S 12402 12404 12378 0 -1 4202496 355 27383 0 0 0 0 255 5 18 0 1 0 641237871 8908800 252 33554432000 4194304 4922060 140734800638480 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12404/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 2.6
Current children cumulated vsize (KiB) 8700

[startup+6.30098 s]
/proc/loadavg: 0.16 0.03 0.01 5/293 12410
/proc/meminfo: memFree=8377404/32951124 swapFree=63649232/67111528
[pid=12404] ppid=12402 vsize=8700 CPUtime=2.6 cores=0-7
/proc/12404/stat : 12404 (manysat.sh) S 12402 12404 12378 0 -1 4202496 355 27383 0 0 0 0 255 5 18 0 1 0 641237871 8908800 252 33554432000 4194304 4922060 140734800638480 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12404/statm: 2175 252 209 178 0 68 0
[pid=12407] ppid=12404 vsize=107780 CPUtime=13.48 cores=0-7
/proc/12407/stat : 12407 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202496 17915 0 0 0 1339 9 0 0 18 0 4 0 641238132 110366720 17856 33554432000 134512640 135305190 4290634384 18446744073709551615 134556720 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12407/statm: 26945 17856 84 194 0 26749 0
[pid=12407/tid=12408] ppid=12404 vsize=107780 CPUtime=3.3 cores=0-7
/proc/12407/task/12408/stat : 12408 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202560 392 0 0 0 329 1 0 0 18 0 4 0 641238163 110366720 17856 33554432000 134512640 135305190 4290634384 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12407/tid=12409] ppid=12404 vsize=107780 CPUtime=3.27 cores=0-7
/proc/12407/task/12409/stat : 12409 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202560 396 0 0 0 326 1 0 0 18 0 4 0 641238163 110366720 17856 33554432000 134512640 135305190 4290634384 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12407/tid=12410] ppid=12404 vsize=107780 CPUtime=3.29 cores=0-7
/proc/12407/task/12410/stat : 12410 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202560 396 0 0 0 327 2 0 0 18 0 4 0 641238163 110366720 17856 33554432000 134512640 135305190 4290634384 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 16.08
Current children cumulated vsize (KiB) 116480

[startup+12.7009 s]
/proc/loadavg: 0.47 0.10 0.03 5/293 12410
/proc/meminfo: memFree=8367428/32951124 swapFree=63649232/67111528
[pid=12404] ppid=12402 vsize=8700 CPUtime=2.6 cores=0-7
/proc/12404/stat : 12404 (manysat.sh) S 12402 12404 12378 0 -1 4202496 355 27383 0 0 0 0 255 5 18 0 1 0 641237871 8908800 252 33554432000 4194304 4922060 140734800638480 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12404/statm: 2175 252 209 178 0 68 0
[pid=12407] ppid=12404 vsize=118044 CPUtime=39.08 cores=0-7
/proc/12407/stat : 12407 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202496 20433 0 0 0 3898 10 0 0 18 0 4 0 641238132 120877056 20374 33554432000 134512640 135305190 4290634384 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12407/statm: 29511 20374 84 194 0 29315 0
[pid=12407/tid=12408] ppid=12404 vsize=118044 CPUtime=9.71 cores=0-7
/proc/12407/task/12408/stat : 12408 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202560 827 0 0 0 969 2 0 0 25 0 4 0 641238163 120877056 20374 33554432000 134512640 135305190 4290634384 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12407/tid=12409] ppid=12404 vsize=118044 CPUtime=9.67 cores=0-7
/proc/12407/task/12409/stat : 12409 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202560 1314 0 0 0 966 1 0 0 18 0 4 0 641238163 120877056 20374 33554432000 134512640 135305190 4290634384 18446744073709551615 134528237 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12407/tid=12410] ppid=12404 vsize=118044 CPUtime=9.68 cores=0-7
/proc/12407/task/12410/stat : 12410 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202560 1007 0 0 0 966 2 0 0 18 0 4 0 641238163 120877056 20374 33554432000 134512640 135305190 4290634384 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 41.68
Current children cumulated vsize (KiB) 126744

[startup+25.5007 s]
/proc/loadavg: 1.25 0.29 0.09 5/293 12410
/proc/meminfo: memFree=8346284/32951124 swapFree=63649232/67111528
[pid=12404] ppid=12402 vsize=8700 CPUtime=2.6 cores=0-7
/proc/12404/stat : 12404 (manysat.sh) S 12402 12404 12378 0 -1 4202496 355 27383 0 0 0 0 255 5 18 0 1 0 641237871 8908800 252 33554432000 4194304 4922060 140734800638480 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12404/statm: 2175 252 209 178 0 68 0
[pid=12407] ppid=12404 vsize=140108 CPUtime=90.27 cores=0-7
/proc/12407/stat : 12407 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202496 25899 0 0 0 9013 14 0 0 19 0 4 0 641238132 143470592 25840 33554432000 134512640 135305190 4290634384 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12407/statm: 35027 25840 84 194 0 34831 0
[pid=12407/tid=12408] ppid=12404 vsize=140108 CPUtime=22.5 cores=0-7
/proc/12407/task/12408/stat : 12408 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202560 1886 0 0 0 2248 2 0 0 25 0 4 0 641238163 143470592 25840 33554432000 134512640 135305190 4290634384 18446744073709551615 134528283 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12407/tid=12409] ppid=12404 vsize=140108 CPUtime=22.47 cores=0-7
/proc/12407/task/12409/stat : 12409 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202560 3060 0 0 0 2245 2 0 0 19 0 4 0 641238163 143470592 25840 33554432000 134512640 135305190 4290634384 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12407/tid=12410] ppid=12404 vsize=140108 CPUtime=22.47 cores=0-7
/proc/12407/task/12410/stat : 12410 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202560 2206 0 0 0 2244 3 0 0 18 0 4 0 641238163 143470592 25840 33554432000 134512640 135305190 4290634384 18446744073709551615 134548623 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 92.87
Current children cumulated vsize (KiB) 148808

[startup+51.1004 s]
/proc/loadavg: 2.19 0.59 0.20 5/293 12411
/proc/meminfo: memFree=8322720/32951124 swapFree=63649232/67111528
[pid=12404] ppid=12402 vsize=8700 CPUtime=2.6 cores=0-7
/proc/12404/stat : 12404 (manysat.sh) S 12402 12404 12378 0 -1 4202496 355 27383 0 0 0 0 255 5 18 0 1 0 641237871 8908800 252 33554432000 4194304 4922060 140734800638480 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12404/statm: 2175 252 209 178 0 68 0
[pid=12407] ppid=12404 vsize=164292 CPUtime=192.65 cores=0-7
/proc/12407/stat : 12407 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202496 31696 0 0 0 19245 20 0 0 18 0 4 0 641238132 168235008 31637 33554432000 134512640 135305190 4290634384 18446744073709551615 134528319 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12407/statm: 41073 31637 84 194 0 40877 0
[pid=12407/tid=12408] ppid=12404 vsize=164292 CPUtime=48.09 cores=0-7
/proc/12407/task/12408/stat : 12408 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202560 3115 0 0 0 4805 4 0 0 18 0 4 0 641238163 168235008 31637 33554432000 134512640 135305190 4290634384 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=12407/tid=12409] ppid=12404 vsize=164292 CPUtime=48.06 cores=0-7
/proc/12407/task/12409/stat : 12409 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202560 5052 0 0 0 4803 3 0 0 19 0 4 0 641238163 168235008 31637 33554432000 134512640 135305190 4290634384 18446744073709551615 134528573 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12407/tid=12410] ppid=12404 vsize=164292 CPUtime=48.07 cores=0-7
/proc/12407/task/12410/stat : 12410 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202560 3416 0 0 0 4802 5 0 0 25 0 4 0 641238163 168235008 31637 33554432000 134512640 135305190 4290634384 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 195.25
Current children cumulated vsize (KiB) 172992

[startup+102.311 s]
/proc/loadavg: 3.21 1.11 0.39 5/293 12413
/proc/meminfo: memFree=8285120/32951124 swapFree=63649232/67111528
[pid=12404] ppid=12402 vsize=8700 CPUtime=2.6 cores=0-7
/proc/12404/stat : 12404 (manysat.sh) S 12402 12404 12378 0 -1 4202496 355 27383 0 0 0 0 255 5 18 0 1 0 641237871 8908800 252 33554432000 4194304 4922060 140734800638480 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12404/statm: 2175 252 209 178 0 68 0
[pid=12407] ppid=12404 vsize=203532 CPUtime=397.47 cores=0-7
/proc/12407/stat : 12407 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202496 41145 0 0 0 39717 30 0 0 25 0 4 0 641238132 208416768 41086 33554432000 134512640 135305190 4290634384 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12407/statm: 50883 41086 84 194 0 50687 0
[pid=12407/tid=12408] ppid=12404 vsize=203532 CPUtime=99.29 cores=0-7
/proc/12407/task/12408/stat : 12408 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202560 4972 0 0 0 9922 7 0 0 25 0 4 0 641238163 208416768 41086 33554432000 134512640 135305190 4290634384 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12407/tid=12409] ppid=12404 vsize=203532 CPUtime=99.28 cores=0-7
/proc/12407/task/12409/stat : 12409 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202560 8060 0 0 0 9923 5 0 0 25 0 4 0 641238163 208416768 41086 33554432000 134512640 135305190 4290634384 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12407/tid=12410] ppid=12404 vsize=203532 CPUtime=99.28 cores=0-7
/proc/12407/task/12410/stat : 12410 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202560 5637 0 0 0 9920 8 0 0 22 0 4 0 641238163 208416768 41086 33554432000 134512640 135305190 4290634384 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 400.07
Current children cumulated vsize (KiB) 212232

[startup+162.301 s]
/proc/loadavg: 3.71 1.63 0.62 5/293 12414
/proc/meminfo: memFree=8242184/32951124 swapFree=63649232/67111528
[pid=12404] ppid=12402 vsize=8700 CPUtime=2.6 cores=0-7
/proc/12404/stat : 12404 (manysat.sh) S 12402 12404 12378 0 -1 4202496 355 27383 0 0 0 0 255 5 18 0 1 0 641237871 8908800 252 33554432000 4194304 4922060 140734800638480 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12404/statm: 2175 252 209 178 0 68 0
[pid=12407] ppid=12404 vsize=247912 CPUtime=637.4 cores=0-7
/proc/12407/stat : 12407 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202496 51833 0 0 0 63700 40 0 0 19 0 4 0 641238132 253861888 51771 33554432000 134512640 135305190 4290634384 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12407/statm: 61978 51771 84 194 0 61782 0
[pid=12407/tid=12408] ppid=12404 vsize=247912 CPUtime=159.28 cores=0-7
/proc/12407/task/12408/stat : 12408 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202560 7434 0 0 0 15919 9 0 0 25 0 4 0 641238163 253861888 51771 33554432000 134512640 135305190 4290634384 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12407/tid=12409] ppid=12404 vsize=247912 CPUtime=159.27 cores=0-7
/proc/12407/task/12409/stat : 12409 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202560 10510 0 0 0 15920 7 0 0 25 0 4 0 641238163 253861888 51771 33554432000 134512640 135305190 4290634384 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12407/tid=12410] ppid=12404 vsize=247912 CPUtime=159.26 cores=0-7
/proc/12407/task/12410/stat : 12410 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202560 8320 0 0 0 15914 12 0 0 22 0 4 0 641238163 253861888 51771 33554432000 134512640 135305190 4290634384 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 640
Current children cumulated vsize (KiB) 256612

[startup+222.301 s]
/proc/loadavg: 3.94 2.08 0.83 5/293 12415
/proc/meminfo: memFree=8216236/32951124 swapFree=63649232/67111528
[pid=12404] ppid=12402 vsize=8700 CPUtime=2.6 cores=0-7
/proc/12404/stat : 12404 (manysat.sh) S 12402 12404 12378 0 -1 4202496 355 27383 0 0 0 0 255 5 18 0 1 0 641237871 8908800 252 33554432000 4194304 4922060 140734800638480 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12404/statm: 2175 252 209 178 0 68 0
[pid=12407] ppid=12404 vsize=275564 CPUtime=877.37 cores=0-7

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

[pid=12407/tid=12409] ppid=12404 vsize=687364 CPUtime=2739.08 cores=0-7
/proc/12407/task/12409/stat : 12409 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202560 41369 0 0 0 273864 44 0 0 25 0 4 0 641238163 703860736 153527 33554432000 134512640 135305190 4290634384 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12407/tid=12410] ppid=12404 vsize=687364 CPUtime=2739.12 cores=0-7
/proc/12407/task/12410/stat : 12410 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202560 30052 0 0 0 273859 53 0 0 25 0 4 0 641238163 703860736 153527 33554432000 134512640 135305190 4290634384 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 10959.4
Current children cumulated vsize (KiB) 696064

[startup+2802.3 s]
/proc/loadavg: 4.00 4.00 3.76 5/293 12497
/proc/meminfo: memFree=7826488/32951124 swapFree=63649232/67111528
[pid=12404] ppid=12402 vsize=8700 CPUtime=2.6 cores=0-7
/proc/12404/stat : 12404 (manysat.sh) S 12402 12404 12378 0 -1 4202496 355 27383 0 0 0 0 255 5 18 0 1 0 641237871 8908800 252 33554432000 4194304 4922060 140734800638480 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12404/statm: 2175 252 209 178 0 68 0
[pid=12407] ppid=12404 vsize=696548 CPUtime=11196.8 cores=0-7
/proc/12407/stat : 12407 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202496 155429 0 0 0 1119496 184 0 0 25 0 4 0 641238132 713265152 155367 33554432000 134512640 135305190 4290634384 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12407/statm: 174137 155367 84 194 0 173941 0
[pid=12407/tid=12408] ppid=12404 vsize=696548 CPUtime=2799.17 cores=0-7
/proc/12407/task/12408/stat : 12408 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202560 32714 0 0 0 279875 42 0 0 25 0 4 0 641238163 713265152 155367 33554432000 134512640 135305190 4290634384 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=12407/tid=12409] ppid=12404 vsize=696548 CPUtime=2799.08 cores=0-7
/proc/12407/task/12409/stat : 12409 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202560 42158 0 0 0 279862 46 0 0 25 0 4 0 641238163 713265152 155367 33554432000 134512640 135305190 4290634384 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 5 0 0 0
[pid=12407/tid=12410] ppid=12404 vsize=696548 CPUtime=2799.11 cores=0-7
/proc/12407/task/12410/stat : 12410 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202560 30342 0 0 0 279857 54 0 0 25 0 4 0 641238163 713265152 155367 33554432000 134512640 135305190 4290634384 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11199.4
Current children cumulated vsize (KiB) 705248

[startup+2862.3 s]
/proc/loadavg: 3.62 3.92 3.75 3/293 12498
/proc/meminfo: memFree=7825328/32951124 swapFree=63649232/67111528
[pid=12404] ppid=12402 vsize=8700 CPUtime=2.6 cores=0-7
/proc/12404/stat : 12404 (manysat.sh) S 12402 12404 12378 0 -1 4202496 355 27383 0 0 0 0 255 5 18 0 1 0 641237871 8908800 252 33554432000 4194304 4922060 140734800638480 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12404/statm: 2175 252 209 178 0 68 0
[pid=12407] ppid=12404 vsize=697608 CPUtime=11418.4 cores=0-7
/proc/12407/stat : 12407 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202496 155716 0 0 0 1141655 185 0 0 25 0 4 0 641238132 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134529360 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12407/statm: 174402 155654 84 194 0 174206 0
[pid=12407/tid=12408] ppid=12404 vsize=697608 CPUtime=2851.79 cores=0-7
/proc/12407/task/12408/stat : 12408 (manysat1.1_stat) S 12404 12404 12378 0 -1 4202560 32803 0 0 0 285137 42 0 0 25 0 4 0 641238163 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134657474 0 0 4096 3 18446604454224049216 0 0 -1 0 0 0 0
[pid=12407/tid=12409] ppid=12404 vsize=697608 CPUtime=2848.05 cores=0-7
/proc/12407/task/12409/stat : 12409 (manysat1.1_stat) S 12404 12404 12378 0 -1 4202560 42160 0 0 0 284759 46 0 0 25 0 4 0 641238163 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134657474 0 0 4096 3 18446604454224049216 0 0 -1 5 0 0 0
[pid=12407/tid=12410] ppid=12404 vsize=697608 CPUtime=2859.11 cores=0-7
/proc/12407/task/12410/stat : 12410 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202560 30420 0 0 0 285857 54 0 0 25 0 4 0 641238163 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134529360 0 0 4096 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11421
Current children cumulated vsize (KiB) 706308

[startup+2922.3 s]
/proc/loadavg: 2.10 3.44 3.59 2/293 12499
/proc/meminfo: memFree=7824556/32951124 swapFree=63649232/67111528
[pid=12404] ppid=12402 vsize=8700 CPUtime=2.6 cores=0-7
/proc/12404/stat : 12404 (manysat.sh) S 12402 12404 12378 0 -1 4202496 355 27383 0 0 0 0 255 5 18 0 1 0 641237871 8908800 252 33554432000 4194304 4922060 140734800638480 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12404/statm: 2175 252 209 178 0 68 0
[pid=12407] ppid=12404 vsize=697608 CPUtime=11482.6 cores=0-7
/proc/12407/stat : 12407 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202496 155716 0 0 0 1148072 185 0 0 25 0 4 0 641238132 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134529584 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12407/statm: 174402 155654 84 194 0 174206 0
[pid=12407/tid=12408] ppid=12404 vsize=697608 CPUtime=2851.79 cores=0-7
/proc/12407/task/12408/stat : 12408 (manysat1.1_stat) S 12404 12404 12378 0 -1 4202560 32803 0 0 0 285137 42 0 0 25 0 4 0 641238163 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134657474 0 0 4096 3 18446604454224049216 0 0 -1 0 0 0 0
[pid=12407/tid=12409] ppid=12404 vsize=697608 CPUtime=2848.05 cores=0-7
/proc/12407/task/12409/stat : 12409 (manysat1.1_stat) S 12404 12404 12378 0 -1 4202560 42160 0 0 0 284759 46 0 0 25 0 4 0 641238163 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134657474 0 0 4096 3 18446604454224049216 0 0 -1 5 0 0 0
[pid=12407/tid=12410] ppid=12404 vsize=697608 CPUtime=2863.28 cores=0-7
/proc/12407/task/12410/stat : 12410 (manysat1.1_stat) S 12404 12404 12378 0 -1 4202560 30420 0 0 0 286274 54 0 0 25 0 4 0 641238163 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134657474 0 0 4096 3 18446604454224049216 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11485.2
Current children cumulated vsize (KiB) 706308

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

[startup+2924.7 s]
/proc/loadavg: 2.01 3.40 3.58 2/293 12500
/proc/meminfo: memFree=7824556/32951124 swapFree=63649232/67111528
[pid=12404] ppid=12402 vsize=8700 CPUtime=2.6 cores=0-7
/proc/12404/stat : 12404 (manysat.sh) S 12402 12404 12378 0 -1 4202496 355 27383 0 0 0 0 255 5 18 0 1 0 641237871 8908800 252 33554432000 4194304 4922060 140734800638480 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12404/statm: 2175 252 209 178 0 68 0
[pid=12407] ppid=12404 vsize=697608 CPUtime=11485 cores=0-7
/proc/12407/stat : 12407 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202496 155716 0 0 0 1148312 185 0 0 25 0 4 0 641238132 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134529244 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12407/statm: 174402 155654 84 194 0 174206 0
[pid=12407/tid=12408] ppid=12404 vsize=697608 CPUtime=2851.79 cores=0-7
/proc/12407/task/12408/stat : 12408 (manysat1.1_stat) S 12404 12404 12378 0 -1 4202560 32803 0 0 0 285137 42 0 0 25 0 4 0 641238163 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134657474 0 0 4096 3 18446604454224049216 0 0 -1 0 0 0 0
[pid=12407/tid=12409] ppid=12404 vsize=697608 CPUtime=2848.05 cores=0-7
/proc/12407/task/12409/stat : 12409 (manysat1.1_stat) S 12404 12404 12378 0 -1 4202560 42160 0 0 0 284759 46 0 0 25 0 4 0 641238163 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134657474 0 0 4096 3 18446604454224049216 0 0 -1 5 0 0 0
[pid=12407/tid=12410] ppid=12404 vsize=697608 CPUtime=2863.28 cores=0-7
/proc/12407/task/12410/stat : 12410 (manysat1.1_stat) S 12404 12404 12378 0 -1 4202560 30420 0 0 0 286274 54 0 0 25 0 4 0 641238163 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134657474 0 0 4096 3 18446604454224049216 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11487.6
Current children cumulated vsize (KiB) 706308

[startup+2931.1 s]
/proc/loadavg: 1.93 3.36 3.57 2/293 12500
/proc/meminfo: memFree=7824556/32951124 swapFree=63649232/67111528
[pid=12404] ppid=12402 vsize=8700 CPUtime=2.6 cores=0-7
/proc/12404/stat : 12404 (manysat.sh) S 12402 12404 12378 0 -1 4202496 355 27383 0 0 0 0 255 5 18 0 1 0 641237871 8908800 252 33554432000 4194304 4922060 140734800638480 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12404/statm: 2175 252 209 178 0 68 0
[pid=12407] ppid=12404 vsize=697608 CPUtime=11491.4 cores=0-7
/proc/12407/stat : 12407 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202496 155716 0 0 0 1148952 185 0 0 25 0 4 0 641238132 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134529611 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12407/statm: 174402 155654 84 194 0 174206 0
[pid=12407/tid=12408] ppid=12404 vsize=697608 CPUtime=2851.79 cores=0-7
/proc/12407/task/12408/stat : 12408 (manysat1.1_stat) S 12404 12404 12378 0 -1 4202560 32803 0 0 0 285137 42 0 0 25 0 4 0 641238163 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134657474 0 0 4096 3 18446604454224049216 0 0 -1 0 0 0 0
[pid=12407/tid=12409] ppid=12404 vsize=697608 CPUtime=2848.05 cores=0-7
/proc/12407/task/12409/stat : 12409 (manysat1.1_stat) S 12404 12404 12378 0 -1 4202560 42160 0 0 0 284759 46 0 0 25 0 4 0 641238163 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134657474 0 0 4096 3 18446604454224049216 0 0 -1 5 0 0 0
[pid=12407/tid=12410] ppid=12404 vsize=697608 CPUtime=2863.28 cores=0-7
/proc/12407/task/12410/stat : 12410 (manysat1.1_stat) S 12404 12404 12378 0 -1 4202560 30420 0 0 0 286274 54 0 0 25 0 4 0 641238163 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134657474 0 0 4096 3 18446604454224049216 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11494
Current children cumulated vsize (KiB) 706308

[startup+2934.3 s]
/proc/loadavg: 1.85 3.32 3.55 2/293 12500
/proc/meminfo: memFree=7824556/32951124 swapFree=63649232/67111528
[pid=12404] ppid=12402 vsize=8700 CPUtime=2.6 cores=0-7
/proc/12404/stat : 12404 (manysat.sh) S 12402 12404 12378 0 -1 4202496 355 27383 0 0 0 0 255 5 18 0 1 0 641237871 8908800 252 33554432000 4194304 4922060 140734800638480 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12404/statm: 2175 252 209 178 0 68 0
[pid=12407] ppid=12404 vsize=697608 CPUtime=11494.6 cores=0-7
/proc/12407/stat : 12407 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202496 155716 0 0 0 1149272 185 0 0 25 0 4 0 641238132 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134529553 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12407/statm: 174402 155654 84 194 0 174206 0
[pid=12407/tid=12408] ppid=12404 vsize=697608 CPUtime=2851.79 cores=0-7
/proc/12407/task/12408/stat : 12408 (manysat1.1_stat) S 12404 12404 12378 0 -1 4202560 32803 0 0 0 285137 42 0 0 25 0 4 0 641238163 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134657474 0 0 4096 3 18446604454224049216 0 0 -1 0 0 0 0
[pid=12407/tid=12409] ppid=12404 vsize=697608 CPUtime=2848.05 cores=0-7
/proc/12407/task/12409/stat : 12409 (manysat1.1_stat) S 12404 12404 12378 0 -1 4202560 42160 0 0 0 284759 46 0 0 25 0 4 0 641238163 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134657474 0 0 4096 3 18446604454224049216 0 0 -1 5 0 0 0
[pid=12407/tid=12410] ppid=12404 vsize=697608 CPUtime=2863.28 cores=0-7
/proc/12407/task/12410/stat : 12410 (manysat1.1_stat) S 12404 12404 12378 0 -1 4202560 30420 0 0 0 286274 54 0 0 25 0 4 0 641238163 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134657474 0 0 4096 3 18446604454224049216 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11497.2
Current children cumulated vsize (KiB) 706308

[startup+2935.1 s]
/proc/loadavg: 1.85 3.32 3.55 2/293 12500
/proc/meminfo: memFree=7824556/32951124 swapFree=63649232/67111528
[pid=12404] ppid=12402 vsize=8700 CPUtime=2.6 cores=0-7
/proc/12404/stat : 12404 (manysat.sh) S 12402 12404 12378 0 -1 4202496 355 27383 0 0 0 0 255 5 18 0 1 0 641237871 8908800 252 33554432000 4194304 4922060 140734800638480 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12404/statm: 2175 252 209 178 0 68 0
[pid=12407] ppid=12404 vsize=697608 CPUtime=11495.4 cores=0-7
/proc/12407/stat : 12407 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202496 155716 0 0 0 1149352 185 0 0 25 0 4 0 641238132 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134529360 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12407/statm: 174402 155654 84 194 0 174206 0
[pid=12407/tid=12408] ppid=12404 vsize=697608 CPUtime=2851.79 cores=0-7
/proc/12407/task/12408/stat : 12408 (manysat1.1_stat) S 12404 12404 12378 0 -1 4202560 32803 0 0 0 285137 42 0 0 25 0 4 0 641238163 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134657474 0 0 4096 3 18446604454224049216 0 0 -1 0 0 0 0
[pid=12407/tid=12409] ppid=12404 vsize=697608 CPUtime=2848.05 cores=0-7
/proc/12407/task/12409/stat : 12409 (manysat1.1_stat) S 12404 12404 12378 0 -1 4202560 42160 0 0 0 284759 46 0 0 25 0 4 0 641238163 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134657474 0 0 4096 3 18446604454224049216 0 0 -1 5 0 0 0
[pid=12407/tid=12410] ppid=12404 vsize=697608 CPUtime=2863.28 cores=0-7
/proc/12407/task/12410/stat : 12410 (manysat1.1_stat) S 12404 12404 12378 0 -1 4202560 30420 0 0 0 286274 54 0 0 25 0 4 0 641238163 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134657474 0 0 4096 3 18446604454224049216 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11498
Current children cumulated vsize (KiB) 706308

[startup+2935.5 s]
/proc/loadavg: 1.85 3.32 3.55 2/293 12500
/proc/meminfo: memFree=7824556/32951124 swapFree=63649232/67111528
[pid=12404] ppid=12402 vsize=8700 CPUtime=2.6 cores=0-7
/proc/12404/stat : 12404 (manysat.sh) S 12402 12404 12378 0 -1 4202496 355 27383 0 0 0 0 255 5 18 0 1 0 641237871 8908800 252 33554432000 4194304 4922060 140734800638480 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12404/statm: 2175 252 209 178 0 68 0
[pid=12407] ppid=12404 vsize=697608 CPUtime=11495.8 cores=0-7
/proc/12407/stat : 12407 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202496 155716 0 0 0 1149392 185 0 0 25 0 4 0 641238132 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134529260 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12407/statm: 174402 155654 84 194 0 174206 0
[pid=12407/tid=12408] ppid=12404 vsize=697608 CPUtime=2851.79 cores=0-7
/proc/12407/task/12408/stat : 12408 (manysat1.1_stat) S 12404 12404 12378 0 -1 4202560 32803 0 0 0 285137 42 0 0 25 0 4 0 641238163 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134657474 0 0 4096 3 18446604454224049216 0 0 -1 0 0 0 0
[pid=12407/tid=12409] ppid=12404 vsize=697608 CPUtime=2848.05 cores=0-7
/proc/12407/task/12409/stat : 12409 (manysat1.1_stat) S 12404 12404 12378 0 -1 4202560 42160 0 0 0 284759 46 0 0 25 0 4 0 641238163 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134657474 0 0 4096 3 18446604454224049216 0 0 -1 5 0 0 0
[pid=12407/tid=12410] ppid=12404 vsize=697608 CPUtime=2863.28 cores=0-7
/proc/12407/task/12410/stat : 12410 (manysat1.1_stat) S 12404 12404 12378 0 -1 4202560 30420 0 0 0 286274 54 0 0 25 0 4 0 641238163 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134657474 0 0 4096 3 18446604454224049216 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11498.4
Current children cumulated vsize (KiB) 706308

[startup+2935.7 s]
/proc/loadavg: 1.85 3.32 3.55 2/293 12500
/proc/meminfo: memFree=7824556/32951124 swapFree=63649232/67111528
[pid=12404] ppid=12402 vsize=8700 CPUtime=2.6 cores=0-7
/proc/12404/stat : 12404 (manysat.sh) S 12402 12404 12378 0 -1 4202496 355 27383 0 0 0 0 255 5 18 0 1 0 641237871 8908800 252 33554432000 4194304 4922060 140734800638480 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/12404/statm: 2175 252 209 178 0 68 0
[pid=12407] ppid=12404 vsize=697608 CPUtime=11496 cores=0-7
/proc/12407/stat : 12407 (manysat1.1_stat) R 12404 12404 12378 0 -1 4202496 155716 0 0 0 1149412 185 0 0 25 0 4 0 641238132 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134529371 0 0 4096 3 18446744073709551615 0 0 17 3 0 0 0
/proc/12407/statm: 174402 155654 84 194 0 174206 0
[pid=12407/tid=12408] ppid=12404 vsize=697608 CPUtime=2851.79 cores=0-7
/proc/12407/task/12408/stat : 12408 (manysat1.1_stat) S 12404 12404 12378 0 -1 4202560 32803 0 0 0 285137 42 0 0 25 0 4 0 641238163 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134657474 0 0 4096 3 18446604454224049216 0 0 -1 0 0 0 0
[pid=12407/tid=12409] ppid=12404 vsize=697608 CPUtime=2848.05 cores=0-7
/proc/12407/task/12409/stat : 12409 (manysat1.1_stat) S 12404 12404 12378 0 -1 4202560 42160 0 0 0 284759 46 0 0 25 0 4 0 641238163 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134657474 0 0 4096 3 18446604454224049216 0 0 -1 5 0 0 0
[pid=12407/tid=12410] ppid=12404 vsize=697608 CPUtime=2863.28 cores=0-7
/proc/12407/task/12410/stat : 12410 (manysat1.1_stat) S 12404 12404 12378 0 -1 4202560 30420 0 0 0 286274 54 0 0 25 0 4 0 641238163 714350592 155654 33554432000 134512640 135305190 4290634384 18446744073709551615 134657474 0 0 4096 3 18446604454224049216 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 11498.6
Current children cumulated vsize (KiB) 706308

Child status: 20
Real time (s): 2935.75
CPU time (s): 11498.6
CPU user time (s): 11496.7
CPU system time (s): 1.9537
CPU usage (%): 391.676
Max. virtual memory (cumulated for all children) (KiB): 706308

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

runsolver used 7.57185 second user time and 19.1281 second system time

The end

Launcher Data

Begin job on node130 at 2011-05-13 16:19:54
IDJOB=3361858
IDBENCH=20387
IDSOLVER=1839
FILE ID=node130/3361858-1305296393
RUNJOBID= node130-1305296392-12392
PBS_JOBID= 13321423
Free space on /tmp= 30120 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/dated-5-13-u.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361858-1305296393/watcher-3361858-1305296393 -o /tmp/evaluation-result-3361858-1305296393/solver-3361858-1305296393 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3361858-1305296393.cnf aimd 1

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

MD5SUM BENCH= 45ee13b66821e6c36f3e38be418fa121
RANDOM SEED=958841269

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.838
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.838
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.838
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.81
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.838
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.75
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.838
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.83
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       8456960 kB
Buffers:        270232 kB
Cached:       22524028 kB
SwapCached:      10360 kB
Active:        5564728 kB
Inactive:     18282584 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       8456960 kB
SwapTotal:    67111528 kB
SwapFree:     63649232 kB
Dirty:           12064 kB
Writeback:           0 kB
AnonPages:     1050780 kB
Mapped:          12812 kB
Slab:           557736 kB
PageTables:      25032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 51454480 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= 30116 MiB
End job on node130 at 2011-05-13 17:08:50