Trace number 1885330

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-26UNSAT 37.1044 37.0604

General information on the benchmark

Name/PURE-SAT/SAT09/
APPLICATIONS/crypto/md5gen/gus-md5-05.opb
MD5SUMc79e2b52997719dd86cf500df603b103
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark19.784
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables68827
Total number of constraints224473
Number of constraints which are clauses224473
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 constraint1
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

18.45/18.48	------------------------
18.45/18.48	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
18.45/18.48	Size : 0, 581664, 0, 0, 129
18.45/18.48	Count : 0, 224344, 0, 0, 129
18.45/18.48	
18.45/18.48	Command line : minisat tmp.dimacs %var 
18.45/18.48	
18.45/18.48	------------------------
18.55/18.51	This is MiniSat 2.0 beta
18.55/18.52	WARNING: for repeatability, setting FPU to use double precision
18.55/18.52	============================[ Problem Statistics ]=============================
18.55/18.52	|                                                                             |
18.55/18.52	|  Number of variables:  68827                                                |
18.55/18.52	|  Number of clauses:    224473                                               |
18.74/18.77	|  Parsing time:         0.23         s                                       |
19.75/19.76	============================[ Search Statistics ]==============================
19.75/19.76	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
19.75/19.76	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
19.75/19.76	===============================================================================
19.75/19.76	|         0 |   28164   161687   547216 |    53895        0    nan |  0.000 % |
20.15/20.14	|       100 |   28160   161687   547216 |    59285       97     55 |  0.417 % |
21.15/21.14	|       250 |   28157   161635   547064 |    65213      243     74 |  0.421 % |
23.84/23.84	|       475 |   28157   161635   547064 |    71735      468    106 |  0.421 % |
27.74/27.73	|       813 |   28155   161630   547052 |    78908      804     96 |  0.433 % |
34.24/34.24	|      1319 |   28148   161572   546874 |    86799     1053     83 |  0.434 % |
36.94/36.98	===============================================================================
36.94/36.98	restarts              : 6
36.94/36.98	conflicts             : 1519           (82 /sec)
36.94/36.98	decisions             : 4492           (1.45 % random) (244 /sec)
36.94/36.98	propagations          : 13142086       (713771 /sec)
36.94/36.98	conflict literals     : 117727         (48.77 % deleted)
36.94/36.98	Memory used           : 36.49 MB
36.94/36.98	CPU time              : 18.4122 s
36.94/36.98	
36.94/36.98	s UNSATISFIABLE

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-1885330-1245265802/watcher-1885330-1245265802 -o /tmp/evaluation-result-1885330-1245265802/solver-1885330-1245265802 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1885330-1245265802.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.95 3/64 10472
/proc/meminfo: memFree=1884088/2055920 swapFree=4181900/4192956
[pid=10472] ppid=10470 vsize=152 CPUtime=0
/proc/10472/stat : 10472 (java) R 10470 10472 9612 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 194174480 155648 26 1992294400 134512640 134550932 4294956192 18446744073709551615 6890276 0 0 4096 0 0 0 0 17 1 0 0
/proc/10472/statm: 38 26 19 9 0 4 0

[startup+0.0286611 s]
/proc/loadavg: 1.00 1.00 0.95 3/64 10472
/proc/meminfo: memFree=1884088/2055920 swapFree=4181900/4192956
[pid=10472] ppid=10470 vsize=1682168 CPUtime=0.02
/proc/10472/stat : 10472 (java) S 10470 10472 9612 0 -1 0 1536 0 1 0 1 1 0 0 18 0 5 0 194174480 1722540032 1201 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/10472/statm: 420542 1201 695 9 0 415457 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1682168

[startup+0.102416 s]
/proc/loadavg: 1.00 1.00 0.95 3/64 10472
/proc/meminfo: memFree=1884088/2055920 swapFree=4181900/4192956
[pid=10472] ppid=10470 vsize=1685156 CPUtime=0.1
/proc/10472/stat : 10472 (java) S 10470 10472 9612 0 -1 0 3267 0 1 0 8 2 0 0 18 0 9 0 194174480 1725599744 2756 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10472/statm: 421289 2756 1221 9 0 416200 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1685156

[startup+0.301641 s]
/proc/loadavg: 1.00 1.00 0.95 3/64 10472
/proc/meminfo: memFree=1884088/2055920 swapFree=4181900/4192956
[pid=10472] ppid=10470 vsize=1685436 CPUtime=0.33
/proc/10472/stat : 10472 (java) S 10470 10472 9612 0 -1 0 5437 0 1 0 30 3 0 0 18 0 9 0 194174480 1725886464 4727 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10472/statm: 421359 4727 2154 9 0 416270 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1685436

[startup+0.701712 s]
/proc/loadavg: 1.00 1.00 0.95 3/64 10472
/proc/meminfo: memFree=1884088/2055920 swapFree=4181900/4192956
[pid=10472] ppid=10470 vsize=1685436 CPUtime=0.73
/proc/10472/stat : 10472 (java) S 10470 10472 9612 0 -1 0 7387 0 1 0 70 3 0 0 18 0 9 0 194174480 1725886464 6551 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10472/statm: 421359 6551 2154 9 0 416270 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 1685436

[startup+1.50286 s]
/proc/loadavg: 1.00 1.00 0.95 2/73 10481
/proc/meminfo: memFree=1860848/2055920 swapFree=4181900/4192956
[pid=10472] ppid=10470 vsize=1685436 CPUtime=1.53
/proc/10472/stat : 10472 (java) S 10470 10472 9612 0 -1 0 11360 0 1 0 147 6 0 0 18 0 9 0 194174480 1725886464 9806 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10472/statm: 421359 9806 2154 9 0 416270 0
[pid=10472/tid=10474] ppid=10470 vsize=1685436 CPUtime=0.94
/proc/10472/task/10474/stat : 10474 (java) R 10470 10472 9612 0 -1 64 2226 0 1 0 93 1 0 0 17 0 9 0 194174481 1725886464 9806 1992294400 134512640 134550932 4294956032 18446744073709551615 4126408125 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10475] ppid=10470 vsize=1685436 CPUtime=0.53
/proc/10472/task/10475/stat : 10475 (java) S 10470 10472 9612 0 -1 64 8111 0 0 0 49 4 0 0 16 0 9 0 194174482 1725886464 9806 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10476] ppid=10470 vsize=1685436 CPUtime=0
/proc/10472/task/10476/stat : 10476 (java) S 10470 10472 9612 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 194174483 1725886464 9806 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10477] ppid=10470 vsize=1685436 CPUtime=0
/proc/10472/task/10477/stat : 10477 (java) S 10470 10472 9612 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 194174483 1725886464 9806 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10478] ppid=10470 vsize=1685436 CPUtime=0
/proc/10472/task/10478/stat : 10478 (java) S 10470 10472 9612 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 194174485 1725886464 9806 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10479] ppid=10470 vsize=1685436 CPUtime=0.04
/proc/10472/task/10479/stat : 10479 (java) S 10470 10472 9612 0 -1 64 286 0 0 0 4 0 0 0 16 0 9 0 194174485 1725886464 9806 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10480] ppid=10470 vsize=1685436 CPUtime=0
/proc/10472/task/10480/stat : 10480 (java) S 10470 10472 9612 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 194174485 1725886464 9806 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10481] ppid=10470 vsize=1685436 CPUtime=0
/proc/10472/task/10481/stat : 10481 (java) S 10470 10472 9612 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 194174485 1725886464 9806 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.53
Current children cumulated vsize (KiB) 1685436

[startup+3.10215 s]
/proc/loadavg: 1.00 1.00 0.95 2/73 10481
/proc/meminfo: memFree=1840560/2055920 swapFree=4181900/4192956
[pid=10472] ppid=10470 vsize=1685436 CPUtime=3.14
/proc/10472/stat : 10472 (java) S 10470 10472 9612 0 -1 0 19928 0 1 0 304 10 0 0 18 0 9 0 194174480 1725886464 17363 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10472/statm: 421359 17363 2154 9 0 416270 0
[pid=10472/tid=10474] ppid=10470 vsize=1685436 CPUtime=2
/proc/10472/task/10474/stat : 10474 (java) R 10470 10472 9612 0 -1 64 2510 0 1 0 198 2 0 0 17 0 9 0 194174481 1725886464 17363 1992294400 134512640 134550932 4294956032 18446744073709551615 4126434184 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10475] ppid=10470 vsize=1685436 CPUtime=1.07
/proc/10472/task/10475/stat : 10475 (java) S 10470 10472 9612 0 -1 64 16393 0 0 0 100 7 0 0 16 0 9 0 194174482 1725886464 17363 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10476] ppid=10470 vsize=1685436 CPUtime=0
/proc/10472/task/10476/stat : 10476 (java) S 10470 10472 9612 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 194174483 1725886464 17363 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10477] ppid=10470 vsize=1685436 CPUtime=0
/proc/10472/task/10477/stat : 10477 (java) S 10470 10472 9612 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 194174483 1725886464 17363 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10478] ppid=10470 vsize=1685436 CPUtime=0
/proc/10472/task/10478/stat : 10478 (java) S 10470 10472 9612 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 194174485 1725886464 17363 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10479] ppid=10470 vsize=1685436 CPUtime=0.04
/proc/10472/task/10479/stat : 10479 (java) S 10470 10472 9612 0 -1 64 288 0 0 0 4 0 0 0 16 0 9 0 194174485 1725886464 17363 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10480] ppid=10470 vsize=1685436 CPUtime=0
/proc/10472/task/10480/stat : 10480 (java) S 10470 10472 9612 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 194174485 1725886464 17363 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10481] ppid=10470 vsize=1685436 CPUtime=0
/proc/10472/task/10481/stat : 10481 (java) S 10470 10472 9612 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 194174485 1725886464 17363 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) 1685436

[startup+6.30291 s]
/proc/loadavg: 1.00 1.00 0.95 2/73 10481
/proc/meminfo: memFree=1778736/2055920 swapFree=4181900/4192956
[pid=10472] ppid=10470 vsize=1685536 CPUtime=6.39
/proc/10472/stat : 10472 (java) S 10470 10472 9612 0 -1 0 42190 0 1 0 618 21 0 0 18 0 9 0 194174480 1725988864 30600 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10472/statm: 421384 30600 2162 9 0 416295 0
[pid=10472/tid=10474] ppid=10470 vsize=1685536 CPUtime=3.57
/proc/10472/task/10474/stat : 10474 (java) R 10470 10472 9612 0 -1 64 3663 0 1 0 354 3 0 0 16 0 9 0 194174481 1725988864 30600 1992294400 134512640 134550932 4294956032 18446744073709551615 4126664626 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10475] ppid=10470 vsize=1685536 CPUtime=2.68
/proc/10472/task/10475/stat : 10475 (java) S 10470 10472 9612 0 -1 64 37447 0 0 0 252 16 0 0 16 0 9 0 194174482 1725988864 30600 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10476] ppid=10470 vsize=1685536 CPUtime=0
/proc/10472/task/10476/stat : 10476 (java) S 10470 10472 9612 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 194174483 1725988864 30600 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10477] ppid=10470 vsize=1685536 CPUtime=0
/proc/10472/task/10477/stat : 10477 (java) S 10470 10472 9612 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 194174483 1725988864 30600 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10478] ppid=10470 vsize=1685536 CPUtime=0
/proc/10472/task/10478/stat : 10478 (java) S 10470 10472 9612 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 194174485 1725988864 30600 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10479] ppid=10470 vsize=1685536 CPUtime=0.1
/proc/10472/task/10479/stat : 10479 (java) S 10470 10472 9612 0 -1 64 343 0 0 0 10 0 0 0 16 0 9 0 194174485 1725988864 30600 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10480] ppid=10470 vsize=1685536 CPUtime=0
/proc/10472/task/10480/stat : 10480 (java) S 10470 10472 9612 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 194174485 1725988864 30600 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10481] ppid=10470 vsize=1685536 CPUtime=0
/proc/10472/task/10481/stat : 10481 (java) S 10470 10472 9612 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 194174485 1725988864 30600 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.39
Current children cumulated vsize (KiB) 1685536

[startup+12.7021 s]
/proc/loadavg: 1.00 1.00 0.95 2/73 10481
/proc/meminfo: memFree=1653360/2055920 swapFree=4181900/4192956
[pid=10472] ppid=10470 vsize=1685536 CPUtime=12.77
/proc/10472/stat : 10472 (java) S 10470 10472 9612 0 -1 0 82278 0 1 0 1242 35 0 0 18 0 9 0 194174480 1725988864 63640 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10472/statm: 421384 63640 2162 9 0 416295 0
[pid=10472/tid=10474] ppid=10470 vsize=1685536 CPUtime=7.18
/proc/10472/task/10474/stat : 10474 (java) R 10470 10472 9612 0 -1 64 4851 0 1 0 714 4 0 0 16 0 9 0 194174481 1725988864 63640 1992294400 134512640 134550932 4294956032 18446744073709551615 101450289 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10475] ppid=10470 vsize=1685536 CPUtime=5.46
/proc/10472/task/10475/stat : 10475 (java) S 10470 10472 9612 0 -1 64 76347 0 0 0 516 30 0 0 16 0 9 0 194174482 1725988864 63640 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10476] ppid=10470 vsize=1685536 CPUtime=0
/proc/10472/task/10476/stat : 10476 (java) S 10470 10472 9612 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 194174483 1725988864 63640 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10477] ppid=10470 vsize=1685536 CPUtime=0
/proc/10472/task/10477/stat : 10477 (java) S 10470 10472 9612 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 194174483 1725988864 63640 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10478] ppid=10470 vsize=1685536 CPUtime=0
/proc/10472/task/10478/stat : 10478 (java) S 10470 10472 9612 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 194174485 1725988864 63640 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10479] ppid=10470 vsize=1685536 CPUtime=0.1
/proc/10472/task/10479/stat : 10479 (java) S 10470 10472 9612 0 -1 64 343 0 0 0 10 0 0 0 16 0 9 0 194174485 1725988864 63640 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10480] ppid=10470 vsize=1685536 CPUtime=0
/proc/10472/task/10480/stat : 10480 (java) S 10470 10472 9612 0 -1 64 1 0 0 0 0 0 0 0 23 0 9 0 194174485 1725988864 63640 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10481] ppid=10470 vsize=1685536 CPUtime=0
/proc/10472/task/10481/stat : 10481 (java) S 10470 10472 9612 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 194174485 1725988864 63640 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.77
Current children cumulated vsize (KiB) 1685536

[startup+25.5024 s]
/proc/loadavg: 1.00 1.00 0.95 2/77 10485
/proc/meminfo: memFree=1489040/2055920 swapFree=4181900/4192956
[pid=10472] ppid=10470 vsize=1686508 CPUtime=18.55
/proc/10472/stat : 10472 (java) S 10470 10472 9612 0 -1 0 118668 0 1 0 1802 53 0 0 18 0 12 0 194174480 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10472/statm: 421627 90671 2165 9 0 416538 0
[pid=10483] ppid=10472 vsize=37364 CPUtime=6.99
/proc/10483/stat : 10483 (minisat) R 10472 10472 9612 0 -1 4194304 10040 0 0 0 693 6 0 0 25 0 1 0 194176328 38260736 8883 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/10483/statm: 9341 8883 75 157 0 9181 0
[pid=10472/tid=10474] ppid=10470 vsize=1686508 CPUtime=9.85
/proc/10472/task/10474/stat : 10474 (java) S 10470 10472 9612 0 -1 64 6920 0 1 0 978 7 0 0 17 0 12 0 194174481 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10475] ppid=10470 vsize=1686508 CPUtime=8.55
/proc/10472/task/10475/stat : 10475 (java) S 10470 10472 9612 0 -1 64 110450 0 0 0 812 43 0 0 16 0 12 0 194174482 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10476] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10476/stat : 10476 (java) S 10470 10472 9612 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 194174483 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10477] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10477/stat : 10477 (java) S 10470 10472 9612 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 194174483 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10478] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10478/stat : 10478 (java) S 10470 10472 9612 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 194174485 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10479] ppid=10470 vsize=1686508 CPUtime=0.11
/proc/10472/task/10479/stat : 10479 (java) S 10470 10472 9612 0 -1 64 423 0 0 0 11 0 0 0 15 0 12 0 194174485 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10480] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10480/stat : 10480 (java) S 10470 10472 9612 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 194174485 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10481] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10481/stat : 10481 (java) S 10470 10472 9612 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 194174485 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10482] ppid=10470 vsize=1686508 CPUtime=0.01
/proc/10472/task/10482/stat : 10482 (java) S 10470 10472 9612 0 -1 64 73 0 0 0 0 1 0 0 16 0 12 0 194176328 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=10472/tid=10484] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10484/stat : 10484 (java) S 10470 10472 9612 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 194176332 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=10472/tid=10485] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10485/stat : 10485 (java) S 10470 10472 9612 0 -1 64 11 0 0 0 0 0 0 0 18 0 12 0 194176332 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.54
Current children cumulated vsize (KiB) 1723872

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

[startup+31.9065 s]
/proc/loadavg: 1.00 1.00 0.95 2/77 10485
/proc/meminfo: memFree=1489104/2055920 swapFree=4181900/4192956
[pid=10472] ppid=10470 vsize=1686508 CPUtime=18.55
/proc/10472/stat : 10472 (java) S 10470 10472 9612 0 -1 0 118668 0 1 0 1802 53 0 0 18 0 12 0 194174480 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10472/statm: 421627 90671 2165 9 0 416538 0
[pid=10483] ppid=10472 vsize=37364 CPUtime=13.4
/proc/10483/stat : 10483 (minisat) R 10472 10472 9612 0 -1 4194304 10040 0 0 0 1334 6 0 0 25 0 1 0 194176328 38260736 8883 1992294400 134512640 135156773 4294956080 18446744073709551615 134556415 0 4 0 3 0 0 0 17 0 0 0
/proc/10483/statm: 9341 8883 75 157 0 9181 0

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

/proc/10472/task/10481/stat : 10481 (java) S 10470 10472 9612 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 194174485 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10482] ppid=10470 vsize=1686508 CPUtime=0.01
/proc/10472/task/10482/stat : 10482 (java) S 10470 10472 9612 0 -1 64 73 0 0 0 0 1 0 0 16 0 12 0 194176328 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=10472/tid=10484] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10484/stat : 10484 (java) S 10470 10472 9612 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 194176332 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=10472/tid=10485] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10485/stat : 10485 (java) S 10470 10472 9612 0 -1 64 11 0 0 0 0 0 0 0 18 0 12 0 194176332 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.95
Current children cumulated vsize (KiB) 1723872

[startup+35.1021 s]
/proc/loadavg: 1.00 1.00 0.95 2/77 10485
/proc/meminfo: memFree=1489104/2055920 swapFree=4181900/4192956
[pid=10472] ppid=10470 vsize=1686508 CPUtime=18.55
/proc/10472/stat : 10472 (java) S 10470 10472 9612 0 -1 0 118668 0 1 0 1802 53 0 0 18 0 12 0 194174480 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10472/statm: 421627 90671 2165 9 0 416538 0
[pid=10483] ppid=10472 vsize=37364 CPUtime=16.59
/proc/10483/stat : 10483 (minisat) R 10472 10472 9612 0 -1 4194304 10040 0 0 0 1653 6 0 0 25 0 1 0 194176328 38260736 8883 1992294400 134512640 135156773 4294956080 18446744073709551615 134556253 0 4 0 3 0 0 0 17 0 0 0
/proc/10483/statm: 9341 8883 75 157 0 9181 0
[pid=10472/tid=10474] ppid=10470 vsize=1686508 CPUtime=9.85
/proc/10472/task/10474/stat : 10474 (java) S 10470 10472 9612 0 -1 64 6920 0 1 0 978 7 0 0 17 0 12 0 194174481 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10475] ppid=10470 vsize=1686508 CPUtime=8.55
/proc/10472/task/10475/stat : 10475 (java) S 10470 10472 9612 0 -1 64 110450 0 0 0 812 43 0 0 16 0 12 0 194174482 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10476] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10476/stat : 10476 (java) S 10470 10472 9612 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 194174483 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10477] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10477/stat : 10477 (java) S 10470 10472 9612 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 194174483 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10478] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10478/stat : 10478 (java) S 10470 10472 9612 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 194174485 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10479] ppid=10470 vsize=1686508 CPUtime=0.11
/proc/10472/task/10479/stat : 10479 (java) S 10470 10472 9612 0 -1 64 423 0 0 0 11 0 0 0 15 0 12 0 194174485 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10480] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10480/stat : 10480 (java) S 10470 10472 9612 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 194174485 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10481] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10481/stat : 10481 (java) S 10470 10472 9612 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 194174485 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10482] ppid=10470 vsize=1686508 CPUtime=0.01
/proc/10472/task/10482/stat : 10482 (java) S 10470 10472 9612 0 -1 64 73 0 0 0 0 1 0 0 16 0 12 0 194176328 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=10472/tid=10484] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10484/stat : 10484 (java) S 10470 10472 9612 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 194176332 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=10472/tid=10485] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10485/stat : 10485 (java) S 10470 10472 9612 0 -1 64 11 0 0 0 0 0 0 0 18 0 12 0 194176332 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.14
Current children cumulated vsize (KiB) 1723872

[startup+35.9023 s]
/proc/loadavg: 1.00 1.00 0.95 2/77 10485
/proc/meminfo: memFree=1489104/2055920 swapFree=4181900/4192956
[pid=10472] ppid=10470 vsize=1686508 CPUtime=18.55
/proc/10472/stat : 10472 (java) S 10470 10472 9612 0 -1 0 118668 0 1 0 1802 53 0 0 18 0 12 0 194174480 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10472/statm: 421627 90671 2165 9 0 416538 0
[pid=10483] ppid=10472 vsize=37364 CPUtime=17.39
/proc/10483/stat : 10483 (minisat) R 10472 10472 9612 0 -1 4194304 10040 0 0 0 1733 6 0 0 25 0 1 0 194176328 38260736 8883 1992294400 134512640 135156773 4294956080 18446744073709551615 134553985 0 4 0 3 0 0 0 17 0 0 0
/proc/10483/statm: 9341 8883 75 157 0 9181 0
[pid=10472/tid=10474] ppid=10470 vsize=1686508 CPUtime=9.85
/proc/10472/task/10474/stat : 10474 (java) S 10470 10472 9612 0 -1 64 6920 0 1 0 978 7 0 0 17 0 12 0 194174481 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10475] ppid=10470 vsize=1686508 CPUtime=8.55
/proc/10472/task/10475/stat : 10475 (java) S 10470 10472 9612 0 -1 64 110450 0 0 0 812 43 0 0 16 0 12 0 194174482 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10476] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10476/stat : 10476 (java) S 10470 10472 9612 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 194174483 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10477] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10477/stat : 10477 (java) S 10470 10472 9612 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 194174483 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10478] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10478/stat : 10478 (java) S 10470 10472 9612 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 194174485 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10479] ppid=10470 vsize=1686508 CPUtime=0.11
/proc/10472/task/10479/stat : 10479 (java) S 10470 10472 9612 0 -1 64 423 0 0 0 11 0 0 0 15 0 12 0 194174485 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10480] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10480/stat : 10480 (java) S 10470 10472 9612 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 194174485 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10481] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10481/stat : 10481 (java) S 10470 10472 9612 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 194174485 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10482] ppid=10470 vsize=1686508 CPUtime=0.01
/proc/10472/task/10482/stat : 10482 (java) S 10470 10472 9612 0 -1 64 73 0 0 0 0 1 0 0 16 0 12 0 194176328 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=10472/tid=10484] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10484/stat : 10484 (java) S 10470 10472 9612 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 194176332 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=10472/tid=10485] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10485/stat : 10485 (java) S 10470 10472 9612 0 -1 64 11 0 0 0 0 0 0 0 18 0 12 0 194176332 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.94
Current children cumulated vsize (KiB) 1723872

[startup+36.7024 s]
/proc/loadavg: 1.00 1.00 0.95 2/77 10485
/proc/meminfo: memFree=1489104/2055920 swapFree=4181900/4192956
[pid=10472] ppid=10470 vsize=1686508 CPUtime=18.55
/proc/10472/stat : 10472 (java) S 10470 10472 9612 0 -1 0 118668 0 1 0 1802 53 0 0 18 0 12 0 194174480 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10472/statm: 421627 90671 2165 9 0 416538 0
[pid=10483] ppid=10472 vsize=37364 CPUtime=18.19
/proc/10483/stat : 10483 (minisat) R 10472 10472 9612 0 -1 4194304 10040 0 0 0 1813 6 0 0 25 0 1 0 194176328 38260736 8883 1992294400 134512640 135156773 4294956080 18446744073709551615 134553325 0 4 0 3 0 0 0 17 0 0 0
/proc/10483/statm: 9341 8883 75 157 0 9181 0
[pid=10472/tid=10474] ppid=10470 vsize=1686508 CPUtime=9.85
/proc/10472/task/10474/stat : 10474 (java) S 10470 10472 9612 0 -1 64 6920 0 1 0 978 7 0 0 17 0 12 0 194174481 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10475] ppid=10470 vsize=1686508 CPUtime=8.55
/proc/10472/task/10475/stat : 10475 (java) S 10470 10472 9612 0 -1 64 110450 0 0 0 812 43 0 0 16 0 12 0 194174482 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10476] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10476/stat : 10476 (java) S 10470 10472 9612 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 194174483 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10477] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10477/stat : 10477 (java) S 10470 10472 9612 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 194174483 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10478] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10478/stat : 10478 (java) S 10470 10472 9612 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 194174485 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10479] ppid=10470 vsize=1686508 CPUtime=0.11
/proc/10472/task/10479/stat : 10479 (java) S 10470 10472 9612 0 -1 64 423 0 0 0 11 0 0 0 15 0 12 0 194174485 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10480] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10480/stat : 10480 (java) S 10470 10472 9612 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 194174485 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10481] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10481/stat : 10481 (java) S 10470 10472 9612 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 194174485 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10482] ppid=10470 vsize=1686508 CPUtime=0.01
/proc/10472/task/10482/stat : 10482 (java) S 10470 10472 9612 0 -1 64 73 0 0 0 0 1 0 0 16 0 12 0 194176328 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=10472/tid=10484] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10484/stat : 10484 (java) S 10470 10472 9612 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 194176332 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=10472/tid=10485] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10485/stat : 10485 (java) S 10470 10472 9612 0 -1 64 11 0 0 0 0 0 0 0 18 0 12 0 194176332 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 36.74
Current children cumulated vsize (KiB) 1723872

[startup+36.9025 s]
/proc/loadavg: 1.00 1.00 0.95 2/77 10485
/proc/meminfo: memFree=1489104/2055920 swapFree=4181900/4192956
[pid=10472] ppid=10470 vsize=1686508 CPUtime=18.55
/proc/10472/stat : 10472 (java) S 10470 10472 9612 0 -1 0 118668 0 1 0 1802 53 0 0 18 0 12 0 194174480 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10472/statm: 421627 90671 2165 9 0 416538 0
[pid=10483] ppid=10472 vsize=37364 CPUtime=18.39
/proc/10483/stat : 10483 (minisat) R 10472 10472 9612 0 -1 4194304 10040 0 0 0 1833 6 0 0 25 0 1 0 194176328 38260736 8883 1992294400 134512640 135156773 4294956080 18446744073709551615 134556262 0 4 0 3 0 0 0 17 0 0 0
/proc/10483/statm: 9341 8883 75 157 0 9181 0
[pid=10472/tid=10474] ppid=10470 vsize=1686508 CPUtime=9.85
/proc/10472/task/10474/stat : 10474 (java) S 10470 10472 9612 0 -1 64 6920 0 1 0 978 7 0 0 17 0 12 0 194174481 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10475] ppid=10470 vsize=1686508 CPUtime=8.55
/proc/10472/task/10475/stat : 10475 (java) S 10470 10472 9612 0 -1 64 110450 0 0 0 812 43 0 0 16 0 12 0 194174482 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10476] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10476/stat : 10476 (java) S 10470 10472 9612 0 -1 64 15 0 0 0 0 0 0 0 16 0 12 0 194174483 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10477] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10477/stat : 10477 (java) S 10470 10472 9612 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 194174483 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10478] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10478/stat : 10478 (java) S 10470 10472 9612 0 -1 64 1 0 0 0 0 0 0 0 22 0 12 0 194174485 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10479] ppid=10470 vsize=1686508 CPUtime=0.11
/proc/10472/task/10479/stat : 10479 (java) S 10470 10472 9612 0 -1 64 423 0 0 0 11 0 0 0 15 0 12 0 194174485 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10480] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10480/stat : 10480 (java) S 10470 10472 9612 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 194174485 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10481] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10481/stat : 10481 (java) S 10470 10472 9612 0 -1 64 9 0 0 0 0 0 0 0 15 0 12 0 194174485 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10482] ppid=10470 vsize=1686508 CPUtime=0.01
/proc/10472/task/10482/stat : 10482 (java) S 10470 10472 9612 0 -1 64 73 0 0 0 0 1 0 0 16 0 12 0 194176328 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563356171 0 0 -1 1 0 0
[pid=10472/tid=10484] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10484/stat : 10484 (java) S 10470 10472 9612 0 -1 64 46 0 0 0 0 0 0 0 16 0 12 0 194176332 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
[pid=10472/tid=10485] ppid=10470 vsize=1686508 CPUtime=0
/proc/10472/task/10485/stat : 10485 (java) S 10470 10472 9612 0 -1 64 11 0 0 0 0 0 0 0 18 0 12 0 194176332 1726984192 90671 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563648864 0 0 -1 1 0 0
Current children cumulated CPU time (s) 36.94
Current children cumulated vsize (KiB) 1723872

[startup+37.0025 s]
/proc/loadavg: 1.00 1.00 0.95 2/77 10485
/proc/meminfo: memFree=1489104/2055920 swapFree=4181900/4192956
[pid=10472] ppid=10470 vsize=1686508 CPUtime=37.03
/proc/10472/stat : 10472 (java) S 10470 10472 9612 0 -1 0 118736 10048 1 0 1802 54 1841 6 18 0 9 0 194174480 1726984192 90673 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10472/statm: 421627 90673 2166 9 0 416538 0
[pid=10472/tid=10474] ppid=10470 vsize=1686508 CPUtime=28.32
/proc/10472/task/10474/stat : 10474 (java) S 10470 10472 9612 0 -1 64 6963 10048 1 0 978 7 1841 6 16 0 9 0 194174481 1726984192 90673 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10475] ppid=10470 vsize=1686508 CPUtime=27.02
/proc/10472/task/10475/stat : 10475 (java) S 10470 10472 9612 0 -1 64 110469 10048 0 0 812 43 1841 6 16 0 9 0 194174482 1726984192 90673 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10476] ppid=10470 vsize=1686508 CPUtime=18.47
/proc/10472/task/10476/stat : 10476 (java) S 10470 10472 9612 0 -1 64 15 10048 0 0 0 0 1841 6 16 0 9 0 194174483 1726984192 90673 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10477] ppid=10470 vsize=1686508 CPUtime=18.47
/proc/10472/task/10477/stat : 10477 (java) S 10470 10472 9612 0 -1 64 11 10048 0 0 0 0 1841 6 16 0 9 0 194174483 1726984192 90673 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10478] ppid=10470 vsize=1686508 CPUtime=18.47
/proc/10472/task/10478/stat : 10478 (java) S 10470 10472 9612 0 -1 64 1 10048 0 0 0 0 1841 6 22 0 9 0 194174485 1726984192 90673 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10472/tid=10479] ppid=10470 vsize=1686508 CPUtime=18.58
/proc/10472/task/10479/stat : 10479 (java) S 10470 10472 9612 0 -1 64 423 10048 0 0 11 0 1841 6 15 0 9 0 194174485 1726984192 90673 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10480] ppid=10470 vsize=1686508 CPUtime=18.47
/proc/10472/task/10480/stat : 10480 (java) S 10470 10472 9612 0 -1 64 1 10048 0 0 0 0 1841 6 23 0 9 0 194174485 1726984192 90673 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10472/tid=10481] ppid=10470 vsize=1686508 CPUtime=18.47
/proc/10472/task/10481/stat : 10481 (java) S 10470 10472 9612 0 -1 64 9 10048 0 0 0 0 1841 6 15 0 9 0 194174485 1726984192 90673 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.03
Current children cumulated vsize (KiB) 1686508

Child status: 0
Real time (s): 37.0604
CPU time (s): 37.1044
CPU user time (s): 36.4405
CPU system time (s): 0.663899
CPU usage (%): 100.119
Max. virtual memory (cumulated for all children) (KiB): 1728712

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

runsolver used 0.047992 second user time and 0.115982 second system time

The end

Launcher Data

Begin job on node67 at 2009-06-17 21:10:03
IDJOB=1885330
IDBENCH=72046
IDSOLVER=688
FILE ID=node67/1885330-1245265802
PBS_JOBID= 9372394
Free space on /tmp= 66396 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB09/normalized-PB09/PURE-SAT/SAT09/APPLICATIONS/crypto/md5gen/gus-md5-05.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-1885330-1245265802/watcher-1885330-1245265802 -o /tmp/evaluation-result-1885330-1245265802/solver-1885330-1245265802 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1885330-1245265802.opb minisat %dimacs %var

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

MD5SUM BENCH= c79e2b52997719dd86cf500df603b103
RANDOM SEED=562634427

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1884696 kB
Buffers:          8244 kB
Cached:          95052 kB
SwapCached:       4824 kB
Active:          66980 kB
Inactive:        43652 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1884696 kB
SwapTotal:     4192956 kB
SwapFree:      4181900 kB
Dirty:            8152 kB
Writeback:           0 kB
Mapped:          13100 kB
Slab:            46600 kB
Committed_AS:   129404 kB
PageTables:       1440 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-1885330-1245265802.opb

Free space on /tmp at the end= 66396 MiB
End job on node67 at 2009-06-17 21:10:40