Trace number 1883958

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
BoolVar 2009-04-26? (MO) 59.8399 59.7679

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-55-50.opb
MD5SUM63e69821c215670f44649de0f2905f57
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2750
Total number of constraints74305
Number of constraints which are clauses74305
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint50
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 51
Number of bits of the biggest sum of numbers6
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

5.18/5.12	------------------------
5.18/5.12	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
5.18/5.12	Size : 0, 151250, 0, 0, 0
5.18/5.12	Count : 0, 74305, 0, 0, 0
5.18/5.12	
5.18/5.12	Command line : minisat tmp.dimacs %var 
5.18/5.12	
5.18/5.12	------------------------
5.18/5.14	This is MiniSat 2.0 beta
5.18/5.14	WARNING: for repeatability, setting FPU to use double precision
5.18/5.14	============================[ Problem Statistics ]=============================
5.18/5.14	|                                                                             |
5.18/5.14	|  Number of variables:  2750                                                 |
5.18/5.14	|  Number of clauses:    74305                                                |
5.18/5.18	|  Parsing time:         0.04         s                                       |
6.88/6.86	============================[ Search Statistics ]==============================
6.88/6.86	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
6.88/6.86	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
6.88/6.86	===============================================================================
6.88/6.86	|         0 |    2695    74250   291060 |    24750        0    nan |  0.000 % |
6.88/6.87	|       100 |    2695    74250   291060 |    27225      100    258 |  0.000 % |
6.88/6.89	|       250 |    2695    74250   291060 |    29947      250    251 |  0.000 % |
6.98/6.92	|       476 |    2695    74250   291060 |    32942      476    392 |  0.000 % |
6.98/6.96	|       815 |    2695    74250   291060 |    36236      815    347 |  0.000 % |
7.08/7.02	|      1323 |    2695    74250   291060 |    39860     1323    339 |  0.000 % |
7.18/7.12	|      2082 |    2695    74250   291060 |    43846     2082    335 |  0.000 % |
7.28/7.28	|      3222 |    2695    74250   291060 |    48230     3222    361 |  0.000 % |
7.58/7.59	|      4930 |    2695    74250   291060 |    53053     4930    355 |  0.000 % |
8.18/8.16	|      7492 |    2695    74250   291060 |    58359     7492    369 |  0.000 % |
9.28/9.23	|     11336 |    2695    74250   291060 |    64195    11336    366 |  0.000 % |
11.18/11.19	|     17106 |    2695    74250   291060 |    70614    17106    378 |  0.000 % |
14.57/14.52	|     25756 |    2695    74250   291060 |    77676    25756    395 |  0.000 % |
21.37/21.36	|     38731 |    2695    74250   291060 |    85443    38731    398 |  0.000 % |
44.27/44.21	|     58196 |    2695    74250   291060 |    93988    58196    500 |  0.000 % |

Verifier Data

ERROR: no interpretation 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-1883958-1245238157/watcher-1883958-1245238157 -o /tmp/evaluation-result-1883958-1245238157/solver-1883958-1245238157 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883958-1245238157.opb minisat %dimacs %var 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 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: 1.00 1.00 0.85 3/64 2459
/proc/meminfo: memFree=1823520/2055920 swapFree=4181640/4192956
[pid=2459] ppid=2457 vsize=152 CPUtime=0
/proc/2459/stat : 2459 (java) R 2457 2459 2346 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 191409952 155648 26 1992294400 134512640 134550932 4294956192 18446744073709551615 12501291 0 0 4096 0 0 0 0 17 1 0 0
/proc/2459/statm: 38 26 19 9 0 4 0

[startup+0.014626 s]
/proc/loadavg: 1.00 1.00 0.85 3/64 2459
/proc/meminfo: memFree=1823520/2055920 swapFree=4181640/4192956
[pid=2459] ppid=2457 vsize=10768 CPUtime=0
/proc/2459/stat : 2459 (java) S 2457 2459 2346 0 -1 0 756 0 0 0 0 0 0 0 18 0 2 0 191409952 11026432 520 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/2459/statm: 2692 520 231 9 0 1197 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10768

[startup+0.103708 s]
/proc/loadavg: 1.00 1.00 0.85 3/64 2459
/proc/meminfo: memFree=1823520/2055920 swapFree=4181640/4192956
[pid=2459] ppid=2457 vsize=1684400 CPUtime=0.1
/proc/2459/stat : 2459 (java) S 2457 2459 2346 0 -1 0 2843 0 1 0 9 1 0 0 18 0 9 0 191409952 1724825600 2338 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2459/statm: 421100 2340 1217 9 0 416011 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1684400

[startup+0.302667 s]
/proc/loadavg: 1.00 1.00 0.85 3/64 2459
/proc/meminfo: memFree=1823520/2055920 swapFree=4181640/4192956
[pid=2459] ppid=2457 vsize=1684868 CPUtime=0.33
/proc/2459/stat : 2459 (java) S 2457 2459 2346 0 -1 0 4322 0 1 0 30 3 0 0 18 0 9 0 191409952 1725304832 3747 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2459/statm: 421217 3747 1378 9 0 416128 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1684868

[startup+0.701705 s]
/proc/loadavg: 1.00 1.00 0.85 3/64 2459
/proc/meminfo: memFree=1823520/2055920 swapFree=4181640/4192956
[pid=2459] ppid=2457 vsize=1685604 CPUtime=0.73
/proc/2459/stat : 2459 (java) S 2457 2459 2346 0 -1 0 8120 0 1 0 69 4 0 0 18 0 9 0 191409952 1726058496 6872 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2459/statm: 421401 6872 2154 9 0 416312 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 1685604

[startup+1.5018 s]
/proc/loadavg: 1.00 1.00 0.85 2/73 2468
/proc/meminfo: memFree=1798936/2055920 swapFree=4181640/4192956
[pid=2459] ppid=2457 vsize=1684664 CPUtime=1.56
/proc/2459/stat : 2459 (java) S 2457 2459 2346 0 -1 0 11422 0 1 0 150 6 0 0 18 0 9 0 191409952 1725095936 9406 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2459/statm: 421166 9406 2161 9 0 416077 0
[pid=2459/tid=2461] ppid=2457 vsize=1684664 CPUtime=0.99
/proc/2459/task/2461/stat : 2461 (java) R 2457 2459 2346 0 -1 64 2268 0 1 0 98 1 0 0 17 0 9 0 191409954 1725095936 9406 1992294400 134512640 134550932 4294956032 18446744073709551615 103564380 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2462] ppid=2457 vsize=1684664 CPUtime=0.48
/proc/2459/task/2462/stat : 2462 (java) S 2457 2459 2346 0 -1 64 8089 0 0 0 44 4 0 0 16 0 9 0 191409955 1725095936 9406 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2459/tid=2463] ppid=2457 vsize=1684664 CPUtime=0
/proc/2459/task/2463/stat : 2463 (java) S 2457 2459 2346 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 191409955 1725095936 9406 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2459/tid=2464] ppid=2457 vsize=1684664 CPUtime=0
/proc/2459/task/2464/stat : 2464 (java) S 2457 2459 2346 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 191409955 1725095936 9406 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2459/tid=2465] ppid=2457 vsize=1684664 CPUtime=0
/proc/2459/task/2465/stat : 2465 (java) S 2457 2459 2346 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 191409957 1725095936 9406 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2466] ppid=2457 vsize=1684664 CPUtime=0.07
/proc/2459/task/2466/stat : 2466 (java) S 2457 2459 2346 0 -1 64 332 0 0 0 7 0 0 0 16 0 9 0 191409957 1725095936 9406 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2459/tid=2467] ppid=2457 vsize=1684664 CPUtime=0
/proc/2459/task/2467/stat : 2467 (java) S 2457 2459 2346 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 191409958 1725095936 9406 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2468] ppid=2457 vsize=1684664 CPUtime=0
/proc/2459/task/2468/stat : 2468 (java) S 2457 2459 2346 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 191409958 1725095936 9406 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 1684664

[startup+3.10198 s]
/proc/loadavg: 1.00 1.00 0.85 2/73 2468
/proc/meminfo: memFree=1789016/2055920 swapFree=4181640/4192956
[pid=2459] ppid=2457 vsize=1684664 CPUtime=3.19
/proc/2459/stat : 2459 (java) S 2457 2459 2346 0 -1 0 17526 0 1 0 308 11 0 0 18 0 9 0 191409952 1725095936 15007 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2459/statm: 421166 15007 2161 9 0 416077 0
[pid=2459/tid=2461] ppid=2457 vsize=1684664 CPUtime=2.14
/proc/2459/task/2461/stat : 2461 (java) R 2457 2459 2346 0 -1 64 2549 0 1 0 212 2 0 0 17 0 9 0 191409954 1725095936 15007 1992294400 134512640 134550932 4294956032 18446744073709551615 4126616024 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2462] ppid=2457 vsize=1684664 CPUtime=0.92
/proc/2459/task/2462/stat : 2462 (java) S 2457 2459 2346 0 -1 64 13890 0 0 0 85 7 0 0 16 0 9 0 191409955 1725095936 15007 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2459/tid=2463] ppid=2457 vsize=1684664 CPUtime=0
/proc/2459/task/2463/stat : 2463 (java) S 2457 2459 2346 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 191409955 1725095936 15007 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2459/tid=2464] ppid=2457 vsize=1684664 CPUtime=0
/proc/2459/task/2464/stat : 2464 (java) S 2457 2459 2346 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 191409955 1725095936 15007 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2459/tid=2465] ppid=2457 vsize=1684664 CPUtime=0
/proc/2459/task/2465/stat : 2465 (java) S 2457 2459 2346 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 191409957 1725095936 15007 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2466] ppid=2457 vsize=1684664 CPUtime=0.1
/proc/2459/task/2466/stat : 2466 (java) S 2457 2459 2346 0 -1 64 354 0 0 0 10 0 0 0 16 0 9 0 191409957 1725095936 15007 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2459/tid=2467] ppid=2457 vsize=1684664 CPUtime=0
/proc/2459/task/2467/stat : 2467 (java) S 2457 2459 2346 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 191409958 1725095936 15007 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2468] ppid=2457 vsize=1684664 CPUtime=0
/proc/2459/task/2468/stat : 2468 (java) S 2457 2459 2346 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 191409958 1725095936 15007 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.19
Current children cumulated vsize (KiB) 1684664

[startup+6.30233 s]
/proc/loadavg: 1.00 1.00 0.85 2/77 2472
/proc/meminfo: memFree=1723704/2055920 swapFree=4181640/4192956
[pid=2459] ppid=2457 vsize=1685604 CPUtime=5.22
/proc/2459/stat : 2459 (java) S 2457 2459 2346 0 -1 0 28634 0 1 0 506 16 0 0 18 0 12 0 191409952 1726058496 24836 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2459/statm: 421401 24836 2164 9 0 416312 0
[pid=2470] ppid=2459 vsize=8960 CPUtime=1.16
/proc/2470/stat : 2470 (minisat) R 2459 2459 2346 0 -1 4194304 2074 0 0 0 115 1 0 0 25 0 1 0 191410465 9175040 2054 1992294400 134512640 135156773 4294956080 18446744073709551615 134538193 0 4 0 3 0 0 0 17 1 0 0
/proc/2470/statm: 2240 2054 73 157 0 2080 0
[pid=2459/tid=2461] ppid=2457 vsize=1685604 CPUtime=3.37
/proc/2459/task/2461/stat : 2461 (java) S 2457 2459 2346 0 -1 64 3152 0 1 0 334 3 0 0 18 0 12 0 191409954 1726058496 24836 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2462] ppid=2457 vsize=1685604 CPUtime=1.72
/proc/2459/task/2462/stat : 2462 (java) S 2457 2459 2346 0 -1 64 24258 0 0 0 161 11 0 0 16 0 12 0 191409955 1726058496 24836 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2459/tid=2463] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2463/stat : 2463 (java) S 2457 2459 2346 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191409955 1726058496 24836 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2459/tid=2464] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2464/stat : 2464 (java) S 2457 2459 2346 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 191409955 1726058496 24836 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2459/tid=2465] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2465/stat : 2465 (java) S 2457 2459 2346 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 191409957 1726058496 24836 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2466] ppid=2457 vsize=1685604 CPUtime=0.1
/proc/2459/task/2466/stat : 2466 (java) S 2457 2459 2346 0 -1 64 354 0 0 0 10 0 0 0 16 0 12 0 191409957 1726058496 24836 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2459/tid=2467] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2467/stat : 2467 (java) S 2457 2459 2346 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 191409958 1726058496 24836 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2468] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2468/stat : 2468 (java) S 2457 2459 2346 0 -1 64 22 0 0 0 0 0 0 0 15 0 12 0 191409958 1726058496 24836 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2469] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2469/stat : 2469 (java) S 2457 2459 2346 0 -1 64 66 0 0 0 0 0 0 0 18 0 12 0 191410465 1726058496 24836 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=2459/tid=2471] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2471/stat : 2471 (java) S 2457 2459 2346 0 -1 64 39 0 0 0 0 0 0 0 17 0 12 0 191410466 1726058496 24836 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=2459/tid=2472] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2472/stat : 2472 (java) S 2457 2459 2346 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 191410466 1726058496 24836 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.38
Current children cumulated vsize (KiB) 1694564

[startup+12.7021 s]
/proc/loadavg: 1.00 1.00 0.85 2/77 2472
/proc/meminfo: memFree=1693304/2055920 swapFree=4181640/4192956
[pid=2459] ppid=2457 vsize=1685604 CPUtime=5.22
/proc/2459/stat : 2459 (java) S 2457 2459 2346 0 -1 0 28703 0 1 0 506 16 0 0 18 0 12 0 191409952 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2459/statm: 421401 24838 2164 9 0 416312 0
[pid=2470] ppid=2459 vsize=41660 CPUtime=7.56
/proc/2470/stat : 2470 (minisat) R 2459 2459 2346 0 -1 4194304 10456 0 0 0 751 5 0 0 25 0 1 0 191410465 42659840 10288 1992294400 134512640 135156773 4294956080 18446744073709551615 134710443 0 4 0 3 0 0 0 17 1 0 0
/proc/2470/statm: 10415 10288 75 157 0 10255 0
[pid=2459/tid=2461] ppid=2457 vsize=1685604 CPUtime=3.37
/proc/2459/task/2461/stat : 2461 (java) S 2457 2459 2346 0 -1 64 3152 0 1 0 334 3 0 0 18 0 12 0 191409954 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2462] ppid=2457 vsize=1685604 CPUtime=1.72
/proc/2459/task/2462/stat : 2462 (java) S 2457 2459 2346 0 -1 64 24258 0 0 0 161 11 0 0 16 0 12 0 191409955 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2459/tid=2463] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2463/stat : 2463 (java) S 2457 2459 2346 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191409955 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2459/tid=2464] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2464/stat : 2464 (java) S 2457 2459 2346 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 191409955 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2459/tid=2465] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2465/stat : 2465 (java) S 2457 2459 2346 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 191409957 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2466] ppid=2457 vsize=1685604 CPUtime=0.1
/proc/2459/task/2466/stat : 2466 (java) S 2457 2459 2346 0 -1 64 418 0 0 0 10 0 0 0 16 0 12 0 191409957 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2467] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2467/stat : 2467 (java) S 2457 2459 2346 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 191409958 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2468] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2468/stat : 2468 (java) S 2457 2459 2346 0 -1 64 22 0 0 0 0 0 0 0 15 0 12 0 191409958 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2469] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2469/stat : 2469 (java) S 2457 2459 2346 0 -1 64 66 0 0 0 0 0 0 0 18 0 12 0 191410465 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=2459/tid=2471] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2471/stat : 2471 (java) S 2457 2459 2346 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 191410466 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=2459/tid=2472] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2472/stat : 2472 (java) S 2457 2459 2346 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 191410466 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.78
Current children cumulated vsize (KiB) 1727264

[startup+25.5025 s]
/proc/loadavg: 1.00 1.00 0.85 2/77 2472
/proc/meminfo: memFree=1647160/2055920 swapFree=4181640/4192956
[pid=2459] ppid=2457 vsize=1685604 CPUtime=5.22
/proc/2459/stat : 2459 (java) S 2457 2459 2346 0 -1 0 28703 0 1 0 506 16 0 0 18 0 12 0 191409952 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2459/statm: 421401 24838 2164 9 0 416312 0
[pid=2470] ppid=2459 vsize=85496 CPUtime=20.36
/proc/2470/stat : 2470 (minisat) R 2459 2459 2346 0 -1 4194304 21387 0 0 0 2026 10 0 0 25 0 1 0 191410465 87547904 21219 1992294400 134512640 135156773 4294956080 18446744073709551615 134554242 0 4 0 3 0 0 0 17 1 0 0
/proc/2470/statm: 21374 21219 75 157 0 21214 0
[pid=2459/tid=2461] ppid=2457 vsize=1685604 CPUtime=3.37
/proc/2459/task/2461/stat : 2461 (java) S 2457 2459 2346 0 -1 64 3152 0 1 0 334 3 0 0 18 0 12 0 191409954 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2462] ppid=2457 vsize=1685604 CPUtime=1.72
/proc/2459/task/2462/stat : 2462 (java) S 2457 2459 2346 0 -1 64 24258 0 0 0 161 11 0 0 16 0 12 0 191409955 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2459/tid=2463] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2463/stat : 2463 (java) S 2457 2459 2346 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191409955 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2459/tid=2464] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2464/stat : 2464 (java) S 2457 2459 2346 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 191409955 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2459/tid=2465] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2465/stat : 2465 (java) S 2457 2459 2346 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 191409957 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2466] ppid=2457 vsize=1685604 CPUtime=0.1
/proc/2459/task/2466/stat : 2466 (java) S 2457 2459 2346 0 -1 64 418 0 0 0 10 0 0 0 16 0 12 0 191409957 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2467] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2467/stat : 2467 (java) S 2457 2459 2346 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 191409958 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2468] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2468/stat : 2468 (java) S 2457 2459 2346 0 -1 64 22 0 0 0 0 0 0 0 15 0 12 0 191409958 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2469] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2469/stat : 2469 (java) S 2457 2459 2346 0 -1 64 66 0 0 0 0 0 0 0 18 0 12 0 191410465 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=2459/tid=2471] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2471/stat : 2471 (java) S 2457 2459 2346 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 191410466 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=2459/tid=2472] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2472/stat : 2472 (java) S 2457 2459 2346 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 191410466 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.58
Current children cumulated vsize (KiB) 1771100

[startup+51.1024 s]
/proc/loadavg: 1.00 1.00 0.85 2/77 2472
/proc/meminfo: memFree=1591352/2055920 swapFree=4181640/4192956
[pid=2459] ppid=2457 vsize=1685604 CPUtime=5.22
/proc/2459/stat : 2459 (java) S 2457 2459 2346 0 -1 0 28703 0 1 0 506 16 0 0 18 0 12 0 191409952 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2459/statm: 421401 24838 2164 9 0 416312 0
[pid=2470] ppid=2459 vsize=141152 CPUtime=45.94
/proc/2470/stat : 2470 (minisat) R 2459 2459 2346 0 -1 4194304 35287 0 0 0 4576 18 0 0 25 0 1 0 191410465 144539648 35119 1992294400 134512640 135156773 4294956080 18446744073709551615 134556384 0 4 0 3 0 0 0 17 1 0 0
/proc/2470/statm: 35288 35119 75 157 0 35128 0
[pid=2459/tid=2461] ppid=2457 vsize=1685604 CPUtime=3.37
/proc/2459/task/2461/stat : 2461 (java) S 2457 2459 2346 0 -1 64 3152 0 1 0 334 3 0 0 18 0 12 0 191409954 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2462] ppid=2457 vsize=1685604 CPUtime=1.72
/proc/2459/task/2462/stat : 2462 (java) S 2457 2459 2346 0 -1 64 24258 0 0 0 161 11 0 0 16 0 12 0 191409955 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2459/tid=2463] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2463/stat : 2463 (java) S 2457 2459 2346 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191409955 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2459/tid=2464] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2464/stat : 2464 (java) S 2457 2459 2346 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 191409955 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2459/tid=2465] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2465/stat : 2465 (java) S 2457 2459 2346 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 191409957 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2466] ppid=2457 vsize=1685604 CPUtime=0.1
/proc/2459/task/2466/stat : 2466 (java) S 2457 2459 2346 0 -1 64 418 0 0 0 10 0 0 0 16 0 12 0 191409957 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2467] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2467/stat : 2467 (java) S 2457 2459 2346 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 191409958 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2468] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2468/stat : 2468 (java) S 2457 2459 2346 0 -1 64 22 0 0 0 0 0 0 0 15 0 12 0 191409958 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2469] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2469/stat : 2469 (java) S 2457 2459 2346 0 -1 64 66 0 0 0 0 0 0 0 18 0 12 0 191410465 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=2459/tid=2471] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2471/stat : 2471 (java) S 2457 2459 2346 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 191410466 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=2459/tid=2472] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2472/stat : 2472 (java) S 2457 2459 2346 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 191410466 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.16
Current children cumulated vsize (KiB) 1826756



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+59.7024 s]
/proc/loadavg: 1.00 1.00 0.85 2/77 2472
/proc/meminfo: memFree=1573624/2055920 swapFree=4181640/4192956
[pid=2459] ppid=2457 vsize=1685604 CPUtime=5.22
/proc/2459/stat : 2459 (java) S 2457 2459 2346 0 -1 0 28703 0 1 0 506 16 0 0 18 0 12 0 191409952 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2459/statm: 421401 24838 2164 9 0 416312 0
[pid=2470] ppid=2459 vsize=157696 CPUtime=54.55
/proc/2470/stat : 2470 (minisat) R 2459 2459 2346 0 -1 4194304 39434 0 0 0 5434 21 0 0 25 0 1 0 191410465 161480704 39266 1992294400 134512640 135156773 4294956080 18446744073709551615 134556384 0 4 0 3 0 0 0 17 1 0 0
/proc/2470/statm: 39424 39266 75 157 0 39264 0
[pid=2459/tid=2461] ppid=2457 vsize=1685604 CPUtime=3.37
/proc/2459/task/2461/stat : 2461 (java) S 2457 2459 2346 0 -1 64 3152 0 1 0 334 3 0 0 18 0 12 0 191409954 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2462] ppid=2457 vsize=1685604 CPUtime=1.72
/proc/2459/task/2462/stat : 2462 (java) S 2457 2459 2346 0 -1 64 24258 0 0 0 161 11 0 0 16 0 12 0 191409955 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2459/tid=2463] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2463/stat : 2463 (java) S 2457 2459 2346 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191409955 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2459/tid=2464] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2464/stat : 2464 (java) S 2457 2459 2346 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 191409955 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2459/tid=2465] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2465/stat : 2465 (java) S 2457 2459 2346 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 191409957 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2466] ppid=2457 vsize=1685604 CPUtime=0.1
/proc/2459/task/2466/stat : 2466 (java) S 2457 2459 2346 0 -1 64 418 0 0 0 10 0 0 0 16 0 12 0 191409957 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2467] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2467/stat : 2467 (java) S 2457 2459 2346 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 191409958 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2468] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2468/stat : 2468 (java) S 2457 2459 2346 0 -1 64 22 0 0 0 0 0 0 0 15 0 12 0 191409958 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2469] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2469/stat : 2469 (java) S 2457 2459 2346 0 -1 64 66 0 0 0 0 0 0 0 18 0 12 0 191410465 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=2459/tid=2471] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2471/stat : 2471 (java) S 2457 2459 2346 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 191410466 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=2459/tid=2472] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2472/stat : 2472 (java) S 2457 2459 2346 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 191410466 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 59.77
Current children cumulated vsize (KiB) 1843300

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

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

[startup+59.7024 s]
/proc/loadavg: 1.00 1.00 0.85 2/77 2472
/proc/meminfo: memFree=1573624/2055920 swapFree=4181640/4192956
[pid=2459] ppid=2457 vsize=1685604 CPUtime=5.22
/proc/2459/stat : 2459 (java) S 2457 2459 2346 0 -1 0 28703 0 1 0 506 16 0 0 18 0 12 0 191409952 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2459/statm: 421401 24838 2164 9 0 416312 0
[pid=2470] ppid=2459 vsize=157696 CPUtime=54.55
/proc/2470/stat : 2470 (minisat) R 2459 2459 2346 0 -1 4194304 39434 0 0 0 5434 21 0 0 25 0 1 0 191410465 161480704 39266 1992294400 134512640 135156773 4294956080 18446744073709551615 134556384 0 4 0 3 0 0 0 17 1 0 0
/proc/2470/statm: 39424 39266 75 157 0 39264 0
[pid=2459/tid=2461] ppid=2457 vsize=1685604 CPUtime=3.37
/proc/2459/task/2461/stat : 2461 (java) S 2457 2459 2346 0 -1 64 3152 0 1 0 334 3 0 0 18 0 12 0 191409954 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2462] ppid=2457 vsize=1685604 CPUtime=1.72
/proc/2459/task/2462/stat : 2462 (java) S 2457 2459 2346 0 -1 64 24258 0 0 0 161 11 0 0 16 0 12 0 191409955 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2459/tid=2463] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2463/stat : 2463 (java) S 2457 2459 2346 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 191409955 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2459/tid=2464] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2464/stat : 2464 (java) S 2457 2459 2346 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 191409955 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2459/tid=2465] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2465/stat : 2465 (java) S 2457 2459 2346 0 -1 64 0 0 0 0 0 0 0 0 23 0 12 0 191409957 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2466] ppid=2457 vsize=1685604 CPUtime=0.1
/proc/2459/task/2466/stat : 2466 (java) S 2457 2459 2346 0 -1 64 418 0 0 0 10 0 0 0 16 0 12 0 191409957 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2467] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2467/stat : 2467 (java) S 2457 2459 2346 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 191409958 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2468] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2468/stat : 2468 (java) S 2457 2459 2346 0 -1 64 22 0 0 0 0 0 0 0 15 0 12 0 191409958 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2459/tid=2469] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2469/stat : 2469 (java) S 2457 2459 2346 0 -1 64 66 0 0 0 0 0 0 0 18 0 12 0 191410465 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 0 0 0
[pid=2459/tid=2471] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2471/stat : 2471 (java) S 2457 2459 2346 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 191410466 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
[pid=2459/tid=2472] ppid=2457 vsize=1685604 CPUtime=0
/proc/2459/task/2472/stat : 2472 (java) S 2457 2459 2346 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 191410466 1726058496 24838 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 0 0 0
Current children cumulated CPU time (s) 59.77
Current children cumulated vsize (KiB) 1843300

Child status: 143
Real time (s): 59.7679
CPU time (s): 59.8399
CPU user time (s): 59.415
CPU system time (s): 0.424935
CPU usage (%): 100.121
Max. virtual memory (cumulated for all children) (KiB): 1843300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.415
system time used= 0.424935
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68688
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1915
involuntary context switches= 439

runsolver used 0.075988 second user time and 0.153976 second system time

The end

Launcher Data

Begin job on node63 at 2009-06-17 13:29:17
IDJOB=1883958
IDBENCH=2591
IDSOLVER=688
FILE ID=node63/1883958-1245238157
PBS_JOBID= 9372284
Free space on /tmp= 66452 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-clauses-55-50.opb
COMMAND LINE= java -Xmx1500m -jar pb2cnfsolver.jar 6 BENCHNAME minisat %dimacs %var
CONVERSION SCRIPT= PBconversionToLinear BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1883958-1245238157/watcher-1883958-1245238157 -o /tmp/evaluation-result-1883958-1245238157/solver-1883958-1245238157 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883958-1245238157.opb minisat %dimacs %var

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

MD5SUM BENCH= 63e69821c215670f44649de0f2905f57
RANDOM SEED=2122437780

node63.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.240
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.240
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1824064 kB
Buffers:         32320 kB
Cached:         127568 kB
SwapCached:       4604 kB
Active:          48184 kB
Inactive:       119632 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1824064 kB
SwapTotal:     4192956 kB
SwapFree:      4181640 kB
Dirty:            2688 kB
Writeback:           0 kB
Mapped:          13648 kB
Slab:            49900 kB
Committed_AS:    99268 kB
PageTables:       1452 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1883958-1245238157.opb

Free space on /tmp at the end= 66452 MiB
End job on node63 at 2009-06-17 13:30:19