Trace number 1773986

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.2 5012.02

General information on the benchmark

NameAPPLICATIONS/crypto/
desgen/gss-31-s100.cnf
MD5SUM5dbb80f29538e26a3285bf497c57f592
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables32310
Number of clauses97279
Sum of the clauses size229607
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 262102
Number of clauses of size 335113
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.04/0.09	c ==============================================================================
0.04/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.04/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.04/0.09	c ==============================================================================
0.04/0.09	c |         0 |   97087   229155 |   29126       0        0     nan |  0.000 % |
1.29/1.33	c |         0 |   60326   180505 |      --       0       --      -- |     --   | -36641/-48226
1.29/1.34	c ==============================================================================
1.29/1.34	c Result  :   #vars: 14508   #clauses: 60326   #literals: 180505
1.29/1.34	c CPU time:   1.3018 s
1.29/1.34	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-1773986-1241289542/watcher-1773986-1241289542 -o /tmp/evaluation-result-1773986-1241289542/solver-1773986-1241289542 -C 10000 -W 12000 -M 1800 manysat.sh HOME/instance-1773986-1241289542.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.97 3.74 3/64 31575
/proc/meminfo: memFree=1490360/2055920 swapFree=4180136/4192956
[pid=31575] ppid=31573 vsize=5356 CPUtime=0
/proc/31575/stat : 31575 (manysat.sh) S 31573 31575 31497 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156988161 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31575/statm: 1339 235 195 169 0 50 0
[pid=31576] ppid=31575 vsize=2900 CPUtime=0
/proc/31576/stat : 31576 (SatElite) R 31575 31575 31497 0 -1 4194304 576 0 0 0 0 0 0 0 18 0 1 0 156988161 2969600 560 1992294400 134512640 135034092 4294956112 18446744073709551615 134675816 0 0 4096 3 0 0 0 17 1 0 0
/proc/31576/statm: 725 566 51 127 0 595 0

[startup+0.0526839 s]
/proc/loadavg: 3.99 3.97 3.74 3/64 31575
/proc/meminfo: memFree=1490360/2055920 swapFree=4180136/4192956
[pid=31575] ppid=31573 vsize=5356 CPUtime=0
/proc/31575/stat : 31575 (manysat.sh) S 31573 31575 31497 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156988161 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31575/statm: 1339 235 195 169 0 50 0
[pid=31576] ppid=31575 vsize=7864 CPUtime=0.04
/proc/31576/stat : 31576 (SatElite) R 31575 31575 31497 0 -1 4194304 1887 0 0 0 4 0 0 0 18 0 1 0 156988161 8052736 1871 1992294400 134512640 135034092 4294956112 18446744073709551615 134673244 0 0 4096 3 0 0 0 17 1 0 0
/proc/31576/statm: 1966 1872 51 127 0 1836 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13220

[startup+0.102692 s]
/proc/loadavg: 3.99 3.97 3.74 3/64 31575
/proc/meminfo: memFree=1490360/2055920 swapFree=4180136/4192956
[pid=31575] ppid=31573 vsize=5356 CPUtime=0
/proc/31575/stat : 31575 (manysat.sh) S 31573 31575 31497 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156988161 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31575/statm: 1339 235 195 169 0 50 0
[pid=31576] ppid=31575 vsize=13032 CPUtime=0.09
/proc/31576/stat : 31576 (SatElite) R 31575 31575 31497 0 -1 4194304 3192 0 0 0 8 1 0 0 18 0 1 0 156988161 13344768 3134 1992294400 134512640 135034092 4294956112 18446744073709551615 134562131 0 0 4096 3 0 0 0 17 1 0 0
/proc/31576/statm: 3258 3134 67 127 0 3128 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18388

[startup+0.302727 s]
/proc/loadavg: 3.99 3.97 3.74 3/64 31575
/proc/meminfo: memFree=1490360/2055920 swapFree=4180136/4192956
[pid=31575] ppid=31573 vsize=5356 CPUtime=0
/proc/31575/stat : 31575 (manysat.sh) S 31573 31575 31497 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156988161 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31575/statm: 1339 235 195 169 0 50 0
[pid=31576] ppid=31575 vsize=14460 CPUtime=0.29
/proc/31576/stat : 31576 (SatElite) R 31575 31575 31497 0 -1 4194304 3537 0 0 0 27 2 0 0 19 0 1 0 156988161 14807040 3415 1992294400 134512640 135034092 4294956112 18446744073709551615 134691101 0 0 4096 3 0 0 0 17 1 0 0
/proc/31576/statm: 3615 3415 68 127 0 3485 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 19816

[startup+0.701797 s]
/proc/loadavg: 3.99 3.97 3.74 3/64 31575
/proc/meminfo: memFree=1490360/2055920 swapFree=4180136/4192956
[pid=31575] ppid=31573 vsize=5356 CPUtime=0
/proc/31575/stat : 31575 (manysat.sh) S 31573 31575 31497 0 -1 4194304 286 0 0 0 0 0 0 0 18 0 1 0 156988161 5484544 235 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/31575/statm: 1339 235 195 169 0 50 0
[pid=31576] ppid=31575 vsize=15488 CPUtime=0.69
/proc/31576/stat : 31576 (SatElite) R 31575 31575 31497 0 -1 4194304 3796 0 0 0 66 3 0 0 23 0 1 0 156988161 15859712 3651 1992294400 134512640 135034092 4294956112 18446744073709551615 134566706 0 0 4096 3 0 0 0 17 1 0 0
/proc/31576/statm: 3872 3651 68 127 0 3742 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 20844

[startup+1.50195 s]
/proc/loadavg: 3.99 3.97 3.74 2/66 31577
/proc/meminfo: memFree=1471912/2055920 swapFree=4180136/4192956
[pid=31575] ppid=31573 vsize=5356 CPUtime=1.41
/proc/31575/stat : 31575 (manysat.sh) S 31573 31575 31497 0 -1 4194304 313 4016 0 0 0 0 137 4 16 0 1 0 156988161 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31575/statm: 1339 238 195 169 0 50 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 5356

[startup+3.10123 s]
/proc/loadavg: 3.99 3.97 3.74 5/69 31581
/proc/meminfo: memFree=1463952/2055920 swapFree=4180136/4192956
[pid=31575] ppid=31573 vsize=5356 CPUtime=1.41
/proc/31575/stat : 31575 (manysat.sh) S 31573 31575 31497 0 -1 4194304 313 4016 0 0 0 0 137 4 16 0 1 0 156988161 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31575/statm: 1339 238 195 169 0 50 0
[pid=31578] ppid=31575 vsize=54756 CPUtime=3.16
/proc/31578/stat : 31578 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194304 5423 0 0 0 312 4 0 0 17 0 4 0 156988303 56070144 5409 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31578/statm: 13689 5409 83 193 0 13493 0
[pid=31578/tid=31579] ppid=31575 vsize=54756 CPUtime=0.32
/proc/31578/task/31579/stat : 31579 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 152 0 0 0 32 0 0 0 18 0 4 0 156988320 56070144 5409 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31578/tid=31580] ppid=31575 vsize=54756 CPUtime=0.68
/proc/31578/task/31580/stat : 31580 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 157 0 0 0 68 0 0 0 17 0 4 0 156988320 56070144 5409 1992294400 134512640 135305190 4294956160 18446744073709551615 134553373 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31578/tid=31581] ppid=31575 vsize=54756 CPUtime=1.19
/proc/31578/task/31581/stat : 31581 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 278 0 0 0 119 0 0 0 17 0 4 0 156988320 56070144 5409 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.57
Current children cumulated vsize (KiB) 60112

[startup+6.30179 s]
/proc/loadavg: 3.99 3.97 3.74 5/69 31581
/proc/meminfo: memFree=1462928/2055920 swapFree=4180136/4192956
[pid=31575] ppid=31573 vsize=5356 CPUtime=1.41
/proc/31575/stat : 31575 (manysat.sh) S 31573 31575 31497 0 -1 4194304 313 4016 0 0 0 0 137 4 16 0 1 0 156988161 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31575/statm: 1339 238 195 169 0 50 0
[pid=31578] ppid=31575 vsize=55152 CPUtime=9.54
/proc/31578/stat : 31578 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194304 5531 0 0 0 949 5 0 0 18 0 4 0 156988303 56475648 5517 1992294400 134512640 135305190 4294956160 18446744073709551615 134556807 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31578/statm: 13788 5517 83 193 0 13592 0
[pid=31578/tid=31579] ppid=31575 vsize=55152 CPUtime=0.92
/proc/31578/task/31579/stat : 31579 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 161 0 0 0 92 0 0 0 23 0 4 0 156988320 56475648 5517 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31578/tid=31580] ppid=31575 vsize=55152 CPUtime=1.74
/proc/31578/task/31580/stat : 31580 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 166 0 0 0 174 0 0 0 18 0 4 0 156988320 56475648 5517 1992294400 134512640 135305190 4294956160 18446744073709551615 134528866 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31578/tid=31581] ppid=31575 vsize=55152 CPUtime=3.79
/proc/31578/task/31581/stat : 31581 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 338 0 0 0 379 0 0 0 19 0 4 0 156988320 56475648 5517 1992294400 134512640 135305190 4294956160 18446744073709551615 134548940 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.95
Current children cumulated vsize (KiB) 60508

[startup+12.7019 s]
/proc/loadavg: 3.99 3.97 3.74 5/69 31581
/proc/meminfo: memFree=1462288/2055920 swapFree=4180136/4192956
[pid=31575] ppid=31573 vsize=5356 CPUtime=1.41
/proc/31575/stat : 31575 (manysat.sh) S 31573 31575 31497 0 -1 4194304 313 4016 0 0 0 0 137 4 16 0 1 0 156988161 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31575/statm: 1339 238 195 169 0 50 0
[pid=31578] ppid=31575 vsize=55800 CPUtime=22.31
/proc/31578/stat : 31578 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194304 5691 0 0 0 2226 5 0 0 25 0 4 0 156988303 57139200 5677 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31578/statm: 13950 5677 83 193 0 13754 0
[pid=31578/tid=31579] ppid=31575 vsize=55800 CPUtime=4.12
/proc/31578/task/31579/stat : 31579 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 185 0 0 0 412 0 0 0 25 0 4 0 156988320 57139200 5677 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31578/tid=31580] ppid=31575 vsize=55800 CPUtime=4.71
/proc/31578/task/31580/stat : 31580 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 186 0 0 0 471 0 0 0 25 0 4 0 156988320 57139200 5677 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31578/tid=31581] ppid=31575 vsize=55800 CPUtime=6.99
/proc/31578/task/31581/stat : 31581 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 425 0 0 0 699 0 0 0 25 0 4 0 156988320 57139200 5677 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.72
Current children cumulated vsize (KiB) 61156

[startup+25.5022 s]
/proc/loadavg: 3.99 3.97 3.74 5/69 31581
/proc/meminfo: memFree=1461136/2055920 swapFree=4180136/4192956
[pid=31575] ppid=31573 vsize=5356 CPUtime=1.41
/proc/31575/stat : 31575 (manysat.sh) S 31573 31575 31497 0 -1 4194304 313 4016 0 0 0 0 137 4 16 0 1 0 156988161 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31575/statm: 1339 238 195 169 0 50 0
[pid=31578] ppid=31575 vsize=57132 CPUtime=47.85
/proc/31578/stat : 31578 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194304 6020 0 0 0 4780 5 0 0 25 0 4 0 156988303 58503168 6006 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31578/statm: 14283 6006 83 193 0 14087 0
[pid=31578/tid=31579] ppid=31575 vsize=57132 CPUtime=10.52
/proc/31578/task/31579/stat : 31579 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 249 0 0 0 1052 0 0 0 25 0 4 0 156988320 58503168 6006 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31578/tid=31580] ppid=31575 vsize=57132 CPUtime=11.1
/proc/31578/task/31580/stat : 31580 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 288 0 0 0 1110 0 0 0 25 0 4 0 156988320 58503168 6006 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31578/tid=31581] ppid=31575 vsize=57132 CPUtime=13.38
/proc/31578/task/31581/stat : 31581 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 527 0 0 0 1338 0 0 0 25 0 4 0 156988320 58503168 6006 1992294400 134512640 135305190 4294956160 18446744073709551615 134556558 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.26
Current children cumulated vsize (KiB) 62488

[startup+51.1026 s]
/proc/loadavg: 3.99 3.97 3.75 5/69 31581
/proc/meminfo: memFree=1459088/2055920 swapFree=4180136/4192956
[pid=31575] ppid=31573 vsize=5356 CPUtime=1.41
/proc/31575/stat : 31575 (manysat.sh) S 31573 31575 31497 0 -1 4194304 313 4016 0 0 0 0 137 4 16 0 1 0 156988161 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31575/statm: 1339 238 195 169 0 50 0
[pid=31578] ppid=31575 vsize=59116 CPUtime=98.94
/proc/31578/stat : 31578 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194304 6543 0 0 0 9887 7 0 0 25 0 4 0 156988303 60534784 6529 1992294400 134512640 135305190 4294956160 18446744073709551615 134556748 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31578/statm: 14779 6529 83 193 0 14583 0
[pid=31578/tid=31579] ppid=31575 vsize=59116 CPUtime=23.32
/proc/31578/task/31579/stat : 31579 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 383 0 0 0 2332 0 0 0 25 0 4 0 156988320 60534784 6529 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31578/tid=31580] ppid=31575 vsize=59116 CPUtime=23.05
/proc/31578/task/31580/stat : 31580 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 372 0 0 0 2305 0 0 0 25 0 4 0 156988320 60534784 6529 1992294400 134512640 135305190 4294956160 18446744073709551615 134552658 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31578/tid=31581] ppid=31575 vsize=59116 CPUtime=26.18
/proc/31578/task/31581/stat : 31581 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 702 0 0 0 2617 1 0 0 25 0 4 0 156988320 60534784 6529 1992294400 134512640 135305190 4294956160 18446744073709551615 134548940 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.35
Current children cumulated vsize (KiB) 64472

[startup+102.306 s]
/proc/loadavg: 3.99 3.97 3.76 5/69 31581
/proc/meminfo: memFree=1454736/2055920 swapFree=4180136/4192956
[pid=31575] ppid=31573 vsize=5356 CPUtime=1.41
/proc/31575/stat : 31575 (manysat.sh) S 31573 31575 31497 0 -1 4194304 313 4016 0 0 0 0 137 4 16 0 1 0 156988161 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31575/statm: 1339 238 195 169 0 50 0
[pid=31578] ppid=31575 vsize=63248 CPUtime=201.12
/proc/31578/stat : 31578 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194304 7601 0 0 0 20104 8 0 0 25 0 4 0 156988303 64765952 7587 1992294400 134512640 135305190 4294956160 18446744073709551615 134528341 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31578/statm: 15812 7587 83 193 0 15616 0
[pid=31578/tid=31579] ppid=31575 vsize=63248 CPUtime=48.91
/proc/31578/task/31579/stat : 31579 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 589 0 0 0 4891 0 0 0 25 0 4 0 156988320 64765952 7587 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31578/tid=31580] ppid=31575 vsize=63248 CPUtime=49.29
/proc/31578/task/31580/stat : 31580 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 586 0 0 0 4929 0 0 0 25 0 4 0 156988320 64765952 7587 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31578/tid=31581] ppid=31575 vsize=63248 CPUtime=51.77
/proc/31578/task/31581/stat : 31581 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 1156 0 0 0 5175 2 0 0 25 0 4 0 156988320 64765952 7587 1992294400 134512640 135305190 4294956160 18446744073709551615 134556924 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 202.53
Current children cumulated vsize (KiB) 68604

[startup+162.302 s]
/proc/loadavg: 3.99 3.97 3.77 5/69 31581
/proc/meminfo: memFree=1451216/2055920 swapFree=4180136/4192956
[pid=31575] ppid=31573 vsize=5356 CPUtime=1.41
/proc/31575/stat : 31575 (manysat.sh) S 31573 31575 31497 0 -1 4194304 313 4016 0 0 0 0 137 4 16 0 1 0 156988161 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31575/statm: 1339 238 195 169 0 50 0
[pid=31578] ppid=31575 vsize=66648 CPUtime=320.84
/proc/31578/stat : 31578 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194304 8473 0 0 0 32076 8 0 0 25 0 4 0 156988303 68247552 8459 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31578/statm: 16662 8459 83 193 0 16466 0
[pid=31578/tid=31579] ppid=31575 vsize=66648 CPUtime=78.74
/proc/31578/task/31579/stat : 31579 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 794 0 0 0 7873 1 0 0 25 0 4 0 156988320 68247552 8459 1992294400 134512640 135305190 4294956160 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31578/tid=31580] ppid=31575 vsize=66648 CPUtime=79.3
/proc/31578/task/31580/stat : 31580 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 785 0 0 0 7929 1 0 0 25 0 4 0 156988320 68247552 8459 1992294400 134512640 135305190 4294956160 18446744073709551615 134530624 0 0 4096 3 0 0 0 -1 0 0 0

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

/proc/31578/task/31581/stat : 31581 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 9984 0 0 0 227471 15 0 0 25 0 4 0 156988320 176152576 34111 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9062.87
Current children cumulated vsize (KiB) 177380

[startup+4602.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/69 31589
/proc/meminfo: memFree=1345936/2055920 swapFree=4180136/4192956
[pid=31575] ppid=31573 vsize=5356 CPUtime=1.41
/proc/31575/stat : 31575 (manysat.sh) S 31573 31575 31497 0 -1 4194304 313 4016 0 0 0 0 137 4 16 0 1 0 156988161 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31575/statm: 1339 238 195 169 0 50 0
[pid=31578] ppid=31575 vsize=174052 CPUtime=9181.2
/proc/31578/stat : 31578 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194304 34684 0 0 0 918071 49 0 0 25 0 4 0 156988303 178229248 34633 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31578/statm: 43513 34633 83 193 0 43317 0
[pid=31578/tid=31579] ppid=31575 vsize=174052 CPUtime=2280.77
/proc/31578/task/31579/stat : 31579 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 6101 0 0 0 228068 9 0 0 25 0 4 0 156988320 178229248 34633 1992294400 134512640 135305190 4294956160 18446744073709551615 134528539 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31578/tid=31580] ppid=31575 vsize=174052 CPUtime=2297.08
/proc/31578/task/31580/stat : 31580 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 7438 0 0 0 229697 11 0 0 25 0 4 0 156988320 178229248 34633 1992294400 134512640 135305190 4294956160 18446744073709551615 134528579 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31578/tid=31581] ppid=31575 vsize=174052 CPUtime=2304.35
/proc/31578/task/31581/stat : 31581 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 10193 0 0 0 230420 15 0 0 25 0 4 0 156988320 178229248 34633 1992294400 134512640 135305190 4294956160 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9182.61
Current children cumulated vsize (KiB) 179408

[startup+4662.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/69 31589
/proc/meminfo: memFree=1345424/2055920 swapFree=4180136/4192956
[pid=31575] ppid=31573 vsize=5356 CPUtime=1.41
/proc/31575/stat : 31575 (manysat.sh) S 31573 31575 31497 0 -1 4194304 313 4016 0 0 0 0 137 4 16 0 1 0 156988161 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31575/statm: 1339 238 195 169 0 50 0
[pid=31578] ppid=31575 vsize=174788 CPUtime=9300.93
/proc/31578/stat : 31578 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194304 34798 0 0 0 930044 49 0 0 25 0 4 0 156988303 178982912 34747 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31578/statm: 43697 34747 83 193 0 43501 0
[pid=31578/tid=31579] ppid=31575 vsize=174788 CPUtime=2310.73
/proc/31578/task/31579/stat : 31579 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 6101 0 0 0 231064 9 0 0 25 0 4 0 156988320 178982912 34747 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31578/tid=31580] ppid=31575 vsize=174788 CPUtime=2326.05
/proc/31578/task/31580/stat : 31580 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 7512 0 0 0 232594 11 0 0 25 0 4 0 156988320 178982912 34747 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31578/tid=31581] ppid=31575 vsize=174788 CPUtime=2335.61
/proc/31578/task/31581/stat : 31581 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 10199 0 0 0 233546 15 0 0 25 0 4 0 156988320 178982912 34747 1992294400 134512640 135305190 4294956160 18446744073709551615 134528573 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9302.34
Current children cumulated vsize (KiB) 180144

[startup+4722.31 s]
/proc/loadavg: 4.00 4.00 3.92 5/69 31589
/proc/meminfo: memFree=1345360/2055920 swapFree=4180136/4192956
[pid=31575] ppid=31573 vsize=5356 CPUtime=1.41
/proc/31575/stat : 31575 (manysat.sh) S 31573 31575 31497 0 -1 4194304 313 4016 0 0 0 0 137 4 16 0 1 0 156988161 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31575/statm: 1339 238 195 169 0 50 0
[pid=31578] ppid=31575 vsize=174788 CPUtime=9420.67
/proc/31578/stat : 31578 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194304 34816 0 0 0 942018 49 0 0 25 0 4 0 156988303 178982912 34765 1992294400 134512640 135305190 4294956160 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31578/statm: 43697 34765 83 193 0 43501 0
[pid=31578/tid=31579] ppid=31575 vsize=174788 CPUtime=2340.59
/proc/31578/task/31579/stat : 31579 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 6101 0 0 0 234050 9 0 0 25 0 4 0 156988320 178982912 34765 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31578/tid=31580] ppid=31575 vsize=174788 CPUtime=2356.05
/proc/31578/task/31580/stat : 31580 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 7518 0 0 0 235594 11 0 0 25 0 4 0 156988320 178982912 34765 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31578/tid=31581] ppid=31575 vsize=174788 CPUtime=2365.6
/proc/31578/task/31581/stat : 31581 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 10199 0 0 0 236545 15 0 0 25 0 4 0 156988320 178982912 34765 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9422.08
Current children cumulated vsize (KiB) 180144

[startup+4782.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/69 31589
/proc/meminfo: memFree=1345168/2055920 swapFree=4180136/4192956
[pid=31575] ppid=31573 vsize=5356 CPUtime=1.41
/proc/31575/stat : 31575 (manysat.sh) S 31573 31575 31497 0 -1 4194304 313 4016 0 0 0 0 137 4 16 0 1 0 156988161 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31575/statm: 1339 238 195 169 0 50 0
[pid=31578] ppid=31575 vsize=175440 CPUtime=9540.4
/proc/31578/stat : 31578 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194304 34892 0 0 0 953991 49 0 0 23 0 4 0 156988303 179650560 34841 1992294400 134512640 135305190 4294956160 18446744073709551615 134538154 0 0 4096 3 18446744073709551615 0 0 17 0 0 0
/proc/31578/statm: 43860 34841 83 193 0 43664 0
[pid=31578/tid=31579] ppid=31575 vsize=175440 CPUtime=2370.46
/proc/31578/task/31579/stat : 31579 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 6101 0 0 0 237037 9 0 0 25 0 4 0 156988320 179650560 34841 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31578/tid=31580] ppid=31575 vsize=175440 CPUtime=2387.59
/proc/31578/task/31580/stat : 31580 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 7521 0 0 0 238748 11 0 0 25 0 4 0 156988320 179650560 34841 1992294400 134512640 135305190 4294956160 18446744073709551615 134552302 0 0 4096 3 0 0 0 -1 1 0 0
[pid=31578/tid=31581] ppid=31575 vsize=175440 CPUtime=2394.04
/proc/31578/task/31581/stat : 31581 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 10199 0 0 0 239389 15 0 0 25 0 4 0 156988320 179650560 34841 1992294400 134512640 135305190 4294956160 18446744073709551615 134528319 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9541.81
Current children cumulated vsize (KiB) 180796

[startup+4842.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/69 31589
/proc/meminfo: memFree=1344976/2055920 swapFree=4180136/4192956
[pid=31575] ppid=31573 vsize=5356 CPUtime=1.41
/proc/31575/stat : 31575 (manysat.sh) S 31573 31575 31497 0 -1 4194304 313 4016 0 0 0 0 137 4 16 0 1 0 156988161 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31575/statm: 1339 238 195 169 0 50 0
[pid=31578] ppid=31575 vsize=175440 CPUtime=9660.13
/proc/31578/stat : 31578 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194304 34913 0 0 0 965964 49 0 0 25 0 4 0 156988303 179650560 34862 1992294400 134512640 135305190 4294956160 18446744073709551615 134528539 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31578/statm: 43860 34862 83 193 0 43664 0
[pid=31578/tid=31579] ppid=31575 vsize=175440 CPUtime=2399.7
/proc/31578/task/31579/stat : 31579 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 6101 0 0 0 239961 9 0 0 25 0 4 0 156988320 179650560 34862 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31578/tid=31580] ppid=31575 vsize=175440 CPUtime=2417.44
/proc/31578/task/31580/stat : 31580 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 7542 0 0 0 241733 11 0 0 25 0 4 0 156988320 179650560 34862 1992294400 134512640 135305190 4294956160 18446744073709551615 134528223 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31578/tid=31581] ppid=31575 vsize=175440 CPUtime=2423.17
/proc/31578/task/31581/stat : 31581 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 10199 0 0 0 242302 15 0 0 25 0 4 0 156988320 179650560 34862 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9661.54
Current children cumulated vsize (KiB) 180796

[startup+4902.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/69 31589
/proc/meminfo: memFree=1344976/2055920 swapFree=4180136/4192956
[pid=31575] ppid=31573 vsize=5356 CPUtime=1.41
/proc/31575/stat : 31575 (manysat.sh) S 31573 31575 31497 0 -1 4194304 313 4016 0 0 0 0 137 4 16 0 1 0 156988161 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31575/statm: 1339 238 195 169 0 50 0
[pid=31578] ppid=31575 vsize=176464 CPUtime=9779.87
/proc/31578/stat : 31578 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194304 34921 0 0 0 977937 50 0 0 25 0 4 0 156988303 180699136 34870 1992294400 134512640 135305190 4294956160 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31578/statm: 44116 34870 83 193 0 43920 0
[pid=31578/tid=31579] ppid=31575 vsize=176464 CPUtime=2429.56
/proc/31578/task/31579/stat : 31579 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 6101 0 0 0 242947 9 0 0 25 0 4 0 156988320 180699136 34870 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31578/tid=31580] ppid=31575 vsize=176464 CPUtime=2447.33
/proc/31578/task/31580/stat : 31580 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 7550 0 0 0 244722 11 0 0 25 0 4 0 156988320 180699136 34870 1992294400 134512640 135305190 4294956160 18446744073709551615 134551998 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31578/tid=31581] ppid=31575 vsize=176464 CPUtime=2453.15
/proc/31578/task/31581/stat : 31581 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 10199 0 0 0 245300 15 0 0 25 0 4 0 156988320 180699136 34870 1992294400 134512640 135305190 4294956160 18446744073709551615 134528189 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9781.28
Current children cumulated vsize (KiB) 181820

[startup+4962.3 s]
/proc/loadavg: 4.00 4.00 3.92 5/69 31595
/proc/meminfo: memFree=1344648/2055920 swapFree=4180136/4192956
[pid=31575] ppid=31573 vsize=5356 CPUtime=1.41
/proc/31575/stat : 31575 (manysat.sh) S 31573 31575 31497 0 -1 4194304 313 4016 0 0 0 0 137 4 16 0 1 0 156988161 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31575/statm: 1339 238 195 169 0 50 0
[pid=31578] ppid=31575 vsize=176464 CPUtime=9899.59
/proc/31578/stat : 31578 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194304 34976 0 0 0 989909 50 0 0 25 0 4 0 156988303 180699136 34925 1992294400 134512640 135305190 4294956160 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31578/statm: 44116 34925 83 193 0 43920 0
[pid=31578/tid=31579] ppid=31575 vsize=176464 CPUtime=2459.45
/proc/31578/task/31579/stat : 31579 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 6116 0 0 0 245935 10 0 0 25 0 4 0 156988320 180699136 34925 1992294400 134512640 135305190 4294956160 18446744073709551615 134528329 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31578/tid=31580] ppid=31575 vsize=176464 CPUtime=2477.21
/proc/31578/task/31580/stat : 31580 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 7578 0 0 0 247710 11 0 0 25 0 4 0 156988320 180699136 34925 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31578/tid=31581] ppid=31575 vsize=176464 CPUtime=2483.12
/proc/31578/task/31581/stat : 31581 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 10209 0 0 0 248297 15 0 0 25 0 4 0 156988320 180699136 34925 1992294400 134512640 135305190 4294956160 18446744073709551615 134528392 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 9901
Current children cumulated vsize (KiB) 181820



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5012 s]
/proc/loadavg: 4.00 4.00 3.92 5/69 31595
/proc/meminfo: memFree=1344456/2055920 swapFree=4180136/4192956
[pid=31575] ppid=31573 vsize=5356 CPUtime=1.41
/proc/31575/stat : 31575 (manysat.sh) S 31573 31575 31497 0 -1 4194304 313 4016 0 0 0 0 137 4 16 0 1 0 156988161 5484544 238 1992294400 4194304 4889804 548682068800 18446744073709551615 259913212740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/31575/statm: 1339 238 195 169 0 50 0
[pid=31578] ppid=31575 vsize=176656 CPUtime=9998.77
/proc/31578/stat : 31578 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194304 35033 0 0 0 999827 50 0 0 25 0 4 0 156988303 180895744 34982 1992294400 134512640 135305190 4294956160 18446744073709551615 134528571 0 0 4096 3 18446744073709551615 0 0 17 1 0 0
/proc/31578/statm: 44164 34982 83 193 0 43968 0
[pid=31578/tid=31579] ppid=31575 vsize=176656 CPUtime=2484.23
/proc/31578/task/31579/stat : 31579 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 6121 0 0 0 248413 10 0 0 25 0 4 0 156988320 180895744 34982 1992294400 134512640 135305190 4294956160 18446744073709551615 134528292 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31578/tid=31580] ppid=31575 vsize=176656 CPUtime=2501.93
/proc/31578/task/31580/stat : 31580 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 7618 0 0 0 250182 11 0 0 25 0 4 0 156988320 180895744 34982 1992294400 134512640 135305190 4294956160 18446744073709551615 134552908 0 0 4096 3 0 0 0 -1 0 0 0
[pid=31578/tid=31581] ppid=31575 vsize=176656 CPUtime=2508.01
/proc/31578/task/31581/stat : 31581 (manysat1.1_stat) R 31575 31575 31497 0 -1 4194368 10218 0 0 0 250786 15 0 0 25 0 4 0 156988320 180895744 34982 1992294400 134512640 135305190 4294956160 18446744073709551615 134557241 0 0 4096 3 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10000.2
Current children cumulated vsize (KiB) 182012

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

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

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 31575 and gives
#  childrusage.ru_utime.tv_sec=1
#  childrusage.ru_utime.tv_usec=380790
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=43993
# CPU time returned by wait4() is 1.42478
# while last known CPU time is 10000.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 5012.02
CPU time (s): 10000.2
CPU user time (s): 9999.64
CPU system time (s): 0.54
CPU usage (%): 199.524
Max. virtual memory (cumulated for all children) (KiB): 182012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.38079
system time used= 0.043993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4329
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= 4

runsolver used 4.64129 second user time and 13.5959 second system time

The end

Launcher Data

Begin job on node4 at 2009-05-02 20:39:02
IDJOB=1773986
IDBENCH=70839
IDSOLVER=612
FILE ID=node4/1773986-1241289542
PBS_JOBID= 9225092
Free space on /tmp= 66420 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-31-s100.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1773986-1241289542/watcher-1773986-1241289542 -o /tmp/evaluation-result-1773986-1241289542/solver-1773986-1241289542 -C 10000 -W 12000 -M 1800  manysat.sh HOME/instance-1773986-1241289542.cnf aimd 1

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

MD5SUM BENCH= 5dbb80f29538e26a3285bf497c57f592
RANDOM SEED=1211856738

node4.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:       1490840 kB
Buffers:         73220 kB
Cached:         416684 kB
SwapCached:       7244 kB
Active:          19772 kB
Inactive:       479356 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1490840 kB
SwapTotal:     4192956 kB
SwapFree:      4180136 kB
Dirty:            3044 kB
Writeback:           0 kB
Mapped:          13572 kB
Slab:            51800 kB
Committed_AS:   861656 kB
PageTables:       1468 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= 66412 MiB
End job on node4 at 2009-05-02 22:02:36