Trace number 1773626

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 2353.77 1187.55

General information on the benchmark

NameAPPLICATIONS/bitverif/
minxorminand/minxorminand128.cnf
MD5SUMa551844fb6a7f35cf6025d0a525ca14e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2353.77
Satisfiable
(Un)Satisfiability was proved
Number of variables153834
Number of clauses459965
Sum of the clauses size1073249
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2306642
Number of clauses of size 3153321
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Parsing...
0.39/0.45	c ==============================================================================
0.39/0.45	c |           |     ORIGINAL     |              LEARNT              |          |
0.39/0.45	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.39/0.45	c ==============================================================================
0.39/0.45	c |         0 |  459963  1073247 |  137988       0        0     nan |  0.000 % |
14.96/15.01	c |         0 |  179278   803454 |      --       0       --      -- |     --   | -280663/-269740
14.96/15.01	c ==============================================================================
14.96/15.01	c Result  :   #vars: 13881   #clauses: 179278   #literals: 803454
14.96/15.01	c CPU time:   14.6288 s
14.96/15.01	c ==============================================================================
2353.41/1187.39	c This is ManySAT 1.1 : 4 thread(s) on 2 core(s).
2353.41/1187.39	c ============================[ Problem Statistics ]=============================
2353.41/1187.39	c |                                                                             |
2353.41/1187.39	c threadId              : 3
2353.41/1187.39	c restarts              : 855
2353.41/1187.39	c conflicts             : 451491         (193 /sec)
2353.41/1187.39	c decisions             : 1182874        (2.30 % random) (506 /sec)
2353.41/1187.39	c propagations          : 340700880      (145805 /sec)
2353.41/1187.39	c conflict literals     : 97122829       (35.71 % deleted)
2353.41/1187.39	c Memory used           : 719.72 MB
2353.41/1187.39	c CPU time              : 2336.68 s
2353.41/1187.39	
2353.41/1187.39	c --->m=4, e=8, aimd=1, HOME/25949_many.cnf	time: 584.171	conflicts: 451491       
2353.71/1187.51	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-1773626-1241287834/watcher-1773626-1241287834 -o /tmp/evaluation-result-1773626-1241287834/solver-1773626-1241287834 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1773626-1241287834.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.99 3.73 2.62 3/64 25949
/proc/meminfo: memFree=1926264/2055920 swapFree=4192812/4192956
[pid=25949] ppid=25947 vsize=5356 CPUtime=0
/proc/25949/stat : 25949 (manysat.sh) S 25947 25949 25807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156816182 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25949/statm: 1339 235 195 169 0 50 0
[pid=25950] ppid=25949 vsize=1000 CPUtime=0
/proc/25950/stat : 25950 (SatElite) R 25949 25949 25807 0 -1 4194304 162 0 0 0 0 0 0 0 19 0 1 0 156816182 1024000 146 1992294400 134512640 135034092 4294956112 18446744073709551615 134544849 0 0 4096 3 0 0 0 17 0 0 0
/proc/25950/statm: 250 147 50 127 0 120 0

[startup+0.015005 s]
/proc/loadavg: 3.99 3.73 2.62 3/64 25949
/proc/meminfo: memFree=1926264/2055920 swapFree=4192812/4192956
[pid=25949] ppid=25947 vsize=5356 CPUtime=0
/proc/25949/stat : 25949 (manysat.sh) S 25947 25949 25807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156816182 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25949/statm: 1339 235 195 169 0 50 0
[pid=25950] ppid=25949 vsize=2600 CPUtime=0.01
/proc/25950/stat : 25950 (SatElite) R 25949 25949 25807 0 -1 4194304 523 0 0 0 1 0 0 0 19 0 1 0 156816182 2662400 507 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/25950/statm: 650 508 50 127 0 520 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 7956

[startup+0.102016 s]
/proc/loadavg: 3.99 3.73 2.62 3/64 25949
/proc/meminfo: memFree=1926264/2055920 swapFree=4192812/4192956
[pid=25949] ppid=25947 vsize=5356 CPUtime=0
/proc/25949/stat : 25949 (manysat.sh) S 25947 25949 25807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156816182 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25949/statm: 1339 235 195 169 0 50 0
[pid=25950] ppid=25949 vsize=16352 CPUtime=0.09
/proc/25950/stat : 25950 (SatElite) R 25949 25949 25807 0 -1 4194304 3513 0 0 0 8 1 0 0 19 0 1 0 156816182 16744448 3497 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/25950/statm: 4088 3498 50 127 0 3958 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 21708

[startup+0.301044 s]
/proc/loadavg: 3.99 3.73 2.62 3/64 25949
/proc/meminfo: memFree=1926264/2055920 swapFree=4192812/4192956
[pid=25949] ppid=25947 vsize=5356 CPUtime=0
/proc/25949/stat : 25949 (manysat.sh) S 25947 25949 25807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156816182 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25949/statm: 1339 235 195 169 0 50 0
[pid=25950] ppid=25949 vsize=41672 CPUtime=0.28
/proc/25950/stat : 25950 (SatElite) R 25949 25949 25807 0 -1 4194304 9915 0 0 0 24 4 0 0 20 0 1 0 156816182 42672128 9899 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 0 0 0
/proc/25950/statm: 10418 9900 50 127 0 10288 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 47028

[startup+0.701101 s]
/proc/loadavg: 3.99 3.73 2.62 3/64 25949
/proc/meminfo: memFree=1926264/2055920 swapFree=4192812/4192956
[pid=25949] ppid=25947 vsize=5356 CPUtime=0
/proc/25949/stat : 25949 (manysat.sh) S 25947 25949 25807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156816182 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25949/statm: 1339 235 195 169 0 50 0
[pid=25950] ppid=25949 vsize=75104 CPUtime=0.69
/proc/25950/stat : 25950 (SatElite) R 25949 25949 25807 0 -1 4194304 16879 0 0 0 60 9 0 0 25 0 1 0 156816182 76906496 15586 1992294400 134512640 135034092 4294956112 18446744073709551615 134569707 0 0 4096 3 0 0 0 17 0 0 0
/proc/25950/statm: 18776 15586 68 127 0 18646 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 80460

[startup+1.50122 s]
/proc/loadavg: 3.99 3.73 2.62 2/66 25951
/proc/meminfo: memFree=1860328/2055920 swapFree=4192812/4192956
[pid=25949] ppid=25947 vsize=5356 CPUtime=0
/proc/25949/stat : 25949 (manysat.sh) S 25947 25949 25807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156816182 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25949/statm: 1339 235 195 169 0 50 0
[pid=25950] ppid=25949 vsize=76560 CPUtime=1.49
/proc/25950/stat : 25950 (SatElite) R 25949 25949 25807 0 -1 4194304 17228 0 0 0 138 11 0 0 25 0 1 0 156816182 78397440 15935 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 0 0 0
/proc/25950/statm: 19140 15935 68 127 0 19010 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 81916

[startup+3.10145 s]
/proc/loadavg: 3.75 3.69 2.61 2/66 25951
/proc/meminfo: memFree=1852712/2055920 swapFree=4192812/4192956
[pid=25949] ppid=25947 vsize=5356 CPUtime=0
/proc/25949/stat : 25949 (manysat.sh) S 25947 25949 25807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156816182 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25949/statm: 1339 235 195 169 0 50 0
[pid=25950] ppid=25949 vsize=79292 CPUtime=3.09
/proc/25950/stat : 25950 (SatElite) R 25949 25949 25807 0 -1 4194304 17890 0 0 0 294 15 0 0 25 0 1 0 156816182 81195008 16597 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/25950/statm: 19823 16597 68 127 0 19693 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 84648

[startup+6.30191 s]
/proc/loadavg: 3.75 3.69 2.61 2/66 25951
/proc/meminfo: memFree=1834024/2055920 swapFree=4192812/4192956
[pid=25949] ppid=25947 vsize=5356 CPUtime=0
/proc/25949/stat : 25949 (manysat.sh) S 25947 25949 25807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156816182 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25949/statm: 1339 235 195 169 0 50 0
[pid=25950] ppid=25949 vsize=83852 CPUtime=6.27
/proc/25950/stat : 25950 (SatElite) R 25949 25949 25807 0 -1 4194304 18945 0 0 0 606 21 0 0 25 0 1 0 156816182 85864448 17652 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 0 0 0
/proc/25950/statm: 20963 17652 68 127 0 20833 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 89208

[startup+12.7018 s]
/proc/loadavg: 3.33 3.60 2.59 2/66 25951
/proc/meminfo: memFree=1803184/2055920 swapFree=4192812/4192956
[pid=25949] ppid=25947 vsize=5356 CPUtime=0
/proc/25949/stat : 25949 (manysat.sh) S 25947 25949 25807 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156816182 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25949/statm: 1339 235 195 169 0 50 0
[pid=25950] ppid=25949 vsize=91660 CPUtime=12.67
/proc/25950/stat : 25950 (SatElite) R 25949 25949 25807 0 -1 4194304 20666 0 0 0 1236 31 0 0 25 0 1 0 156816182 93859840 19373 1992294400 134512640 135034092 4294956112 18446744073709551615 134529233 0 0 4096 3 0 0 0 17 0 0 0
/proc/25950/statm: 22915 19373 68 127 0 22785 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 97016

[startup+25.5017 s]
/proc/loadavg: 3.43 3.61 2.61 5/69 25955
/proc/meminfo: memFree=1791064/2055920 swapFree=4192812/4192956
[pid=25949] ppid=25947 vsize=5356 CPUtime=15.32
/proc/25949/stat : 25949 (manysat.sh) S 25947 25949 25807 0 -1 4194304 313 23726 0 0 0 0 1494 38 19 0 1 0 156816182 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25949/statm: 1339 238 195 169 0 50 0
[pid=25952] ppid=25949 vsize=113436 CPUtime=19.62
/proc/25952/stat : 25952 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194304 19813 0 0 0 1944 18 0 0 17 0 4 0 156817718 116158464 19799 1992294400 134512640 135305190 4294956160 18446744073709551615 134528834 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25952/statm: 28359 19799 83 193 0 28163 0
[pid=25952/tid=25953] ppid=25949 vsize=113436 CPUtime=4.78
/proc/25952/task/25953/stat : 25953 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 1952 0 0 0 476 2 0 0 17 0 4 0 156817773 116158464 19799 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25952/tid=25954] ppid=25949 vsize=113436 CPUtime=4.51
/proc/25952/task/25954/stat : 25954 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 2320 0 0 0 448 3 0 0 17 0 4 0 156817773 116158464 19799 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25952/tid=25955] ppid=25949 vsize=113436 CPUtime=4.89
/proc/25952/task/25955/stat : 25955 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 1888 0 0 0 486 3 0 0 17 0 4 0 156817773 116158464 19799 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 34.94
Current children cumulated vsize (KiB) 118792

[startup+51.1013 s]
/proc/loadavg: 3.62 3.64 2.64 5/69 25955
/proc/meminfo: memFree=1723864/2055920 swapFree=4192812/4192956
[pid=25949] ppid=25947 vsize=5356 CPUtime=15.32
/proc/25949/stat : 25949 (manysat.sh) S 25947 25949 25807 0 -1 4194304 313 23726 0 0 0 0 1494 38 19 0 1 0 156816182 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25949/statm: 1339 238 195 169 0 50 0
[pid=25952] ppid=25949 vsize=180228 CPUtime=70.66
/proc/25952/stat : 25952 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194304 36506 0 0 0 7034 32 0 0 17 0 4 0 156817718 184553472 36492 1992294400 134512640 135305190 4294956160 18446744073709551615 134528268 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25952/statm: 45057 36492 83 193 0 44861 0
[pid=25952/tid=25953] ppid=25949 vsize=180228 CPUtime=15.28
/proc/25952/task/25953/stat : 25953 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 5400 0 0 0 1523 5 0 0 17 0 4 0 156817773 184553472 36492 1992294400 134512640 135305190 4294956160 18446744073709551615 134551998 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25952/tid=25954] ppid=25949 vsize=180228 CPUtime=17.29
/proc/25952/task/25954/stat : 25954 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 7170 0 0 0 1723 6 0 0 18 0 4 0 156817773 184553472 36492 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25952/tid=25955] ppid=25949 vsize=180228 CPUtime=17.27
/proc/25952/task/25955/stat : 25955 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 4867 0 0 0 1721 6 0 0 17 0 4 0 156817773 184553472 36492 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 85.98
Current children cumulated vsize (KiB) 185584

[startup+102.306 s]
/proc/loadavg: 3.85 3.70 2.72 5/69 25955
/proc/meminfo: memFree=1633048/2055920 swapFree=4192812/4192956
[pid=25949] ppid=25947 vsize=5356 CPUtime=15.32
/proc/25949/stat : 25949 (manysat.sh) S 25947 25949 25807 0 -1 4194304 313 23726 0 0 0 0 1494 38 19 0 1 0 156816182 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25949/statm: 1339 238 195 169 0 50 0
[pid=25952] ppid=25949 vsize=270716 CPUtime=172.84
/proc/25952/stat : 25952 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194304 59146 0 0 0 17233 51 0 0 17 0 4 0 156817718 277213184 59132 1992294400 134512640 135305190 4294956160 18446744073709551615 134557241 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25952/statm: 67679 59132 83 193 0 67483 0
[pid=25952/tid=25953] ppid=25949 vsize=270716 CPUtime=40.09
/proc/25952/task/25953/stat : 25953 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 11491 0 0 0 3998 11 0 0 22 0 4 0 156817773 277213184 59132 1992294400 134512640 135305190 4294956160 18446744073709551615 134541947 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25952/tid=25954] ppid=25949 vsize=270716 CPUtime=30.08
/proc/25952/task/25954/stat : 25954 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 10665 0 0 0 2999 9 0 0 21 0 4 0 156817773 277213184 59132 1992294400 134512640 135305190 4294956160 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25952/tid=25955] ppid=25949 vsize=270716 CPUtime=51.93
/proc/25952/task/25955/stat : 25955 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 10624 0 0 0 5182 11 0 0 17 0 4 0 156817773 277213184 59132 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 188.16
Current children cumulated vsize (KiB) 276072

[startup+162.302 s]
/proc/loadavg: 3.94 3.75 2.79 5/69 25955
/proc/meminfo: memFree=1594072/2055920 swapFree=4192812/4192956
[pid=25949] ppid=25947 vsize=5356 CPUtime=15.32
/proc/25949/stat : 25949 (manysat.sh) S 25947 25949 25807 0 -1 4194304 313 23726 0 0 0 0 1494 38 19 0 1 0 156816182 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25949/statm: 1339 238 195 169 0 50 0
[pid=25952] ppid=25949 vsize=309176 CPUtime=292.57
/proc/25952/stat : 25952 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194304 68809 0 0 0 29197 60 0 0 20 0 4 0 156817718 316596224 68795 1992294400 134512640 135305190 4294956160 18446744073709551615 134551974 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25952/statm: 77294 68795 83 193 0 77098 0
[pid=25952/tid=25953] ppid=25949 vsize=309176 CPUtime=69.68
/proc/25952/task/25953/stat : 25953 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 14416 0 0 0 6954 14 0 0 25 0 4 0 156817773 316596224 68795 1992294400 134512640 135305190 4294956160 18446744073709551615 134541935 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25952/tid=25954] ppid=25949 vsize=309176 CPUtime=47.58
/proc/25952/task/25954/stat : 25954 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 12132 0 0 0 4748 10 0 0 25 0 4 0 156817773 316596224 68795 1992294400 134512640 135305190 4294956160 18446744073709551615 134551671 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25952/tid=25955] ppid=25949 vsize=309176 CPUtime=94.21
/proc/25952/task/25955/stat : 25955 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 13683 0 0 0 9407 14 0 0 17 0 4 0 156817773 316596224 68795 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 307.89
Current children cumulated vsize (KiB) 314532

[startup+222.303 s]
/proc/loadavg: 3.98 3.79 2.87 5/69 25955
/proc/meminfo: memFree=1486360/2055920 swapFree=4192812/4192956
[pid=25949] ppid=25947 vsize=5356 CPUtime=15.32
/proc/25949/stat : 25949 (manysat.sh) S 25947 25949 25807 0 -1 4194304 313 23726 0 0 0 0 1494 38 19 0 1 0 156816182 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25949/statm: 1339 238 195 169 0 50 0
[pid=25952] ppid=25949 vsize=416500 CPUtime=412.31
/proc/25952/stat : 25952 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194304 95809 0 0 0 41150 81 0 0 17 0 4 0 156817718 426496000 95795 1992294400 134512640 135305190 4294956160 18446744073709551615 134530569 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/25952/statm: 104125 95795 83 193 0 103929 0
[pid=25952/tid=25953] ppid=25949 vsize=416500 CPUtime=92.68

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

/proc/25949/statm: 1339 238 195 169 0 50 0
[pid=25952] ppid=25949 vsize=713368 CPUtime=1849.16
/proc/25952/stat : 25952 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194304 169529 0 0 0 184763 153 0 0 25 0 4 0 156817718 730488832 169515 1992294400 134512640 135305190 4294956160 18446744073709551615 134551709 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25952/statm: 178342 169515 83 193 0 178146 0
[pid=25952/tid=25953] ppid=25949 vsize=713368 CPUtime=444.72
/proc/25952/task/25953/stat : 25953 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 42519 0 0 0 44431 41 0 0 25 0 4 0 156817773 730488832 169515 1992294400 134512640 135305190 4294956160 18446744073709551615 134552006 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25952/tid=25954] ppid=25949 vsize=713368 CPUtime=368.84
/proc/25952/task/25954/stat : 25954 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 32184 0 0 0 36854 30 0 0 25 0 4 0 156817773 730488832 169515 1992294400 134512640 135305190 4294956160 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25952/tid=25955] ppid=25949 vsize=713368 CPUtime=545.77
/proc/25952/task/25955/stat : 25955 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 29657 0 0 0 54547 30 0 0 17 0 4 0 156817773 730488832 169515 1992294400 134512640 135305190 4294956160 18446744073709551615 134529062 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1864.48
Current children cumulated vsize (KiB) 718724

[startup+1002.3 s]
/proc/loadavg: 3.99 3.97 3.48 5/69 25955
/proc/meminfo: memFree=1189912/2055920 swapFree=4192812/4192956
[pid=25949] ppid=25947 vsize=5356 CPUtime=15.32
/proc/25949/stat : 25949 (manysat.sh) S 25947 25949 25807 0 -1 4194304 313 23726 0 0 0 0 1494 38 19 0 1 0 156816182 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25949/statm: 1339 238 195 169 0 50 0
[pid=25952] ppid=25949 vsize=713368 CPUtime=1968.9
/proc/25952/stat : 25952 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194304 169535 0 0 0 196736 154 0 0 25 0 4 0 156817718 730488832 169521 1992294400 134512640 135305190 4294956160 18446744073709551615 134551709 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25952/statm: 178342 169521 83 193 0 178146 0
[pid=25952/tid=25953] ppid=25949 vsize=713368 CPUtime=473.93
/proc/25952/task/25953/stat : 25953 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 42519 0 0 0 47351 42 0 0 25 0 4 0 156817773 730488832 169521 1992294400 134512640 135305190 4294956160 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25952/tid=25954] ppid=25949 vsize=713368 CPUtime=396.07
/proc/25952/task/25954/stat : 25954 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 32190 0 0 0 39577 30 0 0 25 0 4 0 156817773 730488832 169521 1992294400 134512640 135305190 4294956160 18446744073709551615 134551709 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25952/tid=25955] ppid=25949 vsize=713368 CPUtime=579.2
/proc/25952/task/25955/stat : 25955 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 29657 0 0 0 57890 30 0 0 19 0 4 0 156817773 730488832 169521 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1984.22
Current children cumulated vsize (KiB) 718724

[startup+1062.3 s]
/proc/loadavg: 3.99 3.97 3.51 5/69 25955
/proc/meminfo: memFree=1177944/2055920 swapFree=4192812/4192956
[pid=25949] ppid=25947 vsize=5356 CPUtime=15.32
/proc/25949/stat : 25949 (manysat.sh) S 25947 25949 25807 0 -1 4194304 313 23726 0 0 0 0 1494 38 19 0 1 0 156816182 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25949/statm: 1339 238 195 169 0 50 0
[pid=25952] ppid=25949 vsize=725904 CPUtime=2088.65
/proc/25952/stat : 25952 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194304 172650 0 0 0 208707 158 0 0 25 0 4 0 156817718 743325696 172636 1992294400 134512640 135305190 4294956160 18446744073709551615 134551978 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25952/statm: 181476 172636 83 193 0 181280 0
[pid=25952/tid=25953] ppid=25949 vsize=725904 CPUtime=503.81
/proc/25952/task/25953/stat : 25953 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 43199 0 0 0 50339 42 0 0 25 0 4 0 156817773 743325696 172636 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25952/tid=25954] ppid=25949 vsize=725904 CPUtime=425.96
/proc/25952/task/25954/stat : 25954 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 33151 0 0 0 42565 31 0 0 25 0 4 0 156817773 743325696 172636 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25952/tid=25955] ppid=25949 vsize=725904 CPUtime=614.28
/proc/25952/task/25955/stat : 25955 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 30441 0 0 0 61397 31 0 0 25 0 4 0 156817773 743325696 172636 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2103.97
Current children cumulated vsize (KiB) 731260

[startup+1122.3 s]
/proc/loadavg: 3.99 3.97 3.54 5/69 25955
/proc/meminfo: memFree=1165528/2055920 swapFree=4192812/4192956
[pid=25949] ppid=25947 vsize=5356 CPUtime=15.32
/proc/25949/stat : 25949 (manysat.sh) S 25947 25949 25807 0 -1 4194304 313 23726 0 0 0 0 1494 38 19 0 1 0 156816182 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25949/statm: 1339 238 195 169 0 50 0
[pid=25952] ppid=25949 vsize=736988 CPUtime=2208.38
/proc/25952/stat : 25952 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194304 175605 0 0 0 220678 160 0 0 17 0 4 0 156817718 754675712 175591 1992294400 134512640 135305190 4294956160 18446744073709551615 134528399 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25952/statm: 184247 175591 83 193 0 184051 0
[pid=25952/tid=25953] ppid=25949 vsize=736988 CPUtime=536.01
/proc/25952/task/25953/stat : 25953 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 43973 0 0 0 53558 43 0 0 25 0 4 0 156817773 754675712 175591 1992294400 134512640 135305190 4294956160 18446744073709551615 134551697 0 0 4096 3 0 0 0 -1 0 0 0
[pid=25952/tid=25954] ppid=25949 vsize=736988 CPUtime=449.92
/proc/25952/task/25954/stat : 25954 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 33916 0 0 0 44960 32 0 0 25 0 4 0 156817773 754675712 175591 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25952/tid=25955] ppid=25949 vsize=736988 CPUtime=652.33
/proc/25952/task/25955/stat : 25955 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 31241 0 0 0 65202 31 0 0 17 0 4 0 156817773 754675712 175591 1992294400 134512640 135305190 4294956160 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2223.7
Current children cumulated vsize (KiB) 742344

[startup+1182.3 s]
/proc/loadavg: 3.99 3.97 3.57 5/69 25955
/proc/meminfo: memFree=1165464/2055920 swapFree=4192812/4192956
[pid=25949] ppid=25947 vsize=5356 CPUtime=15.32
/proc/25949/stat : 25949 (manysat.sh) S 25947 25949 25807 0 -1 4194304 313 23726 0 0 0 0 1494 38 19 0 1 0 156816182 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25949/statm: 1339 238 195 169 0 50 0
[pid=25952] ppid=25949 vsize=736988 CPUtime=2328.12
/proc/25952/stat : 25952 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194304 175612 0 0 0 232652 160 0 0 25 0 4 0 156817718 754675712 175598 1992294400 134512640 135305190 4294956160 18446744073709551615 134557133 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25952/statm: 184247 175598 83 193 0 184051 0
[pid=25952/tid=25953] ppid=25949 vsize=736988 CPUtime=565.21
/proc/25952/task/25953/stat : 25953 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 43973 0 0 0 56478 43 0 0 25 0 4 0 156817773 754675712 175598 1992294400 134512640 135305190 4294956160 18446744073709551615 134551978 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25952/tid=25954] ppid=25949 vsize=736988 CPUtime=478.77
/proc/25952/task/25954/stat : 25954 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 33922 0 0 0 47845 32 0 0 25 0 4 0 156817773 754675712 175598 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25952/tid=25955] ppid=25949 vsize=736988 CPUtime=689.27
/proc/25952/task/25955/stat : 25955 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 31241 0 0 0 68896 31 0 0 25 0 4 0 156817773 754675712 175598 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2343.44
Current children cumulated vsize (KiB) 742344

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

[startup+1183.9 s]
/proc/loadavg: 3.99 3.97 3.57 5/69 25955
/proc/meminfo: memFree=1165464/2055920 swapFree=4192812/4192956
[pid=25949] ppid=25947 vsize=5356 CPUtime=15.32
/proc/25949/stat : 25949 (manysat.sh) S 25947 25949 25807 0 -1 4194304 313 23726 0 0 0 0 1494 38 19 0 1 0 156816182 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25949/statm: 1339 238 195 169 0 50 0
[pid=25952] ppid=25949 vsize=736988 CPUtime=2331.31
/proc/25952/stat : 25952 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194304 175612 0 0 0 232971 160 0 0 25 0 4 0 156817718 754675712 175598 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25952/statm: 184247 175598 83 193 0 184051 0
[pid=25952/tid=25953] ppid=25949 vsize=736988 CPUtime=566.01
/proc/25952/task/25953/stat : 25953 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 43973 0 0 0 56558 43 0 0 25 0 4 0 156817773 754675712 175598 1992294400 134512640 135305190 4294956160 18446744073709551615 134551671 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25952/tid=25954] ppid=25949 vsize=736988 CPUtime=479.56
/proc/25952/task/25954/stat : 25954 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 33922 0 0 0 47924 32 0 0 25 0 4 0 156817773 754675712 175598 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25952/tid=25955] ppid=25949 vsize=736988 CPUtime=690.07
/proc/25952/task/25955/stat : 25955 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 31241 0 0 0 68976 31 0 0 25 0 4 0 156817773 754675712 175598 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2346.63
Current children cumulated vsize (KiB) 742344

[startup+1185.5 s]
/proc/loadavg: 3.99 3.97 3.57 5/69 25955
/proc/meminfo: memFree=1165464/2055920 swapFree=4192812/4192956
[pid=25949] ppid=25947 vsize=5356 CPUtime=15.32
/proc/25949/stat : 25949 (manysat.sh) S 25947 25949 25807 0 -1 4194304 313 23726 0 0 0 0 1494 38 19 0 1 0 156816182 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25949/statm: 1339 238 195 169 0 50 0
[pid=25952] ppid=25949 vsize=736988 CPUtime=2334.5
/proc/25952/stat : 25952 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194304 175613 0 0 0 233290 160 0 0 18 0 4 0 156817718 754675712 175599 1992294400 134512640 135305190 4294956160 18446744073709551615 134541965 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25952/statm: 184247 175599 83 193 0 184051 0
[pid=25952/tid=25953] ppid=25949 vsize=736988 CPUtime=566.81
/proc/25952/task/25953/stat : 25953 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 43973 0 0 0 56638 43 0 0 25 0 4 0 156817773 754675712 175599 1992294400 134512640 135305190 4294956160 18446744073709551615 134551978 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25952/tid=25954] ppid=25949 vsize=736988 CPUtime=480.35
/proc/25952/task/25954/stat : 25954 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 33923 0 0 0 48003 32 0 0 25 0 4 0 156817773 754675712 175599 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25952/tid=25955] ppid=25949 vsize=736988 CPUtime=690.28
/proc/25952/task/25955/stat : 25955 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 31241 0 0 0 68997 31 0 0 25 0 4 0 156817773 754675712 175599 1992294400 134512640 135305190 4294956160 18446744073709551615 134551978 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2349.82
Current children cumulated vsize (KiB) 742344

[startup+1186.3 s]
/proc/loadavg: 3.99 3.97 3.57 5/69 25955
/proc/meminfo: memFree=1165464/2055920 swapFree=4192812/4192956
[pid=25949] ppid=25947 vsize=5356 CPUtime=15.32
/proc/25949/stat : 25949 (manysat.sh) S 25947 25949 25807 0 -1 4194304 313 23726 0 0 0 0 1494 38 19 0 1 0 156816182 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25949/statm: 1339 238 195 169 0 50 0
[pid=25952] ppid=25949 vsize=736988 CPUtime=2336.09
/proc/25952/stat : 25952 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194304 175613 0 0 0 233449 160 0 0 19 0 4 0 156817718 754675712 175599 1992294400 134512640 135305190 4294956160 18446744073709551615 134528418 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25952/statm: 184247 175599 83 193 0 184051 0
[pid=25952/tid=25953] ppid=25949 vsize=736988 CPUtime=567.21
/proc/25952/task/25953/stat : 25953 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 43973 0 0 0 56678 43 0 0 25 0 4 0 156817773 754675712 175599 1992294400 134512640 135305190 4294956160 18446744073709551615 134551978 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25952/tid=25954] ppid=25949 vsize=736988 CPUtime=480.75
/proc/25952/task/25954/stat : 25954 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 33923 0 0 0 48043 32 0 0 25 0 4 0 156817773 754675712 175599 1992294400 134512640 135305190 4294956160 18446744073709551615 134551671 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25952/tid=25955] ppid=25949 vsize=736988 CPUtime=690.48
/proc/25952/task/25955/stat : 25955 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 31241 0 0 0 69017 31 0 0 25 0 4 0 156817773 754675712 175599 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2351.41
Current children cumulated vsize (KiB) 742344

[startup+1187.1 s]
/proc/loadavg: 3.99 3.97 3.57 5/69 25955
/proc/meminfo: memFree=1165464/2055920 swapFree=4192812/4192956
[pid=25949] ppid=25947 vsize=5356 CPUtime=15.32
/proc/25949/stat : 25949 (manysat.sh) S 25947 25949 25807 0 -1 4194304 313 23726 0 0 0 0 1494 38 19 0 1 0 156816182 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25949/statm: 1339 238 195 169 0 50 0
[pid=25952] ppid=25949 vsize=736988 CPUtime=2337.69
/proc/25952/stat : 25952 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194304 175613 0 0 0 233609 160 0 0 19 0 4 0 156817718 754675712 175599 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25952/statm: 184247 175599 83 193 0 184051 0
[pid=25952/tid=25953] ppid=25949 vsize=736988 CPUtime=567.61
/proc/25952/task/25953/stat : 25953 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 43973 0 0 0 56718 43 0 0 25 0 4 0 156817773 754675712 175599 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25952/tid=25954] ppid=25949 vsize=736988 CPUtime=481.14
/proc/25952/task/25954/stat : 25954 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 33923 0 0 0 48082 32 0 0 25 0 4 0 156817773 754675712 175599 1992294400 134512640 135305190 4294956160 18446744073709551615 134551978 0 0 4096 3 0 0 0 -1 1 0 0
[pid=25952/tid=25955] ppid=25949 vsize=736988 CPUtime=690.88
/proc/25952/task/25955/stat : 25955 (manysat1.1_stat) R 25949 25949 25807 0 -1 4194368 31241 0 0 0 69057 31 0 0 25 0 4 0 156817773 754675712 175599 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2353.01
Current children cumulated vsize (KiB) 742344

[startup+1187.5 s]
/proc/loadavg: 3.99 3.97 3.57 5/69 25955
/proc/meminfo: memFree=1165464/2055920 swapFree=4192812/4192956
[pid=25949] ppid=25947 vsize=5356 CPUtime=15.32
/proc/25949/stat : 25949 (manysat.sh) S 25947 25949 25807 0 -1 4194304 313 23726 0 0 0 0 1494 38 19 0 1 0 156816182 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25949/statm: 1339 238 195 169 0 50 0
[pid=25952] ppid=25949 vsize=0 CPUtime=2338.39
/proc/25952/stat : 25952 (manysat1.1_stat) Z 25949 25949 25807 0 -1 4194316 175628 0 0 0 233668 171 0 0 20 0 2 0 156817718 0 0 1992294400 0 0 0 0 0 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/25952/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2353.71
Current children cumulated vsize (KiB) 5356

Child status: 20
Real time (s): 1187.55
CPU time (s): 2353.77
CPU user time (s): 2351.63
CPU system time (s): 2.14067
CPU usage (%): 198.205
Max. virtual memory (cumulated for all children) (KiB): 742344

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2351.63
system time used= 2.14067
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199821
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= 8214
involuntary context switches= 38307

runsolver used 1.09183 second user time and 3.24351 second system time

The end

Launcher Data

Begin job on node30 at 2009-05-02 20:10:34
IDJOB=1773626
IDBENCH=70760
IDSOLVER=612
FILE ID=node30/1773626-1241287834
PBS_JOBID= 9225091
Free space on /tmp= 66504 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/bitverif/minxorminand/minxorminand128.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773626-1241287834/watcher-1773626-1241287834 -o /tmp/evaluation-result-1773626-1241287834/solver-1773626-1241287834 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1773626-1241287834.cnf aimd 1

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

MD5SUM BENCH= a551844fb6a7f35cf6025d0a525ca14e
RANDOM SEED=817215640

node30.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.265
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.265
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:       1926808 kB
Buffers:          5948 kB
Cached:          53688 kB
SwapCached:          0 kB
Active:          40772 kB
Inactive:        33300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1926808 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            9336 kB
Writeback:           0 kB
Mapped:          24236 kB
Slab:            41192 kB
Committed_AS:   771696 kB
PageTables:       1356 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= 66504 MiB
End job on node30 at 2009-05-02 20:30:22