Trace number 3362257

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
SAT09 reference solver: ManySAT 1.1 aimd 1/2009-03-20? (TO) 4800.38 1203.42

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom16.cnf
MD5SUM73a2c2d9e5c062e561bfdb7c82071a99
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 variables29254
Number of clauses97456
Sum of the clauses size247986
Maximum clause length977
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 250701
Number of clauses of size 346235
Number of clauses of size 4135
Number of clauses of size 514
Number of clauses of size over 5370

Solver Data

0.00/0.00	c Parsing...
0.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   91575   234144 |   27472       0        0     nan |  0.000 % |
0.00/0.39	c |         0 |   62993   231746 |      --       0       --      -- |     --   | -28582/-2398
0.00/0.39	c ==============================================================================
0.00/0.39	c Result  :   #vars: 11426   #clauses: 62993   #literals: 231746
0.00/0.39	c CPU time:   0.384941 s
0.00/0.39	c ==============================================================================

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3362257-1305300584/watcher-3362257-1305300584 -o /tmp/evaluation-result-3362257-1305300584/solver-3362257-1305300584 -C 4800 -W 1300 -M 15500 manysat.sh HOME/instance-3362257-1305300584.cnf aimd 1 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 4800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 4830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 7.82 8.05 7.90 5/295 20619
/proc/meminfo: memFree=24135732/32951124 swapFree=63485424/67111528
[pid=20619] ppid=20617 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20619/stat : 20619 (manysat.sh) S 20617 20619 19790 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622474275 8908800 250 33554432000 4194304 4922060 140733255988208 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20619/statm: 2175 250 209 178 0 68 0

[startup+0.036255 s]
/proc/loadavg: 7.82 8.05 7.90 5/295 20619
/proc/meminfo: memFree=24135732/32951124 swapFree=63485424/67111528
[pid=20619] ppid=20617 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20619/stat : 20619 (manysat.sh) S 20617 20619 19790 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622474275 8908800 250 33554432000 4194304 4922060 140733255988208 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20619/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100242 s]
/proc/loadavg: 7.82 8.05 7.90 5/295 20619
/proc/meminfo: memFree=24135732/32951124 swapFree=63485424/67111528
[pid=20619] ppid=20617 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20619/stat : 20619 (manysat.sh) S 20617 20619 19790 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622474275 8908800 250 33554432000 4194304 4922060 140733255988208 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20619/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.300216 s]
/proc/loadavg: 7.82 8.05 7.90 5/295 20619
/proc/meminfo: memFree=24135732/32951124 swapFree=63485424/67111528
[pid=20619] ppid=20617 vsize=8700 CPUtime=0 cores=0,2,4,6
/proc/20619/stat : 20619 (manysat.sh) S 20617 20619 19790 0 -1 4202496 331 0 0 0 0 0 0 0 25 0 1 0 622474275 8908800 250 33554432000 4194304 4922060 140733255988208 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20619/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+1.43596 s]
/proc/loadavg: 7.82 8.05 7.90 5/295 20619
/proc/meminfo: memFree=24135732/32951124 swapFree=63485424/67111528
[pid=20619] ppid=20617 vsize=8700 CPUtime=0.43 cores=0,2,4,6
/proc/20619/stat : 20619 (manysat.sh) S 20617 20619 19790 0 -1 4202496 357 4073 0 0 0 0 43 0 21 0 1 0 622474275 8908800 253 33554432000 4194304 4922060 140733255988208 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20619/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 8700

[startup+1.50095 s]
/proc/loadavg: 7.82 8.05 7.90 5/295 20619
/proc/meminfo: memFree=24135732/32951124 swapFree=63485424/67111528
[pid=20619] ppid=20617 vsize=8700 CPUtime=0.43 cores=0,2,4,6
/proc/20619/stat : 20619 (manysat.sh) S 20617 20619 19790 0 -1 4202496 357 4073 0 0 0 0 43 0 21 0 1 0 622474275 8908800 253 33554432000 4194304 4922060 140733255988208 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20619/statm: 2175 253 209 178 0 68 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 8700

[startup+3.10065 s]
/proc/loadavg: 7.82 8.05 7.90 9/300 20625
/proc/meminfo: memFree=24089808/32951124 swapFree=63485424/67111528
[pid=20619] ppid=20617 vsize=8700 CPUtime=0.43 cores=0,2,4,6
/proc/20619/stat : 20619 (manysat.sh) S 20617 20619 19790 0 -1 4202496 357 4073 0 0 0 0 43 0 21 0 1 0 622474275 8908800 253 33554432000 4194304 4922060 140733255988208 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20619/statm: 2175 253 209 178 0 68 0
[pid=20622] ppid=20619 vsize=71660 CPUtime=10.32 cores=0,2,4,6
/proc/20622/stat : 20622 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202496 9776 0 0 0 1027 5 0 0 22 0 4 0 622474319 73379840 9727 33554432000 134512640 135305190 4291936224 18446744073709551615 134528506 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/20622/statm: 17915 9727 84 194 0 17719 0
[pid=20622/tid=20623] ppid=20619 vsize=71660 CPUtime=2.56 cores=0,2,4,6
/proc/20622/task/20623/stat : 20623 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 1205 0 0 0 255 1 0 0 22 0 4 0 622474327 73379840 9727 33554432000 134512640 135305190 4291936224 18446744073709551615 134541947 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20622/tid=20624] ppid=20619 vsize=71660 CPUtime=2.56 cores=0,2,4,6
/proc/20622/task/20624/stat : 20624 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 1205 0 0 0 255 1 0 0 22 0 4 0 622474327 73379840 9727 33554432000 134512640 135305190 4291936224 18446744073709551615 134551736 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20622/tid=20625] ppid=20619 vsize=71660 CPUtime=2.57 cores=0,2,4,6
/proc/20622/task/20625/stat : 20625 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 1244 0 0 0 256 1 0 0 22 0 4 0 622474327 73379840 9727 33554432000 134512640 135305190 4291936224 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 10.75
Current children cumulated vsize (KiB) 80360

[startup+6.30107 s]
/proc/loadavg: 7.83 8.05 7.90 9/300 20625
/proc/meminfo: memFree=24071664/32951124 swapFree=63485424/67111528
[pid=20619] ppid=20617 vsize=8700 CPUtime=0.43 cores=0,2,4,6
/proc/20619/stat : 20619 (manysat.sh) S 20617 20619 19790 0 -1 4202496 357 4073 0 0 0 0 43 0 21 0 1 0 622474275 8908800 253 33554432000 4194304 4922060 140733255988208 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20619/statm: 2175 253 209 178 0 68 0
[pid=20622] ppid=20619 vsize=83896 CPUtime=23.08 cores=0,2,4,6
/proc/20622/stat : 20622 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202496 12641 0 0 0 2302 6 0 0 25 0 4 0 622474319 85909504 12592 33554432000 134512640 135305190 4291936224 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/20622/statm: 20974 12592 84 194 0 20778 0
[pid=20622/tid=20623] ppid=20619 vsize=83896 CPUtime=5.76 cores=0,2,4,6
/proc/20622/task/20623/stat : 20623 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 1821 0 0 0 575 1 0 0 25 0 4 0 622474327 85909504 12592 33554432000 134512640 135305190 4291936224 18446744073709551615 134528503 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20622/tid=20624] ppid=20619 vsize=83896 CPUtime=5.75 cores=0,2,4,6
/proc/20622/task/20624/stat : 20624 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 2097 0 0 0 574 1 0 0 25 0 4 0 622474327 85909504 12592 33554432000 134512640 135305190 4291936224 18446744073709551615 134528784 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20622/tid=20625] ppid=20619 vsize=83896 CPUtime=5.76 cores=0,2,4,6
/proc/20622/task/20625/stat : 20625 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 1904 0 0 0 575 1 0 0 25 0 4 0 622474327 85909504 12592 33554432000 134512640 135305190 4291936224 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 23.51
Current children cumulated vsize (KiB) 92596

[startup+12.7009 s]
/proc/loadavg: 7.84 8.05 7.90 9/300 20625
/proc/meminfo: memFree=24047736/32951124 swapFree=63485424/67111528
[pid=20619] ppid=20617 vsize=8700 CPUtime=0.43 cores=0,2,4,6
/proc/20619/stat : 20619 (manysat.sh) S 20617 20619 19790 0 -1 4202496 357 4073 0 0 0 0 43 0 21 0 1 0 622474275 8908800 253 33554432000 4194304 4922060 140733255988208 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20619/statm: 2175 253 209 178 0 68 0
[pid=20622] ppid=20619 vsize=100096 CPUtime=48.63 cores=0,2,4,6
/proc/20622/stat : 20622 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202496 16665 0 0 0 4855 8 0 0 25 0 4 0 622474319 102498304 16616 33554432000 134512640 135305190 4291936224 18446744073709551615 134528489 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/20622/statm: 25024 16616 84 194 0 24828 0
[pid=20622/tid=20623] ppid=20619 vsize=100096 CPUtime=12.17 cores=0,2,4,6
/proc/20622/task/20623/stat : 20623 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 2712 0 0 0 1215 2 0 0 25 0 4 0 622474327 102498304 16616 33554432000 134512640 135305190 4291936224 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20622/tid=20624] ppid=20619 vsize=100096 CPUtime=12.15 cores=0,2,4,6
/proc/20622/task/20624/stat : 20624 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 3175 0 0 0 1214 1 0 0 25 0 4 0 622474327 102498304 16616 33554432000 134512640 135305190 4291936224 18446744073709551615 134528590 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20622/tid=20625] ppid=20619 vsize=100096 CPUtime=12.17 cores=0,2,4,6
/proc/20622/task/20625/stat : 20625 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 2853 0 0 0 1215 2 0 0 25 0 4 0 622474327 102498304 16616 33554432000 134512640 135305190 4291936224 18446744073709551615 134528376 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 49.06
Current children cumulated vsize (KiB) 108796

[startup+25.5005 s]
/proc/loadavg: 7.95 8.06 7.90 9/300 20625
/proc/meminfo: memFree=24033596/32951124 swapFree=63485424/67111528
[pid=20619] ppid=20617 vsize=8700 CPUtime=0.43 cores=0,2,4,6
/proc/20619/stat : 20619 (manysat.sh) S 20617 20619 19790 0 -1 4202496 357 4073 0 0 0 0 43 0 21 0 1 0 622474275 8908800 253 33554432000 4194304 4922060 140733255988208 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20619/statm: 2175 253 209 178 0 68 0
[pid=20622] ppid=20619 vsize=113772 CPUtime=99.69 cores=0,2,4,6
/proc/20622/stat : 20622 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202496 20163 0 0 0 9958 11 0 0 25 0 4 0 622474319 116502528 20114 33554432000 134512640 135305190 4291936224 18446744073709551615 134528768 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/20622/statm: 28443 20114 84 194 0 28247 0
[pid=20622/tid=20623] ppid=20619 vsize=113772 CPUtime=24.95 cores=0,2,4,6
/proc/20622/task/20623/stat : 20623 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 3533 0 0 0 2493 2 0 0 25 0 4 0 622474327 116502528 20114 33554432000 134512640 135305190 4291936224 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20622/tid=20624] ppid=20619 vsize=113772 CPUtime=24.94 cores=0,2,4,6
/proc/20622/task/20624/stat : 20624 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 4093 0 0 0 2492 2 0 0 25 0 4 0 622474327 116502528 20114 33554432000 134512640 135305190 4291936224 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20622/tid=20625] ppid=20619 vsize=113772 CPUtime=24.95 cores=0,2,4,6
/proc/20622/task/20625/stat : 20625 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 3794 0 0 0 2493 2 0 0 25 0 4 0 622474327 116502528 20114 33554432000 134512640 135305190 4291936224 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 100.12
Current children cumulated vsize (KiB) 122472

[startup+51.1008 s]
/proc/loadavg: 8.03 8.07 7.91 9/300 20626
/proc/meminfo: memFree=24009364/32951124 swapFree=63485424/67111528
[pid=20619] ppid=20617 vsize=8700 CPUtime=0.43 cores=0,2,4,6
/proc/20619/stat : 20619 (manysat.sh) S 20617 20619 19790 0 -1 4202496 357 4073 0 0 0 0 43 0 21 0 1 0 622474275 8908800 253 33554432000 4194304 4922060 140733255988208 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20619/statm: 2175 253 209 178 0 68 0
[pid=20622] ppid=20619 vsize=138368 CPUtime=201.83 cores=0,2,4,6
/proc/20622/stat : 20622 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202496 25923 0 0 0 20168 15 0 0 25 0 4 0 622474319 141688832 25874 33554432000 134512640 135305190 4291936224 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 6 0 0 0
/proc/20622/statm: 34592 25874 84 194 0 34396 0
[pid=20622/tid=20623] ppid=20619 vsize=138368 CPUtime=50.54 cores=0,2,4,6
/proc/20622/task/20623/stat : 20623 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 4952 0 0 0 5051 3 0 0 25 0 4 0 622474327 141688832 25874 33554432000 134512640 135305190 4291936224 18446744073709551615 134530572 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20622/tid=20624] ppid=20619 vsize=138368 CPUtime=50.53 cores=0,2,4,6
/proc/20622/task/20624/stat : 20624 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 5698 0 0 0 5050 3 0 0 25 0 4 0 622474327 141688832 25874 33554432000 134512640 135305190 4291936224 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20622/tid=20625] ppid=20619 vsize=138368 CPUtime=50.56 cores=0,2,4,6
/proc/20622/task/20625/stat : 20625 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 4943 0 0 0 5052 4 0 0 25 0 4 0 622474327 141688832 25874 33554432000 134512640 135305190 4291936224 18446744073709551615 134557407 0 0 4096 3 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 202.26
Current children cumulated vsize (KiB) 147068

[startup+102.3 s]
/proc/loadavg: 8.01 8.06 7.91 9/300 20627
/proc/meminfo: memFree=23937876/32951124 swapFree=63485424/67111528
[pid=20619] ppid=20617 vsize=8700 CPUtime=0.43 cores=0,2,4,6
/proc/20619/stat : 20619 (manysat.sh) S 20617 20619 19790 0 -1 4202496 357 4073 0 0 0 0 43 0 21 0 1 0 622474275 8908800 253 33554432000 4194304 4922060 140733255988208 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20619/statm: 2175 253 209 178 0 68 0
[pid=20622] ppid=20619 vsize=192920 CPUtime=406.11 cores=0,2,4,6
/proc/20622/stat : 20622 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202496 39480 0 0 0 40586 25 0 0 25 0 4 0 622474319 197550080 39431 33554432000 134512640 135305190 4291936224 18446744073709551615 134528406 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/20622/statm: 48230 39431 84 194 0 48034 0
[pid=20622/tid=20623] ppid=20619 vsize=192920 CPUtime=101.74 cores=0,2,4,6
/proc/20622/task/20623/stat : 20623 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 7913 0 0 0 10168 6 0 0 25 0 4 0 622474327 197550080 39431 33554432000 134512640 135305190 4291936224 18446744073709551615 134557319 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20622/tid=20624] ppid=20619 vsize=192920 CPUtime=101.71 cores=0,2,4,6
/proc/20622/task/20624/stat : 20624 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 10391 0 0 0 10165 6 0 0 25 0 4 0 622474327 197550080 39431 33554432000 134512640 135305190 4291936224 18446744073709551615 134528256 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20622/tid=20625] ppid=20619 vsize=192920 CPUtime=101.39 cores=0,2,4,6
/proc/20622/task/20625/stat : 20625 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 7677 0 0 0 10133 6 0 0 25 0 4 0 622474327 197550080 39431 33554432000 134512640 135305190 4291936224 18446744073709551615 134528480 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 406.54
Current children cumulated vsize (KiB) 201620

[startup+162.3 s]
/proc/loadavg: 8.14 8.08 7.92 9/300 20629
/proc/meminfo: memFree=23886832/32951124 swapFree=63485424/67111528
[pid=20619] ppid=20617 vsize=8700 CPUtime=0.43 cores=0,2,4,6
/proc/20619/stat : 20619 (manysat.sh) S 20617 20619 19790 0 -1 4202496 357 4073 0 0 0 0 43 0 21 0 1 0 622474275 8908800 253 33554432000 4194304 4922060 140733255988208 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20619/statm: 2175 253 209 178 0 68 0
[pid=20622] ppid=20619 vsize=242252 CPUtime=645.54 cores=0,2,4,6
/proc/20622/stat : 20622 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202496 51500 0 0 0 64516 38 0 0 25 0 4 0 622474319 248066048 51451 33554432000 134512640 135305190 4291936224 18446744073709551615 134528256 0 0 4096 3 18446744073709551615 0 0 17 0 0 0 0
/proc/20622/statm: 60563 51451 84 194 0 60367 0
[pid=20622/tid=20623] ppid=20619 vsize=242252 CPUtime=161.74 cores=0,2,4,6
/proc/20622/task/20623/stat : 20623 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 10535 0 0 0 16167 7 0 0 25 0 4 0 622474327 248066048 51451 33554432000 134512640 135305190 4291936224 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20622/tid=20624] ppid=20619 vsize=242252 CPUtime=161.69 cores=0,2,4,6
/proc/20622/task/20624/stat : 20624 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 13212 0 0 0 16161 8 0 0 25 0 4 0 622474327 248066048 51451 33554432000 134512640 135305190 4291936224 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 4 0 0 0
[pid=20622/tid=20625] ppid=20619 vsize=242252 CPUtime=160.85 cores=0,2,4,6
/proc/20622/task/20625/stat : 20625 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 10653 0 0 0 16074 11 0 0 25 0 4 0 622474327 248066048 51451 33554432000 134512640 135305190 4291936224 18446744073709551615 134528277 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 645.97
Current children cumulated vsize (KiB) 250952

[startup+222.3 s]

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

/proc/20622/task/20625/stat : 20625 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 20009 0 0 0 81626 22 0 0 25 0 4 0 622474327 441409536 96712 33554432000 134512640 135305190 4291936224 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3279.58
Current children cumulated vsize (KiB) 439764

[startup+882.301 s]
/proc/loadavg: 8.11 8.10 8.00 9/300 20681
/proc/meminfo: memFree=23949008/32951124 swapFree=63485424/67111528
[pid=20619] ppid=20617 vsize=8700 CPUtime=0.43 cores=0,2,4,6
/proc/20619/stat : 20619 (manysat.sh) S 20617 20619 19790 0 -1 4202496 357 4073 0 0 0 0 43 0 21 0 1 0 622474275 8908800 253 33554432000 4194304 4922060 140733255988208 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20619/statm: 2175 253 209 178 0 68 0
[pid=20622] ppid=20619 vsize=438900 CPUtime=3518.55 cores=0,2,4,6
/proc/20622/stat : 20622 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202496 98656 0 0 0 351775 80 0 0 25 0 4 0 622474319 449433600 98607 33554432000 134512640 135305190 4291936224 18446744073709551615 134528224 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/20622/statm: 109725 98607 84 194 0 109529 0
[pid=20622/tid=20623] ppid=20619 vsize=438900 CPUtime=881.67 cores=0,2,4,6
/proc/20622/task/20623/stat : 20623 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 20874 0 0 0 88151 16 0 0 25 0 4 0 622474327 449433600 98607 33554432000 134512640 135305190 4291936224 18446744073709551615 134528341 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20622/tid=20624] ppid=20619 vsize=438900 CPUtime=880.32 cores=0,2,4,6
/proc/20622/task/20624/stat : 20624 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 27303 0 0 0 88012 20 0 0 25 0 4 0 622474327 449433600 98607 33554432000 134512640 135305190 4291936224 18446744073709551615 134528252 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=20622/tid=20625] ppid=20619 vsize=438900 CPUtime=875.93 cores=0,2,4,6
/proc/20622/task/20625/stat : 20625 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 20428 0 0 0 87571 22 0 0 25 0 4 0 622474327 449433600 98607 33554432000 134512640 135305190 4291936224 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3518.98
Current children cumulated vsize (KiB) 447600

[startup+942.312 s]
/proc/loadavg: 8.09 8.10 8.00 9/300 20683
/proc/meminfo: memFree=23920924/32951124 swapFree=63485424/67111528
[pid=20619] ppid=20617 vsize=8700 CPUtime=0.43 cores=0,2,4,6
/proc/20619/stat : 20619 (manysat.sh) S 20617 20619 19790 0 -1 4202496 357 4073 0 0 0 0 43 0 21 0 1 0 622474275 8908800 253 33554432000 4194304 4922060 140733255988208 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20619/statm: 2175 253 209 178 0 68 0
[pid=20622] ppid=20619 vsize=456652 CPUtime=3758.04 cores=0,2,4,6
/proc/20622/stat : 20622 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202496 102931 0 0 0 375718 86 0 0 25 0 4 0 622474319 467611648 102882 33554432000 134512640 135305190 4291936224 18446744073709551615 134528503 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/20622/statm: 114163 102882 84 194 0 113967 0
[pid=20622/tid=20623] ppid=20619 vsize=456652 CPUtime=941.69 cores=0,2,4,6
/proc/20622/task/20623/stat : 20623 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 21562 0 0 0 94152 17 0 0 25 0 4 0 622474327 467611648 102882 33554432000 134512640 135305190 4291936224 18446744073709551615 134528235 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20622/tid=20624] ppid=20619 vsize=456652 CPUtime=940.33 cores=0,2,4,6
/proc/20622/task/20624/stat : 20624 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 28636 0 0 0 94011 22 0 0 25 0 4 0 622474327 467611648 102882 33554432000 134512640 135305190 4291936224 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=20622/tid=20625] ppid=20619 vsize=456652 CPUtime=935.39 cores=0,2,4,6
/proc/20622/task/20625/stat : 20625 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 21140 0 0 0 93517 22 0 0 25 0 4 0 622474327 467611648 102882 33554432000 134512640 135305190 4291936224 18446744073709551615 134528415 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3758.47
Current children cumulated vsize (KiB) 465352

[startup+1002.3 s]
/proc/loadavg: 8.12 8.11 8.01 9/300 20684
/proc/meminfo: memFree=23874360/32951124 swapFree=63485424/67111528
[pid=20619] ppid=20617 vsize=8700 CPUtime=0.43 cores=0,2,4,6
/proc/20619/stat : 20619 (manysat.sh) S 20617 20619 19790 0 -1 4202496 357 4073 0 0 0 0 43 0 21 0 1 0 622474275 8908800 253 33554432000 4194304 4922060 140733255988208 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20619/statm: 2175 253 209 178 0 68 0
[pid=20622] ppid=20619 vsize=468320 CPUtime=3997.41 cores=0,2,4,6
/proc/20622/stat : 20622 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202496 105620 0 0 0 399652 89 0 0 25 0 4 0 622474319 479559680 105571 33554432000 134512640 135305190 4291936224 18446744073709551615 134528557 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/20622/statm: 117080 105571 84 194 0 116884 0
[pid=20622/tid=20623] ppid=20619 vsize=468320 CPUtime=1001.68 cores=0,2,4,6
/proc/20622/task/20623/stat : 20623 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 22371 0 0 0 100150 18 0 0 25 0 4 0 622474327 479559680 105571 33554432000 134512640 135305190 4291936224 18446744073709551615 134528265 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20622/tid=20624] ppid=20619 vsize=468320 CPUtime=1000.31 cores=0,2,4,6
/proc/20622/task/20624/stat : 20624 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 29193 0 0 0 100007 24 0 0 25 0 4 0 622474327 479559680 105571 33554432000 134512640 135305190 4291936224 18446744073709551615 134528477 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=20622/tid=20625] ppid=20619 vsize=468320 CPUtime=994.82 cores=0,2,4,6
/proc/20622/task/20625/stat : 20625 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 21731 0 0 0 99459 23 0 0 25 0 4 0 622474327 479559680 105571 33554432000 134512640 135305190 4291936224 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3997.84
Current children cumulated vsize (KiB) 477020

[startup+1062.3 s]
/proc/loadavg: 8.12 8.11 8.01 9/300 20686
/proc/meminfo: memFree=23851972/32951124 swapFree=63485424/67111528
[pid=20619] ppid=20617 vsize=8700 CPUtime=0.43 cores=0,2,4,6
/proc/20619/stat : 20619 (manysat.sh) S 20617 20619 19790 0 -1 4202496 357 4073 0 0 0 0 43 0 21 0 1 0 622474275 8908800 253 33554432000 4194304 4922060 140733255988208 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20619/statm: 2175 253 209 178 0 68 0
[pid=20622] ppid=20619 vsize=479556 CPUtime=4236.86 cores=0,2,4,6
/proc/20622/stat : 20622 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202496 108295 0 0 0 423594 92 0 0 25 0 4 0 622474319 491065344 108246 33554432000 134512640 135305190 4291936224 18446744073709551615 134528298 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/20622/statm: 119889 108246 84 194 0 119693 0
[pid=20622/tid=20623] ppid=20619 vsize=479556 CPUtime=1061.68 cores=0,2,4,6
/proc/20622/task/20623/stat : 20623 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 23095 0 0 0 106150 18 0 0 25 0 4 0 622474327 491065344 108246 33554432000 134512640 135305190 4291936224 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20622/tid=20624] ppid=20619 vsize=479556 CPUtime=1060.3 cores=0,2,4,6
/proc/20622/task/20624/stat : 20624 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 30130 0 0 0 106005 25 0 0 25 0 4 0 622474327 491065344 108246 33554432000 134512640 135305190 4291936224 18446744073709551615 134528382 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=20622/tid=20625] ppid=20619 vsize=479556 CPUtime=1054.27 cores=0,2,4,6
/proc/20622/task/20625/stat : 20625 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 22041 0 0 0 105404 23 0 0 25 0 4 0 622474327 491065344 108246 33554432000 134512640 135305190 4291936224 18446744073709551615 134528418 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4237.29
Current children cumulated vsize (KiB) 488256

[startup+1122.3 s]
/proc/loadavg: 8.08 8.10 8.01 9/300 20688
/proc/meminfo: memFree=23830328/32951124 swapFree=63485424/67111528
[pid=20619] ppid=20617 vsize=8700 CPUtime=0.43 cores=0,2,4,6
/proc/20619/stat : 20619 (manysat.sh) S 20617 20619 19790 0 -1 4202496 357 4073 0 0 0 0 43 0 21 0 1 0 622474275 8908800 253 33554432000 4194304 4922060 140733255988208 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20619/statm: 2175 253 209 178 0 68 0
[pid=20622] ppid=20619 vsize=499560 CPUtime=4476.3 cores=0,2,4,6
/proc/20622/stat : 20622 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202496 112835 0 0 0 447532 98 0 0 25 0 4 0 622474319 511549440 112786 33554432000 134512640 135305190 4291936224 18446744073709551615 134528229 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/20622/statm: 124890 112786 84 194 0 124694 0
[pid=20622/tid=20623] ppid=20619 vsize=499560 CPUtime=1121.67 cores=0,2,4,6
/proc/20622/task/20623/stat : 20623 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 24182 0 0 0 112148 19 0 0 25 0 4 0 622474327 511549440 112786 33554432000 134512640 135305190 4291936224 18446744073709551615 134528406 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20622/tid=20624] ppid=20619 vsize=499560 CPUtime=1120.3 cores=0,2,4,6
/proc/20622/task/20624/stat : 20624 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 31417 0 0 0 112002 28 0 0 25 0 4 0 622474327 511549440 112786 33554432000 134512640 135305190 4291936224 18446744073709551615 134528442 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=20622/tid=20625] ppid=20619 vsize=499560 CPUtime=1113.74 cores=0,2,4,6
/proc/20622/task/20625/stat : 20625 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 22846 0 0 0 111350 24 0 0 25 0 4 0 622474327 511549440 112786 33554432000 134512640 135305190 4291936224 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4476.73
Current children cumulated vsize (KiB) 508260

[startup+1182.3 s]
/proc/loadavg: 8.14 8.11 8.02 9/300 20689
/proc/meminfo: memFree=23814508/32951124 swapFree=63485424/67111528
[pid=20619] ppid=20617 vsize=8700 CPUtime=0.43 cores=0,2,4,6
/proc/20619/stat : 20619 (manysat.sh) S 20617 20619 19790 0 -1 4202496 357 4073 0 0 0 0 43 0 21 0 1 0 622474275 8908800 253 33554432000 4194304 4922060 140733255988208 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20619/statm: 2175 253 209 178 0 68 0
[pid=20622] ppid=20619 vsize=506040 CPUtime=4715.74 cores=0,2,4,6
/proc/20622/stat : 20622 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202496 114384 0 0 0 471475 99 0 0 25 0 4 0 622474319 518184960 114335 33554432000 134512640 135305190 4291936224 18446744073709551615 134528480 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/20622/statm: 126510 114335 84 194 0 126314 0
[pid=20622/tid=20623] ppid=20619 vsize=506040 CPUtime=1181.67 cores=0,2,4,6
/proc/20622/task/20623/stat : 20623 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 24501 0 0 0 118147 20 0 0 25 0 4 0 622474327 518184960 114335 33554432000 134512640 135305190 4291936224 18446744073709551615 134528263 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20622/tid=20624] ppid=20619 vsize=506040 CPUtime=1180.29 cores=0,2,4,6
/proc/20622/task/20624/stat : 20624 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 31837 0 0 0 118001 28 0 0 25 0 4 0 622474327 518184960 114335 33554432000 134512640 135305190 4291936224 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=20622/tid=20625] ppid=20619 vsize=506040 CPUtime=1173.19 cores=0,2,4,6
/proc/20622/task/20625/stat : 20625 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 23059 0 0 0 117295 24 0 0 25 0 4 0 622474327 518184960 114335 33554432000 134512640 135305190 4291936224 18446744073709551615 134528298 0 0 4096 3 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4716.17
Current children cumulated vsize (KiB) 514740



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1203.4 s]
/proc/loadavg: 8.10 8.11 8.01 10/300 20690
/proc/meminfo: memFree=23804452/32951124 swapFree=63485424/67111528
[pid=20619] ppid=20617 vsize=8700 CPUtime=0.43 cores=0,2,4,6
/proc/20619/stat : 20619 (manysat.sh) S 20617 20619 19790 0 -1 4202496 357 4073 0 0 0 0 43 0 21 0 1 0 622474275 8908800 253 33554432000 4194304 4922060 140733255988208 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20619/statm: 2175 253 209 178 0 68 0
[pid=20622] ppid=20619 vsize=514892 CPUtime=4799.95 cores=0,2,4,6
/proc/20622/stat : 20622 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202496 116730 0 0 0 479894 101 0 0 25 0 4 0 622474319 527249408 116681 33554432000 134512640 135305190 4291936224 18446744073709551615 134694990 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/20622/statm: 128723 116681 84 194 0 128527 0
[pid=20622/tid=20623] ppid=20619 vsize=514892 CPUtime=1202.79 cores=0,2,4,6
/proc/20622/task/20623/stat : 20623 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 25321 0 0 0 120258 21 0 0 25 0 4 0 622474327 527249408 116681 33554432000 134512640 135305190 4291936224 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20622/tid=20624] ppid=20619 vsize=514892 CPUtime=1201.4 cores=0,2,4,6
/proc/20622/task/20624/stat : 20624 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 32557 0 0 0 120111 29 0 0 25 0 4 0 622474327 527249408 116681 33554432000 134512640 135305190 4291936224 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=20622/tid=20625] ppid=20619 vsize=514892 CPUtime=1194.1 cores=0,2,4,6
/proc/20622/task/20625/stat : 20625 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 23504 0 0 0 119386 24 0 0 25 0 4 0 622474327 527249408 116681 33554432000 134512640 135305190 4291936224 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 523592

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

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

[startup+1203.4 s]
/proc/loadavg: 8.10 8.11 8.01 10/300 20690
/proc/meminfo: memFree=23804452/32951124 swapFree=63485424/67111528
[pid=20619] ppid=20617 vsize=8700 CPUtime=0.43 cores=0,2,4,6
/proc/20619/stat : 20619 (manysat.sh) S 20617 20619 19790 0 -1 4202496 357 4073 0 0 0 0 43 0 21 0 1 0 622474275 8908800 253 33554432000 4194304 4922060 140733255988208 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20619/statm: 2175 253 209 178 0 68 0
[pid=20622] ppid=20619 vsize=514892 CPUtime=4799.95 cores=0,2,4,6
/proc/20622/stat : 20622 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202496 116730 0 0 0 479894 101 0 0 25 0 4 0 622474319 527249408 116681 33554432000 134512640 135305190 4291936224 18446744073709551615 134694990 0 0 4096 3 18446744073709551615 0 0 17 4 0 0 0
/proc/20622/statm: 128723 116681 84 194 0 128527 0
[pid=20622/tid=20623] ppid=20619 vsize=514892 CPUtime=1202.79 cores=0,2,4,6
/proc/20622/task/20623/stat : 20623 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 25321 0 0 0 120258 21 0 0 25 0 4 0 622474327 527249408 116681 33554432000 134512640 135305190 4291936224 18446744073709551615 134528768 0 0 4096 3 0 0 0 -1 2 0 0 0
[pid=20622/tid=20624] ppid=20619 vsize=514892 CPUtime=1201.4 cores=0,2,4,6
/proc/20622/task/20624/stat : 20624 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 32557 0 0 0 120111 29 0 0 25 0 4 0 622474327 527249408 116681 33554432000 134512640 135305190 4291936224 18446744073709551615 134528410 0 0 4096 3 0 0 0 -1 0 0 0 0
[pid=20622/tid=20625] ppid=20619 vsize=514892 CPUtime=1194.1 cores=0,2,4,6
/proc/20622/task/20625/stat : 20625 (manysat1.1_stat) R 20619 20619 19790 0 -1 4202560 23504 0 0 0 119386 24 0 0 25 0 4 0 622474327 527249408 116681 33554432000 134512640 135305190 4291936224 18446744073709551615 134528229 0 0 4096 3 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4800.38
Current children cumulated vsize (KiB) 523592

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1203.42
CPU time (s): 4800.38
CPU user time (s): 4799.37
CPU system time (s): 1.01
CPU usage (%): 398.894
Max. virtual memory (cumulated for all children) (KiB): 523592

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

runsolver used 3.09453 second user time and 7.8578 second system time

The end

Launcher Data

Begin job on node147 at 2011-05-13 17:29:44
IDJOB=3362257
IDBENCH=83130
IDSOLVER=1838
FILE ID=node147/3362257-1305300584
RUNJOBID= node147-1305296390-19808
PBS_JOBID= 13321406
Free space on /tmp= 52516 MiB

SOLVER NAME= ManySAT 1.1 aimd 1/2009-03-20 (4 threads)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom16.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 1
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3362257-1305300584/watcher-3362257-1305300584 -o /tmp/evaluation-result-3362257-1305300584/solver-3362257-1305300584 -C 4800 -W 1300 -M 15500  manysat.sh HOME/instance-3362257-1305300584.cnf aimd 1

TIME LIMIT= 4800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 73a2c2d9e5c062e561bfdb7c82071a99
RANDOM SEED=995352546

node147.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
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 rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24136028 kB
Buffers:        235316 kB
Cached:        4858124 kB
SwapCached:      13132 kB
Active:        1867928 kB
Inactive:      6722024 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24136028 kB
SwapTotal:    67111528 kB
SwapFree:     63485424 kB
Dirty:            3136 kB
Writeback:           0 kB
AnonPages:     3491300 kB
Mapped:          15400 kB
Slab:           134056 kB
PageTables:      29824 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45348984 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 52544 MiB
End job on node147 at 2011-05-13 17:49:49