Trace number 1883904

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) 54.0088 53.988

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
roussel/normalized-pigeon-clauses-75-70.opb
MD5SUMf923ea56e1761a03f5af67c072a524d6
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 variables5250
Total number of constraints194325
Number of constraints which are clauses194325
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 constraint70
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 71
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

14.54/14.58	------------------------
14.54/14.58	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
14.54/14.58	Size : 0, 393750, 0, 0, 0
14.54/14.58	Count : 0, 194325, 0, 0, 0
14.54/14.58	
14.54/14.58	Command line : minisat tmp.dimacs %var 
14.54/14.58	
14.54/14.58	------------------------
14.64/14.61	This is MiniSat 2.0 beta
14.64/14.61	WARNING: for repeatability, setting FPU to use double precision
14.64/14.61	============================[ Problem Statistics ]=============================
14.64/14.61	|                                                                             |
14.64/14.61	|  Number of variables:  5250                                                 |
14.64/14.61	|  Number of clauses:    194325                                               |
14.64/14.74	|  Parsing time:         0.12         s                                       |
22.43/22.45	============================[ Search Statistics ]==============================
22.43/22.45	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.43/22.45	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.43/22.45	===============================================================================
22.43/22.45	|         0 |    5175   194250   765900 |    64750        0    nan |  0.000 % |
22.43/22.49	|       101 |    5175   194250   765900 |    71225      101    433 |  0.000 % |
22.53/22.51	|       251 |    5175   194250   765900 |    78347      251    465 |  0.000 % |
22.53/22.57	|       476 |    5175   194250   765900 |    86182      476    705 |  0.000 % |
22.63/22.64	|       815 |    5175   194250   765900 |    94800      815    660 |  0.000 % |
22.73/22.72	|      1322 |    5175   194250   765900 |   104280     1322    564 |  0.000 % |
22.83/22.87	|      2083 |    5175   194250   765900 |   114708     2083    523 |  0.000 % |
23.13/23.13	|      3223 |    5175   194250   765900 |   126179     3223    527 |  0.000 % |
23.43/23.49	|      4932 |    5175   194250   765900 |   138797     4932    500 |  0.000 % |
24.14/24.17	|      7494 |    5175   194250   765900 |   152677     7494    483 |  0.000 % |
25.63/25.66	|     11339 |    5175   194250   765900 |   167944    11339    516 |  0.000 % |
27.83/27.83	|     17109 |    5175   194250   765900 |   184739    17109    513 |  0.000 % |
33.72/33.77	|     25758 |    5175   194250   765900 |   203213    25758    527 |  0.000 % |
46.42/46.45	|     38737 |    5175   194250   765900 |   223534    38737    696 |  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-1883904-1245238125/watcher-1883904-1245238125 -o /tmp/evaluation-result-1883904-1245238125/solver-1883904-1245238125 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883904-1245238125.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: 0.99 0.97 0.82 3/65 31862
/proc/meminfo: memFree=1784640/2055920 swapFree=4192812/4192956
[pid=31862] ppid=31860 vsize=1620 CPUtime=0
/proc/31862/stat : 31862 (java) R 31860 31862 31777 0 -1 0 179 0 0 0 0 0 0 0 19 0 1 0 103234338 1658880 151 1992294400 134512640 134550932 4294956192 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/31862/statm: 404 160 124 9 0 46 0

[startup+0.041944 s]
/proc/loadavg: 0.99 0.97 0.82 3/65 31862
/proc/meminfo: memFree=1784640/2055920 swapFree=4192812/4192956
[pid=31862] ppid=31860 vsize=1682168 CPUtime=0.02
/proc/31862/stat : 31862 (java) S 31860 31862 31777 0 -1 0 2011 0 1 0 1 1 0 0 19 0 5 0 103234338 1722540032 1578 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/31862/statm: 420542 1579 896 9 0 415457 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1682168

[startup+0.102616 s]
/proc/loadavg: 0.99 0.97 0.82 3/65 31862
/proc/meminfo: memFree=1784640/2055920 swapFree=4192812/4192956
[pid=31862] ppid=31860 vsize=1685316 CPUtime=0.1
/proc/31862/stat : 31862 (java) S 31860 31862 31777 0 -1 0 2949 0 1 0 9 1 0 0 19 0 9 0 103234338 1725763584 2443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31862/statm: 421329 2443 1222 9 0 416240 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1685316

[startup+0.301848 s]
/proc/loadavg: 0.99 0.97 0.82 3/65 31862
/proc/meminfo: memFree=1784640/2055920 swapFree=4192812/4192956
[pid=31862] ppid=31860 vsize=1685872 CPUtime=0.32
/proc/31862/stat : 31862 (java) S 31860 31862 31777 0 -1 0 4344 0 1 0 30 2 0 0 19 0 9 0 103234338 1726332928 3770 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31862/statm: 421468 3770 1377 9 0 416379 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 1685872

[startup+0.701896 s]
/proc/loadavg: 0.99 0.97 0.82 3/65 31862
/proc/meminfo: memFree=1784640/2055920 swapFree=4192812/4192956
[pid=31862] ppid=31860 vsize=1687112 CPUtime=0.72
/proc/31862/stat : 31862 (java) S 31860 31862 31777 0 -1 0 7890 0 1 0 68 4 0 0 19 0 9 0 103234338 1727602688 6773 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31862/statm: 421778 6773 2154 9 0 416689 0
Current children cumulated CPU time (s) 0.72
Current children cumulated vsize (KiB) 1687112

[startup+1.50299 s]
/proc/loadavg: 0.99 0.97 0.82 2/74 31871
/proc/meminfo: memFree=1760248/2055920 swapFree=4192812/4192956
[pid=31862] ppid=31860 vsize=1685604 CPUtime=1.52
/proc/31862/stat : 31862 (java) S 31860 31862 31777 0 -1 0 12544 0 1 0 146 6 0 0 19 0 9 0 103234338 1726058496 10545 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31862/statm: 421401 10545 2154 9 0 416312 0
[pid=31862/tid=31864] ppid=31860 vsize=1685604 CPUtime=0.94
/proc/31862/task/31864/stat : 31864 (java) S 31860 31862 31777 0 -1 64 2223 0 1 0 93 1 0 0 17 0 9 0 103234339 1726058496 10545 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31865] ppid=31860 vsize=1685604 CPUtime=0.52
/proc/31862/task/31865/stat : 31865 (java) R 31860 31862 31777 0 -1 64 9285 0 0 0 48 4 0 0 16 0 9 0 103234340 1726058496 10545 1992294400 134512640 134550932 4294956032 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31866] ppid=31860 vsize=1685604 CPUtime=0
/proc/31862/task/31866/stat : 31866 (java) S 31860 31862 31777 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 103234341 1726058496 10545 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31867] ppid=31860 vsize=1685604 CPUtime=0
/proc/31862/task/31867/stat : 31867 (java) S 31860 31862 31777 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 103234341 1726058496 10545 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31868] ppid=31860 vsize=1685604 CPUtime=0
/proc/31862/task/31868/stat : 31868 (java) S 31860 31862 31777 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 103234343 1726058496 10545 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31869] ppid=31860 vsize=1685604 CPUtime=0.04
/proc/31862/task/31869/stat : 31869 (java) S 31860 31862 31777 0 -1 64 304 0 0 0 4 0 0 0 16 0 9 0 103234343 1726058496 10545 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31870] ppid=31860 vsize=1685604 CPUtime=0
/proc/31862/task/31870/stat : 31870 (java) S 31860 31862 31777 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 103234343 1726058496 10545 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31871] ppid=31860 vsize=1685604 CPUtime=0
/proc/31862/task/31871/stat : 31871 (java) S 31860 31862 31777 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 103234343 1726058496 10545 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 1685604

[startup+3.10233 s]
/proc/loadavg: 0.99 0.97 0.82 2/74 31871
/proc/meminfo: memFree=1738808/2055920 swapFree=4192812/4192956
[pid=31862] ppid=31860 vsize=1685604 CPUtime=3.14
/proc/31862/stat : 31862 (java) S 31860 31862 31777 0 -1 0 20457 0 1 0 303 11 0 0 19 0 9 0 103234338 1726058496 17443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31862/statm: 421401 17443 2165 9 0 416312 0
[pid=31862/tid=31864] ppid=31860 vsize=1685604 CPUtime=2.06
/proc/31862/task/31864/stat : 31864 (java) R 31860 31862 31777 0 -1 64 2549 0 1 0 204 2 0 0 17 0 9 0 103234339 1726058496 17443 1992294400 134512640 134550932 4294956032 18446744073709551615 4126525587 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31865] ppid=31860 vsize=1685604 CPUtime=0.98
/proc/31862/task/31865/stat : 31865 (java) S 31860 31862 31777 0 -1 64 16842 0 0 0 91 7 0 0 16 0 9 0 103234340 1726058496 17443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31866] ppid=31860 vsize=1685604 CPUtime=0
/proc/31862/task/31866/stat : 31866 (java) S 31860 31862 31777 0 -1 64 14 0 0 0 0 0 0 0 15 0 9 0 103234341 1726058496 17443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31867] ppid=31860 vsize=1685604 CPUtime=0
/proc/31862/task/31867/stat : 31867 (java) S 31860 31862 31777 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 103234341 1726058496 17443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31868] ppid=31860 vsize=1685604 CPUtime=0
/proc/31862/task/31868/stat : 31868 (java) S 31860 31862 31777 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 103234343 1726058496 17443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31869] ppid=31860 vsize=1685604 CPUtime=0.07
/proc/31862/task/31869/stat : 31869 (java) S 31860 31862 31777 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 103234343 1726058496 17443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31870] ppid=31860 vsize=1685604 CPUtime=0
/proc/31862/task/31870/stat : 31870 (java) S 31860 31862 31777 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 103234343 1726058496 17443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31871] ppid=31860 vsize=1685604 CPUtime=0
/proc/31862/task/31871/stat : 31871 (java) S 31860 31862 31777 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 103234343 1726058496 17443 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.14
Current children cumulated vsize (KiB) 1685604

[startup+6.30173 s]
/proc/loadavg: 1.15 1.00 0.83 2/74 31871
/proc/meminfo: memFree=1706808/2055920 swapFree=4192812/4192956
[pid=31862] ppid=31860 vsize=1685624 CPUtime=6.35
/proc/31862/stat : 31862 (java) S 31860 31862 31777 0 -1 0 28069 0 1 0 620 15 0 0 19 0 9 0 103234338 1726078976 23046 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31862/statm: 421406 23046 2162 9 0 416317 0
[pid=31862/tid=31864] ppid=31860 vsize=1685624 CPUtime=4.68
/proc/31862/task/31864/stat : 31864 (java) R 31860 31862 31777 0 -1 64 2965 0 1 0 466 2 0 0 17 0 9 0 103234339 1726078976 23046 1992294400 134512640 134550932 4294956032 18446744073709551615 103201810 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31865] ppid=31860 vsize=1685624 CPUtime=1.55
/proc/31862/task/31865/stat : 31865 (java) S 31860 31862 31777 0 -1 64 24014 0 0 0 144 11 0 0 15 0 9 0 103234340 1726078976 23046 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31866] ppid=31860 vsize=1685624 CPUtime=0
/proc/31862/task/31866/stat : 31866 (java) S 31860 31862 31777 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 103234341 1726078976 23046 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31867] ppid=31860 vsize=1685624 CPUtime=0
/proc/31862/task/31867/stat : 31867 (java) S 31860 31862 31777 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 103234341 1726078976 23046 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31868] ppid=31860 vsize=1685624 CPUtime=0
/proc/31862/task/31868/stat : 31868 (java) S 31860 31862 31777 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 103234343 1726078976 23046 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31869] ppid=31860 vsize=1685624 CPUtime=0.09
/proc/31862/task/31869/stat : 31869 (java) R 31860 31862 31777 0 -1 64 358 0 0 0 9 0 0 0 16 0 9 0 103234343 1726078976 23046 1992294400 134512640 134550932 4294956032 18446744073709551615 101875705 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31870] ppid=31860 vsize=1685624 CPUtime=0
/proc/31862/task/31870/stat : 31870 (java) S 31860 31862 31777 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 103234343 1726078976 23046 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31871] ppid=31860 vsize=1685624 CPUtime=0
/proc/31862/task/31871/stat : 31871 (java) S 31860 31862 31777 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 103234343 1726078976 23046 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.35
Current children cumulated vsize (KiB) 1685624

[startup+12.7025 s]
/proc/loadavg: 1.14 1.00 0.83 2/74 31871
/proc/meminfo: memFree=1593656/2055920 swapFree=4192812/4192956
[pid=31862] ppid=31860 vsize=1685624 CPUtime=12.74
/proc/31862/stat : 31862 (java) S 31860 31862 31777 0 -1 0 68597 0 1 0 1242 32 0 0 19 0 9 0 103234338 1726078976 49536 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31862/statm: 421406 49536 2163 9 0 416317 0
[pid=31862/tid=31864] ppid=31860 vsize=1685624 CPUtime=8
/proc/31862/task/31864/stat : 31864 (java) R 31860 31862 31777 0 -1 64 4799 0 1 0 795 5 0 0 17 0 9 0 103234339 1726078976 49536 1992294400 134512640 134550932 4294956032 18446744073709551615 102142529 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31865] ppid=31860 vsize=1685624 CPUtime=4.63
/proc/31862/task/31865/stat : 31865 (java) S 31860 31862 31777 0 -1 64 62703 0 0 0 437 26 0 0 16 0 9 0 103234340 1726078976 49536 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31866] ppid=31860 vsize=1685624 CPUtime=0
/proc/31862/task/31866/stat : 31866 (java) S 31860 31862 31777 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 103234341 1726078976 49536 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31867] ppid=31860 vsize=1685624 CPUtime=0
/proc/31862/task/31867/stat : 31867 (java) S 31860 31862 31777 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 103234341 1726078976 49536 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31868] ppid=31860 vsize=1685624 CPUtime=0
/proc/31862/task/31868/stat : 31868 (java) S 31860 31862 31777 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 103234343 1726078976 49536 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31869] ppid=31860 vsize=1685624 CPUtime=0.1
/proc/31862/task/31869/stat : 31869 (java) S 31860 31862 31777 0 -1 64 363 0 0 0 10 0 0 0 16 0 9 0 103234343 1726078976 49536 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31870] ppid=31860 vsize=1685624 CPUtime=0
/proc/31862/task/31870/stat : 31870 (java) S 31860 31862 31777 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 103234343 1726078976 49536 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31871] ppid=31860 vsize=1685624 CPUtime=0
/proc/31862/task/31871/stat : 31871 (java) S 31860 31862 31777 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 103234343 1726078976 49536 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.74
Current children cumulated vsize (KiB) 1685624

[startup+25.5021 s]
/proc/loadavg: 1.11 1.00 0.83 2/78 31875
/proc/meminfo: memFree=1518680/2055920 swapFree=4192812/4192956
[pid=31862] ppid=31860 vsize=1686596 CPUtime=14.64
/proc/31862/stat : 31862 (java) S 31860 31862 31777 0 -1 0 78528 0 1 0 1425 39 0 0 19 0 12 0 103234338 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31862/statm: 421649 59121 2166 9 0 416560 0
[pid=31873] ppid=31862 vsize=36112 CPUtime=10.89
/proc/31873/stat : 31873 (minisat) R 31862 31862 31777 0 -1 4194304 9319 0 0 0 1085 4 0 0 25 0 1 0 103235797 36978688 8912 1992294400 134512640 135156773 4294956080 18446744073709551615 134710443 0 4 0 3 0 0 0 17 0 0 0
/proc/31873/statm: 9028 8912 75 157 0 8868 0
[pid=31862/tid=31864] ppid=31860 vsize=1686596 CPUtime=9.36
/proc/31862/task/31864/stat : 31864 (java) S 31860 31862 31777 0 -1 64 4960 0 1 0 931 5 0 0 18 0 12 0 103234339 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31865] ppid=31860 vsize=1686596 CPUtime=5.15
/proc/31862/task/31865/stat : 31865 (java) S 31860 31862 31777 0 -1 64 72269 0 0 0 484 31 0 0 16 0 12 0 103234340 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31866] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31866/stat : 31866 (java) S 31860 31862 31777 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 103234341 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31867] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31867/stat : 31867 (java) S 31860 31862 31777 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 103234341 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31868] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31868/stat : 31868 (java) S 31860 31862 31777 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 103234343 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31869] ppid=31860 vsize=1686596 CPUtime=0.1
/proc/31862/task/31869/stat : 31869 (java) S 31860 31862 31777 0 -1 64 433 0 0 0 10 0 0 0 16 0 12 0 103234343 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31870] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31870/stat : 31870 (java) S 31860 31862 31777 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 103234343 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31871] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31871/stat : 31871 (java) S 31860 31862 31777 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 103234343 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31872] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31872/stat : 31872 (java) S 31860 31862 31777 0 -1 64 74 0 0 0 0 0 0 0 16 0 12 0 103235797 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=31862/tid=31874] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31874/stat : 31874 (java) S 31860 31862 31777 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 103235800 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=31862/tid=31875] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31875/stat : 31875 (java) S 31860 31862 31777 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 103235800 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.53
Current children cumulated vsize (KiB) 1722708

[startup+51.1023 s]
/proc/loadavg: 1.07 1.00 0.83 2/78 31875
/proc/meminfo: memFree=1410648/2055920 swapFree=4192812/4192956
[pid=31862] ppid=31860 vsize=1686596 CPUtime=14.65
/proc/31862/stat : 31862 (java) S 31860 31862 31777 0 -1 0 78529 0 1 0 1426 39 0 0 19 0 12 0 103234338 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31862/statm: 421649 59121 2166 9 0 416560 0
[pid=31873] ppid=31862 vsize=145292 CPUtime=36.46
/proc/31873/stat : 31873 (minisat) R 31862 31862 31777 0 -1 4194304 36594 0 0 0 3631 15 0 0 25 0 1 0 103235797 148779008 36187 1992294400 134512640 135156773 4294956080 18446744073709551615 134556384 0 4 0 3 0 0 0 17 0 0 0
/proc/31873/statm: 36323 36187 75 157 0 36163 0
[pid=31862/tid=31864] ppid=31860 vsize=1686596 CPUtime=9.36
/proc/31862/task/31864/stat : 31864 (java) S 31860 31862 31777 0 -1 64 4960 0 1 0 931 5 0 0 18 0 12 0 103234339 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31865] ppid=31860 vsize=1686596 CPUtime=5.15
/proc/31862/task/31865/stat : 31865 (java) S 31860 31862 31777 0 -1 64 72269 0 0 0 484 31 0 0 16 0 12 0 103234340 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31866] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31866/stat : 31866 (java) S 31860 31862 31777 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 103234341 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31867] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31867/stat : 31867 (java) S 31860 31862 31777 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 103234341 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31868] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31868/stat : 31868 (java) S 31860 31862 31777 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 103234343 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31869] ppid=31860 vsize=1686596 CPUtime=0.1
/proc/31862/task/31869/stat : 31869 (java) S 31860 31862 31777 0 -1 64 433 0 0 0 10 0 0 0 16 0 12 0 103234343 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31870] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31870/stat : 31870 (java) S 31860 31862 31777 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 103234343 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31871] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31871/stat : 31871 (java) S 31860 31862 31777 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 103234343 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31872] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31872/stat : 31872 (java) S 31860 31862 31777 0 -1 64 74 0 0 0 0 0 0 0 16 0 12 0 103235797 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=31862/tid=31874] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31874/stat : 31874 (java) S 31860 31862 31777 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 103235800 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=31862/tid=31875] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31875/stat : 31875 (java) S 31860 31862 31777 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 103235800 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.11
Current children cumulated vsize (KiB) 1831888



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+53.9067 s]
/proc/loadavg: 1.07 1.00 0.83 2/78 31875
/proc/meminfo: memFree=1396760/2055920 swapFree=4192812/4192956
[pid=31862] ppid=31860 vsize=1686596 CPUtime=14.65
/proc/31862/stat : 31862 (java) S 31860 31862 31777 0 -1 0 78529 0 1 0 1426 39 0 0 19 0 12 0 103234338 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31862/statm: 421649 59121 2166 9 0 416560 0
[pid=31873] ppid=31862 vsize=156832 CPUtime=39.28
/proc/31873/stat : 31873 (minisat) R 31862 31862 31777 0 -1 4194304 39465 0 0 0 3912 16 0 0 25 0 1 0 103235797 160595968 39058 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/31873/statm: 39208 39059 75 157 0 39048 0
[pid=31862/tid=31864] ppid=31860 vsize=1686596 CPUtime=9.36
/proc/31862/task/31864/stat : 31864 (java) S 31860 31862 31777 0 -1 64 4960 0 1 0 931 5 0 0 18 0 12 0 103234339 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31865] ppid=31860 vsize=1686596 CPUtime=5.15
/proc/31862/task/31865/stat : 31865 (java) S 31860 31862 31777 0 -1 64 72269 0 0 0 484 31 0 0 16 0 12 0 103234340 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31866] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31866/stat : 31866 (java) S 31860 31862 31777 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 103234341 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31867] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31867/stat : 31867 (java) S 31860 31862 31777 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 103234341 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31868] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31868/stat : 31868 (java) S 31860 31862 31777 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 103234343 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31869] ppid=31860 vsize=1686596 CPUtime=0.1
/proc/31862/task/31869/stat : 31869 (java) S 31860 31862 31777 0 -1 64 433 0 0 0 10 0 0 0 16 0 12 0 103234343 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31870] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31870/stat : 31870 (java) S 31860 31862 31777 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 103234343 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31871] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31871/stat : 31871 (java) S 31860 31862 31777 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 103234343 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31872] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31872/stat : 31872 (java) S 31860 31862 31777 0 -1 64 74 0 0 0 0 0 0 0 16 0 12 0 103235797 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=31862/tid=31874] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31874/stat : 31874 (java) S 31860 31862 31777 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 103235800 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=31862/tid=31875] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31875/stat : 31875 (java) S 31860 31862 31777 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 103235800 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.93
Current children cumulated vsize (KiB) 1843428

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

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

[startup+53.9067 s]
/proc/loadavg: 1.07 1.00 0.83 2/78 31875
/proc/meminfo: memFree=1396760/2055920 swapFree=4192812/4192956
[pid=31862] ppid=31860 vsize=1686596 CPUtime=14.65
/proc/31862/stat : 31862 (java) S 31860 31862 31777 0 -1 0 78529 0 1 0 1426 39 0 0 19 0 12 0 103234338 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/31862/statm: 421649 59121 2166 9 0 416560 0
[pid=31873] ppid=31862 vsize=156832 CPUtime=39.28
/proc/31873/stat : 31873 (minisat) R 31862 31862 31777 0 -1 4194304 39465 0 0 0 3912 16 0 0 25 0 1 0 103235797 160595968 39058 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/31873/statm: 39208 39059 75 157 0 39048 0
[pid=31862/tid=31864] ppid=31860 vsize=1686596 CPUtime=9.36
/proc/31862/task/31864/stat : 31864 (java) S 31860 31862 31777 0 -1 64 4960 0 1 0 931 5 0 0 18 0 12 0 103234339 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31865] ppid=31860 vsize=1686596 CPUtime=5.15
/proc/31862/task/31865/stat : 31865 (java) S 31860 31862 31777 0 -1 64 72269 0 0 0 484 31 0 0 16 0 12 0 103234340 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31866] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31866/stat : 31866 (java) S 31860 31862 31777 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 103234341 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31867] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31867/stat : 31867 (java) S 31860 31862 31777 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 103234341 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31868] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31868/stat : 31868 (java) S 31860 31862 31777 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 103234343 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31869] ppid=31860 vsize=1686596 CPUtime=0.1
/proc/31862/task/31869/stat : 31869 (java) S 31860 31862 31777 0 -1 64 433 0 0 0 10 0 0 0 16 0 12 0 103234343 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=31862/tid=31870] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31870/stat : 31870 (java) S 31860 31862 31777 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 103234343 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31871] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31871/stat : 31871 (java) S 31860 31862 31777 0 -1 64 6 0 0 0 0 0 0 0 15 0 12 0 103234343 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=31862/tid=31872] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31872/stat : 31872 (java) S 31860 31862 31777 0 -1 64 74 0 0 0 0 0 0 0 16 0 12 0 103235797 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=31862/tid=31874] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31874/stat : 31874 (java) S 31860 31862 31777 0 -1 64 44 0 0 0 0 0 0 0 16 0 12 0 103235800 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=31862/tid=31875] ppid=31860 vsize=1686596 CPUtime=0
/proc/31862/task/31875/stat : 31875 (java) S 31860 31862 31777 0 -1 64 11 0 0 0 0 0 0 0 19 0 12 0 103235800 1727074304 59121 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 53.93
Current children cumulated vsize (KiB) 1843428

Child status: 143
Real time (s): 53.988
CPU time (s): 54.0088
CPU user time (s): 53.3879
CPU system time (s): 0.620905
CPU usage (%): 100.039
Max. virtual memory (cumulated for all children) (KiB): 1843428

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

runsolver used 0.06299 second user time and 0.149977 second system time

The end

Launcher Data

Begin job on node92 at 2009-06-17 13:28:45
IDJOB=1883904
IDBENCH=2577
IDSOLVER=688
FILE ID=node92/1883904-1245238125
PBS_JOBID= 9372261
Free space on /tmp= 66460 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-clauses-75-70.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-1883904-1245238125/watcher-1883904-1245238125 -o /tmp/evaluation-result-1883904-1245238125/solver-1883904-1245238125 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883904-1245238125.opb minisat %dimacs %var

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

MD5SUM BENCH= f923ea56e1761a03f5af67c072a524d6
RANDOM SEED=1806723769

node92.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.233
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.233
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:       1785312 kB
Buffers:         44716 kB
Cached:         153636 kB
SwapCached:        140 kB
Active:          81504 kB
Inactive:       130776 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1785312 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5744 kB
Writeback:           0 kB
Mapped:          23580 kB
Slab:            44288 kB
Committed_AS:   111432 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

CONVERSION COMMAND LINE= PBconversionToLinear HOME/instance-1883904-1245238125.opb

Free space on /tmp at the end= 66460 MiB
End job on node92 at 2009-06-17 13:29:41