Trace number 1774486

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 1096.41 571.613

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-d-r2-noholes.cnf
MD5SUM17bffac3a21734cf7ff7fa9ecba23d9d
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark619.192
Satisfiable
(Un)Satisfiability was proved
Number of variables276895
Number of clauses1607567
Sum of the clauses size4321960
Maximum clause length184
Minimum clause length1
Number of clauses of size 140271
Number of clauses of size 21154041
Number of clauses of size 3332345
Number of clauses of size 410685
Number of clauses of size 50
Number of clauses of size over 570225

Solver Data

0.00/0.00	c Parsing...
1.19/1.27	c ==============================================================================
1.19/1.27	c |           |     ORIGINAL     |              LEARNT              |          |
1.19/1.27	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.19/1.27	c ==============================================================================
1.19/1.27	c |         0 | 1356467  3708070 |  406940       0        0     nan |  0.000 % |
42.54/42.61	c |         0 |  255997  1816599 |      --       0       --      -- |     --   | -768336/-956869
42.54/42.62	c ==============================================================================
42.54/42.62	c Result  :   #vars: 4925   #clauses: 255997   #literals: 1816599
42.54/42.62	c CPU time:   42.1666 s
42.54/42.62	c ==============================================================================
1096.22/571.55	c This is ManySAT 1.1 : 4 thread(s) on 2 core(s).
1096.22/571.55	c ============================[ Problem Statistics ]=============================
1096.22/571.55	c |                                                                             |
1096.22/571.55	c threadId              : 2
1096.22/571.55	c restarts              : 19
1096.22/571.55	c conflicts             : 315194         (300 /sec)
1096.22/571.55	c decisions             : 403980         (1.51 % random) (384 /sec)
1096.22/571.55	c propagations          : 29850041       (28369 /sec)
1096.22/571.55	c conflict literals     : 7489741        (14.14 % deleted)
1096.22/571.55	c Memory used           : 283.71 MB
1096.22/571.55	c CPU time              : 1052.2 s
1096.22/571.55	
1096.22/571.55	c --->m=4, e=8, aimd=1, HOME/30386_many.cnf	time: 263.05	conflicts: 315194       
1096.22/571.59	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-1774486-1241291452/watcher-1774486-1241291452 -o /tmp/evaluation-result-1774486-1241291452/solver-1774486-1241291452 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1774486-1241291452.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.46 3.86 3.87 2/65 30386
/proc/meminfo: memFree=1889008/2055920 swapFree=4178656/4192956
[pid=30386] ppid=30384 vsize=5356 CPUtime=0
/proc/30386/stat : 30386 (manysat.sh) R 30384 30386 30349 0 -1 4194304 176 0 0 0 0 0 0 0 18 0 1 0 157178509 5484544 146 1992294400 4194304 4889804 548682068800 18446744073709551615 268213473438 0 0 4096 0 0 0 0 17 1 0 0
/proc/30386/statm: 1339 153 126 169 0 50 0

[startup+0.0385689 s]
/proc/loadavg: 3.46 3.86 3.87 2/65 30386
/proc/meminfo: memFree=1889008/2055920 swapFree=4178656/4192956
[pid=30386] ppid=30384 vsize=5356 CPUtime=0
/proc/30386/stat : 30386 (manysat.sh) S 30384 30386 30349 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157178509 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30386/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.101573 s]
/proc/loadavg: 3.46 3.86 3.87 2/65 30386
/proc/meminfo: memFree=1889008/2055920 swapFree=4178656/4192956
[pid=30386] ppid=30384 vsize=5356 CPUtime=0
/proc/30386/stat : 30386 (manysat.sh) S 30384 30386 30349 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157178509 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30386/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.301596 s]
/proc/loadavg: 3.46 3.86 3.87 2/65 30386
/proc/meminfo: memFree=1889008/2055920 swapFree=4178656/4192956
[pid=30386] ppid=30384 vsize=5356 CPUtime=0
/proc/30386/stat : 30386 (manysat.sh) S 30384 30386 30349 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157178509 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30386/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+0.701642 s]
/proc/loadavg: 3.46 3.86 3.87 2/65 30386
/proc/meminfo: memFree=1889008/2055920 swapFree=4178656/4192956
[pid=30386] ppid=30384 vsize=5356 CPUtime=0
/proc/30386/stat : 30386 (manysat.sh) S 30384 30386 30349 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157178509 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30386/statm: 1339 235 195 169 0 50 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5356

[startup+1.50173 s]
/proc/loadavg: 3.46 3.86 3.87 2/67 30388
/proc/meminfo: memFree=1797344/2055920 swapFree=4178656/4192956
[pid=30386] ppid=30384 vsize=5356 CPUtime=0
/proc/30386/stat : 30386 (manysat.sh) S 30384 30386 30349 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157178509 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30386/statm: 1339 235 195 169 0 50 0
[pid=30388] ppid=30386 vsize=159208 CPUtime=1.48
/proc/30388/stat : 30388 (SatElite) R 30386 30386 30349 0 -1 4194304 32261 0 0 0 128 20 0 0 25 0 1 0 157178510 163028992 32223 1992294400 134512640 135034092 4294956112 18446744073709551615 134540724 0 0 4096 3 0 0 0 17 0 0 0
/proc/30388/statm: 39802 32223 64 127 0 39672 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 164564

[startup+3.10193 s]
/proc/loadavg: 3.46 3.86 3.87 2/67 30388
/proc/meminfo: memFree=1759392/2055920 swapFree=4178656/4192956
[pid=30386] ppid=30384 vsize=5356 CPUtime=0
/proc/30386/stat : 30386 (manysat.sh) S 30384 30386 30349 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157178509 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30386/statm: 1339 235 195 169 0 50 0
[pid=30388] ppid=30386 vsize=159720 CPUtime=3.09
/proc/30388/stat : 30388 (SatElite) R 30386 30386 30349 0 -1 4194304 32375 0 0 0 288 21 0 0 25 0 1 0 157178510 163553280 32337 1992294400 134512640 135034092 4294956112 18446744073709551615 134540863 0 0 4096 3 0 0 0 17 1 0 0
/proc/30388/statm: 39930 32337 64 127 0 39800 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 165076

[startup+6.30128 s]
/proc/loadavg: 3.26 3.81 3.86 2/67 30388
/proc/meminfo: memFree=1745760/2055920 swapFree=4178656/4192956
[pid=30386] ppid=30384 vsize=5356 CPUtime=0
/proc/30386/stat : 30386 (manysat.sh) S 30384 30386 30349 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157178509 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30386/statm: 1339 235 195 169 0 50 0
[pid=30388] ppid=30386 vsize=178912 CPUtime=6.27
/proc/30388/stat : 30388 (SatElite) R 30386 30386 30349 0 -1 4194304 38917 0 0 0 598 29 0 0 25 0 1 0 157178510 183205888 35351 1992294400 134512640 135034092 4294956112 18446744073709551615 134563229 0 0 4096 3 0 0 0 17 0 0 0
/proc/30388/statm: 44728 35351 68 127 0 44598 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 184268

[startup+12.703 s]
/proc/loadavg: 3.08 3.76 3.84 2/67 30388
/proc/meminfo: memFree=1703400/2055920 swapFree=4178656/4192956
[pid=30386] ppid=30384 vsize=5356 CPUtime=0
/proc/30386/stat : 30386 (manysat.sh) S 30384 30386 30349 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157178509 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30386/statm: 1339 235 195 169 0 50 0
[pid=30388] ppid=30386 vsize=204288 CPUtime=12.67
/proc/30388/stat : 30388 (SatElite) R 30386 30386 30349 0 -1 4194304 45778 0 0 0 1230 37 0 0 25 0 1 0 157178510 209190912 41867 1992294400 134512640 135034092 4294956112 18446744073709551615 134540733 0 0 4096 3 0 0 0 17 0 0 0
/proc/30388/statm: 51072 41867 68 127 0 50942 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 209644

[startup+25.5015 s]
/proc/loadavg: 2.62 3.63 3.79 2/67 30388
/proc/meminfo: memFree=1703336/2055920 swapFree=4178656/4192956
[pid=30386] ppid=30384 vsize=5356 CPUtime=0
/proc/30386/stat : 30386 (manysat.sh) S 30384 30386 30349 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157178509 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30386/statm: 1339 235 195 169 0 50 0
[pid=30388] ppid=30386 vsize=204544 CPUtime=25.46
/proc/30388/stat : 30388 (SatElite) R 30386 30386 30349 0 -1 4194304 45889 0 0 0 2509 37 0 0 25 0 1 0 157178510 209453056 41978 1992294400 134512640 135034092 4294956112 18446744073709551615 134547138 0 0 4096 3 0 0 0 17 0 0 0
/proc/30388/statm: 51136 41978 68 127 0 51006 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 209900

[startup+51.1012 s]
/proc/loadavg: 2.31 3.46 3.73 5/70 30392
/proc/meminfo: memFree=1749392/2055920 swapFree=4178656/4192956
[pid=30386] ppid=30384 vsize=5356 CPUtime=43.36
/proc/30386/stat : 30386 (manysat.sh) S 30384 30386 30349 0 -1 4194304 313 53703 0 0 0 0 4289 47 16 0 1 0 157178509 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30386/statm: 1339 238 195 169 0 50 0
[pid=30389] ppid=30386 vsize=144756 CPUtime=14.48
/proc/30389/stat : 30389 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194304 27989 0 0 0 1428 20 0 0 17 0 4 0 157182851 148230144 27975 1992294400 134512640 135305190 4294956160 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30389/statm: 36189 27975 83 193 0 35993 0
[pid=30389/tid=30390] ppid=30386 vsize=144756 CPUtime=3.15
/proc/30389/task/30390/stat : 30390 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 2528 0 0 0 313 2 0 0 17 0 4 0 157182930 148230144 27975 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30389/tid=30391] ppid=30386 vsize=144756 CPUtime=3.28
/proc/30389/task/30391/stat : 30391 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 1981 0 0 0 326 2 0 0 17 0 4 0 157182930 148230144 27975 1992294400 134512640 135305190 4294956160 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30389/tid=30392] ppid=30386 vsize=144756 CPUtime=3.59
/proc/30389/task/30392/stat : 30392 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 2402 0 0 0 357 2 0 0 16 0 4 0 157182930 148230144 27975 1992294400 134512640 135305190 4294956160 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 57.84
Current children cumulated vsize (KiB) 150112

[startup+102.306 s]
/proc/loadavg: 3.26 3.54 3.74 5/70 30392
/proc/meminfo: memFree=1711696/2055920 swapFree=4178656/4192956
[pid=30386] ppid=30384 vsize=5356 CPUtime=43.36
/proc/30386/stat : 30386 (manysat.sh) S 30384 30386 30349 0 -1 4194304 313 53703 0 0 0 0 4289 47 16 0 1 0 157178509 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30386/statm: 1339 238 195 169 0 50 0
[pid=30389] ppid=30386 vsize=182916 CPUtime=116.64
/proc/30389/stat : 30389 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194304 37150 0 0 0 11631 33 0 0 17 0 4 0 157182851 187305984 37136 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30389/statm: 45729 37136 83 193 0 45533 0
[pid=30389/tid=30390] ppid=30386 vsize=182916 CPUtime=25.35
/proc/30389/task/30390/stat : 30390 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 4428 0 0 0 2530 5 0 0 18 0 4 0 157182930 187305984 37136 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30389/tid=30391] ppid=30386 vsize=182916 CPUtime=23.4
/proc/30389/task/30391/stat : 30391 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 4258 0 0 0 2335 5 0 0 18 0 4 0 157182930 187305984 37136 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30389/tid=30392] ppid=30386 vsize=182916 CPUtime=32.02
/proc/30389/task/30392/stat : 30392 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 4644 0 0 0 3196 6 0 0 17 0 4 0 157182930 187305984 37136 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160
Current children cumulated vsize (KiB) 188272

[startup+162.302 s]
/proc/loadavg: 3.73 3.62 3.76 5/70 30392
/proc/meminfo: memFree=1685328/2055920 swapFree=4178656/4192956
[pid=30386] ppid=30384 vsize=5356 CPUtime=43.36
/proc/30386/stat : 30386 (manysat.sh) S 30384 30386 30349 0 -1 4194304 313 53703 0 0 0 0 4289 47 16 0 1 0 157178509 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30386/statm: 1339 238 195 169 0 50 0
[pid=30389] ppid=30386 vsize=210960 CPUtime=236.36
/proc/30389/stat : 30389 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194304 43828 0 0 0 23593 43 0 0 17 0 4 0 157182851 216023040 43814 1992294400 134512640 135305190 4294956160 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30389/statm: 52740 43814 83 193 0 52544 0
[pid=30389/tid=30390] ppid=30386 vsize=210960 CPUtime=53.9
/proc/30389/task/30390/stat : 30390 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 5801 0 0 0 5384 6 0 0 19 0 4 0 157182930 216023040 43814 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30389/tid=30391] ppid=30386 vsize=210960 CPUtime=51.87
/proc/30389/task/30391/stat : 30391 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 6603 0 0 0 5178 9 0 0 20 0 4 0 157182930 216023040 43814 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30389/tid=30392] ppid=30386 vsize=210960 CPUtime=63.08
/proc/30389/task/30392/stat : 30392 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 6205 0 0 0 6300 8 0 0 19 0 4 0 157182930 216023040 43814 1992294400 134512640 135305190 4294956160 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 279.72
Current children cumulated vsize (KiB) 216316

[startup+222.302 s]
/proc/loadavg: 3.90 3.69 3.77 5/70 30392
/proc/meminfo: memFree=1665808/2055920 swapFree=4178656/4192956
[pid=30386] ppid=30384 vsize=5356 CPUtime=43.36
/proc/30386/stat : 30386 (manysat.sh) S 30384 30386 30349 0 -1 4194304 313 53703 0 0 0 0 4289 47 16 0 1 0 157178509 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30386/statm: 1339 238 195 169 0 50 0
[pid=30389] ppid=30386 vsize=230708 CPUtime=356.07
/proc/30389/stat : 30389 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194304 48600 0 0 0 35554 53 0 0 17 0 4 0 157182851 236244992 48586 1992294400 134512640 135305190 4294956160 18446744073709551615 134528771 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30389/statm: 57677 48586 83 193 0 57481 0
[pid=30389/tid=30390] ppid=30386 vsize=230708 CPUtime=80.1
/proc/30389/task/30390/stat : 30390 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 6640 0 0 0 8003 7 0 0 19 0 4 0 157182930 236244992 48586 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30389/tid=30391] ppid=30386 vsize=230708 CPUtime=75.46
/proc/30389/task/30391/stat : 30391 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 8267 0 0 0 7535 11 0 0 20 0 4 0 157182930 236244992 48586 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30389/tid=30392] ppid=30386 vsize=230708 CPUtime=93.68
/proc/30389/task/30392/stat : 30392 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 7238 0 0 0 9356 12 0 0 20 0 4 0 157182930 236244992 48586 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 399.43
Current children cumulated vsize (KiB) 236064

[startup+282.301 s]
/proc/loadavg: 3.99 3.76 3.79 5/70 30392
/proc/meminfo: memFree=1658000/2055920 swapFree=4178656/4192956
[pid=30386] ppid=30384 vsize=5356 CPUtime=43.36
/proc/30386/stat : 30386 (manysat.sh) S 30384 30386 30349 0 -1 4194304 313 53703 0 0 0 0 4289 47 16 0 1 0 157178509 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30386/statm: 1339 238 195 169 0 50 0
[pid=30389] ppid=30386 vsize=238320 CPUtime=475.78
/proc/30389/stat : 30389 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194304 50542 0 0 0 47521 57 0 0 19 0 4 0 157182851 244039680 50528 1992294400 134512640 135305190 4294956160 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30389/statm: 59580 50528 83 193 0 59384 0
[pid=30389/tid=30390] ppid=30386 vsize=238320 CPUtime=107.59
/proc/30389/task/30390/stat : 30390 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 7019 0 0 0 10751 8 0 0 21 0 4 0 157182930 244039680 50528 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30389/tid=30391] ppid=30386 vsize=238320 CPUtime=102.88
/proc/30389/task/30391/stat : 30391 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 9170 0 0 0 10276 12 0 0 19 0 4 0 157182930 244039680 50528 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0

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

/proc/meminfo: memFree=1614032/2055920 swapFree=4178656/4192956
[pid=30386] ppid=30384 vsize=5356 CPUtime=43.36
/proc/30386/stat : 30386 (manysat.sh) S 30384 30386 30349 0 -1 4194304 313 53703 0 0 0 0 4289 47 16 0 1 0 157178509 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30386/statm: 1339 238 195 169 0 50 0
[pid=30389] ppid=30386 vsize=284532 CPUtime=954.69
/proc/30389/stat : 30389 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194304 61517 0 0 0 95394 75 0 0 25 0 4 0 157182851 291360768 61503 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30389/statm: 71133 61503 83 193 0 70937 0
[pid=30389/tid=30390] ppid=30386 vsize=284532 CPUtime=214.66
/proc/30389/task/30390/stat : 30390 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 9369 0 0 0 21453 13 0 0 23 0 4 0 157182930 291360768 61503 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30389/tid=30391] ppid=30386 vsize=284532 CPUtime=205.67
/proc/30389/task/30391/stat : 30391 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 12524 0 0 0 20551 16 0 0 25 0 4 0 157182930 291360768 61503 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30389/tid=30392] ppid=30386 vsize=284532 CPUtime=263.7
/proc/30389/task/30392/stat : 30392 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 9927 0 0 0 26353 17 0 0 18 0 4 0 157182930 291360768 61503 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 998.05
Current children cumulated vsize (KiB) 289888

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

[startup+537.501 s]
/proc/loadavg: 3.99 3.89 3.83 5/70 30392
/proc/meminfo: memFree=1612176/2055920 swapFree=4178656/4192956
[pid=30386] ppid=30384 vsize=5356 CPUtime=43.36
/proc/30386/stat : 30386 (manysat.sh) S 30384 30386 30349 0 -1 4194304 313 53703 0 0 0 0 4289 47 16 0 1 0 157178509 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30386/statm: 1339 238 195 169 0 50 0
[pid=30389] ppid=30386 vsize=286432 CPUtime=985.03
/proc/30389/stat : 30389 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194304 61988 0 0 0 98427 76 0 0 18 0 4 0 157182851 293306368 61974 1992294400 134512640 135305190 4294956160 18446744073709551615 134528301 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30389/statm: 71608 61974 83 193 0 71412 0
[pid=30389/tid=30390] ppid=30386 vsize=286432 CPUtime=219.19
/proc/30389/task/30390/stat : 30390 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 9488 0 0 0 21906 13 0 0 16 0 4 0 157182930 293306368 61974 1992294400 134512640 135305190 4294956160 18446744073709551615 134528518 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30389/tid=30391] ppid=30386 vsize=286432 CPUtime=211.61
/proc/30389/task/30391/stat : 30391 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 12616 0 0 0 21145 16 0 0 20 0 4 0 157182930 293306368 61974 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30389/tid=30392] ppid=30386 vsize=286432 CPUtime=272.76
/proc/30389/task/30392/stat : 30392 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 10026 0 0 0 27259 17 0 0 20 0 4 0 157182930 293306368 61974 1992294400 134512640 135305190 4294956160 18446744073709551615 134528557 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1028.39
Current children cumulated vsize (KiB) 291788

[startup+550.302 s]
/proc/loadavg: 3.99 3.89 3.83 5/70 30392
/proc/meminfo: memFree=1610512/2055920 swapFree=4178656/4192956
[pid=30386] ppid=30384 vsize=5356 CPUtime=43.36
/proc/30386/stat : 30386 (manysat.sh) S 30384 30386 30349 0 -1 4194304 313 53703 0 0 0 0 4289 47 16 0 1 0 157178509 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30386/statm: 1339 238 195 169 0 50 0
[pid=30389] ppid=30386 vsize=287940 CPUtime=1010.56
/proc/30389/stat : 30389 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194304 62369 0 0 0 100980 76 0 0 25 0 4 0 157182851 294850560 62355 1992294400 134512640 135305190 4294956160 18446744073709551615 134528415 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30389/statm: 71985 62355 83 193 0 71789 0
[pid=30389/tid=30390] ppid=30386 vsize=287940 CPUtime=226.77
/proc/30389/task/30390/stat : 30390 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 9674 0 0 0 22664 13 0 0 20 0 4 0 157182930 294850560 62355 1992294400 134512640 135305190 4294956160 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30389/tid=30391] ppid=30386 vsize=287940 CPUtime=219.56
/proc/30389/task/30391/stat : 30391 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 12721 0 0 0 21939 17 0 0 21 0 4 0 157182930 294850560 62355 1992294400 134512640 135305190 4294956160 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30389/tid=30392] ppid=30386 vsize=287940 CPUtime=277.55
/proc/30389/task/30392/stat : 30392 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 10116 0 0 0 27738 17 0 0 25 0 4 0 157182930 294850560 62355 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1053.92
Current children cumulated vsize (KiB) 293296

[startup+563.101 s]
/proc/loadavg: 3.99 3.90 3.83 5/70 30392
/proc/meminfo: memFree=1609040/2055920 swapFree=4178656/4192956
[pid=30386] ppid=30384 vsize=5356 CPUtime=43.36
/proc/30386/stat : 30386 (manysat.sh) S 30384 30386 30349 0 -1 4194304 313 53703 0 0 0 0 4289 47 16 0 1 0 157178509 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30386/statm: 1339 238 195 169 0 50 0
[pid=30389] ppid=30386 vsize=289252 CPUtime=1036.12
/proc/30389/stat : 30389 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194304 62725 0 0 0 103535 77 0 0 25 0 4 0 157182851 296194048 62711 1992294400 134512640 135305190 4294956160 18446744073709551615 134528413 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30389/statm: 72313 62711 83 193 0 72117 0
[pid=30389/tid=30390] ppid=30386 vsize=289252 CPUtime=233.17
/proc/30389/task/30390/stat : 30390 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 9817 0 0 0 23304 13 0 0 25 0 4 0 157182930 296194048 62711 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30389/tid=30391] ppid=30386 vsize=289252 CPUtime=224.72
/proc/30389/task/30391/stat : 30391 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 12759 0 0 0 22455 17 0 0 17 0 4 0 157182930 296194048 62711 1992294400 134512640 135305190 4294956160 18446744073709551615 134528545 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30389/tid=30392] ppid=30386 vsize=289252 CPUtime=285.15
/proc/30389/task/30392/stat : 30392 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 10261 0 0 0 28498 17 0 0 19 0 4 0 157182930 296194048 62711 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1079.48
Current children cumulated vsize (KiB) 294608

[startup+566.302 s]
/proc/loadavg: 3.99 3.90 3.83 5/70 30392
/proc/meminfo: memFree=1608784/2055920 swapFree=4178656/4192956
[pid=30386] ppid=30384 vsize=5356 CPUtime=43.36
/proc/30386/stat : 30386 (manysat.sh) S 30384 30386 30349 0 -1 4194304 313 53703 0 0 0 0 4289 47 16 0 1 0 157178509 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30386/statm: 1339 238 195 169 0 50 0
[pid=30389] ppid=30386 vsize=289744 CPUtime=1042.5
/proc/30389/stat : 30389 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194304 62841 0 0 0 104173 77 0 0 17 0 4 0 157182851 296697856 62827 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30389/statm: 72436 62827 83 193 0 72240 0
[pid=30389/tid=30390] ppid=30386 vsize=289744 CPUtime=234.67
/proc/30389/task/30390/stat : 30390 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 9851 0 0 0 23454 13 0 0 24 0 4 0 157182930 296697856 62827 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30389/tid=30391] ppid=30386 vsize=289744 CPUtime=226.6
/proc/30389/task/30391/stat : 30391 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 12783 0 0 0 22643 17 0 0 20 0 4 0 157182930 296697856 62827 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30389/tid=30392] ppid=30386 vsize=289744 CPUtime=286.45
/proc/30389/task/30392/stat : 30392 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 10304 0 0 0 28628 17 0 0 19 0 4 0 157182930 296697856 62827 1992294400 134512640 135305190 4294956160 18446744073709551615 134528548 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1085.86
Current children cumulated vsize (KiB) 295100

[startup+569.503 s]
/proc/loadavg: 3.99 3.90 3.83 5/70 30392
/proc/meminfo: memFree=1608208/2055920 swapFree=4178656/4192956
[pid=30386] ppid=30384 vsize=5356 CPUtime=43.36
/proc/30386/stat : 30386 (manysat.sh) S 30384 30386 30349 0 -1 4194304 313 53703 0 0 0 0 4289 47 16 0 1 0 157178509 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30386/statm: 1339 238 195 169 0 50 0
[pid=30389] ppid=30386 vsize=290116 CPUtime=1048.89
/proc/30389/stat : 30389 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194304 62947 0 0 0 104812 77 0 0 20 0 4 0 157182851 297078784 62933 1992294400 134512640 135305190 4294956160 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30389/statm: 72529 62933 83 193 0 72333 0
[pid=30389/tid=30390] ppid=30386 vsize=290116 CPUtime=235.48
/proc/30389/task/30390/stat : 30390 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 9877 0 0 0 23535 13 0 0 25 0 4 0 157182930 297078784 62933 1992294400 134512640 135305190 4294956160 18446744073709551615 134528515 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30389/tid=30391] ppid=30386 vsize=290116 CPUtime=228.19
/proc/30389/task/30391/stat : 30391 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 12811 0 0 0 22802 17 0 0 25 0 4 0 157182930 297078784 62933 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30389/tid=30392] ppid=30386 vsize=290116 CPUtime=288.05
/proc/30389/task/30392/stat : 30392 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 10334 0 0 0 28788 17 0 0 25 0 4 0 157182930 297078784 62933 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1092.25
Current children cumulated vsize (KiB) 295472

[startup+570.302 s]
/proc/loadavg: 3.99 3.90 3.83 5/70 30392
/proc/meminfo: memFree=1608080/2055920 swapFree=4178656/4192956
[pid=30386] ppid=30384 vsize=5356 CPUtime=43.36
/proc/30386/stat : 30386 (manysat.sh) S 30384 30386 30349 0 -1 4194304 313 53703 0 0 0 0 4289 47 16 0 1 0 157178509 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30386/statm: 1339 238 195 169 0 50 0
[pid=30389] ppid=30386 vsize=290384 CPUtime=1050.48
/proc/30389/stat : 30389 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194304 62985 0 0 0 104971 77 0 0 21 0 4 0 157182851 297353216 62971 1992294400 134512640 135305190 4294956160 18446744073709551615 134547909 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30389/statm: 72596 62971 83 193 0 72400 0
[pid=30389/tid=30390] ppid=30386 vsize=290384 CPUtime=235.87
/proc/30389/task/30390/stat : 30390 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 9878 0 0 0 23574 13 0 0 23 0 4 0 157182930 297353216 62971 1992294400 134512640 135305190 4294956160 18446744073709551615 134538170 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30389/tid=30391] ppid=30386 vsize=290384 CPUtime=228.59
/proc/30389/task/30391/stat : 30391 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 12845 0 0 0 22842 17 0 0 25 0 4 0 157182930 297353216 62971 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30389/tid=30392] ppid=30386 vsize=290384 CPUtime=288.45
/proc/30389/task/30392/stat : 30392 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 10335 0 0 0 28828 17 0 0 25 0 4 0 157182930 297353216 62971 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1093.84
Current children cumulated vsize (KiB) 295740

[startup+571.102 s]
/proc/loadavg: 3.99 3.90 3.83 5/70 30392
/proc/meminfo: memFree=1607888/2055920 swapFree=4178656/4192956
[pid=30386] ppid=30384 vsize=5356 CPUtime=43.36
/proc/30386/stat : 30386 (manysat.sh) S 30384 30386 30349 0 -1 4194304 313 53703 0 0 0 0 4289 47 16 0 1 0 157178509 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30386/statm: 1339 238 195 169 0 50 0
[pid=30389] ppid=30386 vsize=290384 CPUtime=1052.07
/proc/30389/stat : 30389 (manysat1.1_stat) S 30386 30386 30349 0 -1 4194304 63004 0 0 0 105130 77 0 0 17 0 4 0 157182851 297353216 62990 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/30389/statm: 72596 62990 83 193 0 72400 0
[pid=30389/tid=30390] ppid=30386 vsize=290384 CPUtime=236.34
/proc/30389/task/30390/stat : 30390 (manysat1.1_stat) S 30386 30386 30349 0 -1 4194368 9878 0 0 0 23621 13 0 0 16 0 4 0 157182930 297353216 62990 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30389/tid=30391] ppid=30386 vsize=290384 CPUtime=228.99
/proc/30389/task/30391/stat : 30391 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 12846 0 0 0 22882 17 0 0 16 0 4 0 157182930 297353216 62990 1992294400 134512640 135305190 4294956160 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30389/tid=30392] ppid=30386 vsize=290384 CPUtime=288.71
/proc/30389/task/30392/stat : 30392 (manysat1.1_stat) S 30386 30386 30349 0 -1 4194368 10335 0 0 0 28854 17 0 0 24 0 4 0 157182930 297353216 62990 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1095.43
Current children cumulated vsize (KiB) 295740

[startup+571.501 s]
/proc/loadavg: 3.99 3.90 3.83 5/70 30392
/proc/meminfo: memFree=1607888/2055920 swapFree=4178656/4192956
[pid=30386] ppid=30384 vsize=5356 CPUtime=43.36
/proc/30386/stat : 30386 (manysat.sh) S 30384 30386 30349 0 -1 4194304 313 53703 0 0 0 0 4289 47 16 0 1 0 157178509 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30386/statm: 1339 238 195 169 0 50 0
[pid=30389] ppid=30386 vsize=290520 CPUtime=1052.86
/proc/30389/stat : 30389 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194304 63014 0 0 0 105209 77 0 0 17 0 4 0 157182851 297492480 63000 1992294400 134512640 135305190 4294956160 18446744073709551615 134528562 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/30389/statm: 72630 63000 83 193 0 72434 0
[pid=30389/tid=30390] ppid=30386 vsize=290520 CPUtime=236.54
/proc/30389/task/30390/stat : 30390 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 9878 0 0 0 23641 13 0 0 17 0 4 0 157182930 297492480 63000 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=30389/tid=30391] ppid=30386 vsize=290520 CPUtime=229.36
/proc/30389/task/30391/stat : 30391 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 12856 0 0 0 22919 17 0 0 17 0 4 0 157182930 297492480 63000 1992294400 134512640 135305190 4294956160 18446744073709551615 134528642 0 0 4096 3 0 0 0 -1 0 0 0
[pid=30389/tid=30392] ppid=30386 vsize=290520 CPUtime=288.71
/proc/30389/task/30392/stat : 30392 (manysat1.1_stat) R 30386 30386 30349 0 -1 4194368 10335 0 0 0 28854 17 0 0 24 0 4 0 157182930 297492480 63000 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1096.22
Current children cumulated vsize (KiB) 295876

[startup+571.601 s]
/proc/loadavg: 3.99 3.90 3.83 5/70 30392
/proc/meminfo: memFree=1607888/2055920 swapFree=4178656/4192956
[pid=30386] ppid=30384 vsize=5360 CPUtime=1096.38
/proc/30386/stat : 30386 (manysat.sh) S 30384 30386 30349 0 -1 4194304 340 116732 0 0 0 0 109509 129 17 0 1 0 157178509 5488640 240 1992294400 4194304 4889804 548682068800 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30386/statm: 1340 240 196 169 0 51 0
Current children cumulated CPU time (s) 1096.38
Current children cumulated vsize (KiB) 5360

Child status: 20
Real time (s): 571.613
CPU time (s): 1096.41
CPU user time (s): 1095.1
CPU system time (s): 1.3118
CPU usage (%): 191.81
Max. virtual memory (cumulated for all children) (KiB): 295876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1095.1
system time used= 1.3118
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117199
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= 6551
involuntary context switches= 22472

runsolver used 0.534918 second user time and 1.55176 second system time

The end

Launcher Data

Begin job on node32 at 2009-05-02 21:10:54
IDJOB=1774486
IDBENCH=70951
IDSOLVER=612
FILE ID=node32/1774486-1241291452
PBS_JOBID= 9225122
Free space on /tmp= 66464 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-d-r2-noholes.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774486-1241291452/watcher-1774486-1241291452 -o /tmp/evaluation-result-1774486-1241291452/solver-1774486-1241291452 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1774486-1241291452.cnf aimd 1

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

MD5SUM BENCH= 17bffac3a21734cf7ff7fa9ecba23d9d
RANDOM SEED=328652236

node32.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.216
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.216
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:       1889488 kB
Buffers:         29424 kB
Cached:          89304 kB
SwapCached:       7684 kB
Active:          60964 kB
Inactive:        66676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1889488 kB
SwapTotal:     4192956 kB
SwapFree:      4178656 kB
Dirty:           34644 kB
Writeback:           0 kB
Mapped:          14068 kB
Slab:            24572 kB
Committed_AS:   707688 kB
PageTables:       1488 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node32 at 2009-05-02 21:20:25