Trace number 1774676

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
ManySAT 1.1 aimd 1/2009-03-20UNSAT 2011.84 1013.81

General information on the benchmark

NameAPPLICATIONS/diagnosis/
ACG-15-10p0.cnf
MD5SUMd8dd0726277891eae9a2807dfd8946db
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1091.03
Satisfiable
(Un)Satisfiability was proved
Number of variables262253
Number of clauses1131732
Sum of the clauses size2644763
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2882815
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

0.00/0.00	c Parsing...
1.19/1.25	c ==============================================================================
1.19/1.25	c |           |     ORIGINAL     |              LEARNT              |          |
1.19/1.25	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.19/1.25	c ==============================================================================
1.19/1.25	c |         0 | 1120813  2633174 |  336243       0        0     nan |  0.000 % |
7.77/7.89	c |         0 |  777919  2077798 |      --       0       --      -- |     --   | -91956/18047
7.77/7.89	c ==============================================================================
7.77/7.89	c Result  :   #vars: 158000   #clauses: 777919   #literals: 2077798
7.77/7.89	c CPU time:   7.59884 s
7.77/7.89	c ==============================================================================
2011.67/1013.73	c This is ManySAT 1.1 : 4 thread(s) on 2 core(s).
2011.67/1013.73	c ============================[ Problem Statistics ]=============================
2011.67/1013.73	c |                                                                             |
2011.67/1013.73	c threadId              : 2
2011.67/1013.73	c restarts              : 15
2011.67/1013.73	c conflicts             : 76307          (38 /sec)
2011.67/1013.73	c decisions             : 356624         (1.06 % random) (178 /sec)
2011.67/1013.73	c propagations          : 608179929      (303791 /sec)
2011.67/1013.73	c conflict literals     : 13732632       (37.70 % deleted)
2011.67/1013.73	c Memory used           : 384.98 MB
2011.67/1013.73	c CPU time              : 2001.97 s
2011.67/1013.73	
2011.67/1013.73	c --->m=4, e=8, aimd=1, HOME/25470_many.cnf	time: 500.492	conflicts: 76307        
2011.67/1013.79	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1774676-1241291941/watcher-1774676-1241291941 -o /tmp/evaluation-result-1774676-1241291941/solver-1774676-1241291941 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1774676-1241291941.cnf aimd 1 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.38 3.84 3.87 3/64 25470
/proc/meminfo: memFree=1239320/2055920 swapFree=4179576/4192956
[pid=25470] ppid=25468 vsize=5356 CPUtime=0
/proc/25470/stat : 25470 (manysat.sh) S 25468 25470 25433 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157222117 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25470/statm: 1339 235 195 169 0 50 0
[pid=25471] ppid=25470 vsize=1552 CPUtime=0
/proc/25471/stat : 25471 (SatElite) R 25470 25470 25433 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 157222117 1589248 262 1992294400 134512640 135034092 4294956112 18446744073709551615 134544856 0 0 4096 3 0 0 0 17 0 0 0
/proc/25471/statm: 388 264 50 127 0 258 0

[startup+0.1045 s]
/proc/loadavg: 3.38 3.84 3.87 3/64 25470
/proc/meminfo: memFree=1239320/2055920 swapFree=4179576/4192956
[pid=25470] ppid=25468 vsize=5356 CPUtime=0
/proc/25470/stat : 25470 (manysat.sh) S 25468 25470 25433 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157222117 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25470/statm: 1339 235 195 169 0 50 0
[pid=25471] ppid=25470 vsize=30156 CPUtime=0.09
/proc/25471/stat : 25471 (SatElite) R 25470 25470 25433 0 -1 4194304 5481 0 0 0 7 2 0 0 20 0 1 0 157222117 30879744 5297 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/25471/statm: 7539 5298 50 127 0 7409 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 35512

[startup+0.202509 s]
/proc/loadavg: 3.38 3.84 3.87 3/64 25470
/proc/meminfo: memFree=1239320/2055920 swapFree=4179576/4192956
[pid=25470] ppid=25468 vsize=5356 CPUtime=0
/proc/25470/stat : 25470 (manysat.sh) S 25468 25470 25433 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157222117 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25470/statm: 1339 235 195 169 0 50 0
[pid=25471] ppid=25470 vsize=41756 CPUtime=0.19
/proc/25471/stat : 25471 (SatElite) R 25470 25470 25433 0 -1 4194304 8352 0 0 0 16 3 0 0 20 0 1 0 157222117 42758144 8168 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/25471/statm: 10439 8169 50 127 0 10309 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 47112

[startup+0.30252 s]
/proc/loadavg: 3.38 3.84 3.87 3/64 25470
/proc/meminfo: memFree=1239320/2055920 swapFree=4179576/4192956
[pid=25470] ppid=25468 vsize=5356 CPUtime=0
/proc/25470/stat : 25470 (manysat.sh) S 25468 25470 25433 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157222117 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25470/statm: 1339 235 195 169 0 50 0
[pid=25471] ppid=25470 vsize=47796 CPUtime=0.29
/proc/25471/stat : 25471 (SatElite) R 25470 25470 25433 0 -1 4194304 9740 0 0 0 25 4 0 0 21 0 1 0 157222117 48943104 9556 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/25471/statm: 11949 9557 50 127 0 11819 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53152

[startup+0.70256 s]
/proc/loadavg: 3.38 3.84 3.87 3/64 25470
/proc/meminfo: memFree=1239320/2055920 swapFree=4179576/4192956
[pid=25470] ppid=25468 vsize=5356 CPUtime=0
/proc/25470/stat : 25470 (manysat.sh) S 25468 25470 25433 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157222117 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25470/statm: 1339 235 195 169 0 50 0
[pid=25471] ppid=25470 vsize=69644 CPUtime=0.69
/proc/25471/stat : 25471 (SatElite) R 25470 25470 25433 0 -1 4194304 15196 0 0 0 60 9 0 0 25 0 1 0 157222117 71315456 15012 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/25471/statm: 17411 15012 51 127 0 17281 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 75000

[startup+1.50164 s]
/proc/loadavg: 3.19 3.79 3.85 2/66 25472
/proc/meminfo: memFree=1133640/2055920 swapFree=4179576/4192956
[pid=25470] ppid=25468 vsize=5356 CPUtime=0
/proc/25470/stat : 25470 (manysat.sh) S 25468 25470 25433 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157222117 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25470/statm: 1339 235 195 169 0 50 0
[pid=25471] ppid=25470 vsize=140904 CPUtime=1.49
/proc/25471/stat : 25471 (SatElite) R 25470 25470 25433 0 -1 4194304 27943 0 0 0 134 15 0 0 18 0 1 0 157222117 144285696 27759 1992294400 134512640 135034092 4294956112 18446744073709551615 134541068 0 0 4096 3 0 0 0 17 0 0 0
/proc/25471/statm: 35226 27759 64 127 0 35096 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 146260

[startup+3.1018 s]
/proc/loadavg: 3.19 3.79 3.85 2/66 25472
/proc/meminfo: memFree=1112904/2055920 swapFree=4179576/4192956
[pid=25470] ppid=25468 vsize=5356 CPUtime=0
/proc/25470/stat : 25470 (manysat.sh) S 25468 25470 25433 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157222117 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25470/statm: 1339 235 195 169 0 50 0
[pid=25471] ppid=25470 vsize=166640 CPUtime=3.09
/proc/25471/stat : 25471 (SatElite) R 25470 25470 25433 0 -1 4194304 36480 0 0 0 289 20 0 0 25 0 1 0 157222117 170639360 33428 1992294400 134512640 135034092 4294956112 18446744073709551615 134566526 0 0 4096 3 0 0 0 17 0 0 0
/proc/25471/statm: 41660 33428 68 127 0 41530 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 171996

[startup+6.30114 s]
/proc/loadavg: 3.01 3.75 3.84 2/66 25472
/proc/meminfo: memFree=1100296/2055920 swapFree=4179576/4192956
[pid=25470] ppid=25468 vsize=5356 CPUtime=0
/proc/25470/stat : 25470 (manysat.sh) S 25468 25470 25433 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157222117 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25470/statm: 1339 235 195 169 0 50 0
[pid=25471] ppid=25470 vsize=165940 CPUtime=6.26
/proc/25471/stat : 25471 (SatElite) R 25470 25470 25433 0 -1 4194304 39914 0 0 0 603 23 0 0 25 0 1 0 157222117 169922560 33332 1992294400 134512640 135034092 4294956112 18446744073709551615 134529994 0 0 4096 3 0 0 0 17 1 0 0
/proc/25471/statm: 41485 33332 68 127 0 41355 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 171296

[startup+12.7018 s]
/proc/loadavg: 2.93 3.72 3.83 5/69 25476
/proc/meminfo: memFree=995632/2055920 swapFree=4179576/4192956
[pid=25470] ppid=25468 vsize=5356 CPUtime=8.88
/proc/25470/stat : 25470 (manysat.sh) S 25468 25470 25433 0 -1 4194304 313 44706 0 0 0 0 855 33 19 0 1 0 157222117 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25470/statm: 1339 238 195 169 0 50 0
[pid=25473] ppid=25470 vsize=272408 CPUtime=5.16
/proc/25473/stat : 25473 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194304 55535 0 0 0 474 42 0 0 17 0 4 0 157223011 278945792 55454 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25473/statm: 68102 55454 82 193 0 67906 0
[pid=25473/tid=25474] ppid=25470 vsize=272408 CPUtime=0.83
/proc/25473/task/25474/stat : 25474 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 1168 0 0 0 79 4 0 0 16 0 4 0 157223236 278945792 55454 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25473/tid=25475] ppid=25470 vsize=272408 CPUtime=0.71
/proc/25473/task/25475/stat : 25475 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 1000 0 0 0 67 4 0 0 16 0 4 0 157223236 278945792 55454 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25473/tid=25476] ppid=25470 vsize=272408 CPUtime=0.64
/proc/25473/task/25476/stat : 25476 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 1168 0 0 0 60 4 0 0 16 0 4 0 157223236 278945792 55454 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.04
Current children cumulated vsize (KiB) 277764

[startup+25.5021 s]
/proc/loadavg: 3.17 3.73 3.83 5/69 25476
/proc/meminfo: memFree=990768/2055920 swapFree=4179576/4192956
[pid=25470] ppid=25468 vsize=5356 CPUtime=8.88
/proc/25470/stat : 25470 (manysat.sh) S 25468 25470 25433 0 -1 4194304 313 44706 0 0 0 0 855 33 19 0 1 0 157222117 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25470/statm: 1339 238 195 169 0 50 0
[pid=25473] ppid=25470 vsize=276904 CPUtime=30.68
/proc/25473/stat : 25473 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194304 56462 0 0 0 3023 45 0 0 16 0 4 0 157223011 283549696 56381 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25473/statm: 69226 56381 83 193 0 69030 0
[pid=25473/tid=25474] ppid=25470 vsize=276904 CPUtime=7.03
/proc/25473/task/25474/stat : 25474 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 1350 0 0 0 698 5 0 0 17 0 4 0 157223236 283549696 56381 1992294400 134512640 135305190 4294956160 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25473/tid=25475] ppid=25470 vsize=276904 CPUtime=7.39
/proc/25473/task/25475/stat : 25475 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 1256 0 0 0 735 4 0 0 17 0 4 0 157223236 283549696 56381 1992294400 134512640 135305190 4294956160 18446744073709551615 134551808 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25473/tid=25476] ppid=25470 vsize=276904 CPUtime=5.77
/proc/25473/task/25476/stat : 25476 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 1335 0 0 0 572 5 0 0 17 0 4 0 157223236 283549696 56381 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 39.56
Current children cumulated vsize (KiB) 282260

[startup+51.1028 s]
/proc/loadavg: 3.45 3.75 3.83 5/69 25476
/proc/meminfo: memFree=985008/2055920 swapFree=4179576/4192956
[pid=25470] ppid=25468 vsize=5356 CPUtime=8.88
/proc/25470/stat : 25470 (manysat.sh) S 25468 25470 25433 0 -1 4194304 313 44706 0 0 0 0 855 33 19 0 1 0 157222117 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25470/statm: 1339 238 195 169 0 50 0
[pid=25473] ppid=25470 vsize=282824 CPUtime=81.75
/proc/25473/stat : 25473 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194304 57937 0 0 0 8127 48 0 0 22 0 4 0 157223011 289611776 57856 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25473/statm: 70706 57856 83 193 0 70510 0
[pid=25473/tid=25474] ppid=25470 vsize=282824 CPUtime=21.37
/proc/25473/task/25474/stat : 25474 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 1733 0 0 0 2131 6 0 0 19 0 4 0 157223236 289611776 57856 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25473/tid=25475] ppid=25470 vsize=282824 CPUtime=20.19
/proc/25473/task/25475/stat : 25475 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 1697 0 0 0 2014 5 0 0 22 0 4 0 157223236 289611776 57856 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25473/tid=25476] ppid=25470 vsize=282824 CPUtime=17.59
/proc/25473/task/25476/stat : 25476 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 1595 0 0 0 1753 6 0 0 25 0 4 0 157223236 289611776 57856 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 90.63
Current children cumulated vsize (KiB) 288180

[startup+102.303 s]
/proc/loadavg: 3.76 3.79 3.83 5/69 25476
/proc/meminfo: memFree=967408/2055920 swapFree=4179576/4192956
[pid=25470] ppid=25468 vsize=5356 CPUtime=8.88
/proc/25470/stat : 25470 (manysat.sh) S 25468 25470 25433 0 -1 4194304 313 44706 0 0 0 0 855 33 19 0 1 0 157222117 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25470/statm: 1339 238 195 169 0 50 0
[pid=25473] ppid=25470 vsize=301168 CPUtime=183.92
/proc/25473/stat : 25473 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194304 62290 0 0 0 18338 54 0 0 25 0 4 0 157223011 308396032 62209 1992294400 134512640 135305190 4294956160 18446744073709551615 134528562 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25473/statm: 75292 62209 83 193 0 75096 0
[pid=25473/tid=25474] ppid=25470 vsize=301168 CPUtime=42.98
/proc/25473/task/25474/stat : 25474 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 2447 0 0 0 4291 7 0 0 21 0 4 0 157223236 308396032 62209 1992294400 134512640 135305190 4294956160 18446744073709551615 134570409 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25473/tid=25475] ppid=25470 vsize=301168 CPUtime=49.89
/proc/25473/task/25475/stat : 25475 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 3110 0 0 0 4982 7 0 0 22 0 4 0 157223236 308396032 62209 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25473/tid=25476] ppid=25470 vsize=301168 CPUtime=39.54
/proc/25473/task/25476/stat : 25476 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 2513 0 0 0 3947 7 0 0 25 0 4 0 157223236 308396032 62209 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 192.8
Current children cumulated vsize (KiB) 306524

[startup+162.302 s]
/proc/loadavg: 3.91 3.82 3.84 5/69 25476
/proc/meminfo: memFree=950000/2055920 swapFree=4179576/4192956
[pid=25470] ppid=25468 vsize=5356 CPUtime=8.88
/proc/25470/stat : 25470 (manysat.sh) S 25468 25470 25433 0 -1 4194304 313 44706 0 0 0 0 855 33 19 0 1 0 157222117 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25470/statm: 1339 238 195 169 0 50 0
[pid=25473] ppid=25470 vsize=318616 CPUtime=303.66
/proc/25473/stat : 25473 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194304 66670 0 0 0 30307 59 0 0 25 0 4 0 157223011 326262784 66589 1992294400 134512640 135305190 4294956160 18446744073709551615 134530657 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25473/statm: 79654 66589 83 193 0 79458 0
[pid=25473/tid=25474] ppid=25470 vsize=318616 CPUtime=73.31
/proc/25473/task/25474/stat : 25474 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 3421 0 0 0 7323 8 0 0 25 0 4 0 157223236 326262784 66589 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25473/tid=25475] ppid=25470 vsize=318616 CPUtime=78.38
/proc/25473/task/25475/stat : 25475 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 4186 0 0 0 7830 8 0 0 25 0 4 0 157223236 326262784 66589 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25473/tid=25476] ppid=25470 vsize=318616 CPUtime=69.18
/proc/25473/task/25476/stat : 25476 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 4008 0 0 0 6910 8 0 0 25 0 4 0 157223236 326262784 66589 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 312.54
Current children cumulated vsize (KiB) 323972

[startup+222.306 s]
/proc/loadavg: 3.96 3.85 3.85 5/69 25476
/proc/meminfo: memFree=935088/2055920 swapFree=4179576/4192956
[pid=25470] ppid=25468 vsize=5356 CPUtime=8.88

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

/proc/meminfo: memFree=874928/2055920 swapFree=4179576/4192956
[pid=25470] ppid=25468 vsize=5356 CPUtime=8.88
/proc/25470/stat : 25470 (manysat.sh) S 25468 25470 25433 0 -1 4194304 313 44706 0 0 0 0 855 33 19 0 1 0 157222117 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25470/statm: 1339 238 195 169 0 50 0
[pid=25473] ppid=25470 vsize=393412 CPUtime=1620.83
/proc/25473/stat : 25473 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194304 85347 0 0 0 161998 85 0 0 25 0 4 0 157223011 402853888 85266 1992294400 134512640 135305190 4294956160 18446744073709551615 134528582 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25473/statm: 98353 85266 83 193 0 98157 0
[pid=25473/tid=25474] ppid=25470 vsize=393412 CPUtime=395.33
/proc/25473/task/25474/stat : 25474 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 6145 0 0 0 39520 13 0 0 25 0 4 0 157223236 402853888 85266 1992294400 134512640 135305190 4294956160 18446744073709551615 134530552 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25473/tid=25475] ppid=25470 vsize=393412 CPUtime=398.75
/proc/25473/task/25475/stat : 25475 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 10444 0 0 0 39858 17 0 0 25 0 4 0 157223236 402853888 85266 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25473/tid=25476] ppid=25470 vsize=393412 CPUtime=406.24
/proc/25473/task/25476/stat : 25476 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 10893 0 0 0 40607 17 0 0 25 0 4 0 157223236 402853888 85266 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1629.71
Current children cumulated vsize (KiB) 398768

[startup+882.306 s]
/proc/loadavg: 4.02 3.98 3.91 5/69 25476
/proc/meminfo: memFree=874608/2055920 swapFree=4179576/4192956
[pid=25470] ppid=25468 vsize=5356 CPUtime=8.88
/proc/25470/stat : 25470 (manysat.sh) S 25468 25470 25433 0 -1 4194304 313 44706 0 0 0 0 855 33 19 0 1 0 157222117 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25470/statm: 1339 238 195 169 0 50 0
[pid=25473] ppid=25470 vsize=393840 CPUtime=1740.58
/proc/25473/stat : 25473 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194304 85424 0 0 0 173973 85 0 0 25 0 4 0 157223011 403292160 85343 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25473/statm: 98460 85343 83 193 0 98264 0
[pid=25473/tid=25474] ppid=25470 vsize=393840 CPUtime=427.63
/proc/25473/task/25474/stat : 25474 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 6156 0 0 0 42750 13 0 0 18 0 4 0 157223236 403292160 85343 1992294400 134512640 135305190 4294956160 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25473/tid=25475] ppid=25470 vsize=393840 CPUtime=426.23
/proc/25473/task/25475/stat : 25475 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 10463 0 0 0 42606 17 0 0 25 0 4 0 157223236 403292160 85343 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25473/tid=25476] ppid=25470 vsize=393840 CPUtime=436.23
/proc/25473/task/25476/stat : 25476 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 10893 0 0 0 43606 17 0 0 25 0 4 0 157223236 403292160 85343 1992294400 134512640 135305190 4294956160 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1749.46
Current children cumulated vsize (KiB) 399196

[startup+942.302 s]
/proc/loadavg: 4.01 3.98 3.91 5/69 25476
/proc/meminfo: memFree=874352/2055920 swapFree=4179576/4192956
[pid=25470] ppid=25468 vsize=5356 CPUtime=8.88
/proc/25470/stat : 25470 (manysat.sh) S 25468 25470 25433 0 -1 4194304 313 44706 0 0 0 0 855 33 19 0 1 0 157222117 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25470/statm: 1339 238 195 169 0 50 0
[pid=25473] ppid=25470 vsize=394024 CPUtime=1860.32
/proc/25473/stat : 25473 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194304 85489 0 0 0 185946 86 0 0 25 0 4 0 157223011 403480576 85408 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25473/statm: 98506 85408 83 193 0 98310 0
[pid=25473/tid=25474] ppid=25470 vsize=394024 CPUtime=459.22
/proc/25473/task/25474/stat : 25474 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 6184 0 0 0 45909 13 0 0 25 0 4 0 157223236 403480576 85408 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25473/tid=25475] ppid=25470 vsize=394024 CPUtime=454.39
/proc/25473/task/25475/stat : 25475 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 10481 0 0 0 45422 17 0 0 25 0 4 0 157223236 403480576 85408 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25473/tid=25476] ppid=25470 vsize=394024 CPUtime=466.22
/proc/25473/task/25476/stat : 25476 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 10902 0 0 0 46605 17 0 0 25 0 4 0 157223236 403480576 85408 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1869.2
Current children cumulated vsize (KiB) 399380

[startup+1002.3 s]
/proc/loadavg: 4.00 3.98 3.91 5/69 25476
/proc/meminfo: memFree=874160/2055920 swapFree=4179576/4192956
[pid=25470] ppid=25468 vsize=5356 CPUtime=8.88
/proc/25470/stat : 25470 (manysat.sh) S 25468 25470 25433 0 -1 4194304 313 44706 0 0 0 0 855 33 19 0 1 0 157222117 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25470/statm: 1339 238 195 169 0 50 0
[pid=25473] ppid=25470 vsize=394216 CPUtime=1980.05
/proc/25473/stat : 25473 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194304 85526 0 0 0 197919 86 0 0 17 0 4 0 157223011 403677184 85445 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25473/statm: 98554 85445 83 193 0 98358 0
[pid=25473/tid=25474] ppid=25470 vsize=394216 CPUtime=486.06
/proc/25473/task/25474/stat : 25474 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 6187 0 0 0 48593 13 0 0 19 0 4 0 157223236 403677184 85445 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25473/tid=25475] ppid=25470 vsize=394216 CPUtime=486.13
/proc/25473/task/25475/stat : 25475 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 10492 0 0 0 48596 17 0 0 17 0 4 0 157223236 403677184 85445 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25473/tid=25476] ppid=25470 vsize=394216 CPUtime=499.31
/proc/25473/task/25476/stat : 25476 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 10902 0 0 0 49914 17 0 0 17 0 4 0 157223236 403677184 85445 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1988.93
Current children cumulated vsize (KiB) 399572

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

[startup+1004.8 s]
/proc/loadavg: 4.00 3.98 3.91 5/69 25476
/proc/meminfo: memFree=874160/2055920 swapFree=4179576/4192956
[pid=25470] ppid=25468 vsize=5356 CPUtime=8.88
/proc/25470/stat : 25470 (manysat.sh) S 25468 25470 25433 0 -1 4194304 313 44706 0 0 0 0 855 33 19 0 1 0 157222117 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25470/statm: 1339 238 195 169 0 50 0
[pid=25473] ppid=25470 vsize=394216 CPUtime=1985.04
/proc/25473/stat : 25473 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194304 85526 0 0 0 198418 86 0 0 18 0 4 0 157223011 403677184 85445 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25473/statm: 98554 85445 83 193 0 98358 0
[pid=25473/tid=25474] ppid=25470 vsize=394216 CPUtime=486.32
/proc/25473/task/25474/stat : 25474 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 6187 0 0 0 48619 13 0 0 19 0 4 0 157223236 403677184 85445 1992294400 134512640 135305190 4294956160 18446744073709551615 134557163 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25473/tid=25475] ppid=25470 vsize=394216 CPUtime=488.36
/proc/25473/task/25475/stat : 25475 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 10492 0 0 0 48819 17 0 0 18 0 4 0 157223236 403677184 85445 1992294400 134512640 135305190 4294956160 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25473/tid=25476] ppid=25470 vsize=394216 CPUtime=500.55
/proc/25473/task/25476/stat : 25476 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 10902 0 0 0 50038 17 0 0 18 0 4 0 157223236 403677184 85445 1992294400 134512640 135305190 4294956160 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1993.92
Current children cumulated vsize (KiB) 399572

[startup+1008 s]
/proc/loadavg: 4.00 3.98 3.91 5/69 25476
/proc/meminfo: memFree=874160/2055920 swapFree=4179576/4192956
[pid=25470] ppid=25468 vsize=5356 CPUtime=8.88
/proc/25470/stat : 25470 (manysat.sh) S 25468 25470 25433 0 -1 4194304 313 44706 0 0 0 0 855 33 19 0 1 0 157222117 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25470/statm: 1339 238 195 169 0 50 0
[pid=25473] ppid=25470 vsize=394216 CPUtime=1991.43
/proc/25473/stat : 25473 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194304 85526 0 0 0 199057 86 0 0 19 0 4 0 157223011 403677184 85445 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25473/statm: 98554 85445 83 193 0 98358 0
[pid=25473/tid=25474] ppid=25470 vsize=394216 CPUtime=487.42
/proc/25473/task/25474/stat : 25474 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 6187 0 0 0 48729 13 0 0 22 0 4 0 157223236 403677184 85445 1992294400 134512640 135305190 4294956160 18446744073709551615 134556789 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25473/tid=25475] ppid=25470 vsize=394216 CPUtime=490.27
/proc/25473/task/25475/stat : 25475 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 10492 0 0 0 49010 17 0 0 20 0 4 0 157223236 403677184 85445 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25473/tid=25476] ppid=25470 vsize=394216 CPUtime=501.44
/proc/25473/task/25476/stat : 25476 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 10902 0 0 0 50127 17 0 0 20 0 4 0 157223236 403677184 85445 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2000.31
Current children cumulated vsize (KiB) 399572

[startup+1011.2 s]
/proc/loadavg: 4.00 3.98 3.91 5/69 25476
/proc/meminfo: memFree=874160/2055920 swapFree=4179576/4192956
[pid=25470] ppid=25468 vsize=5356 CPUtime=8.88
/proc/25470/stat : 25470 (manysat.sh) S 25468 25470 25433 0 -1 4194304 313 44706 0 0 0 0 855 33 19 0 1 0 157222117 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25470/statm: 1339 238 195 169 0 50 0
[pid=25473] ppid=25470 vsize=394216 CPUtime=1997.81
/proc/25473/stat : 25473 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194304 85526 0 0 0 199695 86 0 0 22 0 4 0 157223011 403677184 85445 1992294400 134512640 135305190 4294956160 18446744073709551615 134528201 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25473/statm: 98554 85445 83 193 0 98358 0
[pid=25473/tid=25474] ppid=25470 vsize=394216 CPUtime=488.96
/proc/25473/task/25474/stat : 25474 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 6187 0 0 0 48883 13 0 0 22 0 4 0 157223236 403677184 85445 1992294400 134512640 135305190 4294956160 18446744073709551615 134557484 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25473/tid=25475] ppid=25470 vsize=394216 CPUtime=491.91
/proc/25473/task/25475/stat : 25475 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 10492 0 0 0 49174 17 0 0 25 0 4 0 157223236 403677184 85445 1992294400 134512640 135305190 4294956160 18446744073709551615 134528350 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25473/tid=25476] ppid=25470 vsize=394216 CPUtime=503.04
/proc/25473/task/25476/stat : 25476 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 10902 0 0 0 50287 17 0 0 25 0 4 0 157223236 403677184 85445 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2006.69
Current children cumulated vsize (KiB) 399572

[startup+1012.8 s]
/proc/loadavg: 4.00 3.98 3.91 5/69 25476
/proc/meminfo: memFree=874160/2055920 swapFree=4179576/4192956
[pid=25470] ppid=25468 vsize=5356 CPUtime=8.88
/proc/25470/stat : 25470 (manysat.sh) S 25468 25470 25433 0 -1 4194304 313 44706 0 0 0 0 855 33 19 0 1 0 157222117 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25470/statm: 1339 238 195 169 0 50 0
[pid=25473] ppid=25470 vsize=394216 CPUtime=2000.99
/proc/25473/stat : 25473 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194304 85526 0 0 0 200012 87 0 0 16 0 4 0 157223011 403677184 85445 1992294400 134512640 135305190 4294956160 18446744073709551615 134695249 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25473/statm: 98554 85445 83 193 0 98358 0
[pid=25473/tid=25474] ppid=25470 vsize=394216 CPUtime=489.76
/proc/25473/task/25474/stat : 25474 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 6187 0 0 0 48963 13 0 0 25 0 4 0 157223236 403677184 85445 1992294400 134512640 135305190 4294956160 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25473/tid=25475] ppid=25470 vsize=394216 CPUtime=492.74
/proc/25473/task/25475/stat : 25475 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 10492 0 0 0 49256 18 0 0 16 0 4 0 157223236 403677184 85445 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25473/tid=25476] ppid=25470 vsize=394216 CPUtime=503.84
/proc/25473/task/25476/stat : 25476 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 10902 0 0 0 50366 18 0 0 16 0 4 0 157223236 403677184 85445 1992294400 134512640 135305190 4294956160 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2009.87
Current children cumulated vsize (KiB) 399572

[startup+1013.6 s]
/proc/loadavg: 4.00 3.98 3.91 5/69 25476
/proc/meminfo: memFree=874160/2055920 swapFree=4179576/4192956
[pid=25470] ppid=25468 vsize=5356 CPUtime=8.88
/proc/25470/stat : 25470 (manysat.sh) S 25468 25470 25433 0 -1 4194304 313 44706 0 0 0 0 855 33 19 0 1 0 157222117 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25470/statm: 1339 238 195 169 0 50 0
[pid=25473] ppid=25470 vsize=394216 CPUtime=2002.59
/proc/25473/stat : 25473 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194304 85526 0 0 0 200170 89 0 0 17 0 4 0 157223011 403677184 85445 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25473/statm: 98554 85445 83 193 0 98358 0
[pid=25473/tid=25474] ppid=25470 vsize=394216 CPUtime=490.06
/proc/25473/task/25474/stat : 25474 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 6187 0 0 0 48993 13 0 0 25 0 4 0 157223236 403677184 85445 1992294400 134512640 135305190 4294956160 18446744073709551615 134557241 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25473/tid=25475] ppid=25470 vsize=394216 CPUtime=493.24
/proc/25473/task/25475/stat : 25475 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 10492 0 0 0 49306 18 0 0 17 0 4 0 157223236 403677184 85445 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25473/tid=25476] ppid=25470 vsize=394216 CPUtime=504.37
/proc/25473/task/25476/stat : 25476 (manysat1.1_stat) R 25470 25470 25433 0 -1 4194368 10902 0 0 0 50419 18 0 0 17 0 4 0 157223236 403677184 85445 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2011.47
Current children cumulated vsize (KiB) 399572

[startup+1013.8 s]
/proc/loadavg: 4.00 3.98 3.91 5/69 25476
/proc/meminfo: memFree=874160/2055920 swapFree=4179576/4192956
[pid=25470] ppid=25468 vsize=5360 CPUtime=2011.81
/proc/25470/stat : 25470 (manysat.sh) S 25468 25470 25433 0 -1 4194304 340 130247 0 0 0 0 201052 129 17 0 1 0 157222117 5488640 240 1992294400 4194304 4889804 548682068800 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25470/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 2011.81
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 1013.81
CPU time (s): 2011.84
CPU user time (s): 2010.53
CPU system time (s): 1.3078
CPU usage (%): 198.443
Max. virtual memory (cumulated for all children) (KiB): 399572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2010.53
system time used= 1.3078
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130714
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= 7563
involuntary context switches= 35350

runsolver used 1.04184 second user time and 2.66859 second system time

The end

Launcher Data

Begin job on node45 at 2009-05-02 21:19:02
IDJOB=1774676
IDBENCH=70988
IDSOLVER=612
FILE ID=node45/1774676-1241291941
PBS_JOBID= 9225128
Free space on /tmp= 66508 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/diagnosis/ACG-15-10p0.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774676-1241291941/watcher-1774676-1241291941 -o /tmp/evaluation-result-1774676-1241291941/solver-1774676-1241291941 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1774676-1241291941.cnf aimd 1

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= d8dd0726277891eae9a2807dfd8946db
RANDOM SEED=1938932206

node45.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1239736 kB
Buffers:         78832 kB
Cached:         662116 kB
SwapCached:       7732 kB
Active:         102960 kB
Inactive:       646936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1239736 kB
SwapTotal:     4192956 kB
SwapFree:      4179576 kB
Dirty:           22276 kB
Writeback:           0 kB
Mapped:          13856 kB
Slab:            52348 kB
Committed_AS:   699552 kB
PageTables:       1376 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66508 MiB
End job on node45 at 2009-05-02 21:35:56