Trace number 1883717

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 20.1799 40.8445

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/web/
uclid_pb_benchmarks/normalized-elf.rf10.ucl.opb
MD5SUMf7a477da8fbb23e2742430438fb68c46
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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 benchmark6.26005
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables55066
Total number of constraints160619
Number of constraints which are clauses156587
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints4032
Minimum length of a constraint1
Maximum length of a constraint13
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 67
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 256
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

15.84/15.64	------------------------
15.84/15.64	Encoding : LINEAR, DIRECT, BDD, POLYW, GLOBC
15.84/15.64	Size : 0, 376074, 0, 0, 339998
15.84/15.64	Count : 0, 156746, 0, 0, 3873
15.84/15.64	
15.84/15.64	Command line : minisat tmp.dimacs %var 
15.84/15.64	
15.84/15.64	------------------------
15.84/15.67	This is MiniSat 2.0 beta
15.84/15.67	WARNING: for repeatability, setting FPU to use double precision
15.84/15.67	============================[ Problem Statistics ]=============================
15.84/15.67	|                                                                             |
15.84/15.67	|  Number of variables:  136984                                               |
15.84/15.67	|  Number of clauses:    300822                                               |
15.90/15.99	|  Parsing time:         0.29         s                                       |
17.84/17.67	============================[ Search Statistics ]==============================
17.84/17.67	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
17.84/17.67	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
17.84/17.67	===============================================================================
17.84/17.67	|         0 |   37793   160688   523037 |    53562        0    nan |  0.000 % |
18.03/17.83	|       101 |   37793   160688   523037 |    58918      101     17 |  3.091 % |
18.13/17.97	|       251 |   37793   160688   523037 |    64810      251     23 |  3.091 % |
18.33/18.19	|       476 |   37790   160688   523037 |    71291      472     20 |  3.300 % |
18.84/18.65	|       814 |   37214   156778   510507 |    78421      700     23 |  3.919 % |
19.23/19.06	|      1320 |   35874   148624   485567 |    86263      819     30 |  4.492 % |
19.83/19.70	|      2079 |   26688   100413   338976 |    94889      543     20 | 11.367 % |
19.94/19.76	===============================================================================
19.94/19.76	restarts              : 7
19.94/19.76	conflicts             : 2253           (559 /sec)
19.94/19.76	decisions             : 6864           (1.50 % random) (1703 /sec)
19.94/19.76	propagations          : 2744046        (681008 /sec)
19.94/19.76	conflict literals     : 62191          (47.41 % deleted)
19.94/19.76	Memory used           : 50.33 MB
19.94/19.76	CPU time              : 4.02939 s
19.94/19.76	
19.94/19.76	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-1883717-1245195306/watcher-1883717-1245195306 -o /tmp/evaluation-result-1883717-1245195306/solver-1883717-1245195306 -C 1800 -W 2000 -M 1800 java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883717-1245195306.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.49 1.28 1.16 3/64 10510
/proc/meminfo: memFree=1826036/2055920 swapFree=4178716/4192956
[pid=10510] ppid=10508 vsize=152 CPUtime=0
/proc/10510/stat : 10510 (java) R 10508 10510 6718 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 187128695 155648 26 1992294400 134512640 134550932 4294956192 18446744073709551615 10261284 0 0 4096 0 0 0 0 17 1 0 0
/proc/10510/statm: 38 26 19 9 0 4 0

[startup+0.0687881 s]
/proc/loadavg: 1.49 1.28 1.16 3/64 10510
/proc/meminfo: memFree=1826036/2055920 swapFree=4178716/4192956
[pid=10510] ppid=10508 vsize=1684292 CPUtime=0.06
/proc/10510/stat : 10510 (java) S 10508 10510 6718 0 -1 0 2967 0 1 0 4 2 0 0 18 0 9 0 187128695 1724715008 2461 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10510/statm: 421073 2461 1188 9 0 415984 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1684292

[startup+0.101889 s]
/proc/loadavg: 1.49 1.28 1.16 3/64 10510
/proc/meminfo: memFree=1826036/2055920 swapFree=4178716/4192956
[pid=10510] ppid=10508 vsize=1684292 CPUtime=0.1
/proc/10510/stat : 10510 (java) S 10508 10510 6718 0 -1 0 3272 0 1 0 8 2 0 0 18 0 9 0 187128695 1724715008 2761 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10510/statm: 421073 2761 1225 9 0 415984 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 1684292

[startup+0.301913 s]
/proc/loadavg: 1.49 1.28 1.16 3/64 10510
/proc/meminfo: memFree=1826036/2055920 swapFree=4178716/4192956
[pid=10510] ppid=10508 vsize=1684564 CPUtime=0.33
/proc/10510/stat : 10510 (java) S 10508 10510 6718 0 -1 0 5441 0 1 0 30 3 0 0 18 0 9 0 187128695 1724993536 4663 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10510/statm: 421141 4664 2154 9 0 416052 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1684564

[startup+0.701952 s]
/proc/loadavg: 1.49 1.28 1.16 3/64 10510
/proc/meminfo: memFree=1826036/2055920 swapFree=4178716/4192956
[pid=10510] ppid=10508 vsize=1684564 CPUtime=0.73
/proc/10510/stat : 10510 (java) S 10508 10510 6718 0 -1 0 7579 0 1 0 69 4 0 0 18 0 9 0 187128695 1724993536 6545 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10510/statm: 421141 6545 2154 9 0 416052 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 1684564

[startup+1.50204 s]
/proc/loadavg: 1.45 1.28 1.16 2/73 10519
/proc/meminfo: memFree=1802924/2055920 swapFree=4178716/4192956
[pid=10510] ppid=10508 vsize=1684564 CPUtime=1.52
/proc/10510/stat : 10510 (java) S 10508 10510 6718 0 -1 0 11584 0 1 0 146 6 0 0 18 0 9 0 187128695 1724993536 9832 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10510/statm: 421141 9832 2154 9 0 416052 0
[pid=10510/tid=10512] ppid=10508 vsize=1684564 CPUtime=0.95
/proc/10510/task/10512/stat : 10512 (java) S 10508 10510 6718 0 -1 64 2207 0 1 0 94 1 0 0 17 0 9 0 187128697 1724993536 9835 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10510/tid=10513] ppid=10508 vsize=1684564 CPUtime=0.51
/proc/10510/task/10513/stat : 10513 (java) R 10508 10510 6718 0 -1 64 8349 0 0 0 47 4 0 0 16 0 9 0 187128698 1724993536 9838 1992294400 134512640 134550932 4294956032 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10514] ppid=10508 vsize=1684564 CPUtime=0
/proc/10510/task/10514/stat : 10514 (java) S 10508 10510 6718 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 187128698 1724993536 9842 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10515] ppid=10508 vsize=1684564 CPUtime=0
/proc/10510/task/10515/stat : 10515 (java) S 10508 10510 6718 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 187128698 1724993536 9843 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10516] ppid=10508 vsize=1684564 CPUtime=0
/proc/10510/task/10516/stat : 10516 (java) S 10508 10510 6718 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187128700 1724993536 9843 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10517] ppid=10508 vsize=1684564 CPUtime=0.03
/proc/10510/task/10517/stat : 10517 (java) S 10508 10510 6718 0 -1 64 299 0 0 0 3 0 0 0 15 0 9 0 187128700 1724993536 9843 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10518] ppid=10508 vsize=1684564 CPUtime=0
/proc/10510/task/10518/stat : 10518 (java) S 10508 10510 6718 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 187128700 1724993536 9843 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10519] ppid=10508 vsize=1684564 CPUtime=0
/proc/10510/task/10519/stat : 10519 (java) S 10508 10510 6718 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 187128700 1724993536 9843 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 1684564

[startup+3.1022 s]
/proc/loadavg: 1.45 1.28 1.16 2/73 10519
/proc/meminfo: memFree=1789548/2055920 swapFree=4178716/4192956
[pid=10510] ppid=10508 vsize=1684564 CPUtime=3.12
/proc/10510/stat : 10510 (java) S 10508 10510 6718 0 -1 0 17910 0 1 0 301 11 0 0 18 0 9 0 187128695 1724993536 15155 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10510/statm: 421141 15155 2154 9 0 416052 0
[pid=10510/tid=10512] ppid=10508 vsize=1684564 CPUtime=2.12
/proc/10510/task/10512/stat : 10512 (java) R 10508 10510 6718 0 -1 64 2483 0 1 0 210 2 0 0 17 0 9 0 187128697 1724993536 15155 1992294400 134512640 134550932 4294956032 18446744073709551615 4126392192 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10513] ppid=10508 vsize=1684564 CPUtime=0.94
/proc/10510/task/10513/stat : 10513 (java) S 10508 10510 6718 0 -1 64 14392 0 0 0 87 7 0 0 16 0 9 0 187128698 1724993536 15155 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10510/tid=10514] ppid=10508 vsize=1684564 CPUtime=0
/proc/10510/task/10514/stat : 10514 (java) S 10508 10510 6718 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 187128698 1724993536 15155 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10515] ppid=10508 vsize=1684564 CPUtime=0
/proc/10510/task/10515/stat : 10515 (java) S 10508 10510 6718 0 -1 64 11 0 0 0 0 0 0 0 15 0 9 0 187128698 1724993536 15155 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10516] ppid=10508 vsize=1684564 CPUtime=0
/proc/10510/task/10516/stat : 10516 (java) S 10508 10510 6718 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187128700 1724993536 15155 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10517] ppid=10508 vsize=1684564 CPUtime=0.03
/proc/10510/task/10517/stat : 10517 (java) S 10508 10510 6718 0 -1 64 300 0 0 0 3 0 0 0 16 0 9 0 187128700 1724993536 15155 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10510/tid=10518] ppid=10508 vsize=1684564 CPUtime=0
/proc/10510/task/10518/stat : 10518 (java) S 10508 10510 6718 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 187128700 1724993536 15155 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10519] ppid=10508 vsize=1684564 CPUtime=0
/proc/10510/task/10519/stat : 10519 (java) S 10508 10510 6718 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 187128700 1724993536 15155 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.12
Current children cumulated vsize (KiB) 1684564

[startup+6.30154 s]
/proc/loadavg: 1.45 1.28 1.16 2/73 10519
/proc/meminfo: memFree=1730804/2055920 swapFree=4178716/4192956
[pid=10510] ppid=10508 vsize=1698928 CPUtime=6.36
/proc/10510/stat : 10510 (java) S 10508 10510 6718 0 -1 0 39537 0 1 0 615 21 0 0 18 0 9 0 187128695 1739702272 32334 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10510/statm: 424732 32334 2162 9 0 419643 0
[pid=10510/tid=10512] ppid=10508 vsize=1698928 CPUtime=3.8
/proc/10510/task/10512/stat : 10512 (java) S 10508 10510 6718 0 -1 64 2953 0 1 0 376 4 0 0 16 0 9 0 187128697 1739702272 32334 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10513] ppid=10508 vsize=1698928 CPUtime=2.45
/proc/10510/task/10513/stat : 10513 (java) R 10508 10510 6718 0 -1 64 35498 0 0 0 229 16 0 0 20 0 9 0 187128698 1739702272 32334 1992294400 134512640 134550932 4294956032 18446744073709551615 104189926 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10510/tid=10514] ppid=10508 vsize=1698928 CPUtime=0
/proc/10510/task/10514/stat : 10514 (java) S 10508 10510 6718 0 -1 64 15 0 0 0 0 0 0 0 15 0 9 0 187128698 1739702272 32334 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10515] ppid=10508 vsize=1698928 CPUtime=0
/proc/10510/task/10515/stat : 10515 (java) S 10508 10510 6718 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 187128698 1739702272 32334 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10516] ppid=10508 vsize=1698928 CPUtime=0
/proc/10510/task/10516/stat : 10516 (java) S 10508 10510 6718 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187128700 1739702272 32334 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10517] ppid=10508 vsize=1698928 CPUtime=0.08
/proc/10510/task/10517/stat : 10517 (java) S 10508 10510 6718 0 -1 64 351 0 0 0 8 0 0 0 16 0 9 0 187128700 1739702272 32334 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10510/tid=10518] ppid=10508 vsize=1698928 CPUtime=0
/proc/10510/task/10518/stat : 10518 (java) S 10508 10510 6718 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 187128700 1739702272 32334 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10519] ppid=10508 vsize=1698928 CPUtime=0
/proc/10510/task/10519/stat : 10519 (java) S 10508 10510 6718 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 187128700 1739702272 32334 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.36
Current children cumulated vsize (KiB) 1698928

[startup+12.702 s]
/proc/loadavg: 1.69 1.33 1.18 2/73 10519
/proc/meminfo: memFree=1609276/2055920 swapFree=4178716/4192956
[pid=10510] ppid=10508 vsize=1684676 CPUtime=12.95
/proc/10510/stat : 10510 (java) S 10508 10510 6718 0 -1 0 74262 0 1 0 1254 41 0 0 18 0 9 0 187128695 1725108224 56468 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10510/statm: 421169 56468 2162 9 0 416080 0
[pid=10510/tid=10512] ppid=10508 vsize=1684676 CPUtime=6.88
/proc/10510/task/10512/stat : 10512 (java) S 10508 10510 6718 0 -1 64 4779 0 1 0 681 7 0 0 16 0 9 0 187128697 1725108224 56468 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10513] ppid=10508 vsize=1684676 CPUtime=5.75
/proc/10510/task/10513/stat : 10513 (java) R 10508 10510 6718 0 -1 64 68394 0 0 0 544 31 0 0 17 0 9 0 187128698 1725108224 56468 1992294400 134512640 134550932 4294956032 18446744073709551615 102549376 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=10510/tid=10514] ppid=10508 vsize=1684676 CPUtime=0
/proc/10510/task/10514/stat : 10514 (java) S 10508 10510 6718 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 187128698 1725108224 56468 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10510/tid=10515] ppid=10508 vsize=1684676 CPUtime=0
/proc/10510/task/10515/stat : 10515 (java) S 10508 10510 6718 0 -1 64 11 0 0 0 0 0 0 0 16 0 9 0 187128698 1725108224 56468 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10516] ppid=10508 vsize=1684676 CPUtime=0
/proc/10510/task/10516/stat : 10516 (java) S 10508 10510 6718 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 187128700 1725108224 56468 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10517] ppid=10508 vsize=1684676 CPUtime=0.27
/proc/10510/task/10517/stat : 10517 (java) S 10508 10510 6718 0 -1 64 354 0 0 0 27 0 0 0 16 0 9 0 187128700 1725108224 56468 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10510/tid=10518] ppid=10508 vsize=1684676 CPUtime=0
/proc/10510/task/10518/stat : 10518 (java) S 10508 10510 6718 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 187128700 1725108224 56468 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10519] ppid=10508 vsize=1684676 CPUtime=0
/proc/10510/task/10519/stat : 10519 (java) S 10508 10510 6718 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 187128700 1725108224 56468 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.95
Current children cumulated vsize (KiB) 1684676

[startup+25.5014 s]
/proc/loadavg: 1.81 1.37 1.20 1/73 10523
/proc/meminfo: memFree=1584228/2055920 swapFree=4178716/4192956
[pid=10510] ppid=10508 vsize=1685648 CPUtime=20
/proc/10510/stat : 10510 (java) S 10508 10510 6718 0 -1 0 79203 14169 1 0 1545 45 402 8 18 0 9 0 187128695 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10510/statm: 421412 60999 2166 9 0 416323 0
[pid=10510/tid=10512] ppid=10508 vsize=1685648 CPUtime=13.54
/proc/10510/task/10512/stat : 10512 (java) D 10508 10510 6718 0 -1 64 4996 14169 1 0 936 8 402 8 16 0 9 0 187128697 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=10510/tid=10513] ppid=10508 vsize=1685648 CPUtime=10.23
/proc/10510/task/10513/stat : 10513 (java) S 10508 10510 6718 0 -1 64 72904 14169 0 0 580 33 402 8 16 0 9 0 187128698 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10514] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10514/stat : 10514 (java) S 10508 10510 6718 0 -1 64 15 14169 0 0 0 0 402 8 16 0 9 0 187128698 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10510/tid=10515] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10515/stat : 10515 (java) S 10508 10510 6718 0 -1 64 11 14169 0 0 0 0 402 8 16 0 9 0 187128698 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10516] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10516/stat : 10516 (java) S 10508 10510 6718 0 -1 64 1 14169 0 0 0 0 402 8 24 0 9 0 187128700 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10517] ppid=10508 vsize=1685648 CPUtime=4.38
/proc/10510/task/10517/stat : 10517 (java) S 10508 10510 6718 0 -1 64 428 14169 0 0 28 0 402 8 15 0 9 0 187128700 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10518] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10518/stat : 10518 (java) S 10508 10510 6718 0 -1 64 0 14169 0 0 0 0 402 8 25 0 9 0 187128700 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10519] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10519/stat : 10519 (java) S 10508 10510 6718 0 -1 64 8 14169 0 0 0 0 402 8 15 0 9 0 187128700 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 20
Current children cumulated vsize (KiB) 1685648
heavy processes:

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

[startup+32.005 s]
/proc/loadavg: 1.84 1.39 1.20 1/73 10523
/proc/meminfo: memFree=1587300/2055920 swapFree=4178716/4192956
[pid=10510] ppid=10508 vsize=1685648 CPUtime=20.07
/proc/10510/stat : 10510 (java) S 10508 10510 6718 0 -1 0 79203 14169 1 0 1545 52 402 8 18 0 9 0 187128695 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10510/statm: 421412 60999 2166 9 0 416323 0
[pid=10510/tid=10512] ppid=10508 vsize=1685648 CPUtime=13.6
/proc/10510/task/10512/stat : 10512 (java) D 10508 10510 6718 0 -1 64 4996 14169 1 0 936 14 402 8 15 0 9 0 187128697 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=10510/tid=10513] ppid=10508 vsize=1685648 CPUtime=10.23
/proc/10510/task/10513/stat : 10513 (java) S 10508 10510 6718 0 -1 64 72904 14169 0 0 580 33 402 8 16 0 9 0 187128698 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10514] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10514/stat : 10514 (java) S 10508 10510 6718 0 -1 64 15 14169 0 0 0 0 402 8 16 0 9 0 187128698 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10510/tid=10515] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10515/stat : 10515 (java) S 10508 10510 6718 0 -1 64 11 14169 0 0 0 0 402 8 16 0 9 0 187128698 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10516] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10516/stat : 10516 (java) S 10508 10510 6718 0 -1 64 1 14169 0 0 0 0 402 8 24 0 9 0 187128700 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10517] ppid=10508 vsize=1685648 CPUtime=4.38
/proc/10510/task/10517/stat : 10517 (java) S 10508 10510 6718 0 -1 64 428 14169 0 0 28 0 402 8 15 0 9 0 187128700 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10518] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10518/stat : 10518 (java) S 10508 10510 6718 0 -1 64 0 14169 0 0 0 0 402 8 25 0 9 0 187128700 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10519] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10519/stat : 10519 (java) S 10508 10510 6718 0 -1 64 8 14169 0 0 0 0 402 8 15 0 9 0 187128700 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.07
Current children cumulated vsize (KiB) 1685648

[startup+35.2024 s]
/proc/loadavg: 1.84 1.39 1.20 1/73 10523
/proc/meminfo: memFree=1587300/2055920 swapFree=4178716/4192956
[pid=10510] ppid=10508 vsize=1685648 CPUtime=20.07
/proc/10510/stat : 10510 (java) S 10508 10510 6718 0 -1 0 79203 14169 1 0 1545 52 402 8 18 0 9 0 187128695 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10510/statm: 421412 60999 2166 9 0 416323 0
[pid=10510/tid=10512] ppid=10508 vsize=1685648 CPUtime=13.6
/proc/10510/task/10512/stat : 10512 (java) D 10508 10510 6718 0 -1 64 4996 14169 1 0 936 14 402 8 15 0 9 0 187128697 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=10510/tid=10513] ppid=10508 vsize=1685648 CPUtime=10.23
/proc/10510/task/10513/stat : 10513 (java) S 10508 10510 6718 0 -1 64 72904 14169 0 0 580 33 402 8 16 0 9 0 187128698 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10514] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10514/stat : 10514 (java) S 10508 10510 6718 0 -1 64 15 14169 0 0 0 0 402 8 16 0 9 0 187128698 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10510/tid=10515] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10515/stat : 10515 (java) S 10508 10510 6718 0 -1 64 11 14169 0 0 0 0 402 8 16 0 9 0 187128698 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10516] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10516/stat : 10516 (java) S 10508 10510 6718 0 -1 64 1 14169 0 0 0 0 402 8 24 0 9 0 187128700 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10517] ppid=10508 vsize=1685648 CPUtime=4.38
/proc/10510/task/10517/stat : 10517 (java) S 10508 10510 6718 0 -1 64 428 14169 0 0 28 0 402 8 15 0 9 0 187128700 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10518] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10518/stat : 10518 (java) S 10508 10510 6718 0 -1 64 0 14169 0 0 0 0 402 8 25 0 9 0 187128700 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10519] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10519/stat : 10519 (java) S 10508 10510 6718 0 -1 64 8 14169 0 0 0 0 402 8 15 0 9 0 187128700 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.07
Current children cumulated vsize (KiB) 1685648

[startup+38.4027 s]
/proc/loadavg: 1.85 1.40 1.21 1/73 10523
/proc/meminfo: memFree=1587364/2055920 swapFree=4178716/4192956
[pid=10510] ppid=10508 vsize=1685648 CPUtime=20.07
/proc/10510/stat : 10510 (java) S 10508 10510 6718 0 -1 0 79203 14169 1 0 1545 52 402 8 18 0 9 0 187128695 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10510/statm: 421412 60999 2166 9 0 416323 0
[pid=10510/tid=10512] ppid=10508 vsize=1685648 CPUtime=13.6
/proc/10510/task/10512/stat : 10512 (java) D 10508 10510 6718 0 -1 64 4996 14169 1 0 936 14 402 8 15 0 9 0 187128697 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=10510/tid=10513] ppid=10508 vsize=1685648 CPUtime=10.23
/proc/10510/task/10513/stat : 10513 (java) S 10508 10510 6718 0 -1 64 72904 14169 0 0 580 33 402 8 16 0 9 0 187128698 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10514] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10514/stat : 10514 (java) S 10508 10510 6718 0 -1 64 15 14169 0 0 0 0 402 8 16 0 9 0 187128698 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10510/tid=10515] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10515/stat : 10515 (java) S 10508 10510 6718 0 -1 64 11 14169 0 0 0 0 402 8 16 0 9 0 187128698 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10516] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10516/stat : 10516 (java) S 10508 10510 6718 0 -1 64 1 14169 0 0 0 0 402 8 24 0 9 0 187128700 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10517] ppid=10508 vsize=1685648 CPUtime=4.38
/proc/10510/task/10517/stat : 10517 (java) S 10508 10510 6718 0 -1 64 428 14169 0 0 28 0 402 8 15 0 9 0 187128700 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10518] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10518/stat : 10518 (java) S 10508 10510 6718 0 -1 64 0 14169 0 0 0 0 402 8 25 0 9 0 187128700 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10519] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10519/stat : 10519 (java) S 10508 10510 6718 0 -1 64 8 14169 0 0 0 0 402 8 15 0 9 0 187128700 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.07
Current children cumulated vsize (KiB) 1685648

[startup+40.0019 s]
/proc/loadavg: 1.85 1.40 1.21 1/73 10523
/proc/meminfo: memFree=1587364/2055920 swapFree=4178716/4192956
[pid=10510] ppid=10508 vsize=1685648 CPUtime=20.07
/proc/10510/stat : 10510 (java) S 10508 10510 6718 0 -1 0 79203 14169 1 0 1545 52 402 8 18 0 9 0 187128695 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10510/statm: 421412 60999 2166 9 0 416323 0
[pid=10510/tid=10512] ppid=10508 vsize=1685648 CPUtime=13.6
/proc/10510/task/10512/stat : 10512 (java) D 10508 10510 6718 0 -1 64 4996 14169 1 0 936 14 402 8 15 0 9 0 187128697 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 0 0 0
[pid=10510/tid=10513] ppid=10508 vsize=1685648 CPUtime=10.23
/proc/10510/task/10513/stat : 10513 (java) S 10508 10510 6718 0 -1 64 72904 14169 0 0 580 33 402 8 16 0 9 0 187128698 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10514] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10514/stat : 10514 (java) S 10508 10510 6718 0 -1 64 15 14169 0 0 0 0 402 8 16 0 9 0 187128698 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10510/tid=10515] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10515/stat : 10515 (java) S 10508 10510 6718 0 -1 64 11 14169 0 0 0 0 402 8 16 0 9 0 187128698 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10516] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10516/stat : 10516 (java) S 10508 10510 6718 0 -1 64 1 14169 0 0 0 0 402 8 24 0 9 0 187128700 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10517] ppid=10508 vsize=1685648 CPUtime=4.38
/proc/10510/task/10517/stat : 10517 (java) S 10508 10510 6718 0 -1 64 428 14169 0 0 28 0 402 8 15 0 9 0 187128700 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10518] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10518/stat : 10518 (java) S 10508 10510 6718 0 -1 64 0 14169 0 0 0 0 402 8 25 0 9 0 187128700 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10519] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10519/stat : 10519 (java) S 10508 10510 6718 0 -1 64 8 14169 0 0 0 0 402 8 15 0 9 0 187128700 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.07
Current children cumulated vsize (KiB) 1685648

[startup+40.4019 s]
/proc/loadavg: 1.85 1.40 1.21 1/73 10523
/proc/meminfo: memFree=1587364/2055920 swapFree=4178716/4192956
[pid=10510] ppid=10508 vsize=1685648 CPUtime=20.09
/proc/10510/stat : 10510 (java) S 10508 10510 6718 0 -1 0 79203 14169 1 0 1545 54 402 8 18 0 9 0 187128695 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10510/statm: 421412 60999 2166 9 0 416323 0
[pid=10510/tid=10512] ppid=10508 vsize=1685648 CPUtime=13.62
/proc/10510/task/10512/stat : 10512 (java) D 10508 10510 6718 0 -1 64 4996 14169 1 0 936 16 402 8 15 0 9 0 187128697 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 18446744071563608069 0 0 -1 1 0 0
[pid=10510/tid=10513] ppid=10508 vsize=1685648 CPUtime=10.23
/proc/10510/task/10513/stat : 10513 (java) S 10508 10510 6718 0 -1 64 72904 14169 0 0 580 33 402 8 16 0 9 0 187128698 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10514] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10514/stat : 10514 (java) S 10508 10510 6718 0 -1 64 15 14169 0 0 0 0 402 8 16 0 9 0 187128698 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10510/tid=10515] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10515/stat : 10515 (java) S 10508 10510 6718 0 -1 64 11 14169 0 0 0 0 402 8 16 0 9 0 187128698 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10516] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10516/stat : 10516 (java) S 10508 10510 6718 0 -1 64 1 14169 0 0 0 0 402 8 24 0 9 0 187128700 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10517] ppid=10508 vsize=1685648 CPUtime=4.38
/proc/10510/task/10517/stat : 10517 (java) S 10508 10510 6718 0 -1 64 428 14169 0 0 28 0 402 8 15 0 9 0 187128700 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10518] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10518/stat : 10518 (java) S 10508 10510 6718 0 -1 64 0 14169 0 0 0 0 402 8 25 0 9 0 187128700 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10519] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10519/stat : 10519 (java) S 10508 10510 6718 0 -1 64 8 14169 0 0 0 0 402 8 15 0 9 0 187128700 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.09
Current children cumulated vsize (KiB) 1685648

[startup+40.8059 s]
/proc/loadavg: 1.85 1.40 1.21 1/73 10523
/proc/meminfo: memFree=1589028/2055920 swapFree=4178716/4192956
[pid=10510] ppid=10508 vsize=1685648 CPUtime=20.12
/proc/10510/stat : 10510 (java) S 10508 10510 6718 0 -1 0 79203 14169 1 0 1545 57 402 8 18 0 9 0 187128695 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10510/statm: 421412 60999 2166 9 0 416323 0
[pid=10510/tid=10512] ppid=10508 vsize=1685648 CPUtime=13.65
/proc/10510/task/10512/stat : 10512 (java) S 10508 10510 6718 0 -1 64 4996 14169 1 0 936 19 402 8 15 0 9 0 187128697 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10510/tid=10513] ppid=10508 vsize=1685648 CPUtime=10.23
/proc/10510/task/10513/stat : 10513 (java) S 10508 10510 6718 0 -1 64 72904 14169 0 0 580 33 402 8 16 0 9 0 187128698 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10514] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10514/stat : 10514 (java) S 10508 10510 6718 0 -1 64 15 14169 0 0 0 0 402 8 16 0 9 0 187128698 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10510/tid=10515] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10515/stat : 10515 (java) S 10508 10510 6718 0 -1 64 11 14169 0 0 0 0 402 8 16 0 9 0 187128698 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10516] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10516/stat : 10516 (java) S 10508 10510 6718 0 -1 64 1 14169 0 0 0 0 402 8 24 0 9 0 187128700 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10517] ppid=10508 vsize=1685648 CPUtime=4.38
/proc/10510/task/10517/stat : 10517 (java) S 10508 10510 6718 0 -1 64 428 14169 0 0 28 0 402 8 15 0 9 0 187128700 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10518] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10518/stat : 10518 (java) S 10508 10510 6718 0 -1 64 0 14169 0 0 0 0 402 8 25 0 9 0 187128700 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10510/tid=10519] ppid=10508 vsize=1685648 CPUtime=4.1
/proc/10510/task/10519/stat : 10519 (java) S 10508 10510 6718 0 -1 64 8 14169 0 0 0 0 402 8 15 0 9 0 187128700 1726103552 60999 1992294400 134512640 134550932 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 20.12
Current children cumulated vsize (KiB) 1685648

Child status: 0
Real time (s): 40.8445
CPU time (s): 20.1799
CPU user time (s): 19.485
CPU system time (s): 0.694894
CPU usage (%): 49.4067
Max. virtual memory (cumulated for all children) (KiB): 1745048

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

runsolver used 0.109983 second user time and 0.309952 second system time

The end

Launcher Data

Begin job on node90 at 2009-06-17 01:35:08
IDJOB=1883717
IDBENCH=1494
IDSOLVER=688
FILE ID=node90/1883717-1245195306
PBS_JOBID= 9368280
Free space on /tmp= 66524 MiB

SOLVER NAME= BoolVar 2009-04-26
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/web/uclid_pb_benchmarks/normalized-elf.rf10.ucl.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-1883717-1245195306/watcher-1883717-1245195306 -o /tmp/evaluation-result-1883717-1245195306/solver-1883717-1245195306 -C 1800 -W 2000 -M 1800  java -Xmx1500m -jar pb2cnfsolver.jar 6 HOME/instance-1883717-1245195306.opb minisat %dimacs %var

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

MD5SUM BENCH= f7a477da8fbb23e2742430438fb68c46
RANDOM SEED=29752086

node90.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.231
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.231
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:       1826516 kB
Buffers:         34800 kB
Cached:         129764 kB
SwapCached:       8428 kB
Active:          63112 kB
Inactive:       112104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1826516 kB
SwapTotal:     4192956 kB
SwapFree:      4178716 kB
Dirty:            6300 kB
Writeback:           0 kB
Mapped:          16272 kB
Slab:            40204 kB
Committed_AS:   119428 kB
PageTables:       1436 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-1883717-1245195306.opb

Free space on /tmp at the end= 66524 MiB
End job on node90 at 2009-06-17 01:35:49