Trace number 1774766

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 2762.44 1390

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-20-5p0.cnf
MD5SUM782c70d5631cbc24bc659543ee69ca8b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1466.4
Satisfiable
(Un)Satisfiability was proved
Number of variables224569
Number of clauses1190619
Sum of the clauses size2868508
Maximum clause length10
Minimum clause length1
Number of clauses of size 111403
Number of clauses of size 2850703
Number of clauses of size 3271793
Number of clauses of size 46300
Number of clauses of size 525200
Number of clauses of size over 525220

Solver Data

0.00/0.00	c Parsing...
1.19/1.29	c ==============================================================================
1.19/1.29	c |           |     ORIGINAL     |              LEARNT              |          |
1.19/1.29	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.19/1.29	c ==============================================================================
1.19/1.29	c |         0 | 1178466  2855605 |  353539       0        0     nan |  0.000 % |
7.79/7.88	c |         0 |  822458  2306194 |      --       0       --      -- |     --   | -102366/26047
7.79/7.88	c ==============================================================================
7.79/7.88	c Result  :   #vars: 120834   #clauses: 822458   #literals: 2306194
7.79/7.88	c CPU time:   7.61784 s
7.79/7.88	c ==============================================================================
2762.30/1389.91	c This is ManySAT 1.1 : 4 thread(s) on 2 core(s).
2762.30/1389.91	c ============================[ Problem Statistics ]=============================
2762.30/1389.91	c |                                                                             |
2762.30/1389.91	c threadId              : 0
2762.30/1389.91	c restarts              : 542
2762.30/1389.91	c conflicts             : 156104         (57 /sec)
2762.30/1389.91	c decisions             : 762913         (1.25 % random) (277 /sec)
2762.30/1389.91	c propagations          : 666321355      (242104 /sec)
2762.30/1389.91	c conflict literals     : 24944675       (42.41 % deleted)
2762.30/1389.91	c Memory used           : 456.73 MB
2762.30/1389.91	c CPU time              : 2752.21 s
2762.30/1389.91	
2762.30/1389.91	c --->m=4, e=8, aimd=1, HOME/29935_many.cnf	time: 688.053	conflicts: 156104       
2762.30/1389.97	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-1774766-1241292125/watcher-1774766-1241292125 -o /tmp/evaluation-result-1774766-1241292125/solver-1774766-1241292125 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1774766-1241292125.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.75 3.86 3.83 3/65 29935
/proc/meminfo: memFree=1865984/2055920 swapFree=4181396/4192956
[pid=29935] ppid=29933 vsize=5356 CPUtime=0
/proc/29935/stat : 29935 (manysat.sh) S 29933 29935 29502 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157246375 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29935/statm: 1339 235 195 169 0 50 0
[pid=29936] ppid=29935 vsize=2356 CPUtime=0
/proc/29936/stat : 29936 (SatElite) R 29935 29935 29502 0 -1 4194304 360 0 0 0 0 0 0 0 18 0 1 0 157246375 2412544 344 1992294400 134512640 135034092 4294956112 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 1 0 0
/proc/29936/statm: 589 348 50 127 0 459 0

[startup+0.0820851 s]
/proc/loadavg: 3.75 3.86 3.83 3/65 29935
/proc/meminfo: memFree=1865984/2055920 swapFree=4181396/4192956
[pid=29935] ppid=29933 vsize=5356 CPUtime=0
/proc/29935/stat : 29935 (manysat.sh) S 29933 29935 29502 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157246375 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29935/statm: 1339 235 195 169 0 50 0
[pid=29936] ppid=29935 vsize=27124 CPUtime=0.07
/proc/29936/stat : 29936 (SatElite) R 29935 29935 29502 0 -1 4194304 5109 0 0 0 5 2 0 0 18 0 1 0 157246375 27774976 4989 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/29936/statm: 6781 4989 50 127 0 6651 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 32480

[startup+0.101088 s]
/proc/loadavg: 3.75 3.86 3.83 3/65 29935
/proc/meminfo: memFree=1865984/2055920 swapFree=4181396/4192956
[pid=29935] ppid=29933 vsize=5356 CPUtime=0
/proc/29935/stat : 29935 (manysat.sh) S 29933 29935 29502 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157246375 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29935/statm: 1339 235 195 169 0 50 0
[pid=29936] ppid=29935 vsize=29228 CPUtime=0.08
/proc/29936/stat : 29936 (SatElite) R 29935 29935 29502 0 -1 4194304 5622 0 0 0 6 2 0 0 18 0 1 0 157246375 29929472 5502 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/29936/statm: 7307 5503 50 127 0 7177 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 34584

[startup+0.301106 s]
/proc/loadavg: 3.75 3.86 3.83 3/65 29935
/proc/meminfo: memFree=1865984/2055920 swapFree=4181396/4192956
[pid=29935] ppid=29933 vsize=5356 CPUtime=0
/proc/29935/stat : 29935 (manysat.sh) S 29933 29935 29502 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157246375 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29935/statm: 1339 235 195 169 0 50 0
[pid=29936] ppid=29935 vsize=49112 CPUtime=0.29
/proc/29936/stat : 29936 (SatElite) R 29935 29935 29502 0 -1 4194304 10445 0 0 0 23 6 0 0 19 0 1 0 157246375 50290688 10325 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/29936/statm: 12278 10326 50 127 0 12148 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54468

[startup+0.701143 s]
/proc/loadavg: 3.75 3.86 3.83 3/65 29935
/proc/meminfo: memFree=1865984/2055920 swapFree=4181396/4192956
[pid=29935] ppid=29933 vsize=5356 CPUtime=0
/proc/29935/stat : 29935 (manysat.sh) S 29933 29935 29502 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157246375 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29935/statm: 1339 235 195 169 0 50 0
[pid=29936] ppid=29935 vsize=71356 CPUtime=0.69
/proc/29936/stat : 29936 (SatElite) R 29935 29935 29502 0 -1 4194304 15900 0 0 0 59 10 0 0 23 0 1 0 157246375 73068544 15780 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/29936/statm: 17839 15780 50 127 0 17709 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 76712

[startup+1.50122 s]
/proc/loadavg: 3.75 3.86 3.83 2/67 29937
/proc/meminfo: memFree=1780208/2055920 swapFree=4181396/4192956
[pid=29935] ppid=29933 vsize=5356 CPUtime=0
/proc/29935/stat : 29935 (manysat.sh) S 29933 29935 29502 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157246375 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29935/statm: 1339 235 195 169 0 50 0
[pid=29936] ppid=29935 vsize=115200 CPUtime=1.49
/proc/29936/stat : 29936 (SatElite) R 29935 29935 29502 0 -1 4194304 26478 0 0 0 132 17 0 0 25 0 1 0 157246375 117964800 26358 1992294400 134512640 135034092 4294956112 18446744073709551615 134536786 0 0 4096 3 0 0 0 17 1 0 0
/proc/29936/statm: 28800 26358 64 127 0 28670 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 120556

[startup+3.10137 s]
/proc/loadavg: 3.75 3.86 3.83 2/67 29937
/proc/meminfo: memFree=1748080/2055920 swapFree=4181396/4192956
[pid=29935] ppid=29933 vsize=5356 CPUtime=0
/proc/29935/stat : 29935 (manysat.sh) S 29933 29935 29502 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157246375 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29935/statm: 1339 235 195 169 0 50 0
[pid=29936] ppid=29935 vsize=136560 CPUtime=3.09
/proc/29936/stat : 29936 (SatElite) R 29935 29935 29502 0 -1 4194304 34149 0 0 0 287 22 0 0 25 0 1 0 157246375 139837440 31158 1992294400 134512640 135034092 4294956112 18446744073709551615 134574504 0 0 4096 3 0 0 0 17 1 0 0
/proc/29936/statm: 34140 31158 68 127 0 34010 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 141916

[startup+6.30167 s]
/proc/loadavg: 3.53 3.81 3.82 2/67 29937
/proc/meminfo: memFree=1734640/2055920 swapFree=4181396/4192956
[pid=29935] ppid=29933 vsize=5356 CPUtime=0
/proc/29935/stat : 29935 (manysat.sh) S 29933 29935 29502 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157246375 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/29935/statm: 1339 235 195 169 0 50 0
[pid=29936] ppid=29935 vsize=136596 CPUtime=6.29
/proc/29936/stat : 29936 (SatElite) R 29935 29935 29502 0 -1 4194304 37099 0 0 0 605 24 0 0 25 0 1 0 157246375 139874304 31211 1992294400 134512640 135034092 4294956112 18446744073709551615 134566260 0 0 4096 3 0 0 0 17 1 0 0
/proc/29936/statm: 34149 31211 68 127 0 34019 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 141952

[startup+12.7023 s]
/proc/loadavg: 3.33 3.76 3.80 5/70 29941
/proc/meminfo: memFree=1622232/2055920 swapFree=4181396/4192956
[pid=29935] ppid=29933 vsize=5356 CPUtime=8.92
/proc/29935/stat : 29935 (manysat.sh) S 29933 29935 29502 0 -1 4194304 313 41711 0 0 0 0 858 34 16 0 1 0 157246375 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29935/statm: 1339 238 195 169 0 50 0
[pid=29938] ppid=29935 vsize=262556 CPUtime=5.08
/proc/29938/stat : 29938 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194304 55250 0 0 0 471 37 0 0 17 0 4 0 157247269 268857344 55229 1992294400 134512640 135305190 4294956160 18446744073709551615 134551648 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29938/statm: 65639 55229 83 193 0 65443 0
[pid=29938/tid=29939] ppid=29935 vsize=262556 CPUtime=0.72
/proc/29938/task/29939/stat : 29939 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 828 0 0 0 69 3 0 0 17 0 4 0 157247508 268857344 55229 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29938/tid=29940] ppid=29935 vsize=262556 CPUtime=0.66
/proc/29938/task/29940/stat : 29940 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 846 0 0 0 62 4 0 0 16 0 4 0 157247508 268857344 55229 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29938/tid=29941] ppid=29935 vsize=262556 CPUtime=0.78
/proc/29938/task/29941/stat : 29941 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 973 0 0 0 75 3 0 0 16 0 4 0 157247508 268857344 55229 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14
Current children cumulated vsize (KiB) 267912

[startup+25.5015 s]
/proc/loadavg: 3.48 3.77 3.80 5/70 29941
/proc/meminfo: memFree=1616088/2055920 swapFree=4181396/4192956
[pid=29935] ppid=29933 vsize=5356 CPUtime=8.92
/proc/29935/stat : 29935 (manysat.sh) S 29933 29935 29502 0 -1 4194304 313 41711 0 0 0 0 858 34 16 0 1 0 157246375 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29935/statm: 1339 238 195 169 0 50 0
[pid=29938] ppid=29935 vsize=266236 CPUtime=30.48
/proc/29938/stat : 29938 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194304 56173 0 0 0 3006 42 0 0 17 0 4 0 157247269 272625664 56152 1992294400 134512640 135305190 4294956160 18446744073709551615 134541668 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29938/statm: 66559 56152 83 193 0 66363 0
[pid=29938/tid=29939] ppid=29935 vsize=266236 CPUtime=6.98
/proc/29938/task/29939/stat : 29939 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 1014 0 0 0 694 4 0 0 17 0 4 0 157247508 272625664 56152 1992294400 134512640 135305190 4294956160 18446744073709551615 134529119 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29938/tid=29940] ppid=29935 vsize=266236 CPUtime=6.91
/proc/29938/task/29940/stat : 29940 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 1107 0 0 0 685 6 0 0 17 0 4 0 157247508 272625664 56152 1992294400 134512640 135305190 4294956160 18446744073709551615 134531174 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29938/tid=29941] ppid=29935 vsize=266236 CPUtime=7.16
/proc/29938/task/29941/stat : 29941 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 1195 0 0 0 712 4 0 0 17 0 4 0 157247508 272625664 56152 1992294400 134512640 135305190 4294956160 18446744073709551615 134528520 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 39.4
Current children cumulated vsize (KiB) 271592

[startup+51.1019 s]
/proc/loadavg: 3.57 3.77 3.80 5/70 29941
/proc/meminfo: memFree=1614872/2055920 swapFree=4181396/4192956
[pid=29935] ppid=29933 vsize=5356 CPUtime=8.92
/proc/29935/stat : 29935 (manysat.sh) S 29933 29935 29502 0 -1 4194304 313 41711 0 0 0 0 858 34 16 0 1 0 157246375 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29935/statm: 1339 238 195 169 0 50 0
[pid=29938] ppid=29935 vsize=267288 CPUtime=81.52
/proc/29938/stat : 29938 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194304 56436 0 0 0 8109 43 0 0 17 0 4 0 157247269 273702912 56415 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29938/statm: 66822 56415 83 193 0 66626 0
[pid=29938/tid=29939] ppid=29935 vsize=267288 CPUtime=16.22
/proc/29938/task/29939/stat : 29939 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 1063 0 0 0 1617 5 0 0 18 0 4 0 157247508 273702912 56415 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29938/tid=29940] ppid=29935 vsize=267288 CPUtime=19.54
/proc/29938/task/29940/stat : 29940 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 1231 0 0 0 1948 6 0 0 18 0 4 0 157247508 273702912 56415 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29938/tid=29941] ppid=29935 vsize=267288 CPUtime=23.49
/proc/29938/task/29941/stat : 29941 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 1229 0 0 0 2345 4 0 0 18 0 4 0 157247508 273702912 56415 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 90.44
Current children cumulated vsize (KiB) 272644

[startup+102.307 s]
/proc/loadavg: 3.81 3.81 3.81 5/70 29941
/proc/meminfo: memFree=1598104/2055920 swapFree=4181396/4192956
[pid=29935] ppid=29933 vsize=5356 CPUtime=8.92
/proc/29935/stat : 29935 (manysat.sh) S 29933 29935 29502 0 -1 4194304 313 41711 0 0 0 0 858 34 16 0 1 0 157246375 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29935/statm: 1339 238 195 169 0 50 0
[pid=29938] ppid=29935 vsize=284152 CPUtime=183.7
/proc/29938/stat : 29938 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194304 60686 0 0 0 18321 49 0 0 18 0 4 0 157247269 290971648 60665 1992294400 134512640 135305190 4294956160 18446744073709551615 134529123 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29938/statm: 71038 60665 83 193 0 70842 0
[pid=29938/tid=29939] ppid=29935 vsize=284152 CPUtime=44.02
/proc/29938/task/29939/stat : 29939 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 1908 0 0 0 4396 6 0 0 21 0 4 0 157247508 290971648 60665 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29938/tid=29940] ppid=29935 vsize=284152 CPUtime=40.3
/proc/29938/task/29940/stat : 29940 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 2673 0 0 0 4022 8 0 0 25 0 4 0 157247508 290971648 60665 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29938/tid=29941] ppid=29935 vsize=284152 CPUtime=48.9
/proc/29938/task/29941/stat : 29941 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 1908 0 0 0 4885 5 0 0 17 0 4 0 157247508 290971648 60665 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 192.62
Current children cumulated vsize (KiB) 289508

[startup+162.301 s]
/proc/loadavg: 3.93 3.84 3.82 5/70 29941
/proc/meminfo: memFree=1577176/2055920 swapFree=4181396/4192956
[pid=29935] ppid=29933 vsize=5356 CPUtime=8.92
/proc/29935/stat : 29935 (manysat.sh) S 29933 29935 29502 0 -1 4194304 313 41711 0 0 0 0 858 34 16 0 1 0 157246375 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29935/statm: 1339 238 195 169 0 50 0
[pid=29938] ppid=29935 vsize=304980 CPUtime=303.43
/proc/29938/stat : 29938 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194304 65950 0 0 0 30286 57 0 0 19 0 4 0 157247269 312299520 65929 1992294400 134512640 135305190 4294956160 18446744073709551615 134528548 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29938/statm: 76245 65929 83 193 0 76049 0
[pid=29938/tid=29939] ppid=29935 vsize=304980 CPUtime=70.91
/proc/29938/task/29939/stat : 29939 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 2919 0 0 0 7083 8 0 0 25 0 4 0 157247508 312299520 65929 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29938/tid=29940] ppid=29935 vsize=304980 CPUtime=65.54
/proc/29938/task/29940/stat : 29940 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 4404 0 0 0 6544 10 0 0 19 0 4 0 157247508 312299520 65929 1992294400 134512640 135305190 4294956160 18446744073709551615 134551651 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29938/tid=29941] ppid=29935 vsize=304980 CPUtime=83.28
/proc/29938/task/29941/stat : 29941 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 2979 0 0 0 8321 7 0 0 19 0 4 0 157247508 312299520 65929 1992294400 134512640 135305190 4294956160 18446744073709551615 134556843 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 312.35
Current children cumulated vsize (KiB) 310336

[startup+222.302 s]
/proc/loadavg: 3.97 3.86 3.83 5/70 29941
/proc/meminfo: memFree=1560984/2055920 swapFree=4181396/4192956
[pid=29935] ppid=29933 vsize=5356 CPUtime=8.92

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

[pid=29938/tid=29940] ppid=29935 vsize=467516 CPUtime=565.26
/proc/29938/task/29940/stat : 29940 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 15237 0 0 0 56501 25 0 0 25 0 4 0 157247508 478736384 106467 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29938/tid=29941] ppid=29935 vsize=467516 CPUtime=637.9
/proc/29938/task/29941/stat : 29941 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 13872 0 0 0 63766 24 0 0 25 0 4 0 157247508 478736384 106467 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2467.74
Current children cumulated vsize (KiB) 472872

[startup+1302.3 s]
/proc/loadavg: 4.10 4.00 3.92 5/70 29943
/proc/meminfo: memFree=1413656/2055920 swapFree=4181396/4192956
[pid=29935] ppid=29933 vsize=5356 CPUtime=8.92
/proc/29935/stat : 29935 (manysat.sh) S 29933 29935 29502 0 -1 4194304 313 41711 0 0 0 0 858 34 16 0 1 0 157246375 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29935/statm: 1339 238 195 169 0 50 0
[pid=29938] ppid=29935 vsize=467516 CPUtime=2578.57
/proc/29938/stat : 29938 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194304 106502 0 0 0 257738 119 0 0 21 0 4 0 157247269 478736384 106481 1992294400 134512640 135305190 4294956160 18446744073709551615 134530721 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29938/statm: 116879 106481 83 193 0 116683 0
[pid=29938/tid=29939] ppid=29935 vsize=467516 CPUtime=645.72
/proc/29938/task/29939/stat : 29939 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 11690 0 0 0 64551 21 0 0 25 0 4 0 157247508 478736384 106481 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29938/tid=29940] ppid=29935 vsize=467516 CPUtime=592.11
/proc/29938/task/29940/stat : 29940 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 15237 0 0 0 59186 25 0 0 25 0 4 0 157247508 478736384 106481 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29938/tid=29941] ppid=29935 vsize=467516 CPUtime=671.35
/proc/29938/task/29941/stat : 29941 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 13872 0 0 0 67111 24 0 0 25 0 4 0 157247508 478736384 106481 1992294400 134512640 135305190 4294956160 18446744073709551615 134528837 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2587.49
Current children cumulated vsize (KiB) 472872

[startup+1362.3 s]
/proc/loadavg: 4.10 4.02 3.93 5/70 29943
/proc/meminfo: memFree=1413656/2055920 swapFree=4181396/4192956
[pid=29935] ppid=29933 vsize=5356 CPUtime=8.92
/proc/29935/stat : 29935 (manysat.sh) S 29933 29935 29502 0 -1 4194304 313 41711 0 0 0 0 858 34 16 0 1 0 157246375 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29935/statm: 1339 238 195 169 0 50 0
[pid=29938] ppid=29935 vsize=467692 CPUtime=2698.3
/proc/29938/stat : 29938 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194304 106520 0 0 0 269711 119 0 0 19 0 4 0 157247269 478916608 106499 1992294400 134512640 135305190 4294956160 18446744073709551615 134528520 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29938/statm: 116923 106499 83 193 0 116727 0
[pid=29938/tid=29939] ppid=29935 vsize=467692 CPUtime=674.69
/proc/29938/task/29939/stat : 29939 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 11690 0 0 0 67448 21 0 0 18 0 4 0 157247508 478916608 106499 1992294400 134512640 135305190 4294956160 18446744073709551615 134557484 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29938/tid=29940] ppid=29935 vsize=467692 CPUtime=620.91
/proc/29938/task/29940/stat : 29940 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 15255 0 0 0 62066 25 0 0 25 0 4 0 157247508 478916608 106499 1992294400 134512640 135305190 4294956160 18446744073709551615 134551729 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29938/tid=29941] ppid=29935 vsize=467692 CPUtime=703.19
/proc/29938/task/29941/stat : 29941 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 13872 0 0 0 70295 24 0 0 25 0 4 0 157247508 478916608 106499 1992294400 134512640 135305190 4294956160 18446744073709551615 134528820 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2707.22
Current children cumulated vsize (KiB) 473048

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

[startup+1369.51 s]
/proc/loadavg: 4.09 4.02 3.93 5/70 29943
/proc/meminfo: memFree=1413656/2055920 swapFree=4181396/4192956
[pid=29935] ppid=29933 vsize=5356 CPUtime=8.92
/proc/29935/stat : 29935 (manysat.sh) S 29933 29935 29502 0 -1 4194304 313 41711 0 0 0 0 858 34 16 0 1 0 157246375 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29935/statm: 1339 238 195 169 0 50 0
[pid=29938] ppid=29935 vsize=467692 CPUtime=2712.68
/proc/29938/stat : 29938 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194304 106520 0 0 0 271149 119 0 0 25 0 4 0 157247269 478916608 106499 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29938/statm: 116923 106499 83 193 0 116727 0
[pid=29938/tid=29939] ppid=29935 vsize=467692 CPUtime=678.51
/proc/29938/task/29939/stat : 29939 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 11690 0 0 0 67830 21 0 0 25 0 4 0 157247508 478916608 106499 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29938/tid=29940] ppid=29935 vsize=467692 CPUtime=623.79
/proc/29938/task/29940/stat : 29940 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 15255 0 0 0 62354 25 0 0 25 0 4 0 157247508 478916608 106499 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29938/tid=29941] ppid=29935 vsize=467692 CPUtime=707.49
/proc/29938/task/29941/stat : 29941 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 13872 0 0 0 70725 24 0 0 20 0 4 0 157247508 478916608 106499 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2721.6
Current children cumulated vsize (KiB) 473048

[startup+1382.3 s]
/proc/loadavg: 4.15 4.03 3.93 5/70 29943
/proc/meminfo: memFree=1413656/2055920 swapFree=4181396/4192956
[pid=29935] ppid=29933 vsize=5356 CPUtime=8.92
/proc/29935/stat : 29935 (manysat.sh) S 29933 29935 29502 0 -1 4194304 313 41711 0 0 0 0 858 34 16 0 1 0 157246375 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29935/statm: 1339 238 195 169 0 50 0
[pid=29938] ppid=29935 vsize=467692 CPUtime=2738.22
/proc/29938/stat : 29938 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194304 106520 0 0 0 273702 120 0 0 25 0 4 0 157247269 478916608 106499 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29938/statm: 116923 106499 83 193 0 116727 0
[pid=29938/tid=29939] ppid=29935 vsize=467692 CPUtime=685.21
/proc/29938/task/29939/stat : 29939 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 11690 0 0 0 68500 21 0 0 25 0 4 0 157247508 478916608 106499 1992294400 134512640 135305190 4294956160 18446744073709551615 134528576 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29938/tid=29940] ppid=29935 vsize=467692 CPUtime=629.81
/proc/29938/task/29940/stat : 29940 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 15255 0 0 0 62956 25 0 0 25 0 4 0 157247508 478916608 106499 1992294400 134512640 135305190 4294956160 18446744073709551615 134555128 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29938/tid=29941] ppid=29935 vsize=467692 CPUtime=713.28
/proc/29938/task/29941/stat : 29941 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 13872 0 0 0 71303 25 0 0 25 0 4 0 157247508 478916608 106499 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2747.14
Current children cumulated vsize (KiB) 473048

[startup+1385.5 s]
/proc/loadavg: 4.14 4.03 3.93 5/70 29943
/proc/meminfo: memFree=1413656/2055920 swapFree=4181396/4192956
[pid=29935] ppid=29933 vsize=5356 CPUtime=8.92
/proc/29935/stat : 29935 (manysat.sh) S 29933 29935 29502 0 -1 4194304 313 41711 0 0 0 0 858 34 16 0 1 0 157246375 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29935/statm: 1339 238 195 169 0 50 0
[pid=29938] ppid=29935 vsize=467692 CPUtime=2744.6
/proc/29938/stat : 29938 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194304 106520 0 0 0 274340 120 0 0 25 0 4 0 157247269 478916608 106499 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29938/statm: 116923 106499 83 193 0 116727 0
[pid=29938/tid=29939] ppid=29935 vsize=467692 CPUtime=686.81
/proc/29938/task/29939/stat : 29939 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 11690 0 0 0 68660 21 0 0 25 0 4 0 157247508 478916608 106499 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29938/tid=29940] ppid=29935 vsize=467692 CPUtime=631.39
/proc/29938/task/29940/stat : 29940 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 15255 0 0 0 63114 25 0 0 25 0 4 0 157247508 478916608 106499 1992294400 134512640 135305190 4294956160 18446744073709551615 134551712 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29938/tid=29941] ppid=29935 vsize=467692 CPUtime=714.88
/proc/29938/task/29941/stat : 29941 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 13872 0 0 0 71463 25 0 0 25 0 4 0 157247508 478916608 106499 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2753.52
Current children cumulated vsize (KiB) 473048

[startup+1387.11 s]
/proc/loadavg: 4.14 4.03 3.93 5/70 29943
/proc/meminfo: memFree=1413592/2055920 swapFree=4181396/4192956
[pid=29935] ppid=29933 vsize=5356 CPUtime=8.92
/proc/29935/stat : 29935 (manysat.sh) S 29933 29935 29502 0 -1 4194304 313 41711 0 0 0 0 858 34 16 0 1 0 157246375 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29935/statm: 1339 238 195 169 0 50 0
[pid=29938] ppid=29935 vsize=467692 CPUtime=2747.81
/proc/29938/stat : 29938 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194304 106528 0 0 0 274661 120 0 0 25 0 4 0 157247269 478916608 106507 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29938/statm: 116923 106507 83 193 0 116727 0
[pid=29938/tid=29939] ppid=29935 vsize=467692 CPUtime=687.61
/proc/29938/task/29939/stat : 29939 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 11690 0 0 0 68740 21 0 0 25 0 4 0 157247508 478916608 106507 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29938/tid=29940] ppid=29935 vsize=467692 CPUtime=632.19
/proc/29938/task/29940/stat : 29940 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 15255 0 0 0 63194 25 0 0 25 0 4 0 157247508 478916608 106507 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29938/tid=29941] ppid=29935 vsize=467692 CPUtime=715.69
/proc/29938/task/29941/stat : 29941 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 13880 0 0 0 71544 25 0 0 25 0 4 0 157247508 478916608 106507 1992294400 134512640 135305190 4294956160 18446744073709551615 134530561 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2756.73
Current children cumulated vsize (KiB) 473048

[startup+1388.7 s]
/proc/loadavg: 4.14 4.03 3.93 5/70 29943
/proc/meminfo: memFree=1413592/2055920 swapFree=4181396/4192956
[pid=29935] ppid=29933 vsize=5356 CPUtime=8.92
/proc/29935/stat : 29935 (manysat.sh) S 29933 29935 29502 0 -1 4194304 313 41711 0 0 0 0 858 34 16 0 1 0 157246375 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29935/statm: 1339 238 195 169 0 50 0
[pid=29938] ppid=29935 vsize=467692 CPUtime=2750.99
/proc/29938/stat : 29938 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194304 106529 0 0 0 274979 120 0 0 25 0 4 0 157247269 478916608 106508 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29938/statm: 116923 106508 83 193 0 116727 0
[pid=29938/tid=29939] ppid=29935 vsize=467692 CPUtime=688.41
/proc/29938/task/29939/stat : 29939 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 11690 0 0 0 68820 21 0 0 25 0 4 0 157247508 478916608 106508 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29938/tid=29940] ppid=29935 vsize=467692 CPUtime=632.98
/proc/29938/task/29940/stat : 29940 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 15255 0 0 0 63273 25 0 0 25 0 4 0 157247508 478916608 106508 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29938/tid=29941] ppid=29935 vsize=467692 CPUtime=716.49
/proc/29938/task/29941/stat : 29941 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 13881 0 0 0 71624 25 0 0 25 0 4 0 157247508 478916608 106508 1992294400 134512640 135305190 4294956160 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2759.91
Current children cumulated vsize (KiB) 473048

[startup+1389.5 s]
/proc/loadavg: 4.14 4.03 3.93 5/70 29943
/proc/meminfo: memFree=1413592/2055920 swapFree=4181396/4192956
[pid=29935] ppid=29933 vsize=5356 CPUtime=8.92
/proc/29935/stat : 29935 (manysat.sh) S 29933 29935 29502 0 -1 4194304 313 41711 0 0 0 0 858 34 16 0 1 0 157246375 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29935/statm: 1339 238 195 169 0 50 0
[pid=29938] ppid=29935 vsize=467692 CPUtime=2752.59
/proc/29938/stat : 29938 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194304 106529 0 0 0 275139 120 0 0 16 0 4 0 157247269 478916608 106508 1992294400 134512640 135305190 4294956160 18446744073709551615 134529123 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/29938/statm: 116923 106508 83 193 0 116727 0
[pid=29938/tid=29939] ppid=29935 vsize=467692 CPUtime=688.88
/proc/29938/task/29939/stat : 29939 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 11690 0 0 0 68867 21 0 0 16 0 4 0 157247508 478916608 106508 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29938/tid=29940] ppid=29935 vsize=467692 CPUtime=633.31
/proc/29938/task/29940/stat : 29940 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 15255 0 0 0 63306 25 0 0 25 0 4 0 157247508 478916608 106508 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29938/tid=29941] ppid=29935 vsize=467692 CPUtime=716.89
/proc/29938/task/29941/stat : 29941 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 13881 0 0 0 71664 25 0 0 25 0 4 0 157247508 478916608 106508 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2761.51
Current children cumulated vsize (KiB) 473048

[startup+1389.9 s]
/proc/loadavg: 4.14 4.03 3.93 5/70 29943
/proc/meminfo: memFree=1413592/2055920 swapFree=4181396/4192956
[pid=29935] ppid=29933 vsize=5356 CPUtime=8.92
/proc/29935/stat : 29935 (manysat.sh) S 29933 29935 29502 0 -1 4194304 313 41711 0 0 0 0 858 34 16 0 1 0 157246375 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/29935/statm: 1339 238 195 169 0 50 0
[pid=29938] ppid=29935 vsize=467692 CPUtime=2753.38
/proc/29938/stat : 29938 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194304 106529 0 0 0 275218 120 0 0 16 0 4 0 157247269 478916608 106508 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/29938/statm: 116923 106508 83 193 0 116727 0
[pid=29938/tid=29939] ppid=29935 vsize=467692 CPUtime=689.13
/proc/29938/task/29939/stat : 29939 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 11690 0 0 0 68891 22 0 0 17 0 4 0 157247508 478916608 106508 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 1 0 0
[pid=29938/tid=29940] ppid=29935 vsize=467692 CPUtime=633.31
/proc/29938/task/29940/stat : 29940 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 15255 0 0 0 63306 25 0 0 25 0 4 0 157247508 478916608 106508 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
[pid=29938/tid=29941] ppid=29935 vsize=467692 CPUtime=717.07
/proc/29938/task/29941/stat : 29941 (manysat1.1_stat) R 29935 29935 29502 0 -1 4194368 13881 0 0 0 71682 25 0 0 25 0 4 0 157247508 478916608 106508 1992294400 134512640 135305190 4294956160 18446744073709551615 134551671 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2762.3
Current children cumulated vsize (KiB) 473048

Child status: 20
Real time (s): 1390
CPU time (s): 2762.44
CPU user time (s): 2760.8
CPU system time (s): 1.63575
CPU usage (%): 198.737
Max. virtual memory (cumulated for all children) (KiB): 473048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2760.8
system time used= 1.63575
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148722
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= 9347
involuntary context switches= 46030

runsolver used 1.3358 second user time and 3.72543 second system time

The end

Launcher Data

Begin job on node8 at 2009-05-02 21:22:07
IDJOB=1774766
IDBENCH=71011
IDSOLVER=612
FILE ID=node8/1774766-1241292125
PBS_JOBID= 9225120
Free space on /tmp= 65920 MiB

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

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

MD5SUM BENCH= 782c70d5631cbc24bc659543ee69ca8b
RANDOM SEED=1594067432

node8.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.238
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.238
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1866528 kB
Buffers:         11044 kB
Cached:         100800 kB
SwapCached:       4504 kB
Active:          51300 kB
Inactive:        69012 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1866528 kB
SwapTotal:     4192956 kB
SwapFree:      4181396 kB
Dirty:           23848 kB
Writeback:           0 kB
Mapped:          15184 kB
Slab:            54964 kB
Committed_AS:   798752 kB
PageTables:       1376 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= 65920 MiB
End job on node8 at 2009-05-02 21:45:17