Trace number 1775436

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-20? (TO) 10000 5012.32

General information on the benchmark

Namesimon-s02b-k2f-gr-rcs-w8.cnf
MD5SUM5da8899feefc5a4bb9db99e983e30f52
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark6.39703
Satisfiable
(Un)Satisfiability was proved
Number of variables10056
Number of clauses271393
Sum of the clauses size550328
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2270136
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

Solver Data

0.00/0.00	c Parsing...
0.19/0.22	c ==============================================================================
0.19/0.22	c |           |     ORIGINAL     |              LEARNT              |          |
0.19/0.22	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.19/0.22	c ==============================================================================
0.19/0.22	c |         0 |  271393   550328 |   81417       0        0     nan |  0.000 % |
1.79/1.86	c |         0 |  269998   945031 |      --       0       --      -- |     --   | -1395/394703
1.79/1.86	c ==============================================================================
1.79/1.86	c Result  :   #vars: 8694   #clauses: 269998   #literals: 945031
1.79/1.86	c CPU time:   1.81472 s
1.79/1.86	c ==============================================================================

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1775436-1241294658/watcher-1775436-1241294658 -o /tmp/evaluation-result-1775436-1241294658/solver-1775436-1241294658 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1775436-1241294658.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.81 3.81 3.82 3/64 1558
/proc/meminfo: memFree=1938296/2055920 swapFree=4181296/4192956
[pid=1558] ppid=1556 vsize=5356 CPUtime=0
/proc/1558/stat : 1558 (manysat.sh) S 1556 1558 1285 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157493587 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1558/statm: 1339 235 195 169 0 50 0
[pid=1559] ppid=1558 vsize=2388 CPUtime=0
/proc/1559/stat : 1559 (SatElite) R 1558 1558 1285 0 -1 4194304 407 0 0 0 0 0 0 0 18 0 1 0 157493587 2445312 391 1992294400 134512640 135034092 4294956112 18446744073709551615 134691005 0 0 4096 3 0 0 0 17 1 0 0
/proc/1559/statm: 597 393 50 127 0 467 0

[startup+0.082732 s]
/proc/loadavg: 3.81 3.81 3.82 3/64 1558
/proc/meminfo: memFree=1938296/2055920 swapFree=4181296/4192956
[pid=1558] ppid=1556 vsize=5356 CPUtime=0
/proc/1558/stat : 1558 (manysat.sh) S 1556 1558 1285 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157493587 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1558/statm: 1339 235 195 169 0 50 0
[pid=1559] ppid=1558 vsize=7184 CPUtime=0.07
/proc/1559/stat : 1559 (SatElite) R 1558 1558 1285 0 -1 4194304 1583 0 0 0 6 1 0 0 18 0 1 0 157493587 7356416 1567 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/1559/statm: 1796 1568 50 127 0 1666 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 12540

[startup+0.101733 s]
/proc/loadavg: 3.81 3.81 3.82 3/64 1558
/proc/meminfo: memFree=1938296/2055920 swapFree=4181296/4192956
[pid=1558] ppid=1556 vsize=5356 CPUtime=0
/proc/1558/stat : 1558 (manysat.sh) S 1556 1558 1285 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157493587 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1558/statm: 1339 235 195 169 0 50 0
[pid=1559] ppid=1558 vsize=8620 CPUtime=0.09
/proc/1559/stat : 1559 (SatElite) R 1558 1558 1285 0 -1 4194304 1858 0 0 0 8 1 0 0 18 0 1 0 157493587 8826880 1842 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/1559/statm: 2155 1842 50 127 0 2025 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13976

[startup+0.30175 s]
/proc/loadavg: 3.81 3.81 3.82 3/64 1558
/proc/meminfo: memFree=1938296/2055920 swapFree=4181296/4192956
[pid=1558] ppid=1556 vsize=5356 CPUtime=0
/proc/1558/stat : 1558 (manysat.sh) S 1556 1558 1285 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157493587 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1558/statm: 1339 235 195 169 0 50 0
[pid=1559] ppid=1558 vsize=19440 CPUtime=0.29
/proc/1559/stat : 1559 (SatElite) R 1558 1558 1285 0 -1 4194304 4443 0 0 0 26 3 0 0 20 0 1 0 157493587 19906560 4427 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/1559/statm: 4860 4427 68 127 0 4730 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24796

[startup+0.701788 s]
/proc/loadavg: 3.81 3.81 3.82 3/64 1558
/proc/meminfo: memFree=1938296/2055920 swapFree=4181296/4192956
[pid=1558] ppid=1556 vsize=5356 CPUtime=0
/proc/1558/stat : 1558 (manysat.sh) S 1556 1558 1285 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157493587 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1558/statm: 1339 235 195 169 0 50 0
[pid=1559] ppid=1558 vsize=29404 CPUtime=0.69
/proc/1559/stat : 1559 (SatElite) R 1558 1558 1285 0 -1 4194304 6394 0 0 0 65 4 0 0 23 0 1 0 157493587 30109696 6378 1992294400 134512640 135034092 4294956112 18446744073709551615 134585791 0 0 4096 3 0 0 0 17 1 0 0
/proc/1559/statm: 7351 6378 68 127 0 7221 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34760

[startup+1.50186 s]
/proc/loadavg: 3.81 3.81 3.82 2/66 1560
/proc/meminfo: memFree=1911400/2055920 swapFree=4181296/4192956
[pid=1558] ppid=1556 vsize=5356 CPUtime=0
/proc/1558/stat : 1558 (manysat.sh) S 1556 1558 1285 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 157493587 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/1558/statm: 1339 235 195 169 0 50 0
[pid=1559] ppid=1558 vsize=29660 CPUtime=1.49
/proc/1559/stat : 1559 (SatElite) R 1558 1558 1285 0 -1 4194304 6489 0 0 0 145 4 0 0 25 0 1 0 157493587 30371840 6473 1992294400 134512640 135034092 4294956112 18446744073709551615 134569477 0 0 4096 3 0 0 0 17 1 0 0
/proc/1559/statm: 7415 6473 68 127 0 7285 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35016

[startup+3.10202 s]
/proc/loadavg: 3.58 3.77 3.80 2/66 1560
/proc/meminfo: memFree=1910248/2055920 swapFree=4181296/4192956
[pid=1558] ppid=1556 vsize=5356 CPUtime=2.24
/proc/1558/stat : 1558 (manysat.sh) S 1556 1558 1285 0 -1 4194304 313 6493 0 0 0 0 218 6 16 0 1 0 157493587 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1558/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 5356
heavy processes:

[startup+6.30132 s]
/proc/loadavg: 3.58 3.77 3.80 5/69 1564
/proc/meminfo: memFree=1860816/2055920 swapFree=4181296/4192956
[pid=1558] ppid=1556 vsize=5356 CPUtime=2.24
/proc/1558/stat : 1558 (manysat.sh) S 1556 1558 1285 0 -1 4194304 313 6493 0 0 0 0 218 6 16 0 1 0 157493587 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1558/statm: 1339 238 195 169 0 50 0
[pid=1561] ppid=1558 vsize=104320 CPUtime=7.1
/proc/1561/stat : 1561 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194304 17885 0 0 0 698 12 0 0 17 0 4 0 157493812 106823680 17871 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1561/statm: 26080 17871 83 193 0 25884 0
[pid=1561/tid=1562] ppid=1558 vsize=104320 CPUtime=1.24
/proc/1561/task/1562/stat : 1562 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 572 0 0 0 123 1 0 0 18 0 4 0 157493907 106823680 17871 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1561/tid=1563] ppid=1558 vsize=104320 CPUtime=1.41
/proc/1561/task/1563/stat : 1563 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 623 0 0 0 140 1 0 0 18 0 4 0 157493907 106823680 17871 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1561/tid=1564] ppid=1558 vsize=104320 CPUtime=1.84
/proc/1561/task/1564/stat : 1564 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 706 0 0 0 183 1 0 0 17 0 4 0 157493907 106823680 17871 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9.34
Current children cumulated vsize (KiB) 109676

[startup+12.7019 s]
/proc/loadavg: 3.65 3.77 3.80 5/69 1564
/proc/meminfo: memFree=1855248/2055920 swapFree=4181296/4192956
[pid=1558] ppid=1556 vsize=5356 CPUtime=2.24
/proc/1558/stat : 1558 (manysat.sh) S 1556 1558 1285 0 -1 4194304 313 6493 0 0 0 0 218 6 16 0 1 0 157493587 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1558/statm: 1339 238 195 169 0 50 0
[pid=1561] ppid=1558 vsize=109032 CPUtime=19.88
/proc/1561/stat : 1561 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194304 19112 0 0 0 1973 15 0 0 18 0 4 0 157493812 111648768 19098 1992294400 134512640 135305190 4294956160 18446744073709551615 134694990 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1561/statm: 27258 19098 83 193 0 27062 0
[pid=1561/tid=1562] ppid=1558 vsize=109032 CPUtime=3.13
/proc/1561/task/1562/stat : 1562 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 839 0 0 0 312 1 0 0 18 0 4 0 157493907 111648768 19098 1992294400 134512640 135305190 4294956160 18446744073709551615 134695249 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1561/tid=1563] ppid=1558 vsize=109032 CPUtime=4.84
/proc/1561/task/1563/stat : 1563 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 886 0 0 0 482 2 0 0 19 0 4 0 157493907 111648768 19098 1992294400 134512640 135305190 4294956160 18446744073709551615 134528791 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1561/tid=1564] ppid=1558 vsize=109032 CPUtime=5.08
/proc/1561/task/1564/stat : 1564 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 993 0 0 0 507 1 0 0 17 0 4 0 157493907 111648768 19098 1992294400 134512640 135305190 4294956160 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 22.12
Current children cumulated vsize (KiB) 114388

[startup+25.5011 s]
/proc/loadavg: 3.70 3.78 3.81 5/69 1564
/proc/meminfo: memFree=1848208/2055920 swapFree=4181296/4192956
[pid=1558] ppid=1556 vsize=5356 CPUtime=2.24
/proc/1558/stat : 1558 (manysat.sh) S 1556 1558 1285 0 -1 4194304 313 6493 0 0 0 0 218 6 16 0 1 0 157493587 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1558/statm: 1339 238 195 169 0 50 0
[pid=1561] ppid=1558 vsize=116480 CPUtime=45.42
/proc/1561/stat : 1561 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194304 20821 0 0 0 4524 18 0 0 17 0 4 0 157493812 119275520 20807 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1561/statm: 29120 20807 83 193 0 28924 0
[pid=1561/tid=1562] ppid=1558 vsize=116480 CPUtime=7.5
/proc/1561/task/1562/stat : 1562 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 1111 0 0 0 749 1 0 0 17 0 4 0 157493907 119275520 20807 1992294400 134512640 135305190 4294956160 18446744073709551615 134528408 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1561/tid=1563] ppid=1558 vsize=116480 CPUtime=9.21
/proc/1561/task/1563/stat : 1563 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 1161 0 0 0 919 2 0 0 25 0 4 0 157493907 119275520 20807 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1561/tid=1564] ppid=1558 vsize=116480 CPUtime=11.69
/proc/1561/task/1564/stat : 1564 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 1504 0 0 0 1167 2 0 0 25 0 4 0 157493907 119275520 20807 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 47.66
Current children cumulated vsize (KiB) 121836

[startup+51.1015 s]
/proc/loadavg: 3.80 3.80 3.81 5/69 1564
/proc/meminfo: memFree=1839440/2055920 swapFree=4181296/4192956
[pid=1558] ppid=1556 vsize=5356 CPUtime=2.24
/proc/1558/stat : 1558 (manysat.sh) S 1556 1558 1285 0 -1 4194304 313 6493 0 0 0 0 218 6 16 0 1 0 157493587 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1558/statm: 1339 238 195 169 0 50 0
[pid=1561] ppid=1558 vsize=126064 CPUtime=96.51
/proc/1561/stat : 1561 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194304 23072 0 0 0 9629 22 0 0 19 0 4 0 157493812 129089536 23058 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1561/statm: 31516 23058 83 193 0 31320 0
[pid=1561/tid=1562] ppid=1558 vsize=126064 CPUtime=20.99
/proc/1561/task/1562/stat : 1562 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 1596 0 0 0 2097 2 0 0 25 0 4 0 157493907 129089536 23058 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1561/tid=1563] ppid=1558 vsize=126064 CPUtime=21.3
/proc/1561/task/1563/stat : 1563 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 1760 0 0 0 2127 3 0 0 25 0 4 0 157493907 129089536 23058 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1561/tid=1564] ppid=1558 vsize=126064 CPUtime=19.53
/proc/1561/task/1564/stat : 1564 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 1920 0 0 0 1950 3 0 0 25 0 4 0 157493907 129089536 23058 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 98.75
Current children cumulated vsize (KiB) 131420

[startup+102.306 s]
/proc/loadavg: 3.92 3.83 3.82 5/69 1564
/proc/meminfo: memFree=1826960/2055920 swapFree=4181296/4192956
[pid=1558] ppid=1556 vsize=5356 CPUtime=2.24
/proc/1558/stat : 1558 (manysat.sh) S 1556 1558 1285 0 -1 4194304 313 6493 0 0 0 0 218 6 16 0 1 0 157493587 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1558/statm: 1339 238 195 169 0 50 0
[pid=1561] ppid=1558 vsize=137624 CPUtime=198.69
/proc/1561/stat : 1561 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194304 26118 0 0 0 19842 27 0 0 25 0 4 0 157493812 140926976 26104 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/1561/statm: 34406 26104 83 193 0 34210 0
[pid=1561/tid=1562] ppid=1558 vsize=137624 CPUtime=48.68
/proc/1561/task/1562/stat : 1562 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 2324 0 0 0 4864 4 0 0 25 0 4 0 157493907 140926976 26104 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1561/tid=1563] ppid=1558 vsize=137624 CPUtime=43.41
/proc/1561/task/1563/stat : 1563 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 2556 0 0 0 4336 5 0 0 25 0 4 0 157493907 140926976 26104 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1561/tid=1564] ppid=1558 vsize=137624 CPUtime=47.44
/proc/1561/task/1564/stat : 1564 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 2726 0 0 0 4740 4 0 0 25 0 4 0 157493907 140926976 26104 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 200.93
Current children cumulated vsize (KiB) 142980

[startup+162.302 s]
/proc/loadavg: 3.97 3.86 3.83 5/69 1564
/proc/meminfo: memFree=1814352/2055920 swapFree=4181296/4192956
[pid=1558] ppid=1556 vsize=5356 CPUtime=2.24
/proc/1558/stat : 1558 (manysat.sh) S 1556 1558 1285 0 -1 4194304 313 6493 0 0 0 0 218 6 16 0 1 0 157493587 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1558/statm: 1339 238 195 169 0 50 0
[pid=1561] ppid=1558 vsize=150596 CPUtime=318.44
/proc/1561/stat : 1561 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194304 29242 0 0 0 31811 33 0 0 25 0 4 0 157493812 154210304 29228 1992294400 134512640 135305190 4294956160 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1561/statm: 37649 29228 83 193 0 37453 0
[pid=1561/tid=1562] ppid=1558 vsize=150596 CPUtime=75.44
/proc/1561/task/1562/stat : 1562 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 2928 0 0 0 7539 5 0 0 25 0 4 0 157493907 154210304 29228 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1561/tid=1563] ppid=1558 vsize=150596 CPUtime=71
/proc/1561/task/1563/stat : 1563 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 3512 0 0 0 7094 6 0 0 25 0 4 0 157493907 154210304 29228 1992294400 134512640 135305190 4294956160 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1561/tid=1564] ppid=1558 vsize=150596 CPUtime=79.43
/proc/1561/task/1564/stat : 1564 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 3419 0 0 0 7938 5 0 0 24 0 4 0 157493907 154210304 29228 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 320.68
Current children cumulated vsize (KiB) 155952


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

/proc/1561/task/1564/stat : 1564 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 18628 0 0 0 229482 34 0 0 25 0 4 0 157493907 424697856 93325 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9181.75
Current children cumulated vsize (KiB) 420100

[startup+4662.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/69 1572
/proc/meminfo: memFree=1554320/2055920 swapFree=4181296/4192956
[pid=1558] ppid=1556 vsize=5356 CPUtime=2.24
/proc/1558/stat : 1558 (manysat.sh) S 1556 1558 1285 0 -1 4194304 313 6493 0 0 0 0 218 6 16 0 1 0 157493587 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1558/statm: 1339 238 195 169 0 50 0
[pid=1561] ppid=1558 vsize=415488 CPUtime=9299.26
/proc/1561/stat : 1561 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194304 93493 0 0 0 929780 146 0 0 25 0 4 0 157493812 425459712 93479 1992294400 134512640 135305190 4294956160 18446744073709551615 134528554 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1561/statm: 103872 93479 83 193 0 103676 0
[pid=1561/tid=1562] ppid=1558 vsize=415488 CPUtime=2315.78
/proc/1561/task/1562/stat : 1562 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 17505 0 0 0 231548 30 0 0 25 0 4 0 157493907 425459712 93479 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1561/tid=1563] ppid=1558 vsize=415488 CPUtime=2289.17
/proc/1561/task/1563/stat : 1563 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 21016 0 0 0 228884 33 0 0 25 0 4 0 157493907 425459712 93479 1992294400 134512640 135305190 4294956160 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1561/tid=1564] ppid=1558 vsize=415488 CPUtime=2324.31
/proc/1561/task/1564/stat : 1564 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 18677 0 0 0 232397 34 0 0 25 0 4 0 157493907 425459712 93479 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9301.5
Current children cumulated vsize (KiB) 420844

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.96 5/69 1572
/proc/meminfo: memFree=1553552/2055920 swapFree=4181296/4192956
[pid=1558] ppid=1556 vsize=5356 CPUtime=2.24
/proc/1558/stat : 1558 (manysat.sh) S 1556 1558 1285 0 -1 4194304 313 6493 0 0 0 0 218 6 16 0 1 0 157493587 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1558/statm: 1339 238 195 169 0 50 0
[pid=1561] ppid=1558 vsize=416236 CPUtime=9419.01
/proc/1561/stat : 1561 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194304 93671 0 0 0 941755 146 0 0 25 0 4 0 157493812 426225664 93657 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1561/statm: 104059 93657 83 193 0 103863 0
[pid=1561/tid=1562] ppid=1558 vsize=416236 CPUtime=2345.67
/proc/1561/task/1562/stat : 1562 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 17505 0 0 0 234537 30 0 0 25 0 4 0 157493907 426225664 93657 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1561/tid=1563] ppid=1558 vsize=416236 CPUtime=2319.16
/proc/1561/task/1563/stat : 1563 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 21058 0 0 0 231883 33 0 0 25 0 4 0 157493907 426225664 93657 1992294400 134512640 135305190 4294956160 18446744073709551615 134528990 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1561/tid=1564] ppid=1558 vsize=416236 CPUtime=2354.17
/proc/1561/task/1564/stat : 1564 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 18785 0 0 0 235383 34 0 0 25 0 4 0 157493907 426225664 93657 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9421.25
Current children cumulated vsize (KiB) 421592

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/69 1572
/proc/meminfo: memFree=1552400/2055920 swapFree=4181296/4192956
[pid=1558] ppid=1556 vsize=5356 CPUtime=2.24
/proc/1558/stat : 1558 (manysat.sh) S 1556 1558 1285 0 -1 4194304 313 6493 0 0 0 0 218 6 16 0 1 0 157493587 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1558/statm: 1339 238 195 169 0 50 0
[pid=1561] ppid=1558 vsize=416824 CPUtime=9538.75
/proc/1561/stat : 1561 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194304 93993 0 0 0 953728 147 0 0 25 0 4 0 157493812 426827776 93979 1992294400 134512640 135305190 4294956160 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1561/statm: 104206 93979 83 193 0 104010 0
[pid=1561/tid=1562] ppid=1558 vsize=416824 CPUtime=2374.77
/proc/1561/task/1562/stat : 1562 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 17505 0 0 0 237447 30 0 0 25 0 4 0 157493907 426827776 93979 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1561/tid=1563] ppid=1558 vsize=416824 CPUtime=2349.16
/proc/1561/task/1563/stat : 1563 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 21127 0 0 0 234883 33 0 0 25 0 4 0 157493907 426827776 93979 1992294400 134512640 135305190 4294956160 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1561/tid=1564] ppid=1558 vsize=416824 CPUtime=2384.83
/proc/1561/task/1564/stat : 1564 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 18937 0 0 0 238449 34 0 0 25 0 4 0 157493907 426827776 93979 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9540.99
Current children cumulated vsize (KiB) 422180

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/69 1572
/proc/meminfo: memFree=1549776/2055920 swapFree=4181296/4192956
[pid=1558] ppid=1556 vsize=5356 CPUtime=2.24
/proc/1558/stat : 1558 (manysat.sh) S 1556 1558 1285 0 -1 4194304 313 6493 0 0 0 0 218 6 16 0 1 0 157493587 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1558/statm: 1339 238 195 169 0 50 0
[pid=1561] ppid=1558 vsize=420396 CPUtime=9658.49
/proc/1561/stat : 1561 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194304 94639 0 0 0 965700 149 0 0 25 0 4 0 157493812 430485504 94625 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1561/statm: 105099 94625 83 193 0 104903 0
[pid=1561/tid=1562] ppid=1558 vsize=420396 CPUtime=2404.66
/proc/1561/task/1562/stat : 1562 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 17923 0 0 0 240435 31 0 0 25 0 4 0 157493907 430485504 94625 1992294400 134512640 135305190 4294956160 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1561/tid=1563] ppid=1558 vsize=420396 CPUtime=2379.15
/proc/1561/task/1563/stat : 1563 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 21155 0 0 0 237882 33 0 0 25 0 4 0 157493907 430485504 94625 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1561/tid=1564] ppid=1558 vsize=420396 CPUtime=2414.69
/proc/1561/task/1564/stat : 1564 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 19045 0 0 0 241435 34 0 0 25 0 4 0 157493907 430485504 94625 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9660.73
Current children cumulated vsize (KiB) 425752

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/69 1572
/proc/meminfo: memFree=1544784/2055920 swapFree=4181296/4192956
[pid=1558] ppid=1556 vsize=5356 CPUtime=2.24
/proc/1558/stat : 1558 (manysat.sh) S 1556 1558 1285 0 -1 4194304 313 6493 0 0 0 0 218 6 16 0 1 0 157493587 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1558/statm: 1339 238 195 169 0 50 0
[pid=1561] ppid=1558 vsize=425484 CPUtime=9778.23
/proc/1561/stat : 1561 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194304 95896 0 0 0 977671 152 0 0 25 0 4 0 157493812 435695616 95882 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1561/statm: 106371 95882 83 193 0 106175 0
[pid=1561/tid=1562] ppid=1558 vsize=425484 CPUtime=2435.69
/proc/1561/task/1562/stat : 1562 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 18675 0 0 0 243535 34 0 0 25 0 4 0 157493907 435695616 95882 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1561/tid=1563] ppid=1558 vsize=425484 CPUtime=2408.32
/proc/1561/task/1563/stat : 1563 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 21285 0 0 0 240799 33 0 0 25 0 4 0 157493907 435695616 95882 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1561/tid=1564] ppid=1558 vsize=425484 CPUtime=2443.43
/proc/1561/task/1564/stat : 1564 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 19295 0 0 0 244308 35 0 0 25 0 4 0 157493907 435695616 95882 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9780.47
Current children cumulated vsize (KiB) 430840

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/69 1572
/proc/meminfo: memFree=1539536/2055920 swapFree=4181296/4192956
[pid=1558] ppid=1556 vsize=5356 CPUtime=2.24
/proc/1558/stat : 1558 (manysat.sh) S 1556 1558 1285 0 -1 4194304 313 6493 0 0 0 0 218 6 16 0 1 0 157493587 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1558/statm: 1339 238 195 169 0 50 0
[pid=1561] ppid=1558 vsize=430112 CPUtime=9897.97
/proc/1561/stat : 1561 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194304 97173 0 0 0 989642 155 0 0 25 0 4 0 157493812 440434688 97159 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1561/statm: 107528 97159 83 193 0 107332 0
[pid=1561/tid=1562] ppid=1558 vsize=430112 CPUtime=2464.76
/proc/1561/task/1562/stat : 1562 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 19281 0 0 0 246441 35 0 0 25 0 4 0 157493907 440434688 97159 1992294400 134512640 135305190 4294956160 18446744073709551615 134528254 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1561/tid=1563] ppid=1558 vsize=430112 CPUtime=2438.31
/proc/1561/task/1563/stat : 1563 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 21501 0 0 0 243797 34 0 0 25 0 4 0 157493907 440434688 97159 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1561/tid=1564] ppid=1558 vsize=430112 CPUtime=2474.12
/proc/1561/task/1564/stat : 1564 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 19612 0 0 0 247376 36 0 0 25 0 4 0 157493907 440434688 97159 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9900.21
Current children cumulated vsize (KiB) 435468



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5012.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/69 1572
/proc/meminfo: memFree=1535696/2055920 swapFree=4181296/4192956
[pid=1558] ppid=1556 vsize=5356 CPUtime=2.24
/proc/1558/stat : 1558 (manysat.sh) S 1556 1558 1285 0 -1 4194304 313 6493 0 0 0 0 218 6 16 0 1 0 157493587 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1558/statm: 1339 238 195 169 0 50 0
[pid=1561] ppid=1558 vsize=434188 CPUtime=9997.77
/proc/1561/stat : 1561 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194304 98119 0 0 0 999620 157 0 0 25 0 4 0 157493812 444608512 98105 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1561/statm: 108547 98105 83 193 0 108351 0
[pid=1561/tid=1562] ppid=1558 vsize=434188 CPUtime=2489.66
/proc/1561/task/1562/stat : 1562 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 19519 0 0 0 248930 36 0 0 25 0 4 0 157493907 444608512 98105 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1561/tid=1563] ppid=1558 vsize=434188 CPUtime=2463.3
/proc/1561/task/1563/stat : 1563 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 21694 0 0 0 246296 34 0 0 25 0 4 0 157493907 444608512 98105 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1561/tid=1564] ppid=1558 vsize=434188 CPUtime=2499.02
/proc/1561/task/1564/stat : 1564 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 19890 0 0 0 249866 36 0 0 25 0 4 0 157493907 444608512 98105 1992294400 134512640 135305190 4294956160 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 439544

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+5012.3 s]
/proc/loadavg: 4.00 4.00 3.96 5/69 1572
/proc/meminfo: memFree=1535696/2055920 swapFree=4181296/4192956
[pid=1558] ppid=1556 vsize=5356 CPUtime=2.24
/proc/1558/stat : 1558 (manysat.sh) S 1556 1558 1285 0 -1 4194304 313 6493 0 0 0 0 218 6 16 0 1 0 157493587 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 255539602244 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1558/statm: 1339 238 195 169 0 50 0
[pid=1561] ppid=1558 vsize=434188 CPUtime=9997.77
/proc/1561/stat : 1561 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194304 98119 0 0 0 999620 157 0 0 25 0 4 0 157493812 444608512 98105 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/1561/statm: 108547 98105 83 193 0 108351 0
[pid=1561/tid=1562] ppid=1558 vsize=434188 CPUtime=2489.66
/proc/1561/task/1562/stat : 1562 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 19519 0 0 0 248930 36 0 0 25 0 4 0 157493907 444608512 98105 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=1561/tid=1563] ppid=1558 vsize=434188 CPUtime=2463.3
/proc/1561/task/1563/stat : 1563 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 21694 0 0 0 246296 34 0 0 25 0 4 0 157493907 444608512 98105 1992294400 134512640 135305190 4294956160 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 1 0 0
[pid=1561/tid=1564] ppid=1558 vsize=434188 CPUtime=2499.02
/proc/1561/task/1564/stat : 1564 (manysat1.1_stat) R 1558 1558 1285 0 -1 4194368 19890 0 0 0 249866 36 0 0 25 0 4 0 157493907 444608512 98105 1992294400 134512640 135305190 4294956160 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 10000
Current children cumulated vsize (KiB) 439544

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1558 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=186667
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=70989
# CPU time returned by wait4() is 2.25766
# while last known CPU time is 10000
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5012.32
CPU time (s): 10000
CPU user time (s): 9998.38
CPU system time (s): 1.63
CPU usage (%): 199.509
Max. virtual memory (cumulated for all children) (KiB): 439544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.18667
system time used= 0.070989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6806
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= 6
involuntary context switches= 8

runsolver used 5.00324 second user time and 13.236 second system time

The end

Launcher Data

Begin job on node48 at 2009-05-02 22:04:19
IDJOB=1775436
IDBENCH=71764
IDSOLVER=612
FILE ID=node48/1775436-1241294658
PBS_JOBID= 9225146
Free space on /tmp= 66416 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT_RACE06/simon-s02b-k2f-gr-rcs-w8.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1775436-1241294658/watcher-1775436-1241294658 -o /tmp/evaluation-result-1775436-1241294658/solver-1775436-1241294658 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1775436-1241294658.cnf aimd 1

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

MD5SUM BENCH= 5da8899feefc5a4bb9db99e983e30f52
RANDOM SEED=121367649

node48.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.209
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.209
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:       1938840 kB
Buffers:          6292 kB
Cached:          50268 kB
SwapCached:       5388 kB
Active:          23564 kB
Inactive:        40776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1938840 kB
SwapTotal:     4192956 kB
SwapFree:      4181296 kB
Dirty:            5056 kB
Writeback:           0 kB
Mapped:          13472 kB
Slab:            38772 kB
Committed_AS:   771840 kB
PageTables:       1368 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= 66408 MiB
End job on node48 at 2009-05-02 23:27:53