Trace number 1781122

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 2/2009-03-20 (4 threads)? (TO) 3988.1 1000.05

General information on the benchmark

NameAPPLICATIONS/satComp09_BioInstances/
rbcl_xits_09_UNKNOWN.cnf
MD5SUM18ad1dee1e9d863458e75a20545ae68a
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 variables1430
Number of clauses79453
Sum of the clauses size236162
Maximum clause length10
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 22358
Number of clauses of size 377072
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 523

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 |   79453   236162 |   23835       0        0     nan |  0.000 % |
0.40/0.41	c |         0 |   78593   334041 |      --       0       --      -- |     --   | -860/97879
0.40/0.41	c ==============================================================================
0.40/0.41	c Result  :   #vars: 871   #clauses: 78593   #literals: 334041
0.40/0.41	c CPU time:   0.42 s
0.40/0.41	c ==============================================================================

Verifier Data

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

Watcher Data

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

command line: runsolver --timestamp -w /tmp/evaluation-result-1781122-1243542684/watcher-1781122-1243542684 -o /tmp/evaluation-result-1781122-1243542684/solver-1781122-1243542684 -C 10000 -W 1000 -M 2047 manysat.sh HOME/instance-1781122-1243542684.cnf aimd 2 

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): 1000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 2096128 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 2147328 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 4.15 4.42 4.47 3/109 10305
/proc/meminfo: memFree=2831252/3368532 swapFree=1959840/1959888
[pid=10305] ppid=10303 vsize=2416 CPUtime=0
/proc/10305/stat : 10305 (manysat.sh) S 10303 10305 29143 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1118931170 2473984 274 4294967295 134512640 135169312 3216623328 3216621864 3084971758 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/10305/statm: 604 274 231 161 0 43 0
[pid=10306] ppid=10305 vsize=1196 CPUtime=0
/proc/10306/stat : 10306 (SatElite) R 10305 10305 29143 0 -1 4202496 234 0 0 0 0 0 0 0 18 0 1 0 1118931170 1224704 170 4294967295 134512640 135034092 3213460384 3213456376 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10306/statm: 299 170 49 128 0 169 0

[startup+0.106058 s]
/proc/loadavg: 4.15 4.42 4.47 3/109 10305
/proc/meminfo: memFree=2831252/3368532 swapFree=1959840/1959888
[pid=10305] ppid=10303 vsize=2416 CPUtime=0
/proc/10305/stat : 10305 (manysat.sh) S 10303 10305 29143 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1118931170 2473984 274 4294967295 134512640 135169312 3216623328 3216621864 3084971758 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/10305/statm: 604 274 231 161 0 43 0
[pid=10306] ppid=10305 vsize=7404 CPUtime=0.1
/proc/10306/stat : 10306 (SatElite) R 10305 10305 29143 0 -1 4202496 1770 0 0 0 10 0 0 0 18 0 1 0 1118931170 7581696 1706 4294967295 134512640 135034092 3213460384 3213456328 134673244 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10306/statm: 1851 1706 67 128 0 1721 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9820

[startup+0.206053 s]
/proc/loadavg: 4.15 4.42 4.47 3/109 10305
/proc/meminfo: memFree=2831252/3368532 swapFree=1959840/1959888
[pid=10305] ppid=10303 vsize=2416 CPUtime=0
/proc/10305/stat : 10305 (manysat.sh) S 10303 10305 29143 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1118931170 2473984 274 4294967295 134512640 135169312 3216623328 3216621864 3084971758 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/10305/statm: 604 274 231 161 0 43 0
[pid=10306] ppid=10305 vsize=9208 CPUtime=0.2
/proc/10306/stat : 10306 (SatElite) R 10305 10305 29143 0 -1 4202496 2154 0 0 0 20 0 0 0 18 0 1 0 1118931170 9428992 2090 4294967295 134512640 135034092 3213460384 3213456688 134569613 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10306/statm: 2302 2090 70 128 0 2172 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 11624

[startup+0.306047 s]
/proc/loadavg: 4.15 4.42 4.47 3/109 10305
/proc/meminfo: memFree=2831252/3368532 swapFree=1959840/1959888
[pid=10305] ppid=10303 vsize=2416 CPUtime=0
/proc/10305/stat : 10305 (manysat.sh) S 10303 10305 29143 0 -1 4194304 350 0 0 0 0 0 0 0 18 0 1 0 1118931170 2473984 274 4294967295 134512640 135169312 3216623328 3216621864 3084971758 0 65536 4 65538 3222376037 0 0 17 3 0 0 0
/proc/10305/statm: 604 274 231 161 0 43 0
[pid=10306] ppid=10305 vsize=9208 CPUtime=0.3
/proc/10306/stat : 10306 (SatElite) R 10305 10305 29143 0 -1 4202496 2154 0 0 0 30 0 0 0 18 0 1 0 1118931170 9428992 2090 4294967295 134512640 135034092 3213460384 3213456688 134569566 0 0 0 3 0 0 0 17 2 0 0 0
/proc/10306/statm: 2302 2090 70 128 0 2172 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 11624

[startup+0.706032 s]
/proc/loadavg: 4.15 4.42 4.47 3/109 10305
/proc/meminfo: memFree=2831252/3368532 swapFree=1959840/1959888
[pid=10305] ppid=10303 vsize=2420 CPUtime=0.52
/proc/10305/stat : 10305 (manysat.sh) S 10303 10305 29143 0 -1 4194304 370 2160 0 0 0 0 52 0 15 0 1 0 1118931170 2478080 275 4294967295 134512640 135169312 3216623328 3216619544 3084971758 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10305/statm: 605 275 231 161 0 44 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 2420

[startup+1.516 s]
/proc/loadavg: 4.15 4.42 4.47 7/114 10312
/proc/meminfo: memFree=2804760/3368532 swapFree=1959840/1959888
[pid=10305] ppid=10303 vsize=2420 CPUtime=0.52
/proc/10305/stat : 10305 (manysat.sh) S 10303 10305 29143 0 -1 4194304 370 2160 0 0 0 0 52 0 15 0 1 0 1118931170 2478080 275 4294967295 134512640 135169312 3216623328 3216619544 3084971758 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10305/statm: 605 275 231 161 0 44 0
[pid=10308] ppid=10305 vsize=54244 CPUtime=3.35
/proc/10308/stat : 10308 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202496 7095 0 0 0 333 2 0 0 18 0 4 0 1118931222 55545856 7028 4294967295 134512640 135305190 3217190752 3217188928 134528274 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/10308/statm: 13561 7028 79 194 0 13365 0
[pid=10308/tid=10309] ppid=10305 vsize=54244 CPUtime=0.8
/proc/10308/task/10309/stat : 10309 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 468 0 0 0 80 0 0 0 19 0 4 0 1118931236 55545856 7028 4294967295 134512640 135305190 3217190752 3085106368 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=10308/tid=10310] ppid=10305 vsize=54244 CPUtime=0.82
/proc/10308/task/10310/stat : 10310 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 543 0 0 0 82 0 0 0 22 0 4 0 1118931236 55545856 7028 4294967295 134512640 135305190 3217190752 3076717440 134554701 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=10308/tid=10311] ppid=10305 vsize=54244 CPUtime=0.76
/proc/10308/task/10311/stat : 10311 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 501 0 0 0 75 1 0 0 19 0 4 0 1118931236 55545856 7028 4294967295 134512640 135305190 3217190752 3068328900 134840070 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.87
Current children cumulated vsize (KiB) 56664

[startup+3.11591 s]
/proc/loadavg: 4.15 4.42 4.47 5/114 10312
/proc/meminfo: memFree=2799284/3368532 swapFree=1959840/1959888
[pid=10305] ppid=10303 vsize=2420 CPUtime=0.52
/proc/10305/stat : 10305 (manysat.sh) S 10303 10305 29143 0 -1 4194304 370 2160 0 0 0 0 52 0 15 0 1 0 1118931170 2478080 275 4294967295 134512640 135169312 3216623328 3216619544 3084971758 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10305/statm: 605 275 231 161 0 44 0
[pid=10308] ppid=10305 vsize=60468 CPUtime=9.75
/proc/10308/stat : 10308 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202496 8568 0 0 0 972 3 0 0 21 0 4 0 1118931222 61919232 8501 4294967295 134512640 135305190 3217190752 3217188928 134528224 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/10308/statm: 15117 8501 79 194 0 14921 0
[pid=10308/tid=10309] ppid=10305 vsize=60468 CPUtime=2.4
/proc/10308/task/10309/stat : 10309 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 728 0 0 0 239 1 0 0 21 0 4 0 1118931236 61919232 8501 4294967295 134512640 135305190 3217190752 3085106368 134528298 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=10308/tid=10310] ppid=10305 vsize=60468 CPUtime=2.42
/proc/10308/task/10310/stat : 10310 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 1025 0 0 0 242 0 0 0 25 0 4 0 1118931236 61919232 8501 4294967295 134512640 135305190 3217190752 3076717760 134528503 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=10308/tid=10311] ppid=10305 vsize=60468 CPUtime=2.36
/proc/10308/task/10311/stat : 10311 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 1026 0 0 0 235 1 0 0 21 0 4 0 1118931236 61919232 8501 4294967295 134512640 135305190 3217190752 3068328692 134840070 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 10.27
Current children cumulated vsize (KiB) 62888

[startup+6.31574 s]
/proc/loadavg: 4.14 4.42 4.47 5/114 10312
/proc/meminfo: memFree=2789228/3368532 swapFree=1959840/1959888
[pid=10305] ppid=10303 vsize=2420 CPUtime=0.52
/proc/10305/stat : 10305 (manysat.sh) S 10303 10305 29143 0 -1 4194304 370 2160 0 0 0 0 52 0 15 0 1 0 1118931170 2478080 275 4294967295 134512640 135169312 3216623328 3216619544 3084971758 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10305/statm: 605 275 231 161 0 44 0
[pid=10308] ppid=10305 vsize=69348 CPUtime=22.53
/proc/10308/stat : 10308 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202496 10772 0 0 0 2248 5 0 0 25 0 4 0 1118931222 71012352 10705 4294967295 134512640 135305190 3217190752 3217188928 134528768 0 0 0 3 4294967295 0 0 17 1 0 0 0
/proc/10308/statm: 17337 10705 79 194 0 17141 0
[pid=10308/tid=10309] ppid=10305 vsize=69348 CPUtime=5.6
/proc/10308/task/10309/stat : 10309 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 1198 0 0 0 559 1 0 0 25 0 4 0 1118931236 71012352 10705 4294967295 134512640 135305190 3217190752 3085106368 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
[pid=10308/tid=10310] ppid=10305 vsize=69348 CPUtime=5.62
/proc/10308/task/10310/stat : 10310 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 1571 0 0 0 562 0 0 0 25 0 4 0 1118931236 71012352 10705 4294967295 134512640 135305190 3217190752 3076717760 134528402 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=10308/tid=10311] ppid=10305 vsize=69348 CPUtime=5.54
/proc/10308/task/10311/stat : 10311 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 1846 0 0 0 552 2 0 0 25 0 4 0 1118931236 71012352 10705 4294967295 134512640 135305190 3217190752 3068328692 134840070 0 0 0 3 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 23.05
Current children cumulated vsize (KiB) 71768

[startup+12.7154 s]
/proc/loadavg: 4.13 4.41 4.47 6/114 10495
/proc/meminfo: memFree=2779360/3368532 swapFree=1959840/1959888
[pid=10305] ppid=10303 vsize=2420 CPUtime=0.52
/proc/10305/stat : 10305 (manysat.sh) S 10303 10305 29143 0 -1 4194304 370 2160 0 0 0 0 52 0 15 0 1 0 1118931170 2478080 275 4294967295 134512640 135169312 3216623328 3216619544 3084971758 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10305/statm: 605 275 231 161 0 44 0
[pid=10308] ppid=10305 vsize=78960 CPUtime=47.77
/proc/10308/stat : 10308 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202496 12989 0 0 0 4768 9 0 0 25 0 4 0 1118931222 80855040 12922 4294967295 134512640 135305190 3217190752 3217188928 134528512 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/10308/statm: 19740 12922 79 194 0 19544 0
[pid=10308/tid=10309] ppid=10305 vsize=78960 CPUtime=11.88
/proc/10308/task/10309/stat : 10309 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 1694 0 0 0 1186 2 0 0 25 0 4 0 1118931236 80855040 12922 4294967295 134512640 135305190 3217190752 3085106096 134557484 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=10308/tid=10310] ppid=10305 vsize=78960 CPUtime=12
/proc/10308/task/10310/stat : 10310 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 2106 0 0 0 1199 1 0 0 25 0 4 0 1118931236 80855040 12922 4294967295 134512640 135305190 3217190752 3076717760 134528392 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=10308/tid=10311] ppid=10305 vsize=78960 CPUtime=11.86
/proc/10308/task/10311/stat : 10311 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 2571 0 0 0 1183 3 0 0 25 0 4 0 1118931236 80855040 12922 4294967295 134512640 135305190 3217190752 3068329152 134528503 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 48.29
Current children cumulated vsize (KiB) 81380

[startup+25.5148 s]
/proc/loadavg: 4.10 4.39 4.46 5/114 10497
/proc/meminfo: memFree=2760340/3368532 swapFree=1959840/1959888
[pid=10305] ppid=10303 vsize=2420 CPUtime=0.52
/proc/10305/stat : 10305 (manysat.sh) S 10303 10305 29143 0 -1 4194304 370 2160 0 0 0 0 52 0 15 0 1 0 1118931170 2478080 275 4294967295 134512640 135169312 3216623328 3216619544 3084971758 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10305/statm: 605 275 231 161 0 44 0
[pid=10308] ppid=10305 vsize=97728 CPUtime=98.92
/proc/10308/stat : 10308 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202496 17567 0 0 0 9877 15 0 0 25 0 4 0 1118931222 100073472 17497 4294967295 134512640 135305190 3217190752 3217188928 134528256 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/10308/statm: 24432 17497 79 194 0 24236 0
[pid=10308/tid=10309] ppid=10305 vsize=97728 CPUtime=24.68
/proc/10308/task/10309/stat : 10309 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 2570 0 0 0 2465 3 0 0 25 0 4 0 1118931236 100073472 17497 4294967295 134512640 135305190 3217190752 3085106368 134528392 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=10308/tid=10310] ppid=10305 vsize=97728 CPUtime=24.8
/proc/10308/task/10310/stat : 10310 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 3275 0 0 0 2479 1 0 0 25 0 4 0 1118931236 100073472 17497 4294967295 134512640 135305190 3217190752 3076717760 134528229 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=10308/tid=10311] ppid=10305 vsize=97728 CPUtime=24.65
/proc/10308/task/10311/stat : 10311 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 3838 0 0 0 2458 7 0 0 25 0 4 0 1118931236 100073472 17497 4294967295 134512640 135305190 3217190752 3068329152 134528329 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 99.44
Current children cumulated vsize (KiB) 100148

[startup+51.1134 s]
/proc/loadavg: 4.14 4.37 4.45 6/114 10498
/proc/meminfo: memFree=2736536/3368532 swapFree=1959840/1959888
[pid=10305] ppid=10303 vsize=2420 CPUtime=0.52
/proc/10305/stat : 10305 (manysat.sh) S 10303 10305 29143 0 -1 4194304 370 2160 0 0 0 0 52 0 15 0 1 0 1118931170 2478080 275 4294967295 134512640 135169312 3216623328 3216619544 3084971758 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10305/statm: 605 275 231 161 0 44 0
[pid=10308] ppid=10305 vsize=122904 CPUtime=201.11
/proc/10308/stat : 10308 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202496 23526 0 0 0 20073 38 0 0 25 0 4 0 1118931222 125853696 23456 4294967295 134512640 135305190 3217190752 3217188928 134528224 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/10308/statm: 30726 23456 79 194 0 30530 0
[pid=10308/tid=10309] ppid=10305 vsize=122904 CPUtime=50.28
/proc/10308/task/10309/stat : 10309 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 3850 0 0 0 5016 12 0 0 25 0 4 0 1118931236 125853696 23456 4294967295 134512640 135305190 3217190752 3085106368 134528392 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=10308/tid=10310] ppid=10305 vsize=122904 CPUtime=50.4
/proc/10308/task/10310/stat : 10310 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 4747 0 0 0 5036 4 0 0 25 0 4 0 1118931236 125853696 23456 4294967295 134512640 135305190 3217190752 3076717760 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=10308/tid=10311] ppid=10305 vsize=122904 CPUtime=50.25
/proc/10308/task/10311/stat : 10311 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 5444 0 0 0 5011 14 0 0 25 0 4 0 1118931236 125853696 23456 4294967295 134512640 135305190 3217190752 3068329152 134528768 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 201.63
Current children cumulated vsize (KiB) 125324

[startup+102.311 s]
/proc/loadavg: 4.12 4.33 4.43 6/114 10690
/proc/meminfo: memFree=2721264/3368532 swapFree=1959840/1959888
[pid=10305] ppid=10303 vsize=2420 CPUtime=0.52
/proc/10305/stat : 10305 (manysat.sh) S 10303 10305 29143 0 -1 4194304 370 2160 0 0 0 0 52 0 15 0 1 0 1118931170 2478080 275 4294967295 134512640 135169312 3216623328 3216619544 3084971758 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10305/statm: 605 275 231 161 0 44 0
[pid=10308] ppid=10305 vsize=137680 CPUtime=405.19
/proc/10308/stat : 10308 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202496 27146 0 0 0 40467 52 0 0 25 0 4 0 1118931222 140984320 27076 4294967295 134512640 135305190 3217190752 3217188928 134528768 0 0 0 3 4294967295 0 0 17 3 0 0 0
/proc/10308/statm: 34420 27076 79 194 0 34224 0
[pid=10308/tid=10309] ppid=10305 vsize=137680 CPUtime=101.31
/proc/10308/task/10309/stat : 10309 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 4907 0 0 0 10117 14 0 0 25 0 4 0 1118931236 140984320 27076 4294967295 134512640 135305190 3217190752 3085106368 134528189 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=10308/tid=10310] ppid=10305 vsize=137680 CPUtime=101.52
/proc/10308/task/10310/stat : 10310 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 5184 0 0 0 10148 4 0 0 25 0 4 0 1118931236 140984320 27076 4294967295 134512640 135305190 3217190752 3076717760 134528392 0 0 0 3 0 0 0 -1 1 0 0 0
[pid=10308/tid=10311] ppid=10305 vsize=137680 CPUtime=101.38
/proc/10308/task/10311/stat : 10311 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 6320 0 0 0 10119 19 0 0 25 0 4 0 1118931236 140984320 27076 4294967295 134512640 135305190 3217190752 3068328944 134548055 0 0 0 3 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 405.71
Current children cumulated vsize (KiB) 140100

[startup+162.308 s]
/proc/loadavg: 4.14 4.30 4.41 5/114 10877
/proc/meminfo: memFree=2695860/3368532 swapFree=1959840/1959888
[pid=10305] ppid=10303 vsize=2420 CPUtime=0.52
/proc/10305/stat : 10305 (manysat.sh) S 10303 10305 29143 0 -1 4194304 370 2160 0 0 0 0 52 0 15 0 1 0 1118931170 2478080 275 4294967295 134512640 135169312 3216623328 3216619544 3084971758 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10305/statm: 605 275 231 161 0 44 0
[pid=10308] ppid=10305 vsize=165508 CPUtime=644.67

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

/proc/10308/task/10311/stat : 10311 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 17316 0 0 0 57919 87 0 0 25 0 4 0 1118931236 304009216 63908 4294967295 134512640 135305190 3217190752 3068329152 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2321
Current children cumulated vsize (KiB) 299304

[startup+642.313 s]
/proc/loadavg: 4.58 4.53 4.48 7/115 12350
/proc/meminfo: memFree=2567360/3368532 swapFree=1959840/1959888
[pid=10305] ppid=10303 vsize=2420 CPUtime=0.52
/proc/10305/stat : 10305 (manysat.sh) S 10303 10305 29143 0 -1 4194304 370 2160 0 0 0 0 52 0 15 0 1 0 1118931170 2478080 275 4294967295 134512640 135169312 3216623328 3216619544 3084971758 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10305/statm: 605 275 231 161 0 44 0
[pid=10308] ppid=10305 vsize=303992 CPUtime=2559.9
/proc/10308/stat : 10308 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202496 65507 0 0 0 255725 265 0 0 25 0 4 0 1118931222 311287808 65400 4294967295 134512640 135305190 3217190752 3217188928 134528392 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/10308/statm: 75998 65400 79 194 0 75802 0
[pid=10308/tid=10309] ppid=10305 vsize=303992 CPUtime=640.82
/proc/10308/task/10309/stat : 10309 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 14444 0 0 0 64022 60 0 0 25 0 4 0 1118931236 311287808 65400 4294967295 134512640 135305190 3217190752 3085106368 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=10308/tid=10310] ppid=10305 vsize=303992 CPUtime=640.2
/proc/10308/task/10310/stat : 10310 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 15584 0 0 0 63956 64 0 0 25 0 4 0 1118931236 311287808 65400 4294967295 134512640 135305190 3217190752 3076717760 134528768 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=10308/tid=10311] ppid=10305 vsize=303992 CPUtime=639.87
/proc/10308/task/10311/stat : 10311 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 17627 0 0 0 63897 90 0 0 25 0 4 0 1118931236 311287808 65400 4294967295 134512640 135305190 3217190752 3068329152 134528402 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2560.42
Current children cumulated vsize (KiB) 306412

[startup+702.309 s]
/proc/loadavg: 4.45 4.50 4.47 6/115 12511
/proc/meminfo: memFree=2558620/3368532 swapFree=1959840/1959888
[pid=10305] ppid=10303 vsize=2420 CPUtime=0.52
/proc/10305/stat : 10305 (manysat.sh) S 10303 10305 29143 0 -1 4194304 370 2160 0 0 0 0 52 0 15 0 1 0 1118931170 2478080 275 4294967295 134512640 135169312 3216623328 3216619544 3084971758 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10305/statm: 605 275 231 161 0 44 0
[pid=10308] ppid=10305 vsize=314012 CPUtime=2799.48
/proc/10308/stat : 10308 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202496 67886 0 0 0 279664 284 0 0 25 0 4 0 1118931222 321548288 67779 4294967295 134512640 135305190 3217190752 3217188928 134528768 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/10308/statm: 78503 67779 79 194 0 78307 0
[pid=10308/tid=10309] ppid=10305 vsize=314012 CPUtime=700.82
/proc/10308/task/10309/stat : 10309 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 14608 0 0 0 70021 61 0 0 25 0 4 0 1118931236 321548288 67779 4294967295 134512640 135305190 3217190752 3085106368 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=10308/tid=10310] ppid=10305 vsize=314012 CPUtime=700.14
/proc/10308/task/10310/stat : 10310 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 16367 0 0 0 69940 74 0 0 25 0 4 0 1118931236 321548288 67779 4294967295 134512640 135305190 3217190752 3076717760 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=10308/tid=10311] ppid=10305 vsize=314012 CPUtime=699.58
/proc/10308/task/10311/stat : 10311 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 18672 0 0 0 69861 97 0 0 25 0 4 0 1118931236 321548288 67779 4294967295 134512640 135305190 3217190752 3068329152 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 2800
Current children cumulated vsize (KiB) 316432

[startup+762.306 s]
/proc/loadavg: 4.61 4.51 4.47 5/114 12761
/proc/meminfo: memFree=2539340/3368532 swapFree=1959840/1959888
[pid=10305] ppid=10303 vsize=2420 CPUtime=0.52
/proc/10305/stat : 10305 (manysat.sh) S 10303 10305 29143 0 -1 4194304 370 2160 0 0 0 0 52 0 15 0 1 0 1118931170 2478080 275 4294967295 134512640 135169312 3216623328 3216619544 3084971758 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10305/statm: 605 275 231 161 0 44 0
[pid=10308] ppid=10305 vsize=332240 CPUtime=3038.84
/proc/10308/stat : 10308 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202496 72253 0 0 0 303581 303 0 0 25 0 4 0 1118931222 340213760 72146 4294967295 134512640 135305190 3217190752 3217188928 134528768 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/10308/statm: 83060 72146 79 194 0 82864 0
[pid=10308/tid=10309] ppid=10305 vsize=332240 CPUtime=760.64
/proc/10308/task/10309/stat : 10309 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 15358 0 0 0 76000 64 0 0 25 0 4 0 1118931236 340213760 72146 4294967295 134512640 135305190 3217190752 3085106368 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=10308/tid=10310] ppid=10305 vsize=332240 CPUtime=760.1
/proc/10308/task/10310/stat : 10310 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 17792 0 0 0 75934 76 0 0 25 0 4 0 1118931236 340213760 72146 4294967295 134512640 135305190 3217190752 3076717648 134539404 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=10308/tid=10311] ppid=10305 vsize=332240 CPUtime=759.3
/proc/10308/task/10311/stat : 10311 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 20218 0 0 0 75827 103 0 0 25 0 4 0 1118931236 340213760 72146 4294967295 134512640 135305190 3217190752 3068329152 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3039.36
Current children cumulated vsize (KiB) 334660

[startup+822.303 s]
/proc/loadavg: 4.41 4.46 4.45 6/115 12934
/proc/meminfo: memFree=2533708/3368532 swapFree=1959840/1959888
[pid=10305] ppid=10303 vsize=2420 CPUtime=0.52
/proc/10305/stat : 10305 (manysat.sh) S 10303 10305 29143 0 -1 4194304 370 2160 0 0 0 0 52 0 15 0 1 0 1118931170 2478080 275 4294967295 134512640 135169312 3216623328 3216619544 3084971758 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10305/statm: 605 275 231 161 0 44 0
[pid=10308] ppid=10305 vsize=338560 CPUtime=3278.15
/proc/10308/stat : 10308 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202496 73733 0 0 0 327492 323 0 0 25 0 4 0 1118931222 346685440 73626 4294967295 134512640 135305190 3217190752 3217188928 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/10308/statm: 84640 73626 79 194 0 84444 0
[pid=10308/tid=10309] ppid=10305 vsize=338560 CPUtime=820.25
/proc/10308/task/10309/stat : 10309 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 15754 0 0 0 81955 70 0 0 25 0 4 0 1118931236 346685440 73626 4294967295 134512640 135305190 3217190752 3085106368 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=10308/tid=10310] ppid=10305 vsize=338560 CPUtime=820.02
/proc/10308/task/10310/stat : 10310 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 18026 0 0 0 81920 82 0 0 25 0 4 0 1118931236 346685440 73626 4294967295 134512640 135305190 3217190752 3076717760 134528298 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=10308/tid=10311] ppid=10305 vsize=338560 CPUtime=819.27
/proc/10308/task/10311/stat : 10311 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 20566 0 0 0 81821 106 0 0 25 0 4 0 1118931236 346685440 73626 4294967295 134512640 135305190 3217190752 3068329152 134528298 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3278.67
Current children cumulated vsize (KiB) 340980

[startup+882.32 s]
/proc/loadavg: 4.51 4.47 4.45 7/115 13056
/proc/meminfo: memFree=2529720/3368532 swapFree=1959840/1959888
[pid=10305] ppid=10303 vsize=2420 CPUtime=0.52
/proc/10305/stat : 10305 (manysat.sh) S 10303 10305 29143 0 -1 4194304 370 2160 0 0 0 0 52 0 15 0 1 0 1118931170 2478080 275 4294967295 134512640 135169312 3216623328 3216619544 3084971758 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10305/statm: 605 275 231 161 0 44 0
[pid=10308] ppid=10305 vsize=343992 CPUtime=3517.75
/proc/10308/stat : 10308 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202496 74947 0 0 0 351433 342 0 0 25 0 4 0 1118931222 352247808 74840 4294967295 134512640 135305190 3217190752 3217188928 134528256 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/10308/statm: 85998 74840 79 194 0 85802 0
[pid=10308/tid=10309] ppid=10305 vsize=343992 CPUtime=879.96
/proc/10308/task/10309/stat : 10309 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 16156 0 0 0 87922 74 0 0 25 0 4 0 1118931236 352247808 74840 4294967295 134512640 135305190 3217190752 3085106368 134528248 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=10308/tid=10310] ppid=10305 vsize=343992 CPUtime=879.98
/proc/10308/task/10310/stat : 10310 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 18363 0 0 0 87914 84 0 0 25 0 4 0 1118931236 352247808 74840 4294967295 134512640 135305190 3217190752 3076717760 134528399 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=10308/tid=10311] ppid=10305 vsize=343992 CPUtime=879.29
/proc/10308/task/10311/stat : 10311 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 20622 0 0 0 87815 114 0 0 25 0 4 0 1118931236 352247808 74840 4294967295 134512640 135305190 3217190752 3068329152 134528875 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3518.27
Current children cumulated vsize (KiB) 346412

[startup+942.317 s]
/proc/loadavg: 4.56 4.49 4.46 6/115 13225
/proc/meminfo: memFree=2525788/3368532 swapFree=1959840/1959888
[pid=10305] ppid=10303 vsize=2420 CPUtime=0.52
/proc/10305/stat : 10305 (manysat.sh) S 10303 10305 29143 0 -1 4194304 370 2160 0 0 0 0 52 0 15 0 1 0 1118931170 2478080 275 4294967295 134512640 135169312 3216623328 3216619544 3084971758 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10305/statm: 605 275 231 161 0 44 0
[pid=10308] ppid=10305 vsize=348792 CPUtime=3757.24
/proc/10308/stat : 10308 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202496 75959 0 0 0 375359 365 0 0 25 0 4 0 1118931222 357163008 75852 4294967295 134512640 135305190 3217190752 3217188928 134528768 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/10308/statm: 87198 75852 79 194 0 87002 0
[pid=10308/tid=10309] ppid=10305 vsize=348792 CPUtime=939.68
/proc/10308/task/10309/stat : 10309 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 16517 0 0 0 93882 86 0 0 25 0 4 0 1118931236 357163008 75852 4294967295 134512640 135305190 3217190752 3085106368 134528418 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=10308/tid=10310] ppid=10305 vsize=348792 CPUtime=939.91
/proc/10308/task/10310/stat : 10310 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 18666 0 0 0 93903 88 0 0 25 0 4 0 1118931236 357163008 75852 4294967295 134512640 135305190 3217190752 3076717760 134528442 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=10308/tid=10311] ppid=10305 vsize=348792 CPUtime=939.29
/proc/10308/task/10311/stat : 10311 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 20818 0 0 0 93809 120 0 0 25 0 4 0 1118931236 357163008 75852 4294967295 134512640 135305190 3217190752 3068329152 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3757.76
Current children cumulated vsize (KiB) 351212



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1000.01 s]
/proc/loadavg: 4.61 4.53 4.47 8/115 13341
/proc/meminfo: memFree=2523608/3368532 swapFree=1959840/1959888
[pid=10305] ppid=10303 vsize=2420 CPUtime=0.52
/proc/10305/stat : 10305 (manysat.sh) S 10303 10305 29143 0 -1 4194304 370 2160 0 0 0 0 52 0 15 0 1 0 1118931170 2478080 275 4294967295 134512640 135169312 3216623328 3216619544 3084971758 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10305/statm: 605 275 231 161 0 44 0
[pid=10308] ppid=10305 vsize=351852 CPUtime=3987.58
/proc/10308/stat : 10308 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202496 76640 0 0 0 398373 385 0 0 25 0 4 0 1118931222 360296448 76533 4294967295 134512640 135305190 3217190752 3217188928 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/10308/statm: 87963 76533 79 194 0 87767 0
[pid=10308/tid=10309] ppid=10305 vsize=351852 CPUtime=997.35
/proc/10308/task/10309/stat : 10309 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 16630 0 0 0 99646 89 0 0 25 0 4 0 1118931236 360296448 76533 4294967295 134512640 135305190 3217190752 3085106368 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=10308/tid=10310] ppid=10305 vsize=351852 CPUtime=997.29
/proc/10308/task/10310/stat : 10310 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 18854 0 0 0 99628 101 0 0 25 0 4 0 1118931236 360296448 76533 4294967295 134512640 135305190 3217190752 3076717760 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=10308/tid=10311] ppid=10305 vsize=351852 CPUtime=996.99
/proc/10308/task/10311/stat : 10311 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 21127 0 0 0 99577 122 0 0 25 0 4 0 1118931236 360296448 76533 4294967295 134512640 135305190 3217190752 3068329152 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3988.1
Current children cumulated vsize (KiB) 354272

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

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

[startup+1000.01 s]
/proc/loadavg: 4.61 4.53 4.47 8/115 13341
/proc/meminfo: memFree=2523608/3368532 swapFree=1959840/1959888
[pid=10305] ppid=10303 vsize=2420 CPUtime=0.52
/proc/10305/stat : 10305 (manysat.sh) S 10303 10305 29143 0 -1 4194304 370 2160 0 0 0 0 52 0 15 0 1 0 1118931170 2478080 275 4294967295 134512640 135169312 3216623328 3216619544 3084971758 0 65536 4 65538 3222376037 0 0 17 2 0 0 0
/proc/10305/statm: 605 275 231 161 0 44 0
[pid=10308] ppid=10305 vsize=351852 CPUtime=3987.58
/proc/10308/stat : 10308 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202496 76640 0 0 0 398373 385 0 0 25 0 4 0 1118931222 360296448 76533 4294967295 134512640 135305190 3217190752 3217188928 134528298 0 0 0 3 4294967295 0 0 17 2 0 0 0
/proc/10308/statm: 87963 76533 79 194 0 87767 0
[pid=10308/tid=10309] ppid=10305 vsize=351852 CPUtime=997.35
/proc/10308/task/10309/stat : 10309 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 16630 0 0 0 99646 89 0 0 25 0 4 0 1118931236 360296448 76533 4294967295 134512640 135305190 3217190752 3085106368 134528298 0 0 0 3 0 0 0 -1 3 0 0 0
[pid=10308/tid=10310] ppid=10305 vsize=351852 CPUtime=997.29
/proc/10308/task/10310/stat : 10310 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 18854 0 0 0 99628 101 0 0 25 0 4 0 1118931236 360296448 76533 4294967295 134512640 135305190 3217190752 3076717760 134528768 0 0 0 3 0 0 0 -1 0 0 0 0
[pid=10308/tid=10311] ppid=10305 vsize=351852 CPUtime=996.99
/proc/10308/task/10311/stat : 10311 (manysat1.1_stat) R 10305 10305 29143 0 -1 4202560 21127 0 0 0 99577 122 0 0 25 0 4 0 1118931236 360296448 76533 4294967295 134512640 135305190 3217190752 3068329152 134528768 0 0 0 3 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 3988.1
Current children cumulated vsize (KiB) 354272

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1000.05
CPU time (s): 3988.1
CPU user time (s): 3984.25
CPU system time (s): 3.85
CPU usage (%): 398.788
Max. virtual memory (cumulated for all children) (KiB): 354272

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

runsolver used 0 second user time and 0 second system time

The end

Launcher Data

Begin job on  at 2009-05-28 22:31:24
IDJOB=1781122
IDBENCH=71098
IDSOLVER=626
FILE ID=/1781122-1243542684
PBS_JOBID=
Free space on /tmp= 7986 MiB

SOLVER NAME= ManySAT 1.1 aimd 2/2009-03-20 (4 threads)
BENCH NAME= SAT09/APPLICATIONS/satComp09_BioInstances/rbcl_xits_09_UNKNOWN.cnf
COMMAND LINE= manysat.sh BENCHNAME aimd 2
RUNSOLVER COMMAND LINE= runsolver --timestamp  -w /tmp/evaluation-result-1781122-1243542684/watcher-1781122-1243542684 -o /tmp/evaluation-result-1781122-1243542684/solver-1781122-1243542684 -C 10000 -W 1000 -M 2047  manysat.sh HOME/instance-1781122-1243542684.cnf aimd 2

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 2047 MiB
MAX NB THREAD= 4

MD5SUM BENCH= 18ad1dee1e9d863458e75a20545ae68a
RANDOM SEED= 1580923544

Linux (none) 2.6.21.5 #6 SMP Wed Jul 4 17:16:38 CEST 2007 i686 GNU/Linux

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.073
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3992.42
clflush size	: 64

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.073
cache size	: 4096 KB
physical id	: 0
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.12
clflush size	: 64

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.073
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 0
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 15
model name	: Intel(R) Xeon(R) CPU            5130  @ 2.00GHz
stepping	: 6
cpu MHz		: 1995.073
cache size	: 4096 KB
physical id	: 3
siblings	: 2
core id		: 1
cpu cores	: 2
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 10
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 pbe lm constant_tsc pni monitor ds_cpl vmx tm2 ssse3 cx16 xtpr dca lahf_lm
bogomips	: 3990.14
clflush size	: 64


/proc/meminfo:
MemTotal:      3368532 kB
MemFree:       2831548 kB
Buffers:         51696 kB
Cached:         385320 kB
SwapCached:          0 kB
Active:          52412 kB
Inactive:       403964 kB
HighTotal:     2489216 kB
HighFree:      2084896 kB
LowTotal:       879316 kB
LowFree:        746652 kB
SwapTotal:     1959888 kB
SwapFree:      1959840 kB
Dirty:            2728 kB
Writeback:           0 kB
AnonPages:       19168 kB
Mapped:           7772 kB
Slab:            70832 kB
SReclaimable:    58812 kB
SUnreclaim:      12020 kB
PageTables:        656 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   3644152 kB
Committed_AS:   111076 kB
VmallocTotal:   114680 kB
VmallocUsed:      1444 kB
VmallocChunk:   113072 kB

Free space on /tmp at the end= 7984 MiB
End job on  at 2009-05-28 22:48:06