Trace number 3361863

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 1780.68 446.737

General information on the benchmark

Nameindustrial/fuhs/hard/
AProVE07-03.cnf
MD5SUM8c67f78ca36ec96e662a91c74844da21
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark154.887
Satisfiable
(Un)Satisfiability was proved
Number of variables3114
Number of clauses10827
Sum of the clauses size28341
Maximum clause length119
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24934
Number of clauses of size 35378
Number of clauses of size 4408
Number of clauses of size 584
Number of clauses of size over 522

Solver Data

0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |   10580    27785 |    3173       0        0     nan |  0.000 % |
0.00/0.04	c |         0 |    7470    25292 |      --       0       --      -- |     --   | -3110/-2493
0.00/0.04	c ==============================================================================
0.00/0.04	c Result  :   #vars: 1304   #clauses: 7470   #literals: 25292
0.00/0.04	c CPU time:   0.037994 s
0.00/0.04	c ==============================================================================
1780.55/446.72	c This is ManySAT 1.1 : 4 thread(s) on 4 core(s).
1780.55/446.72	c ============================[ Problem Statistics ]=============================
1780.55/446.72	c |                                                                             |
1780.55/446.72	c threadId              : 3
1780.55/446.72	c restarts              : 1132
1780.55/446.72	c conflicts             : 1099473        (618 /sec)
1780.55/446.72	c decisions             : 1352782        (1.77 % random) (760 /sec)
1780.55/446.72	c propagations          : 194560923      (109293 /sec)
1780.55/446.72	c conflict literals     : 42918835       (52.68 % deleted)
1780.55/446.72	c Memory used           : 212.85 MB
1780.55/446.72	c CPU time              : 1780.18 s
1780.55/446.72	
1780.55/446.72	c --->m=4, e=8, aimd=1, HOME/17746_many.cnf	time: 445.046	conflicts: 1099473      
1780.55/446.73	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-3361863-1305296391/watcher-3361863-1305296391 -o /tmp/evaluation-result-3361863-1305296391/solver-3361863-1305296391 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3361863-1305296391.cnf aimd 1 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 2/346 17746
/proc/meminfo: memFree=14924908/32951124 swapFree=67111348/67111528
[pid=17746] ppid=17744 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17746/stat : 17746 (manysat.sh) S 17744 17746 17714 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622055266 8908800 249 33554432000 4194304 4922060 140733934067440 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17746/statm: 2175 249 209 178 0 68 0

[startup+0.0348529 s]
/proc/loadavg: 0.00 0.00 0.00 2/346 17746
/proc/meminfo: memFree=14924908/32951124 swapFree=67111348/67111528
[pid=17746] ppid=17744 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/17746/stat : 17746 (manysat.sh) S 17744 17746 17714 0 -1 4202496 329 0 0 0 0 0 0 0 21 0 1 0 622055266 8908800 249 33554432000 4194304 4922060 140733934067440 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/17746/statm: 2175 249 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.107274 s]
/proc/loadavg: 0.00 0.00 0.00 2/346 17746
/proc/meminfo: memFree=14924908/32951124 swapFree=67111348/67111528
[pid=17746] ppid=17744 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/17746/stat : 17746 (manysat.sh) S 17744 17746 17714 0 -1 4202496 357 627 0 0 0 0 4 0 21 0 1 0 622055266 8908800 252 33554432000 4194304 4922060 140733934067440 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17746/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8700

[startup+0.4808 s]
/proc/loadavg: 0.00 0.00 0.00 2/346 17746
/proc/meminfo: memFree=14924908/32951124 swapFree=67111348/67111528
[pid=17746] ppid=17744 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/17746/stat : 17746 (manysat.sh) S 17744 17746 17714 0 -1 4202496 357 627 0 0 0 0 4 0 21 0 1 0 622055266 8908800 252 33554432000 4194304 4922060 140733934067440 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17746/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8700

[startup+0.891665 s]
/proc/loadavg: 0.00 0.00 0.00 2/346 17746
/proc/meminfo: memFree=14924908/32951124 swapFree=67111348/67111528
[pid=17746] ppid=17744 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/17746/stat : 17746 (manysat.sh) S 17744 17746 17714 0 -1 4202496 357 627 0 0 0 0 4 0 21 0 1 0 622055266 8908800 252 33554432000 4194304 4922060 140733934067440 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17746/statm: 2175 252 209 178 0 68 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8700

[startup+1.51356 s]
/proc/loadavg: 0.48 0.10 0.03 6/355 17759
/proc/meminfo: memFree=14843188/32951124 swapFree=67111348/67111528
[pid=17746] ppid=17744 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/17746/stat : 17746 (manysat.sh) S 17744 17746 17714 0 -1 4202496 357 627 0 0 0 0 4 0 21 0 1 0 622055266 8908800 252 33554432000 4194304 4922060 140733934067440 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17746/statm: 2175 252 209 178 0 68 0
[pid=17749] ppid=17746 vsize=47116 CPUtime=5.78 cores=0,2,4,6
/proc/17749/stat : 17749 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202496 3468 0 0 0 576 2 0 0 20 0 4 0 622055271 48246784 3416 33554432000 134512640 135305190 4286603120 18446744073709551615 134528562 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/17749/statm: 11779 3416 84 194 0 11583 0
[pid=17749/tid=17750] ppid=17746 vsize=47116 CPUtime=1.43 cores=0,2,4,6
/proc/17749/task/17750/stat : 17750 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 682 0 0 0 143 0 0 0 20 0 4 0 622055272 48246784 3416 33554432000 134512640 135305190 4286603120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=17749/tid=17751] ppid=17746 vsize=47116 CPUtime=1.42 cores=0,2,4,6
/proc/17749/task/17751/stat : 17751 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 671 0 0 0 142 0 0 0 20 0 4 0 622055272 48246784 3416 33554432000 134512640 135305190 4286603120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=17749/tid=17752] ppid=17746 vsize=47116 CPUtime=1.44 cores=0,2,4,6
/proc/17749/task/17752/stat : 17752 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 755 0 0 0 144 0 0 0 20 0 4 0 622055272 48246784 3416 33554432000 134512640 135305190 4286603120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 5.82
Current children cumulated vsize (KiB) 55816

[startup+3.10124 s]
/proc/loadavg: 0.48 0.10 0.03 6/355 17759
/proc/meminfo: memFree=14835392/32951124 swapFree=67111348/67111528
[pid=17746] ppid=17744 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/17746/stat : 17746 (manysat.sh) S 17744 17746 17714 0 -1 4202496 357 627 0 0 0 0 4 0 21 0 1 0 622055266 8908800 252 33554432000 4194304 4922060 140733934067440 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17746/statm: 2175 252 209 178 0 68 0
[pid=17749] ppid=17746 vsize=51556 CPUtime=12.1 cores=0,2,4,6
/proc/17749/stat : 17749 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202496 4682 0 0 0 1207 3 0 0 25 0 4 0 622055271 52793344 4630 33554432000 134512640 135305190 4286603120 18446744073709551615 134528277 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/17749/statm: 12889 4630 84 194 0 12693 0
[pid=17749/tid=17750] ppid=17746 vsize=51556 CPUtime=3.01 cores=0,2,4,6
/proc/17749/task/17750/stat : 17750 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 963 0 0 0 301 0 0 0 25 0 4 0 622055272 52793344 4630 33554432000 134512640 135305190 4286603120 18446744073709551615 134557414 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=17749/tid=17751] ppid=17746 vsize=51556 CPUtime=3 cores=0,2,4,6
/proc/17749/task/17751/stat : 17751 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 981 0 0 0 299 1 0 0 25 0 4 0 622055272 52793344 4630 33554432000 134512640 135305190 4286603120 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=17749/tid=17752] ppid=17746 vsize=51556 CPUtime=3.03 cores=0,2,4,6
/proc/17749/task/17752/stat : 17752 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 1057 0 0 0 303 0 0 0 25 0 4 0 622055272 52793344 4630 33554432000 134512640 135305190 4286603120 18446744073709551615 134551930 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 12.14
Current children cumulated vsize (KiB) 60256

[startup+6.30067 s]
/proc/loadavg: 1.08 0.23 0.07 9/358 17763
/proc/meminfo: memFree=14810328/32951124 swapFree=67111348/67111528
[pid=17746] ppid=17744 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/17746/stat : 17746 (manysat.sh) S 17744 17746 17714 0 -1 4202496 357 627 0 0 0 0 4 0 21 0 1 0 622055266 8908800 252 33554432000 4194304 4922060 140733934067440 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17746/statm: 2175 252 209 178 0 68 0
[pid=17749] ppid=17746 vsize=62772 CPUtime=24.86 cores=0,2,4,6
/proc/17749/stat : 17749 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202496 7412 0 0 0 2482 4 0 0 25 0 4 0 622055271 64278528 7360 33554432000 134512640 135305190 4286603120 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/17749/statm: 15693 7360 84 194 0 15497 0
[pid=17749/tid=17750] ppid=17746 vsize=62772 CPUtime=6.22 cores=0,2,4,6
/proc/17749/task/17750/stat : 17750 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 1563 0 0 0 621 1 0 0 25 0 4 0 622055272 64278528 7360 33554432000 134512640 135305190 4286603120 18446744073709551615 134528145 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=17749/tid=17751] ppid=17746 vsize=62772 CPUtime=6.16 cores=0,2,4,6
/proc/17749/task/17751/stat : 17751 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 1626 0 0 0 615 1 0 0 25 0 4 0 622055272 64278528 7360 33554432000 134512640 135305190 4286603120 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=17749/tid=17752] ppid=17746 vsize=62772 CPUtime=6.23 cores=0,2,4,6
/proc/17749/task/17752/stat : 17752 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 1804 0 0 0 623 0 0 0 25 0 4 0 622055272 64278528 7360 33554432000 134512640 135305190 4286603120 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 24.9
Current children cumulated vsize (KiB) 71472

[startup+12.7006 s]
/proc/loadavg: 1.64 0.36 0.12 9/358 17763
/proc/meminfo: memFree=14787120/32951124 swapFree=67111348/67111528
[pid=17746] ppid=17744 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/17746/stat : 17746 (manysat.sh) S 17744 17746 17714 0 -1 4202496 357 627 0 0 0 0 4 0 21 0 1 0 622055266 8908800 252 33554432000 4194304 4922060 140733934067440 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17746/statm: 2175 252 209 178 0 68 0
[pid=17749] ppid=17746 vsize=74800 CPUtime=50.39 cores=0,2,4,6
/proc/17749/stat : 17749 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202496 10464 0 0 0 5033 6 0 0 25 0 4 0 622055271 76595200 10412 33554432000 134512640 135305190 4286603120 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/17749/statm: 18700 10412 84 194 0 18504 0
[pid=17749/tid=17750] ppid=17746 vsize=74800 CPUtime=12.61 cores=0,2,4,6
/proc/17749/task/17750/stat : 17750 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 2188 0 0 0 1260 1 0 0 25 0 4 0 622055272 76595200 10412 33554432000 134512640 135305190 4286603120 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=17749/tid=17751] ppid=17746 vsize=74800 CPUtime=12.48 cores=0,2,4,6
/proc/17749/task/17751/stat : 17751 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 2387 0 0 0 1247 1 0 0 25 0 4 0 622055272 76595200 10412 33554432000 134512640 135305190 4286603120 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=17749/tid=17752] ppid=17746 vsize=74800 CPUtime=12.63 cores=0,2,4,6
/proc/17749/task/17752/stat : 17752 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 2741 0 0 0 1262 1 0 0 25 0 4 0 622055272 76595200 10412 33554432000 134512640 135305190 4286603120 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 83500

[startup+25.5003 s]
/proc/loadavg: 2.61 0.61 0.20 9/358 17764
/proc/meminfo: memFree=14762444/32951124 swapFree=67111348/67111528
[pid=17746] ppid=17744 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/17746/stat : 17746 (manysat.sh) S 17744 17746 17714 0 -1 4202496 357 627 0 0 0 0 4 0 21 0 1 0 622055266 8908800 252 33554432000 4194304 4922060 140733934067440 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17746/statm: 2175 252 209 178 0 68 0
[pid=17749] ppid=17746 vsize=88860 CPUtime=101.43 cores=0,2,4,6
/proc/17749/stat : 17749 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202496 13726 0 0 0 10133 10 0 0 25 0 4 0 622055271 90992640 13674 33554432000 134512640 135305190 4286603120 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/17749/statm: 22215 13674 84 194 0 22019 0
[pid=17749/tid=17750] ppid=17746 vsize=88860 CPUtime=25.41 cores=0,2,4,6
/proc/17749/task/17750/stat : 17750 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 2894 0 0 0 2539 2 0 0 25 0 4 0 622055272 90992640 13674 33554432000 134512640 135305190 4286603120 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=17749/tid=17751] ppid=17746 vsize=88860 CPUtime=25.14 cores=0,2,4,6
/proc/17749/task/17751/stat : 17751 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 3552 0 0 0 2512 2 0 0 25 0 4 0 622055272 90992640 13674 33554432000 134512640 135305190 4286603120 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=17749/tid=17752] ppid=17746 vsize=88860 CPUtime=25.42 cores=0,2,4,6
/proc/17749/task/17752/stat : 17752 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 3490 0 0 0 2540 2 0 0 25 0 4 0 622055272 90992640 13674 33554432000 134512640 135305190 4286603120 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 97560

[startup+51.1008 s]
/proc/loadavg: 4.80 1.33 0.45 9/358 17764
/proc/meminfo: memFree=14721872/32951124 swapFree=67111348/67111528
[pid=17746] ppid=17744 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/17746/stat : 17746 (manysat.sh) S 17744 17746 17714 0 -1 4202496 357 627 0 0 0 0 4 0 21 0 1 0 622055266 8908800 252 33554432000 4194304 4922060 140733934067440 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17746/statm: 2175 252 209 178 0 68 0
[pid=17749] ppid=17746 vsize=108216 CPUtime=203.52 cores=0,2,4,6
/proc/17749/stat : 17749 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202496 18527 0 0 0 20338 14 0 0 25 0 4 0 622055271 110813184 18475 33554432000 134512640 135305190 4286603120 18446744073709551615 134551697 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/17749/statm: 27054 18475 84 194 0 26858 0
[pid=17749/tid=17750] ppid=17746 vsize=108216 CPUtime=51.01 cores=0,2,4,6
/proc/17749/task/17750/stat : 17750 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 3932 0 0 0 5098 3 0 0 25 0 4 0 622055272 110813184 18475 33554432000 134512640 135305190 4286603120 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=17749/tid=17751] ppid=17746 vsize=108216 CPUtime=50.45 cores=0,2,4,6
/proc/17749/task/17751/stat : 17751 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 5315 0 0 0 5040 5 0 0 25 0 4 0 622055272 110813184 18475 33554432000 134512640 135305190 4286603120 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=17749/tid=17752] ppid=17746 vsize=108216 CPUtime=51.02 cores=0,2,4,6
/proc/17749/task/17752/stat : 17752 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 4538 0 0 0 5099 3 0 0 25 0 4 0 622055272 110813184 18475 33554432000 134512640 135305190 4286603120 18446744073709551615 134528872 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 203.56
Current children cumulated vsize (KiB) 116916

[startup+102.301 s]
/proc/loadavg: 6.73 2.39 0.86 9/358 17766
/proc/meminfo: memFree=14682788/32951124 swapFree=67111348/67111528
[pid=17746] ppid=17744 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/17746/stat : 17746 (manysat.sh) S 17744 17746 17714 0 -1 4202496 357 627 0 0 0 0 4 0 21 0 1 0 622055266 8908800 252 33554432000 4194304 4922060 140733934067440 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17746/statm: 2175 252 209 178 0 68 0
[pid=17749] ppid=17746 vsize=124792 CPUtime=407.71 cores=0,2,4,6
/proc/17749/stat : 17749 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202496 22636 0 0 0 40751 20 0 0 25 0 4 0 622055271 127787008 22584 33554432000 134512640 135305190 4286603120 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/17749/statm: 31198 22584 84 194 0 31002 0
[pid=17749/tid=17750] ppid=17746 vsize=124792 CPUtime=102.19 cores=0,2,4,6
/proc/17749/task/17750/stat : 17750 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 4706 0 0 0 10216 3 0 0 25 0 4 0 622055272 127787008 22584 33554432000 134512640 135305190 4286603120 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=17749/tid=17751] ppid=17746 vsize=124792 CPUtime=101.6 cores=0,2,4,6
/proc/17749/task/17751/stat : 17751 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 6762 0 0 0 10153 7 0 0 25 0 4 0 622055272 127787008 22584 33554432000 134512640 135305190 4286603120 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=17749/tid=17752] ppid=17746 vsize=124792 CPUtime=101.68 cores=0,2,4,6
/proc/17749/task/17752/stat : 17752 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 5654 0 0 0 10164 4 0 0 25 0 4 0 622055272 127787008 22584 33554432000 134512640 135305190 4286603120 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 407.75
Current children cumulated vsize (KiB) 133492

[startup+162.3 s]
/proc/loadavg: 7.60 3.42 1.31 9/358 17767
/proc/meminfo: memFree=14640736/32951124 swapFree=67111348/67111528
[pid=17746] ppid=17744 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/17746/stat : 17746 (manysat.sh) S 17744 17746 17714 0 -1 4202496 357 627 0 0 0 0 4 0 21 0 1 0 622055266 8908800 252 33554432000 4194304 4922060 140733934067440 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17746/statm: 2175 252 209 178 0 68 0
[pid=17749] ppid=17746 vsize=152164 CPUtime=647 cores=0,2,4,6
/proc/17749/stat : 17749 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202496 29122 0 0 0 64675 25 0 0 25 0 4 0 622055271 155815936 29070 33554432000 134512640 135305190 4286603120 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/17749/statm: 38041 29070 84 194 0 37845 0
[pid=17749/tid=17750] ppid=17746 vsize=152164 CPUtime=161.97 cores=0,2,4,6

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

[pid=17749/tid=17751] ppid=17746 vsize=198636 CPUtime=341.05 cores=0,2,4,6
/proc/17749/task/17751/stat : 17751 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 13256 0 0 0 34092 13 0 0 25 0 4 0 622055272 203403264 40000 33554432000 134512640 135305190 4286603120 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=17749/tid=17752] ppid=17746 vsize=198636 CPUtime=341.2 cores=0,2,4,6
/proc/17749/task/17752/stat : 17752 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 8849 0 0 0 34113 7 0 0 25 0 4 0 622055272 203403264 40000 33554432000 134512640 135305190 4286603120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1364.17
Current children cumulated vsize (KiB) 207336

[startup+402.301 s]
/proc/loadavg: 8.24 6.07 2.87 9/358 17777
/proc/meminfo: memFree=14528512/32951124 swapFree=67111348/67111528
[pid=17746] ppid=17744 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/17746/stat : 17746 (manysat.sh) S 17744 17746 17714 0 -1 4202496 357 627 0 0 0 0 4 0 21 0 1 0 622055266 8908800 252 33554432000 4194304 4922060 140733934067440 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17746/statm: 2175 252 209 178 0 68 0
[pid=17749] ppid=17746 vsize=208860 CPUtime=1603.45 cores=0,2,4,6
/proc/17749/stat : 17749 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202496 42452 0 0 0 160305 40 0 0 25 0 4 0 622055271 213872640 42400 33554432000 134512640 135305190 4286603120 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/17749/statm: 52215 42400 84 194 0 52019 0
[pid=17749/tid=17750] ppid=17746 vsize=208860 CPUtime=399.06 cores=0,2,4,6
/proc/17749/task/17750/stat : 17750 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 8551 0 0 0 39900 6 0 0 25 0 4 0 622055272 213872640 42400 33554432000 134512640 135305190 4286603120 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=17749/tid=17751] ppid=17746 vsize=208860 CPUtime=401.05 cores=0,2,4,6
/proc/17749/task/17751/stat : 17751 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 14618 0 0 0 40089 16 0 0 25 0 4 0 622055272 213872640 42400 33554432000 134512640 135305190 4286603120 18446744073709551615 134542040 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=17749/tid=17752] ppid=17746 vsize=208860 CPUtime=401.21 cores=0,2,4,6
/proc/17749/task/17752/stat : 17752 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 9051 0 0 0 40113 8 0 0 25 0 4 0 622055272 213872640 42400 33554432000 134512640 135305190 4286603120 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1603.49
Current children cumulated vsize (KiB) 217560

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

[startup+409.901 s]
/proc/loadavg: 8.22 6.10 2.90 9/358 17777
/proc/meminfo: memFree=14523920/32951124 swapFree=67111348/67111528
[pid=17746] ppid=17744 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/17746/stat : 17746 (manysat.sh) S 17744 17746 17714 0 -1 4202496 357 627 0 0 0 0 4 0 21 0 1 0 622055266 8908800 252 33554432000 4194304 4922060 140733934067440 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17746/statm: 2175 252 209 178 0 68 0
[pid=17749] ppid=17746 vsize=212256 CPUtime=1633.76 cores=0,2,4,6
/proc/17749/stat : 17749 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202496 43456 0 0 0 163335 41 0 0 25 0 4 0 622055271 217350144 43404 33554432000 134512640 135305190 4286603120 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/17749/statm: 53064 43404 84 194 0 52868 0
[pid=17749/tid=17750] ppid=17746 vsize=212256 CPUtime=406.59 cores=0,2,4,6
/proc/17749/task/17750/stat : 17750 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 8703 0 0 0 40652 7 0 0 25 0 4 0 622055272 217350144 43404 33554432000 134512640 135305190 4286603120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=17749/tid=17751] ppid=17746 vsize=212256 CPUtime=408.64 cores=0,2,4,6
/proc/17749/task/17751/stat : 17751 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 15270 0 0 0 40848 16 0 0 25 0 4 0 622055272 217350144 43404 33554432000 134512640 135305190 4286603120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=17749/tid=17752] ppid=17746 vsize=212256 CPUtime=408.81 cores=0,2,4,6
/proc/17749/task/17752/stat : 17752 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 9190 0 0 0 40873 8 0 0 25 0 4 0 622055272 217350144 43404 33554432000 134512640 135305190 4286603120 18446744073709551615 134528446 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1633.8
Current children cumulated vsize (KiB) 220956

[startup+422.701 s]
/proc/loadavg: 8.17 6.19 2.98 9/358 17777
/proc/meminfo: memFree=14519084/32951124 swapFree=67111348/67111528
[pid=17746] ppid=17744 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/17746/stat : 17746 (manysat.sh) S 17744 17746 17714 0 -1 4202496 357 627 0 0 0 0 4 0 21 0 1 0 622055266 8908800 252 33554432000 4194304 4922060 140733934067440 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17746/statm: 2175 252 209 178 0 68 0
[pid=17749] ppid=17746 vsize=216044 CPUtime=1684.83 cores=0,2,4,6
/proc/17749/stat : 17749 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202496 44047 0 0 0 168441 42 0 0 25 0 4 0 622055271 221229056 43995 33554432000 134512640 135305190 4286603120 18446744073709551615 134529257 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/17749/statm: 54011 43995 84 194 0 53815 0
[pid=17749/tid=17750] ppid=17746 vsize=216044 CPUtime=419.24 cores=0,2,4,6
/proc/17749/task/17750/stat : 17750 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 8795 0 0 0 41917 7 0 0 25 0 4 0 622055272 221229056 43995 33554432000 134512640 135305190 4286603120 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=17749/tid=17751] ppid=17746 vsize=216044 CPUtime=421.45 cores=0,2,4,6
/proc/17749/task/17751/stat : 17751 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 15567 0 0 0 42128 17 0 0 25 0 4 0 622055272 221229056 43995 33554432000 134512640 135305190 4286603120 18446744073709551615 134552302 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=17749/tid=17752] ppid=17746 vsize=216044 CPUtime=421.62 cores=0,2,4,6
/proc/17749/task/17752/stat : 17752 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 9267 0 0 0 42154 8 0 0 25 0 4 0 622055272 221229056 43995 33554432000 134512640 135305190 4286603120 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1684.87
Current children cumulated vsize (KiB) 224744

[startup+435.5 s]
/proc/loadavg: 8.14 6.25 3.03 9/358 17777
/proc/meminfo: memFree=14517344/32951124 swapFree=67111348/67111528
[pid=17746] ppid=17744 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/17746/stat : 17746 (manysat.sh) S 17744 17746 17714 0 -1 4202496 357 627 0 0 0 0 4 0 21 0 1 0 622055266 8908800 252 33554432000 4194304 4922060 140733934067440 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17746/statm: 2175 252 209 178 0 68 0
[pid=17749] ppid=17746 vsize=217068 CPUtime=1735.84 cores=0,2,4,6
/proc/17749/stat : 17749 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202496 44201 0 0 0 173542 42 0 0 25 0 4 0 622055271 222277632 44149 33554432000 134512640 135305190 4286603120 18446744073709551615 134528421 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/17749/statm: 54267 44149 84 194 0 54071 0
[pid=17749/tid=17750] ppid=17746 vsize=217068 CPUtime=431.89 cores=0,2,4,6
/proc/17749/task/17750/stat : 17750 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 8804 0 0 0 43182 7 0 0 25 0 4 0 622055272 222277632 44149 33554432000 134512640 135305190 4286603120 18446744073709551615 134528872 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=17749/tid=17751] ppid=17746 vsize=217068 CPUtime=434.24 cores=0,2,4,6
/proc/17749/task/17751/stat : 17751 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 15573 0 0 0 43407 17 0 0 25 0 4 0 622055272 222277632 44149 33554432000 134512640 135305190 4286603120 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=17749/tid=17752] ppid=17746 vsize=217068 CPUtime=434.4 cores=0,2,4,6
/proc/17749/task/17752/stat : 17752 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 9351 0 0 0 43432 8 0 0 25 0 4 0 622055272 222277632 44149 33554432000 134512640 135305190 4286603120 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1735.88
Current children cumulated vsize (KiB) 225768

[startup+441.901 s]
/proc/loadavg: 8.12 6.31 3.08 9/358 17778
/proc/meminfo: memFree=14516596/32951124 swapFree=67111348/67111528
[pid=17746] ppid=17744 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/17746/stat : 17746 (manysat.sh) S 17744 17746 17714 0 -1 4202496 357 627 0 0 0 0 4 0 21 0 1 0 622055266 8908800 252 33554432000 4194304 4922060 140733934067440 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17746/statm: 2175 252 209 178 0 68 0
[pid=17749] ppid=17746 vsize=217596 CPUtime=1761.38 cores=0,2,4,6
/proc/17749/stat : 17749 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202496 44363 0 0 0 176095 43 0 0 25 0 4 0 622055271 222818304 44311 33554432000 134512640 135305190 4286603120 18446744073709551615 134528237 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/17749/statm: 54399 44311 84 194 0 54203 0
[pid=17749/tid=17750] ppid=17746 vsize=217596 CPUtime=438.22 cores=0,2,4,6
/proc/17749/task/17750/stat : 17750 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 8806 0 0 0 43815 7 0 0 25 0 4 0 622055272 222818304 44311 33554432000 134512640 135305190 4286603120 18446744073709551615 134528347 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=17749/tid=17751] ppid=17746 vsize=217596 CPUtime=440.64 cores=0,2,4,6
/proc/17749/task/17751/stat : 17751 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 15573 0 0 0 44047 17 0 0 25 0 4 0 622055272 222818304 44311 33554432000 134512640 135305190 4286603120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=17749/tid=17752] ppid=17746 vsize=217596 CPUtime=440.8 cores=0,2,4,6
/proc/17749/task/17752/stat : 17752 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 9415 0 0 0 44072 8 0 0 25 0 4 0 622055272 222818304 44311 33554432000 134512640 135305190 4286603120 18446744073709551615 134529244 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1761.42
Current children cumulated vsize (KiB) 226296

[startup+445.101 s]
/proc/loadavg: 8.12 6.31 3.08 9/358 17778
/proc/meminfo: memFree=14516220/32951124 swapFree=67111348/67111528
[pid=17746] ppid=17744 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/17746/stat : 17746 (manysat.sh) S 17744 17746 17714 0 -1 4202496 357 627 0 0 0 0 4 0 21 0 1 0 622055266 8908800 252 33554432000 4194304 4922060 140733934067440 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17746/statm: 2175 252 209 178 0 68 0
[pid=17749] ppid=17746 vsize=217956 CPUtime=1774.14 cores=0,2,4,6
/proc/17749/stat : 17749 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202496 44398 0 0 0 177371 43 0 0 25 0 4 0 622055271 223186944 44346 33554432000 134512640 135305190 4286603120 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/17749/statm: 54489 44346 84 194 0 54293 0
[pid=17749/tid=17750] ppid=17746 vsize=217956 CPUtime=441.38 cores=0,2,4,6
/proc/17749/task/17750/stat : 17750 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 8806 0 0 0 44131 7 0 0 25 0 4 0 622055272 223186944 44346 33554432000 134512640 135305190 4286603120 18446744073709551615 134528750 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=17749/tid=17751] ppid=17746 vsize=217956 CPUtime=443.83 cores=0,2,4,6
/proc/17749/task/17751/stat : 17751 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 15573 0 0 0 44366 17 0 0 25 0 4 0 622055272 223186944 44346 33554432000 134512640 135305190 4286603120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=17749/tid=17752] ppid=17746 vsize=217956 CPUtime=444 cores=0,2,4,6
/proc/17749/task/17752/stat : 17752 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 9415 0 0 0 44392 8 0 0 25 0 4 0 622055272 223186944 44346 33554432000 134512640 135305190 4286603120 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1774.18
Current children cumulated vsize (KiB) 226656

[startup+445.913 s]
/proc/loadavg: 8.11 6.33 3.11 9/358 17778
/proc/meminfo: memFree=14516096/32951124 swapFree=67111348/67111528
[pid=17746] ppid=17744 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/17746/stat : 17746 (manysat.sh) S 17744 17746 17714 0 -1 4202496 357 627 0 0 0 0 4 0 21 0 1 0 622055266 8908800 252 33554432000 4194304 4922060 140733934067440 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17746/statm: 2175 252 209 178 0 68 0
[pid=17749] ppid=17746 vsize=217956 CPUtime=1777.37 cores=0,2,4,6
/proc/17749/stat : 17749 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202496 44401 0 0 0 177694 43 0 0 25 0 4 0 622055271 223186944 44349 33554432000 134512640 135305190 4286603120 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/17749/statm: 54489 44349 84 194 0 54293 0
[pid=17749/tid=17750] ppid=17746 vsize=217956 CPUtime=442.18 cores=0,2,4,6
/proc/17749/task/17750/stat : 17750 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 8806 0 0 0 44211 7 0 0 25 0 4 0 622055272 223186944 44349 33554432000 134512640 135305190 4286603120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=17749/tid=17751] ppid=17746 vsize=217956 CPUtime=444.65 cores=0,2,4,6
/proc/17749/task/17751/stat : 17751 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 15573 0 0 0 44448 17 0 0 25 0 4 0 622055272 223186944 44349 33554432000 134512640 135305190 4286603120 18446744073709551615 134538524 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=17749/tid=17752] ppid=17746 vsize=217956 CPUtime=444.82 cores=0,2,4,6
/proc/17749/task/17752/stat : 17752 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 9415 0 0 0 44474 8 0 0 25 0 4 0 622055272 223186944 44349 33554432000 134512640 135305190 4286603120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1777.41
Current children cumulated vsize (KiB) 226656

[startup+446.3 s]
/proc/loadavg: 8.11 6.33 3.11 9/358 17778
/proc/meminfo: memFree=14516096/32951124 swapFree=67111348/67111528
[pid=17746] ppid=17744 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/17746/stat : 17746 (manysat.sh) S 17744 17746 17714 0 -1 4202496 357 627 0 0 0 0 4 0 21 0 1 0 622055266 8908800 252 33554432000 4194304 4922060 140733934067440 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17746/statm: 2175 252 209 178 0 68 0
[pid=17749] ppid=17746 vsize=217956 CPUtime=1778.92 cores=0,2,4,6
/proc/17749/stat : 17749 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202496 44403 0 0 0 177849 43 0 0 25 0 4 0 622055271 223186944 44351 33554432000 134512640 135305190 4286603120 18446744073709551615 134541935 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/17749/statm: 54489 44351 84 194 0 54293 0
[pid=17749/tid=17750] ppid=17746 vsize=217956 CPUtime=442.57 cores=0,2,4,6
/proc/17749/task/17750/stat : 17750 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 8806 0 0 0 44250 7 0 0 25 0 4 0 622055272 223186944 44351 33554432000 134512640 135305190 4286603120 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=17749/tid=17751] ppid=17746 vsize=217956 CPUtime=445.03 cores=0,2,4,6
/proc/17749/task/17751/stat : 17751 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 15573 0 0 0 44486 17 0 0 25 0 4 0 622055272 223186944 44351 33554432000 134512640 135305190 4286603120 18446744073709551615 134552835 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=17749/tid=17752] ppid=17746 vsize=217956 CPUtime=445.2 cores=0,2,4,6
/proc/17749/task/17752/stat : 17752 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 9415 0 0 0 44512 8 0 0 25 0 4 0 622055272 223186944 44351 33554432000 134512640 135305190 4286603120 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1778.96
Current children cumulated vsize (KiB) 226656

[startup+446.7 s]
/proc/loadavg: 8.11 6.33 3.11 9/358 17778
/proc/meminfo: memFree=14516096/32951124 swapFree=67111348/67111528
[pid=17746] ppid=17744 vsize=8700 CPUtime=0.04 cores=0,2,4,6
/proc/17746/stat : 17746 (manysat.sh) S 17744 17746 17714 0 -1 4202496 357 627 0 0 0 0 4 0 21 0 1 0 622055266 8908800 252 33554432000 4194304 4922060 140733934067440 18446744073709551615 255106587781 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17746/statm: 2175 252 209 178 0 68 0
[pid=17749] ppid=17746 vsize=217956 CPUtime=1780.51 cores=0,2,4,6
/proc/17749/stat : 17749 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202496 44405 0 0 0 178008 43 0 0 25 0 4 0 622055271 223186944 44353 33554432000 134512640 135305190 4286603120 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 2 0 0 0
/proc/17749/statm: 54489 44353 84 194 0 54293 0
[pid=17749/tid=17750] ppid=17746 vsize=217956 CPUtime=442.96 cores=0,2,4,6
/proc/17749/task/17750/stat : 17750 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 8806 0 0 0 44289 7 0 0 25 0 4 0 622055272 223186944 44353 33554432000 134512640 135305190 4286603120 18446744073709551615 134528446 0 0 4096 3 0 0 0 -1 6 0 0 0
[pid=17749/tid=17751] ppid=17746 vsize=217956 CPUtime=445.43 cores=0,2,4,6
/proc/17749/task/17751/stat : 17751 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 15573 0 0 0 44526 17 0 0 25 0 4 0 622055272 223186944 44353 33554432000 134512640 135305190 4286603120 18446744073709551615 134528274 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=17749/tid=17752] ppid=17746 vsize=217956 CPUtime=445.6 cores=0,2,4,6
/proc/17749/task/17752/stat : 17752 (manysat1.1_stat) R 17746 17746 17714 0 -1 4202560 9415 0 0 0 44552 8 0 0 25 0 4 0 622055272 223186944 44353 33554432000 134512640 135305190 4286603120 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1780.55
Current children cumulated vsize (KiB) 226656

Child status: 20
Real time (s): 446.737
CPU time (s): 1780.68
CPU user time (s): 1780.23
CPU system time (s): 0.451931
CPU usage (%): 398.596
Max. virtual memory (cumulated for all children) (KiB): 226656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1780.23
system time used= 0.451931
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45614
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= 13347
involuntary context switches= 8934

runsolver used 1.44778 second user time and 3.43048 second system time

The end

Launcher Data

Begin job on node144 at 2011-05-13 16:19:51
IDJOB=3361863
IDBENCH=20401
IDSOLVER=1838
FILE ID=node144/3361863-1305296391
RUNJOBID= node144-1305296391-17732
PBS_JOBID= 13321409
Free space on /tmp= 37452 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT07/industrial/fuhs/hard/AProVE07-03.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3361863-1305296391/watcher-3361863-1305296391 -o /tmp/evaluation-result-3361863-1305296391/solver-3361863-1305296391 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3361863-1305296391.cnf aimd 1

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

MD5SUM BENCH= 8c67f78ca36ec96e662a91c74844da21
RANDOM SEED=185670963

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14925320 kB
Buffers:        232856 kB
Cached:       10186640 kB
SwapCached:          0 kB
Active:        7994856 kB
Inactive:      9555860 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14925320 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:            4276 kB
Writeback:           0 kB
AnonPages:     7131228 kB
Mapped:          26640 kB
Slab:           373344 kB
PageTables:      37616 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 81976828 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= 37428 MiB
End job on node144 at 2011-05-13 16:27:18