Trace number 3362334

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 9955.02 2579.79

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
x1mul.miter.shuffled-as.sat03-359.cnf
MD5SUM9edcffddbe07377cf6685697aafad673
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark622.811
Satisfiable
(Un)Satisfiability was proved
Number of variables8756
Number of clauses55571
Sum of the clauses size187746
Maximum clause length70
Minimum clause length1
Number of clauses of size 128
Number of clauses of size 212786
Number of clauses of size 325852
Number of clauses of size 40
Number of clauses of size 516904
Number of clauses of size over 51

Solver Data

0.00/0.00	c Parsing...
0.00/0.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   55513   187620 |   16653       0        0     nan |  0.000 % |
0.00/0.10	c |         0 |   55174   187112 |      --       0       --      -- |     --   | -313/-424
0.00/0.10	c ==============================================================================
0.00/0.10	c Result  :   #vars: 8607   #clauses: 55174   #literals: 187112
0.00/0.10	c CPU time:   0.096985 s
0.00/0.10	c ==============================================================================
9954.92/2579.74	c This is ManySAT 1.1 : 4 thread(s) on 8 core(s).
9954.92/2579.74	c ============================[ Problem Statistics ]=============================
9954.92/2579.74	c |                                                                             |
9954.92/2579.74	c threadId              : 0
9954.92/2579.74	c restarts              : 4585
9954.92/2579.74	c conflicts             : 4221827        (424 /sec)
9954.92/2579.74	c decisions             : 5755605        (1.24 % random) (578 /sec)
9954.92/2579.74	c propagations          : 1909011860     (191807 /sec)
9954.92/2579.74	c conflict literals     : 172082686      (60.68 % deleted)
9954.92/2579.74	c Memory used           : 631.96 MB
9954.92/2579.74	c CPU time              : 9952.8 s
9954.92/2579.74	
9954.92/2579.74	c --->m=4, e=8, aimd=1, HOME/13757_many.cnf	time: 2488.2	conflicts: 4221827      
9954.92/2579.78	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-3362334-1305303628/watcher-3362334-1305303628 -o /tmp/evaluation-result-3362334-1305303628/solver-3362334-1305303628 -C 40000 -W 5100 -M 31000 manysat.sh HOME/instance-3362334-1305303628.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: 3.49 4.63 6.26 2/323 13757
/proc/meminfo: memFree=10717696/32951124 swapFree=67111352/67111528
[pid=13757] ppid=13755 vsize=8700 CPUtime=0 cores=0-7
/proc/13757/stat : 13757 (manysat.sh) S 13755 13757 13731 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 622778465 8908800 250 33554432000 4194304 4922060 140735688659072 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13757/statm: 2175 250 209 178 0 68 0

[startup+0.0286099 s]
/proc/loadavg: 3.49 4.63 6.26 2/323 13757
/proc/meminfo: memFree=10717696/32951124 swapFree=67111352/67111528
[pid=13757] ppid=13755 vsize=8700 CPUtime=0 cores=0-7
/proc/13757/stat : 13757 (manysat.sh) S 13755 13757 13731 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 622778465 8908800 250 33554432000 4194304 4922060 140735688659072 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13757/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100595 s]
/proc/loadavg: 3.49 4.63 6.26 2/323 13757
/proc/meminfo: memFree=10717696/32951124 swapFree=67111352/67111528
[pid=13757] ppid=13755 vsize=8700 CPUtime=0 cores=0-7
/proc/13757/stat : 13757 (manysat.sh) S 13755 13757 13731 0 -1 4202496 330 0 0 0 0 0 0 0 24 0 1 0 622778465 8908800 250 33554432000 4194304 4922060 140735688659072 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/13757/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.302503 s]
/proc/loadavg: 3.49 4.63 6.26 2/323 13757
/proc/meminfo: memFree=10717696/32951124 swapFree=67111352/67111528
[pid=13757] ppid=13755 vsize=8700 CPUtime=0.13 cores=0-7
/proc/13757/stat : 13757 (manysat.sh) S 13755 13757 13731 0 -1 4202496 357 1706 0 0 0 0 13 0 23 0 1 0 622778465 8908800 253 33554432000 4194304 4922060 140735688659072 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13757/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 8700

[startup+0.70047 s]
/proc/loadavg: 3.49 4.63 6.26 2/323 13757
/proc/meminfo: memFree=10717696/32951124 swapFree=67111352/67111528
[pid=13757] ppid=13755 vsize=8700 CPUtime=0.13 cores=0-7
/proc/13757/stat : 13757 (manysat.sh) S 13755 13757 13731 0 -1 4202496 357 1706 0 0 0 0 13 0 23 0 1 0 622778465 8908800 253 33554432000 4194304 4922060 140735688659072 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13757/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 8700

[startup+1.50032 s]
/proc/loadavg: 3.49 4.63 6.26 5/328 13763
/proc/meminfo: memFree=10692484/32951124 swapFree=67111352/67111528
[pid=13757] ppid=13755 vsize=8700 CPUtime=0.13 cores=0-7
/proc/13757/stat : 13757 (manysat.sh) S 13755 13757 13731 0 -1 4202496 357 1706 0 0 0 0 13 0 23 0 1 0 622778465 8908800 253 33554432000 4194304 4922060 140735688659072 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13757/statm: 2175 253 209 178 0 68 0
[pid=13760] ppid=13757 vsize=61264 CPUtime=5.14 cores=0-7
/proc/13760/stat : 13760 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202496 7078 0 0 0 508 6 0 0 18 0 4 0 622778479 62734336 7029 33554432000 134512640 135305190 4293627792 18446744073709551615 134528568 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13760/statm: 15316 7029 84 194 0 15120 0
[pid=13760/tid=13761] ppid=13757 vsize=61264 CPUtime=1.26 cores=0-7
/proc/13760/task/13761/stat : 13761 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 699 0 0 0 126 0 0 0 18 0 4 0 622778487 62734336 7029 33554432000 134512640 135305190 4293627792 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13760/tid=13762] ppid=13757 vsize=61264 CPUtime=1.26 cores=0-7
/proc/13760/task/13762/stat : 13762 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 777 0 0 0 125 1 0 0 18 0 4 0 622778487 62734336 7029 33554432000 134512640 135305190 4293627792 18446744073709551615 134840070 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13760/tid=13763] ppid=13757 vsize=61264 CPUtime=1.25 cores=0-7
/proc/13760/task/13763/stat : 13763 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 717 0 0 0 124 1 0 0 18 0 4 0 622778487 62734336 7029 33554432000 134512640 135305190 4293627792 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 5.27
Current children cumulated vsize (KiB) 69964

[startup+3.10099 s]
/proc/loadavg: 3.49 4.63 6.26 5/328 13763
/proc/meminfo: memFree=10684444/32951124 swapFree=67111352/67111528
[pid=13757] ppid=13755 vsize=8700 CPUtime=0.13 cores=0-7
/proc/13757/stat : 13757 (manysat.sh) S 13755 13757 13731 0 -1 4202496 357 1706 0 0 0 0 13 0 23 0 1 0 622778465 8908800 253 33554432000 4194304 4922060 140735688659072 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13757/statm: 2175 253 209 178 0 68 0
[pid=13760] ppid=13757 vsize=70568 CPUtime=11.53 cores=0-7
/proc/13760/stat : 13760 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202496 9393 0 0 0 1146 7 0 0 18 0 4 0 622778479 72261632 9344 33554432000 134512640 135305190 4293627792 18446744073709551615 134528523 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/13760/statm: 17642 9344 84 194 0 17446 0
[pid=13760/tid=13761] ppid=13757 vsize=70568 CPUtime=2.87 cores=0-7
/proc/13760/task/13761/stat : 13761 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 1058 0 0 0 286 1 0 0 19 0 4 0 622778487 72261632 9344 33554432000 134512640 135305190 4293627792 18446744073709551615 134528227 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13760/tid=13762] ppid=13757 vsize=70568 CPUtime=2.85 cores=0-7
/proc/13760/task/13762/stat : 13762 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 1386 0 0 0 284 1 0 0 18 0 4 0 622778487 72261632 9344 33554432000 134512640 135305190 4293627792 18446744073709551615 134528747 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13760/tid=13763] ppid=13757 vsize=70568 CPUtime=2.85 cores=0-7
/proc/13760/task/13763/stat : 13763 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 1376 0 0 0 283 2 0 0 18 0 4 0 622778487 72261632 9344 33554432000 134512640 135305190 4293627792 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 11.66
Current children cumulated vsize (KiB) 79268

[startup+6.30036 s]
/proc/loadavg: 3.53 4.62 6.25 5/328 13763
/proc/meminfo: memFree=10672184/32951124 swapFree=67111352/67111528
[pid=13757] ppid=13755 vsize=8700 CPUtime=0.13 cores=0-7
/proc/13757/stat : 13757 (manysat.sh) S 13755 13757 13731 0 -1 4202496 357 1706 0 0 0 0 13 0 23 0 1 0 622778465 8908800 253 33554432000 4194304 4922060 140735688659072 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13757/statm: 2175 253 209 178 0 68 0
[pid=13760] ppid=13757 vsize=80204 CPUtime=24.31 cores=0-7
/proc/13760/stat : 13760 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202496 11762 0 0 0 2422 9 0 0 18 0 4 0 622778479 82128896 11713 33554432000 134512640 135305190 4293627792 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13760/statm: 20051 11713 84 194 0 19855 0
[pid=13760/tid=13761] ppid=13757 vsize=80204 CPUtime=6.06 cores=0-7
/proc/13760/task/13761/stat : 13761 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 1436 0 0 0 605 1 0 0 22 0 4 0 622778487 82128896 11713 33554432000 134512640 135305190 4293627792 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13760/tid=13762] ppid=13757 vsize=80204 CPUtime=6.05 cores=0-7
/proc/13760/task/13762/stat : 13762 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 2222 0 0 0 604 1 0 0 18 0 4 0 622778487 82128896 11713 33554432000 134512640 135305190 4293627792 18446744073709551615 134528455 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13760/tid=13763] ppid=13757 vsize=80204 CPUtime=6.04 cores=0-7
/proc/13760/task/13763/stat : 13763 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 1946 0 0 0 602 2 0 0 18 0 4 0 622778487 82128896 11713 33554432000 134512640 135305190 4293627792 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 24.44
Current children cumulated vsize (KiB) 88904

[startup+12.7011 s]
/proc/loadavg: 3.57 4.61 6.24 5/328 13763
/proc/meminfo: memFree=10659668/32951124 swapFree=67111352/67111528
[pid=13757] ppid=13755 vsize=8700 CPUtime=0.13 cores=0-7
/proc/13757/stat : 13757 (manysat.sh) S 13755 13757 13731 0 -1 4202496 357 1706 0 0 0 0 13 0 23 0 1 0 622778465 8908800 253 33554432000 4194304 4922060 140735688659072 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13757/statm: 2175 253 209 178 0 68 0
[pid=13760] ppid=13757 vsize=93432 CPUtime=49.9 cores=0-7
/proc/13760/stat : 13760 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202496 14737 0 0 0 4977 13 0 0 18 0 4 0 622778479 95674368 14688 33554432000 134512640 135305190 4293627792 18446744073709551615 134528376 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13760/statm: 23358 14688 84 194 0 23162 0
[pid=13760/tid=13761] ppid=13757 vsize=93432 CPUtime=12.46 cores=0-7
/proc/13760/task/13761/stat : 13761 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 1833 0 0 0 1244 2 0 0 20 0 4 0 622778487 95674368 14688 33554432000 134512640 135305190 4293627792 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13760/tid=13762] ppid=13757 vsize=93432 CPUtime=12.45 cores=0-7
/proc/13760/task/13762/stat : 13762 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 2951 0 0 0 1243 2 0 0 18 0 4 0 622778487 95674368 14688 33554432000 134512640 135305190 4293627792 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13760/tid=13763] ppid=13757 vsize=93432 CPUtime=12.44 cores=0-7
/proc/13760/task/13763/stat : 13763 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 2875 0 0 0 1241 3 0 0 18 0 4 0 622778487 95674368 14688 33554432000 134512640 135305190 4293627792 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 50.03
Current children cumulated vsize (KiB) 102132

[startup+25.5005 s]
/proc/loadavg: 3.74 4.59 6.21 5/328 13763
/proc/meminfo: memFree=10645244/32951124 swapFree=67111352/67111528
[pid=13757] ppid=13755 vsize=8700 CPUtime=0.13 cores=0-7
/proc/13757/stat : 13757 (manysat.sh) S 13755 13757 13731 0 -1 4202496 357 1706 0 0 0 0 13 0 23 0 1 0 622778465 8908800 253 33554432000 4194304 4922060 140735688659072 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13757/statm: 2175 253 209 178 0 68 0
[pid=13760] ppid=13757 vsize=108412 CPUtime=101.06 cores=0-7
/proc/13760/stat : 13760 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202496 18418 0 0 0 10090 16 0 0 19 0 4 0 622778479 111013888 18369 33554432000 134512640 135305190 4293627792 18446744073709551615 134528520 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13760/statm: 27103 18369 84 194 0 26907 0
[pid=13760/tid=13761] ppid=13757 vsize=108412 CPUtime=25.25 cores=0-7
/proc/13760/task/13761/stat : 13761 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 2472 0 0 0 2523 2 0 0 24 0 4 0 622778487 111013888 18369 33554432000 134512640 135305190 4293627792 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13760/tid=13762] ppid=13757 vsize=108412 CPUtime=25.24 cores=0-7
/proc/13760/task/13762/stat : 13762 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 3879 0 0 0 2521 3 0 0 18 0 4 0 622778487 111013888 18369 33554432000 134512640 135305190 4293627792 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13760/tid=13763] ppid=13757 vsize=108412 CPUtime=25.24 cores=0-7
/proc/13760/task/13763/stat : 13763 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 4055 0 0 0 2519 5 0 0 18 0 4 0 622778487 111013888 18369 33554432000 134512640 135305190 4293627792 18446744073709551615 134528307 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 101.19
Current children cumulated vsize (KiB) 117112

[startup+51.1005 s]
/proc/loadavg: 3.83 4.54 6.15 5/328 13764
/proc/meminfo: memFree=10623024/32951124 swapFree=67111352/67111528
[pid=13757] ppid=13755 vsize=8700 CPUtime=0.13 cores=0-7
/proc/13757/stat : 13757 (manysat.sh) S 13755 13757 13731 0 -1 4202496 357 1706 0 0 0 0 13 0 23 0 1 0 622778465 8908800 253 33554432000 4194304 4922060 140735688659072 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13757/statm: 2175 253 209 178 0 68 0
[pid=13760] ppid=13757 vsize=130576 CPUtime=203.4 cores=0-7
/proc/13760/stat : 13760 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202496 23937 0 0 0 20318 22 0 0 19 0 4 0 622778479 133709824 23888 33554432000 134512640 135305190 4293627792 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13760/statm: 32644 23888 84 194 0 32448 0
[pid=13760/tid=13761] ppid=13757 vsize=130576 CPUtime=50.84 cores=0-7
/proc/13760/task/13761/stat : 13761 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 3764 0 0 0 5080 4 0 0 25 0 4 0 622778487 133709824 23888 33554432000 134512640 135305190 4293627792 18446744073709551615 134528875 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13760/tid=13762] ppid=13757 vsize=130576 CPUtime=50.82 cores=0-7
/proc/13760/task/13762/stat : 13762 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 5113 0 0 0 5079 3 0 0 19 0 4 0 622778487 133709824 23888 33554432000 134512640 135305190 4293627792 18446744073709551615 134528820 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13760/tid=13763] ppid=13757 vsize=130576 CPUtime=50.82 cores=0-7
/proc/13760/task/13763/stat : 13763 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 5606 0 0 0 5076 6 0 0 18 0 4 0 622778487 133709824 23888 33554432000 134512640 135305190 4293627792 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 203.53
Current children cumulated vsize (KiB) 139276

[startup+102.312 s]
/proc/loadavg: 3.92 4.46 6.03 5/328 13766
/proc/meminfo: memFree=10589040/32951124 swapFree=67111352/67111528
[pid=13757] ppid=13755 vsize=8700 CPUtime=0.13 cores=0-7
/proc/13757/stat : 13757 (manysat.sh) S 13755 13757 13731 0 -1 4202496 357 1706 0 0 0 0 13 0 23 0 1 0 622778465 8908800 253 33554432000 4194304 4922060 140735688659072 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13757/statm: 2175 253 209 178 0 68 0
[pid=13760] ppid=13757 vsize=164904 CPUtime=408.18 cores=0-7
/proc/13760/stat : 13760 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202496 32287 0 0 0 40785 33 0 0 20 0 4 0 622778479 168861696 32238 33554432000 134512640 135305190 4293627792 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13760/statm: 41226 32238 84 194 0 41030 0
[pid=13760/tid=13761] ppid=13757 vsize=164904 CPUtime=102.03 cores=0-7
/proc/13760/task/13761/stat : 13761 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 5727 0 0 0 10197 6 0 0 25 0 4 0 622778487 168861696 32238 33554432000 134512640 135305190 4293627792 18446744073709551615 134528562 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13760/tid=13762] ppid=13757 vsize=164904 CPUtime=102.03 cores=0-7
/proc/13760/task/13762/stat : 13762 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 6700 0 0 0 10198 5 0 0 18 0 4 0 622778487 168861696 32238 33554432000 134512640 135305190 4293627792 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13760/tid=13763] ppid=13757 vsize=164904 CPUtime=102.03 cores=0-7
/proc/13760/task/13763/stat : 13763 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 7871 0 0 0 10194 9 0 0 18 0 4 0 622778487 168861696 32238 33554432000 134512640 135305190 4293627792 18446744073709551615 134528224 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 408.31
Current children cumulated vsize (KiB) 173604

[startup+162.3 s]
/proc/loadavg: 3.97 4.37 5.90 5/328 13767
/proc/meminfo: memFree=10542896/32951124 swapFree=67111352/67111528
[pid=13757] ppid=13755 vsize=8700 CPUtime=0.13 cores=0-7
/proc/13757/stat : 13757 (manysat.sh) S 13755 13757 13731 0 -1 4202496 357 1706 0 0 0 0 13 0 23 0 1 0 622778465 8908800 253 33554432000 4194304 4922060 140735688659072 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13757/statm: 2175 253 209 178 0 68 0
[pid=13760] ppid=13757 vsize=210096 CPUtime=648.03 cores=0-7
/proc/13760/stat : 13760 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202496 43756 0 0 0 64758 45 0 0 20 0 4 0 622778479 215138304 43707 33554432000 134512640 135305190 4293627792 18446744073709551615 134528562 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13760/statm: 52524 43707 84 194 0 52328 0
[pid=13760/tid=13761] ppid=13757 vsize=210096 CPUtime=161.99 cores=0-7

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

[pid=13760/tid=13762] ppid=13757 vsize=646640 CPUtime=2381.66 cores=0-7
/proc/13760/task/13762/stat : 13762 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 36883 0 0 0 238122 44 0 0 25 0 4 0 622778487 662159360 145901 33554432000 134512640 135305190 4293627792 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13760/tid=13763] ppid=13757 vsize=646640 CPUtime=2381.89 cores=0-7
/proc/13760/task/13763/stat : 13763 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 35816 0 0 0 238145 44 0 0 25 0 4 0 622778487 662159360 145901 33554432000 134512640 135305190 4293627792 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9527.41
Current children cumulated vsize (KiB) 655340

[startup+2442.3 s]
/proc/loadavg: 4.00 4.00 4.14 5/328 13840
/proc/meminfo: memFree=10130524/32951124 swapFree=67111352/67111528
[pid=13757] ppid=13755 vsize=8700 CPUtime=0.13 cores=0-7
/proc/13757/stat : 13757 (manysat.sh) S 13755 13757 13731 0 -1 4202496 357 1706 0 0 0 0 13 0 23 0 1 0 622778465 8908800 253 33554432000 4194304 4922060 140735688659072 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13757/statm: 2175 253 209 178 0 68 0
[pid=13760] ppid=13757 vsize=646880 CPUtime=9767.23 cores=0-7
/proc/13760/stat : 13760 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202496 146182 0 0 0 976519 204 0 0 25 0 4 0 622778479 662405120 146119 33554432000 134512640 135305190 4293627792 18446744073709551615 134528615 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13760/statm: 161720 146119 84 194 0 161524 0
[pid=13760/tid=13761] ppid=13757 vsize=646880 CPUtime=2441.84 cores=0-7
/proc/13760/task/13761/stat : 13761 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 32684 0 0 0 244144 40 0 0 25 0 4 0 622778487 662405120 146119 33554432000 134512640 135305190 4293627792 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13760/tid=13762] ppid=13757 vsize=646880 CPUtime=2441.64 cores=0-7
/proc/13760/task/13762/stat : 13762 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 36924 0 0 0 244120 44 0 0 18 0 4 0 622778487 662405120 146119 33554432000 134512640 135305190 4293627792 18446744073709551615 134538605 0 0 4096 3 0 0 0 -1 3 0 0 0
[pid=13760/tid=13763] ppid=13757 vsize=646880 CPUtime=2441.89 cores=0-7
/proc/13760/task/13763/stat : 13763 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 35840 0 0 0 244145 44 0 0 19 0 4 0 622778487 662405120 146119 33554432000 134512640 135305190 4293627792 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9767.36
Current children cumulated vsize (KiB) 655580

[startup+2502.3 s]
/proc/loadavg: 2.54 3.62 4.00 2/328 13842
/proc/meminfo: memFree=10130572/32951124 swapFree=67111352/67111528
[pid=13757] ppid=13755 vsize=8700 CPUtime=0.13 cores=0-7
/proc/13757/stat : 13757 (manysat.sh) S 13755 13757 13731 0 -1 4202496 357 1706 0 0 0 0 13 0 23 0 1 0 622778465 8908800 253 33554432000 4194304 4922060 140735688659072 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13757/statm: 2175 253 209 178 0 68 0
[pid=13760] ppid=13757 vsize=647120 CPUtime=9877.39 cores=0-7
/proc/13760/stat : 13760 (manysat1.1_stat) S 13757 13757 13731 0 -1 4202496 146191 0 0 0 987534 205 0 0 25 0 4 0 622778479 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13760/statm: 161780 146128 84 194 0 161584 0
[pid=13760/tid=13761] ppid=13757 vsize=647120 CPUtime=2501.84 cores=0-7
/proc/13760/task/13761/stat : 13761 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 32687 0 0 0 250144 40 0 0 25 0 4 0 622778487 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134529371 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13760/tid=13762] ppid=13757 vsize=647120 CPUtime=2457.82 cores=0-7
/proc/13760/task/13762/stat : 13762 (manysat1.1_stat) S 13757 13757 13731 0 -1 4202560 36924 0 0 0 245737 45 0 0 25 0 4 0 622778487 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134657474 0 0 4096 3 18446604455930194112 0 0 -1 3 0 0 0
[pid=13760/tid=13763] ppid=13757 vsize=647120 CPUtime=2459.71 cores=0-7
/proc/13760/task/13763/stat : 13763 (manysat1.1_stat) S 13757 13757 13731 0 -1 4202560 35846 0 0 0 245927 44 0 0 22 0 4 0 622778487 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134657474 0 0 4096 3 18446604455930194112 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9877.52
Current children cumulated vsize (KiB) 655820

[startup+2562.3 s]
/proc/loadavg: 1.69 3.17 3.82 2/328 13843
/proc/meminfo: memFree=10130668/32951124 swapFree=67111352/67111528
[pid=13757] ppid=13755 vsize=8700 CPUtime=0.13 cores=0-7
/proc/13757/stat : 13757 (manysat.sh) S 13755 13757 13731 0 -1 4202496 357 1706 0 0 0 0 13 0 23 0 1 0 622778465 8908800 253 33554432000 4194304 4922060 140735688659072 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13757/statm: 2175 253 209 178 0 68 0
[pid=13760] ppid=13757 vsize=647120 CPUtime=9937.39 cores=0-7
/proc/13760/stat : 13760 (manysat1.1_stat) S 13757 13757 13731 0 -1 4202496 146191 0 0 0 993534 205 0 0 25 0 4 0 622778479 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13760/statm: 161780 146128 84 194 0 161584 0
[pid=13760/tid=13761] ppid=13757 vsize=647120 CPUtime=2561.84 cores=0-7
/proc/13760/task/13761/stat : 13761 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 32687 0 0 0 256144 40 0 0 25 0 4 0 622778487 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134529360 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13760/tid=13762] ppid=13757 vsize=647120 CPUtime=2457.82 cores=0-7
/proc/13760/task/13762/stat : 13762 (manysat1.1_stat) S 13757 13757 13731 0 -1 4202560 36924 0 0 0 245737 45 0 0 25 0 4 0 622778487 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134657474 0 0 4096 3 18446604455930194112 0 0 -1 3 0 0 0
[pid=13760/tid=13763] ppid=13757 vsize=647120 CPUtime=2459.71 cores=0-7
/proc/13760/task/13763/stat : 13763 (manysat1.1_stat) S 13757 13757 13731 0 -1 4202560 35846 0 0 0 245927 44 0 0 22 0 4 0 622778487 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134657474 0 0 4096 3 18446604455930194112 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9937.52
Current children cumulated vsize (KiB) 655820

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

[startup+2572.7 s]
/proc/loadavg: 1.58 3.10 3.79 2/328 13843
/proc/meminfo: memFree=10130772/32951124 swapFree=67111352/67111528
[pid=13757] ppid=13755 vsize=8700 CPUtime=0.13 cores=0-7
/proc/13757/stat : 13757 (manysat.sh) S 13755 13757 13731 0 -1 4202496 357 1706 0 0 0 0 13 0 23 0 1 0 622778465 8908800 253 33554432000 4194304 4922060 140735688659072 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13757/statm: 2175 253 209 178 0 68 0
[pid=13760] ppid=13757 vsize=647120 CPUtime=9947.79 cores=0-7
/proc/13760/stat : 13760 (manysat1.1_stat) S 13757 13757 13731 0 -1 4202496 146191 0 0 0 994574 205 0 0 25 0 4 0 622778479 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13760/statm: 161780 146128 84 194 0 161584 0
[pid=13760/tid=13761] ppid=13757 vsize=647120 CPUtime=2572.25 cores=0-7
/proc/13760/task/13761/stat : 13761 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 32687 0 0 0 257185 40 0 0 25 0 4 0 622778487 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134529371 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13760/tid=13762] ppid=13757 vsize=647120 CPUtime=2457.82 cores=0-7
/proc/13760/task/13762/stat : 13762 (manysat1.1_stat) S 13757 13757 13731 0 -1 4202560 36924 0 0 0 245737 45 0 0 25 0 4 0 622778487 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134657474 0 0 4096 3 18446604455930194112 0 0 -1 3 0 0 0
[pid=13760/tid=13763] ppid=13757 vsize=647120 CPUtime=2459.71 cores=0-7
/proc/13760/task/13763/stat : 13763 (manysat1.1_stat) S 13757 13757 13731 0 -1 4202560 35846 0 0 0 245927 44 0 0 22 0 4 0 622778487 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134657474 0 0 4096 3 18446604455930194112 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9947.92
Current children cumulated vsize (KiB) 655820

[startup+2575.9 s]
/proc/loadavg: 1.53 3.07 3.77 2/328 13843
/proc/meminfo: memFree=10130772/32951124 swapFree=67111352/67111528
[pid=13757] ppid=13755 vsize=8700 CPUtime=0.13 cores=0-7
/proc/13757/stat : 13757 (manysat.sh) S 13755 13757 13731 0 -1 4202496 357 1706 0 0 0 0 13 0 23 0 1 0 622778465 8908800 253 33554432000 4194304 4922060 140735688659072 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13757/statm: 2175 253 209 178 0 68 0
[pid=13760] ppid=13757 vsize=647120 CPUtime=9950.99 cores=0-7
/proc/13760/stat : 13760 (manysat1.1_stat) S 13757 13757 13731 0 -1 4202496 146191 0 0 0 994894 205 0 0 25 0 4 0 622778479 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13760/statm: 161780 146128 84 194 0 161584 0
[pid=13760/tid=13761] ppid=13757 vsize=647120 CPUtime=2575.44 cores=0-7
/proc/13760/task/13761/stat : 13761 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 32687 0 0 0 257504 40 0 0 25 0 4 0 622778487 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134529584 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13760/tid=13762] ppid=13757 vsize=647120 CPUtime=2457.82 cores=0-7
/proc/13760/task/13762/stat : 13762 (manysat1.1_stat) S 13757 13757 13731 0 -1 4202560 36924 0 0 0 245737 45 0 0 25 0 4 0 622778487 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134657474 0 0 4096 3 18446604455930194112 0 0 -1 3 0 0 0
[pid=13760/tid=13763] ppid=13757 vsize=647120 CPUtime=2459.71 cores=0-7
/proc/13760/task/13763/stat : 13763 (manysat1.1_stat) S 13757 13757 13731 0 -1 4202560 35846 0 0 0 245927 44 0 0 22 0 4 0 622778487 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134657474 0 0 4096 3 18446604455930194112 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9951.12
Current children cumulated vsize (KiB) 655820

[startup+2577.5 s]
/proc/loadavg: 1.53 3.07 3.77 2/328 13844
/proc/meminfo: memFree=10130772/32951124 swapFree=67111352/67111528
[pid=13757] ppid=13755 vsize=8700 CPUtime=0.13 cores=0-7
/proc/13757/stat : 13757 (manysat.sh) S 13755 13757 13731 0 -1 4202496 357 1706 0 0 0 0 13 0 23 0 1 0 622778465 8908800 253 33554432000 4194304 4922060 140735688659072 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13757/statm: 2175 253 209 178 0 68 0
[pid=13760] ppid=13757 vsize=647120 CPUtime=9952.59 cores=0-7
/proc/13760/stat : 13760 (manysat1.1_stat) S 13757 13757 13731 0 -1 4202496 146191 0 0 0 995054 205 0 0 25 0 4 0 622778479 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13760/statm: 161780 146128 84 194 0 161584 0
[pid=13760/tid=13761] ppid=13757 vsize=647120 CPUtime=2577.04 cores=0-7
/proc/13760/task/13761/stat : 13761 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 32687 0 0 0 257664 40 0 0 25 0 4 0 622778487 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134529627 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13760/tid=13762] ppid=13757 vsize=647120 CPUtime=2457.82 cores=0-7
/proc/13760/task/13762/stat : 13762 (manysat1.1_stat) S 13757 13757 13731 0 -1 4202560 36924 0 0 0 245737 45 0 0 25 0 4 0 622778487 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134657474 0 0 4096 3 18446604455930194112 0 0 -1 3 0 0 0
[pid=13760/tid=13763] ppid=13757 vsize=647120 CPUtime=2459.71 cores=0-7
/proc/13760/task/13763/stat : 13763 (manysat1.1_stat) S 13757 13757 13731 0 -1 4202560 35846 0 0 0 245927 44 0 0 22 0 4 0 622778487 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134657474 0 0 4096 3 18446604455930194112 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9952.72
Current children cumulated vsize (KiB) 655820

[startup+2579.1 s]
/proc/loadavg: 1.49 3.03 3.76 2/328 13844
/proc/meminfo: memFree=10130772/32951124 swapFree=67111352/67111528
[pid=13757] ppid=13755 vsize=8700 CPUtime=0.13 cores=0-7
/proc/13757/stat : 13757 (manysat.sh) S 13755 13757 13731 0 -1 4202496 357 1706 0 0 0 0 13 0 23 0 1 0 622778465 8908800 253 33554432000 4194304 4922060 140735688659072 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13757/statm: 2175 253 209 178 0 68 0
[pid=13760] ppid=13757 vsize=647120 CPUtime=9954.19 cores=0-7
/proc/13760/stat : 13760 (manysat1.1_stat) S 13757 13757 13731 0 -1 4202496 146191 0 0 0 995214 205 0 0 25 0 4 0 622778479 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13760/statm: 161780 146128 84 194 0 161584 0
[pid=13760/tid=13761] ppid=13757 vsize=647120 CPUtime=2578.65 cores=0-7
/proc/13760/task/13761/stat : 13761 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 32687 0 0 0 257825 40 0 0 25 0 4 0 622778487 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134529569 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13760/tid=13762] ppid=13757 vsize=647120 CPUtime=2457.82 cores=0-7
/proc/13760/task/13762/stat : 13762 (manysat1.1_stat) S 13757 13757 13731 0 -1 4202560 36924 0 0 0 245737 45 0 0 25 0 4 0 622778487 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134657474 0 0 4096 3 18446604455930194112 0 0 -1 3 0 0 0
[pid=13760/tid=13763] ppid=13757 vsize=647120 CPUtime=2459.71 cores=0-7
/proc/13760/task/13763/stat : 13763 (manysat1.1_stat) S 13757 13757 13731 0 -1 4202560 35846 0 0 0 245927 44 0 0 22 0 4 0 622778487 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134657474 0 0 4096 3 18446604455930194112 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9954.32
Current children cumulated vsize (KiB) 655820

[startup+2579.51 s]
/proc/loadavg: 1.49 3.03 3.76 2/328 13844
/proc/meminfo: memFree=10130772/32951124 swapFree=67111352/67111528
[pid=13757] ppid=13755 vsize=8700 CPUtime=0.13 cores=0-7
/proc/13757/stat : 13757 (manysat.sh) S 13755 13757 13731 0 -1 4202496 357 1706 0 0 0 0 13 0 23 0 1 0 622778465 8908800 253 33554432000 4194304 4922060 140735688659072 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13757/statm: 2175 253 209 178 0 68 0
[pid=13760] ppid=13757 vsize=647120 CPUtime=9954.6 cores=0-7
/proc/13760/stat : 13760 (manysat1.1_stat) S 13757 13757 13731 0 -1 4202496 146191 0 0 0 995255 205 0 0 25 0 4 0 622778479 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13760/statm: 161780 146128 84 194 0 161584 0
[pid=13760/tid=13761] ppid=13757 vsize=647120 CPUtime=2579.05 cores=0-7
/proc/13760/task/13761/stat : 13761 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 32687 0 0 0 257865 40 0 0 25 0 4 0 622778487 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134529393 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13760/tid=13762] ppid=13757 vsize=647120 CPUtime=2457.82 cores=0-7
/proc/13760/task/13762/stat : 13762 (manysat1.1_stat) S 13757 13757 13731 0 -1 4202560 36924 0 0 0 245737 45 0 0 25 0 4 0 622778487 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134657474 0 0 4096 3 18446604455930194112 0 0 -1 3 0 0 0
[pid=13760/tid=13763] ppid=13757 vsize=647120 CPUtime=2459.71 cores=0-7
/proc/13760/task/13763/stat : 13763 (manysat1.1_stat) S 13757 13757 13731 0 -1 4202560 35846 0 0 0 245927 44 0 0 22 0 4 0 622778487 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134657474 0 0 4096 3 18446604455930194112 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9954.73
Current children cumulated vsize (KiB) 655820

[startup+2579.7 s]
/proc/loadavg: 1.49 3.03 3.76 2/328 13844
/proc/meminfo: memFree=10130772/32951124 swapFree=67111352/67111528
[pid=13757] ppid=13755 vsize=8700 CPUtime=0.13 cores=0-7
/proc/13757/stat : 13757 (manysat.sh) S 13755 13757 13731 0 -1 4202496 357 1706 0 0 0 0 13 0 23 0 1 0 622778465 8908800 253 33554432000 4194304 4922060 140735688659072 18446744073709551615 270338202757 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/13757/statm: 2175 253 209 178 0 68 0
[pid=13760] ppid=13757 vsize=647120 CPUtime=9954.79 cores=0-7
/proc/13760/stat : 13760 (manysat1.1_stat) S 13757 13757 13731 0 -1 4202496 146191 0 0 0 995274 205 0 0 25 0 4 0 622778479 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134657474 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/13760/statm: 161780 146128 84 194 0 161584 0
[pid=13760/tid=13761] ppid=13757 vsize=647120 CPUtime=2579.24 cores=0-7
/proc/13760/task/13761/stat : 13761 (manysat1.1_stat) R 13757 13757 13731 0 -1 4202560 32687 0 0 0 257884 40 0 0 25 0 4 0 622778487 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134529553 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=13760/tid=13762] ppid=13757 vsize=647120 CPUtime=2457.82 cores=0-7
/proc/13760/task/13762/stat : 13762 (manysat1.1_stat) S 13757 13757 13731 0 -1 4202560 36924 0 0 0 245737 45 0 0 25 0 4 0 622778487 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134657474 0 0 4096 3 18446604455930194112 0 0 -1 3 0 0 0
[pid=13760/tid=13763] ppid=13757 vsize=647120 CPUtime=2459.71 cores=0-7
/proc/13760/task/13763/stat : 13763 (manysat1.1_stat) S 13757 13757 13731 0 -1 4202560 35846 0 0 0 245927 44 0 0 22 0 4 0 622778487 662650880 146128 33554432000 134512640 135305190 4293627792 18446744073709551615 134657474 0 0 4096 3 18446604455930194112 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 9954.92
Current children cumulated vsize (KiB) 655820

Child status: 20
Real time (s): 2579.79
CPU time (s): 9955.02
CPU user time (s): 9952.93
CPU system time (s): 2.09168
CPU usage (%): 385.885
Max. virtual memory (cumulated for all children) (KiB): 655820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9952.93
system time used= 2.09168
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148481
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= 34456
involuntary context switches= 42305

runsolver used 8.09977 second user time and 18.5372 second system time

The end

Launcher Data

Begin job on node143 at 2011-05-13 18:20:29
IDJOB=3362334
IDBENCH=84211
IDSOLVER=1839
FILE ID=node143/3362334-1305303628
RUNJOBID= node143-1305303628-13745
PBS_JOBID= 13321459
Free space on /tmp= 41220 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/x1mul.miter.shuffled-as.sat03-359.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362334-1305303628/watcher-3362334-1305303628 -o /tmp/evaluation-result-3362334-1305303628/solver-3362334-1305303628 -C 40000 -W 5100 -M 31000  manysat.sh HOME/instance-3362334-1305303628.cnf aimd 1

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

MD5SUM BENCH= 9edcffddbe07377cf6685697aafad673
RANDOM SEED=403751569

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      10717968 kB
Buffers:        230888 kB
Cached:        5492076 kB
SwapCached:          0 kB
Active:       17069572 kB
Inactive:      4850120 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      10717968 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            2832 kB
Writeback:           0 kB
AnonPages:    16196824 kB
Mapped:          28372 kB
Slab:           195232 kB
PageTables:      53348 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 69932520 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= 41220 MiB
End job on node143 at 2011-05-13 19:03:28