Trace number 2659973

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 NameAnswerobjective functionCPU timeWall clock time
SAT4J PB Resolution 2.2.0 2010-05-26? (TO) 1802.67 1577.76

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_3000_5__126_2812__1024.opb
MD5SUM2bcff1be6c98046e73917053605e201c
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15362998
Total number of constraints18000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)15002
Number of constraints which are nor clauses,nor cardinality constraints2998
Minimum length of a constraint1024
Maximum length of a constraint46081
Number of terms in the objective function 15360000
Biggest coefficient in the objective function 129631
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 520168088576
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 129631
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 520168088576
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.08/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.15	c See www.sat4j.org for details.
0.08/0.16	c version 2.2.0.v20100526
0.08/0.16	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.16	c java.vm.name		Java HotSpot(TM) Server VM
0.08/0.16	c java.vm.version	11.2-b01
0.08/0.16	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.16	c sun.arch.data.model	32
0.08/0.16	c java.version		1.6.0_12
0.08/0.16	c os.name		Linux
0.08/0.16	c os.version		2.6.18-164.el5
0.08/0.16	c os.arch		i386
0.08/0.16	c Free memory 		1393557488
0.08/0.16	c Max memory 		1395916800
0.08/0.16	c Total memory 		1395916800
0.08/0.16	c Number of processors 	2
0.22/0.22	c Pseudo Boolean Optimization
0.22/0.22	c --- Begin Solver configuration ---
0.22/0.22	c Stops conflict analysis at the first Unique Implication Point
0.22/0.22	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@161d36b
0.22/0.22	c Learn all clauses as in MiniSAT
0.22/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.22/0.22	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.22/0.22	c Expensive reason simplification
0.22/0.22	c Armin Biere (Picosat) restarts strategy
0.22/0.22	c Glucose learned constraints deletion strategy
0.22/0.22	c timeout=2147483s
0.22/0.22	c DB Simplification allowed=false
0.22/0.22	c --- End Solver configuration ---
0.22/0.22	c solving HOME/instance-2659973-1276690884.opb
0.22/0.22	c reading problem ... 

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-2659973-1276690884/watcher-2659973-1276690884 -o /tmp/evaluation-result-2659973-1276690884/solver-2659973-1276690884 -C 1800 -W 2000 -M 1800 java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659973-1276690884.opb 

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.34 1.10 1.03 3/107 15993
/proc/meminfo: memFree=897916/2059040 swapFree=4140740/4192956
[pid=15993] ppid=15991 vsize=248 CPUtime=0
/proc/15993/stat : 15993 (java) R 15991 15993 15344 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 10384581 253952 29 1992294400 134512640 134550932 4291849920 18446744073709551615 12501588 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/15993/statm: 62 29 21 10 0 23 0

[startup+0.074998 s]
/proc/loadavg: 1.34 1.10 1.03 3/107 15993
/proc/meminfo: memFree=897916/2059040 swapFree=4140740/4192956
[pid=15993] ppid=15991 vsize=1521796 CPUtime=0.06
/proc/15993/stat : 15993 (java) S 15991 15993 15344 0 -1 4202496 3713 0 1 0 4 2 0 0 18 0 7 0 10384581 1558319104 3154 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/15993/statm: 380449 3154 1034 10 0 377759 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1521796

[startup+0.100997 s]
/proc/loadavg: 1.34 1.10 1.03 3/107 15993
/proc/meminfo: memFree=897916/2059040 swapFree=4140740/4192956
[pid=15993] ppid=15991 vsize=1523992 CPUtime=0.08
/proc/15993/stat : 15993 (java) S 15991 15993 15344 0 -1 4202496 3916 0 1 0 6 2 0 0 18 0 12 0 10384581 1560567808 3355 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15993/statm: 380998 3355 1063 10 0 378308 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1523992

[startup+0.300992 s]
/proc/loadavg: 1.34 1.10 1.03 3/107 15993
/proc/meminfo: memFree=897916/2059040 swapFree=4140740/4192956
[pid=15993] ppid=15991 vsize=1526264 CPUtime=0.33
/proc/15993/stat : 15993 (java) S 15991 15993 15344 0 -1 4202496 19652 0 1 0 24 9 0 0 18 0 12 0 10384581 1562894336 19089 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15993/statm: 381566 19089 1348 10 0 378868 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1526264

[startup+0.700981 s]
/proc/loadavg: 1.34 1.10 1.03 3/107 15993
/proc/meminfo: memFree=897916/2059040 swapFree=4140740/4192956
[pid=15993] ppid=15991 vsize=1526264 CPUtime=0.73
/proc/15993/stat : 15993 (java) S 15991 15993 15344 0 -1 4202496 91418 0 1 0 35 38 0 0 18 0 12 0 10384581 1562894336 90855 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15993/statm: 381566 90855 1349 10 0 378868 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 1526264

[startup+1.50196 s]
/proc/loadavg: 1.34 1.10 1.03 5/119 16005
/proc/meminfo: memFree=534812/2059040 swapFree=4140740/4192956
[pid=15993] ppid=15991 vsize=1527660 CPUtime=1.96
/proc/15993/stat : 15993 (java) S 15991 15993 15344 0 -1 4202496 120765 0 1 0 142 54 0 0 18 0 12 0 10384581 1564323840 120122 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15993/statm: 381915 120122 1407 10 0 379217 0
[pid=15993/tid=15995] ppid=15991 vsize=1527660 CPUtime=1.22
/proc/15993/task/15995/stat : 15995 (java) R 15991 15993 15344 0 -1 4202560 92004 0 1 0 84 38 0 0 25 0 12 0 10384583 1564323840 120122 1992294400 134512640 134550932 4291849920 18446744073709551615 4109451374 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15993/tid=15996] ppid=15991 vsize=1527660 CPUtime=0.19
/proc/15993/task/15996/stat : 15996 (java) S 15991 15993 15344 0 -1 4202560 18777 0 0 0 11 8 0 0 18 0 12 0 10384584 1564323840 120122 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
[pid=15993/tid=15997] ppid=15991 vsize=1527660 CPUtime=0.16
/proc/15993/task/15997/stat : 15997 (java) S 15991 15993 15344 0 -1 4202560 7895 0 0 0 11 5 0 0 17 0 12 0 10384584 1564323840 120122 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=15998] ppid=15991 vsize=1527660 CPUtime=0
/proc/15993/task/15998/stat : 15998 (java) S 15991 15993 15344 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 12 0 10384586 1564323840 120122 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 0 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
[pid=15993/tid=15999] ppid=15991 vsize=1527660 CPUtime=0
/proc/15993/task/15999/stat : 15999 (java) S 15991 15993 15344 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10384587 1564323840 120122 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16000] ppid=15991 vsize=1527660 CPUtime=0
/proc/15993/task/16000/stat : 16000 (java) S 15991 15993 15344 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10384587 1564323840 120122 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16001] ppid=15991 vsize=1527660 CPUtime=0
/proc/15993/task/16001/stat : 16001 (java) S 15991 15993 15344 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10384591 1564323840 120122 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16002] ppid=15991 vsize=1527660 CPUtime=0.02
/proc/15993/task/16002/stat : 16002 (java) S 15991 15993 15344 0 -1 4202560 19 0 0 0 2 0 0 0 19 0 12 0 10384591 1564323840 120122 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
[pid=15993/tid=16003] ppid=15991 vsize=1527660 CPUtime=0.3
/proc/15993/task/16003/stat : 16003 (java) S 15991 15993 15344 0 -1 4202560 1001 0 0 0 30 0 0 0 16 0 12 0 10384591 1564323840 120122 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
[pid=15993/tid=16004] ppid=15991 vsize=1527660 CPUtime=0
/proc/15993/task/16004/stat : 16004 (java) S 15991 15993 15344 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10384591 1564323840 120122 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16005] ppid=15991 vsize=1527660 CPUtime=0
/proc/15993/task/16005/stat : 16005 (java) S 15991 15993 15344 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 10384591 1564323840 120122 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 1527660

[startup+3.10191 s]
/proc/loadavg: 1.31 1.10 1.03 2/119 16005
/proc/meminfo: memFree=424824/2059040 swapFree=4140740/4192956
[pid=15993] ppid=15991 vsize=1527660 CPUtime=3.76
/proc/15993/stat : 15993 (java) S 15991 15993 15344 0 -1 4202496 130540 0 1 0 317 59 0 0 18 0 12 0 10384581 1564323840 128909 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15993/statm: 381915 128909 1407 10 0 379217 0
[pid=15993/tid=15995] ppid=15991 vsize=1527660 CPUtime=2.61
/proc/15993/task/15995/stat : 15995 (java) R 15991 15993 15344 0 -1 4202560 92005 0 1 0 222 39 0 0 25 0 12 0 10384583 1564323840 128909 1992294400 134512640 134550932 4291849920 18446744073709551615 4109442915 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15993/tid=15996] ppid=15991 vsize=1527660 CPUtime=0.41
/proc/15993/task/15996/stat : 15996 (java) S 15991 15993 15344 0 -1 4202560 22848 0 0 0 30 11 0 0 18 0 12 0 10384584 1564323840 128909 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
[pid=15993/tid=15997] ppid=15991 vsize=1527660 CPUtime=0.36
/proc/15993/task/15997/stat : 15997 (java) S 15991 15993 15344 0 -1 4202560 13596 0 0 0 29 7 0 0 16 0 12 0 10384584 1564323840 128909 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=15998] ppid=15991 vsize=1527660 CPUtime=0
/proc/15993/task/15998/stat : 15998 (java) S 15991 15993 15344 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10384586 1564323840 128909 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 0 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
[pid=15993/tid=15999] ppid=15991 vsize=1527660 CPUtime=0
/proc/15993/task/15999/stat : 15999 (java) S 15991 15993 15344 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10384587 1564323840 128909 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16000] ppid=15991 vsize=1527660 CPUtime=0
/proc/15993/task/16000/stat : 16000 (java) S 15991 15993 15344 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10384587 1564323840 128909 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16001] ppid=15991 vsize=1527660 CPUtime=0
/proc/15993/task/16001/stat : 16001 (java) S 15991 15993 15344 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10384591 1564323840 128909 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16002] ppid=15991 vsize=1527660 CPUtime=0.02
/proc/15993/task/16002/stat : 16002 (java) S 15991 15993 15344 0 -1 4202560 19 0 0 0 2 0 0 0 19 0 12 0 10384591 1564323840 128909 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
[pid=15993/tid=16003] ppid=15991 vsize=1527660 CPUtime=0.3
/proc/15993/task/16003/stat : 16003 (java) S 15991 15993 15344 0 -1 4202560 1001 0 0 0 30 0 0 0 16 0 12 0 10384591 1564323840 128909 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
[pid=15993/tid=16004] ppid=15991 vsize=1527660 CPUtime=0
/proc/15993/task/16004/stat : 16004 (java) S 15991 15993 15344 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10384591 1564323840 128909 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16005] ppid=15991 vsize=1527660 CPUtime=0
/proc/15993/task/16005/stat : 16005 (java) S 15991 15993 15344 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 10384591 1564323840 128909 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.76
Current children cumulated vsize (KiB) 1527660

[startup+6.30082 s]
/proc/loadavg: 1.31 1.10 1.03 2/118 16005
/proc/meminfo: memFree=367048/2059040 swapFree=4140740/4192956
[pid=15993] ppid=15991 vsize=1527376 CPUtime=7.38
/proc/15993/stat : 15993 (java) S 15991 15993 15344 0 -1 4202496 144037 0 1 0 671 67 0 0 18 0 12 0 10384581 1564033024 140431 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15993/statm: 381844 140431 1407 10 0 379146 0
[pid=15993/tid=15995] ppid=15991 vsize=1527376 CPUtime=5.37
/proc/15993/task/15995/stat : 15995 (java) R 15991 15993 15344 0 -1 4202560 92009 0 1 0 498 39 0 0 25 0 12 0 10384583 1564033024 140431 1992294400 134512640 134550932 4291849920 18446744073709551615 4109445653 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15993/tid=15996] ppid=15991 vsize=1527376 CPUtime=0.85
/proc/15993/task/15996/stat : 15996 (java) S 15991 15993 15344 0 -1 4202560 31385 0 0 0 69 16 0 0 18 0 12 0 10384584 1564033024 140431 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
[pid=15993/tid=15997] ppid=15991 vsize=1527376 CPUtime=0.8
/proc/15993/task/15997/stat : 15997 (java) S 15991 15993 15344 0 -1 4202560 18552 0 0 0 70 10 0 0 16 0 12 0 10384584 1564033024 140431 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=15998] ppid=15991 vsize=1527376 CPUtime=0
/proc/15993/task/15998/stat : 15998 (java) S 15991 15993 15344 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10384586 1564033024 140431 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 0 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
[pid=15993/tid=15999] ppid=15991 vsize=1527376 CPUtime=0
/proc/15993/task/15999/stat : 15999 (java) S 15991 15993 15344 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10384587 1564033024 140431 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16000] ppid=15991 vsize=1527376 CPUtime=0
/proc/15993/task/16000/stat : 16000 (java) S 15991 15993 15344 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10384587 1564033024 140431 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16001] ppid=15991 vsize=1527376 CPUtime=0
/proc/15993/task/16001/stat : 16001 (java) S 15991 15993 15344 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10384591 1564033024 140431 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16002] ppid=15991 vsize=1527376 CPUtime=0.02
/proc/15993/task/16002/stat : 16002 (java) S 15991 15993 15344 0 -1 4202560 19 0 0 0 2 0 0 0 18 0 12 0 10384591 1564033024 140431 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
[pid=15993/tid=16003] ppid=15991 vsize=1527376 CPUtime=0.3
/proc/15993/task/16003/stat : 16003 (java) S 15991 15993 15344 0 -1 4202560 1001 0 0 0 30 0 0 0 16 0 12 0 10384591 1564033024 140431 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
[pid=15993/tid=16004] ppid=15991 vsize=1527376 CPUtime=0
/proc/15993/task/16004/stat : 16004 (java) S 15991 15993 15344 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10384591 1564033024 140431 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16005] ppid=15991 vsize=1527376 CPUtime=0
/proc/15993/task/16005/stat : 16005 (java) S 15991 15993 15344 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 10384591 1564033024 140431 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.38
Current children cumulated vsize (KiB) 1527376

[startup+12.7016 s]
/proc/loadavg: 1.27 1.10 1.03 2/118 16005
/proc/meminfo: memFree=253588/2059040 swapFree=4140740/4192956
[pid=15993] ppid=15991 vsize=1531224 CPUtime=15.65
/proc/15993/stat : 15993 (java) S 15991 15993 15344 0 -1 4202496 170025 0 1 0 1484 81 0 0 18 0 12 0 10384581 1567973376 164963 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15993/statm: 382806 164967 1412 10 0 380108 0
[pid=15993/tid=15995] ppid=15991 vsize=1531224 CPUtime=9.87
/proc/15993/task/15995/stat : 15995 (java) R 15991 15993 15344 0 -1 4202560 92016 0 1 0 947 40 0 0 25 0 12 0 10384583 1567973376 164968 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15993/tid=15996] ppid=15991 vsize=1531224 CPUtime=2.72
/proc/15993/task/15996/stat : 15996 (java) R 15991 15993 15344 0 -1 4202560 43060 0 0 0 252 20 0 0 16 0 12 0 10384584 1567973376 164971 1992294400 134512640 134550932 4291849920 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15993/tid=15997] ppid=15991 vsize=1531224 CPUtime=2.67
/proc/15993/task/15997/stat : 15997 (java) R 15991 15993 15344 0 -1 4202560 32862 0 0 0 249 18 0 0 16 0 12 0 10384584 1567973376 164973 1992294400 134512640 134550932 4291849920 18446744073709551615 106195400 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=15993/tid=15998] ppid=15991 vsize=1531224 CPUtime=0
/proc/15993/task/15998/stat : 15998 (java) S 15991 15993 15344 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10384586 1567973376 164976 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 0 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
[pid=15993/tid=15999] ppid=15991 vsize=1531224 CPUtime=0
/proc/15993/task/15999/stat : 15999 (java) S 15991 15993 15344 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10384587 1567973376 164979 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16000] ppid=15991 vsize=1531224 CPUtime=0
/proc/15993/task/16000/stat : 16000 (java) S 15991 15993 15344 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10384587 1567973376 164981 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16001] ppid=15991 vsize=1531224 CPUtime=0
/proc/15993/task/16001/stat : 16001 (java) S 15991 15993 15344 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10384591 1567973376 164984 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16002] ppid=15991 vsize=1531224 CPUtime=0.03
/proc/15993/task/16002/stat : 16002 (java) S 15991 15993 15344 0 -1 4202560 24 0 0 0 3 0 0 0 15 0 12 0 10384591 1567973376 164986 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
[pid=15993/tid=16003] ppid=15991 vsize=1531224 CPUtime=0.3
/proc/15993/task/16003/stat : 16003 (java) S 15991 15993 15344 0 -1 4202560 1001 0 0 0 30 0 0 0 16 0 12 0 10384591 1567973376 164989 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
[pid=15993/tid=16004] ppid=15991 vsize=1531224 CPUtime=0
/proc/15993/task/16004/stat : 16004 (java) S 15991 15993 15344 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10384591 1567973376 164991 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16005] ppid=15991 vsize=1531224 CPUtime=0
/proc/15993/task/16005/stat : 16005 (java) S 15991 15993 15344 0 -1 4202560 0 0 0 0 0 0 0 0 15 0 12 0 10384591 1567973376 164994 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 15.65
Current children cumulated vsize (KiB) 1531224

[startup+25.5013 s]
/proc/loadavg: 1.22 1.09 1.03 3/118 16005
/proc/meminfo: memFree=91520/2059040 swapFree=4140740/4192956
[pid=15993] ppid=15991 vsize=1531224 CPUtime=32.67
/proc/15993/stat : 15993 (java) S 15991 15993 15344 0 -1 4202496 212894 0 1 0 3157 110 0 0 18 0 12 0 10384581 1567973376 205305 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15993/statm: 382806 205305 1412 10 0 380108 0
[pid=15993/tid=15995] ppid=15991 vsize=1531224 CPUtime=18.29
/proc/15993/task/15995/stat : 15995 (java) R 15991 15993 15344 0 -1 4202560 92033 0 1 0 1786 43 0 0 16 0 12 0 10384583 1567973376 205305 1992294400 134512640 134550932 4291849920 18446744073709551615 4109415434 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=15993/tid=15996] ppid=15991 vsize=1531224 CPUtime=7.06
/proc/15993/task/15996/stat : 15996 (java) S 15991 15993 15344 0 -1 4202560 70643 0 0 0 671 35 0 0 16 0 12 0 10384584 1567973376 205305 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
[pid=15993/tid=15997] ppid=15991 vsize=1531224 CPUtime=6.92
/proc/15993/task/15997/stat : 15997 (java) S 15991 15993 15344 0 -1 4202560 48119 0 0 0 662 30 0 0 16 0 12 0 10384584 1567973376 205305 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=15998] ppid=15991 vsize=1531224 CPUtime=0
/proc/15993/task/15998/stat : 15998 (java) S 15991 15993 15344 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 12 0 10384586 1567973376 205305 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 0 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=15999] ppid=15991 vsize=1531224 CPUtime=0
/proc/15993/task/15999/stat : 15999 (java) S 15991 15993 15344 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10384587 1567973376 205305 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16000] ppid=15991 vsize=1531224 CPUtime=0
/proc/15993/task/16000/stat : 16000 (java) S 15991 15993 15344 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10384587 1567973376 205305 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16001] ppid=15991 vsize=1531224 CPUtime=0
/proc/15993/task/16001/stat : 16001 (java) S 15991 15993 15344 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10384591 1567973376 205305 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16002] ppid=15991 vsize=1531224 CPUtime=0.03

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

/proc/15993/stat : 15993 (java) S 15991 15993 15344 0 -1 4202496 13537835 0 6 0 174667 5336 0 0 18 0 12 0 10384581 1635774464 360106 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15993/statm: 399359 360106 1417 10 0 396661 0
[pid=15993/tid=15995] ppid=15991 vsize=1597436 CPUtime=57.69
/proc/15993/task/15995/stat : 15995 (java) S 15991 15993 15344 0 -1 4202560 92481 0 1 0 5711 58 0 0 15 0 12 0 10384583 1635774464 360106 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 3
[pid=15993/tid=15996] ppid=15991 vsize=1597436 CPUtime=242.1
/proc/15993/task/15996/stat : 15996 (java) S 15991 15993 15344 0 -1 4202560 141113 0 0 0 24103 107 0 0 16 0 12 0 10384584 1635774464 360106 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
[pid=15993/tid=15997] ppid=15991 vsize=1597436 CPUtime=243.92
/proc/15993/task/15997/stat : 15997 (java) S 15991 15993 15344 0 -1 4202560 121675 0 0 0 24275 117 0 0 16 0 12 0 10384584 1635774464 360106 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 3
[pid=15993/tid=15998] ppid=15991 vsize=1597436 CPUtime=1255.88
/proc/15993/task/15998/stat : 15998 (java) R 15991 15993 15344 0 -1 4202560 13180380 0 5 0 120537 5051 0 0 25 0 12 0 10384586 1635774464 360106 1992294400 134512640 134550932 4291849920 18446744073709551615 104187904 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=15993/tid=15999] ppid=15991 vsize=1597436 CPUtime=0
/proc/15993/task/15999/stat : 15999 (java) S 15991 15993 15344 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10384587 1635774464 360106 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16000] ppid=15991 vsize=1597436 CPUtime=0
/proc/15993/task/16000/stat : 16000 (java) S 15991 15993 15344 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10384587 1635774464 360106 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16001] ppid=15991 vsize=1597436 CPUtime=0
/proc/15993/task/16001/stat : 16001 (java) S 15991 15993 15344 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 12 0 10384591 1635774464 360106 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16002] ppid=15991 vsize=1597436 CPUtime=0.04
/proc/15993/task/16002/stat : 16002 (java) S 15991 15993 15344 0 -1 4202560 25 0 0 0 4 0 0 0 15 0 12 0 10384591 1635774464 360106 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
[pid=15993/tid=16003] ppid=15991 vsize=1597436 CPUtime=0.34
/proc/15993/task/16003/stat : 16003 (java) S 15991 15993 15344 0 -1 4202560 1005 0 0 0 34 0 0 0 15 0 12 0 10384591 1635774464 360106 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
[pid=15993/tid=16004] ppid=15991 vsize=1597436 CPUtime=0
/proc/15993/task/16004/stat : 16004 (java) S 15991 15993 15344 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10384591 1635774464 360106 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16005] ppid=15991 vsize=1597436 CPUtime=0
/proc/15993/task/16005/stat : 16005 (java) S 15991 15993 15344 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 12 0 10384591 1635774464 360106 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1597436

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -15993

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

[startup+1575.8 s]
/proc/loadavg: 1.15 1.22 1.16 2/118 16050
/proc/meminfo: memFree=73756/2059040 swapFree=4140140/4192956
[pid=15993] ppid=15991 vsize=1597436 CPUtime=1800.23
/proc/15993/stat : 15993 (java) S 15991 15993 15344 0 -1 4202496 13537836 0 6 0 174687 5336 0 0 18 0 12 0 10384581 1635774464 360106 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15993/statm: 399359 360106 1417 10 0 396661 0
[pid=15993/tid=15995] ppid=15991 vsize=1597436 CPUtime=57.69
/proc/15993/task/15995/stat : 15995 (java) S 15991 15993 15344 0 -1 4202560 92481 0 1 0 5711 58 0 0 15 0 12 0 10384583 1635774464 360106 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 3
[pid=15993/tid=15996] ppid=15991 vsize=1597436 CPUtime=242.1
/proc/15993/task/15996/stat : 15996 (java) S 15991 15993 15344 0 -1 4202560 141113 0 0 0 24103 107 0 0 16 0 12 0 10384584 1635774464 360106 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
[pid=15993/tid=15997] ppid=15991 vsize=1597436 CPUtime=243.92
/proc/15993/task/15997/stat : 15997 (java) S 15991 15993 15344 0 -1 4202560 121675 0 0 0 24275 117 0 0 16 0 12 0 10384584 1635774464 360106 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 3
[pid=15993/tid=15998] ppid=15991 vsize=1597436 CPUtime=1256.07
/proc/15993/task/15998/stat : 15998 (java) R 15991 15993 15344 0 -1 4202560 13180380 0 5 0 120556 5051 0 0 25 0 12 0 10384586 1635774464 360106 1992294400 134512640 134550932 4291849920 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=15993/tid=15999] ppid=15991 vsize=1597436 CPUtime=0
/proc/15993/task/15999/stat : 15999 (java) S 15991 15993 15344 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10384587 1635774464 360106 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16000] ppid=15991 vsize=1597436 CPUtime=0
/proc/15993/task/16000/stat : 16000 (java) S 15991 15993 15344 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10384587 1635774464 360106 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16001] ppid=15991 vsize=1597436 CPUtime=0
/proc/15993/task/16001/stat : 16001 (java) S 15991 15993 15344 0 -1 4202560 2 0 0 0 0 0 0 0 18 0 12 0 10384591 1635774464 360106 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16002] ppid=15991 vsize=1597436 CPUtime=0.04
/proc/15993/task/16002/stat : 16002 (java) S 15991 15993 15344 0 -1 4202560 25 0 0 0 4 0 0 0 15 0 12 0 10384591 1635774464 360106 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
[pid=15993/tid=16003] ppid=15991 vsize=1597436 CPUtime=0.34
/proc/15993/task/16003/stat : 16003 (java) S 15991 15993 15344 0 -1 4202560 1005 0 0 0 34 0 0 0 15 0 12 0 10384591 1635774464 360106 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
[pid=15993/tid=16004] ppid=15991 vsize=1597436 CPUtime=0
/proc/15993/task/16004/stat : 16004 (java) S 15991 15993 15344 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10384591 1635774464 360106 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16005] ppid=15991 vsize=1597436 CPUtime=0
/proc/15993/task/16005/stat : 16005 (java) S 15991 15993 15344 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 12 0 10384591 1635774464 360106 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1800.23
Current children cumulated vsize (KiB) 1597436

[startup+1576.6 s]
/proc/loadavg: 1.15 1.22 1.16 6/119 16051
/proc/meminfo: memFree=138476/2059040 swapFree=4140140/4192956
[pid=15993] ppid=15991 vsize=1532788 CPUtime=1801.51
/proc/15993/stat : 15993 (java) S 15991 15993 15344 0 -1 4202496 13537841 0 6 0 174814 5337 0 0 18 0 12 0 10384581 1569574912 343947 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15993/statm: 383197 343947 1417 10 0 380499 0
[pid=15993/tid=15995] ppid=15991 vsize=1532788 CPUtime=57.69
/proc/15993/task/15995/stat : 15995 (java) S 15991 15993 15344 0 -1 4202560 92481 0 1 0 5711 58 0 0 15 0 12 0 10384583 1569574912 343947 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 3
[pid=15993/tid=15996] ppid=15991 vsize=1532788 CPUtime=242.59
/proc/15993/task/15996/stat : 15996 (java) S 15991 15993 15344 0 -1 4202560 141113 0 0 0 24152 107 0 0 16 0 12 0 10384584 1569574912 343947 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=15997] ppid=15991 vsize=1532788 CPUtime=244.49
/proc/15993/task/15997/stat : 15997 (java) S 15991 15993 15344 0 -1 4202560 121675 0 0 0 24332 117 0 0 16 0 12 0 10384584 1569574912 343947 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 3
[pid=15993/tid=15998] ppid=15991 vsize=1532788 CPUtime=1256.29
/proc/15993/task/15998/stat : 15998 (java) R 15991 15993 15344 0 -1 4202560 13180382 0 5 0 120577 5052 0 0 23 0 12 0 10384586 1569574912 343947 1992294400 134512640 134550932 4291849920 18446744073709551615 104177864 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=15993/tid=15999] ppid=15991 vsize=1532788 CPUtime=0
/proc/15993/task/15999/stat : 15999 (java) S 15991 15993 15344 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10384587 1569574912 343947 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16000] ppid=15991 vsize=1532788 CPUtime=0
/proc/15993/task/16000/stat : 16000 (java) S 15991 15993 15344 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10384587 1569574912 343947 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16001] ppid=15991 vsize=1532788 CPUtime=0
/proc/15993/task/16001/stat : 16001 (java) S 15991 15993 15344 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 12 0 10384591 1569574912 343947 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16002] ppid=15991 vsize=1532788 CPUtime=0.04
/proc/15993/task/16002/stat : 16002 (java) S 15991 15993 15344 0 -1 4202560 25 0 0 0 4 0 0 0 15 0 12 0 10384591 1569574912 343947 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
[pid=15993/tid=16003] ppid=15991 vsize=1532788 CPUtime=0.34
/proc/15993/task/16003/stat : 16003 (java) S 15991 15993 15344 0 -1 4202560 1005 0 0 0 34 0 0 0 15 0 12 0 10384591 1569574912 343947 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
[pid=15993/tid=16004] ppid=15991 vsize=1532788 CPUtime=0
/proc/15993/task/16004/stat : 16004 (java) S 15991 15993 15344 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10384591 1569574912 343947 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16005] ppid=15991 vsize=1532788 CPUtime=0
/proc/15993/task/16005/stat : 16005 (java) S 15991 15993 15344 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 12 0 10384591 1569574912 343947 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1801.51
Current children cumulated vsize (KiB) 1532788

[startup+1577.41 s]
/proc/loadavg: 1.54 1.29 1.18 2/119 16051
/proc/meminfo: memFree=105740/2059040 swapFree=4140140/4192956
[pid=15993] ppid=15991 vsize=1629440 CPUtime=1802.31
/proc/15993/stat : 15993 (java) S 15991 15993 15344 0 -1 4202496 13566865 0 6 0 174884 5347 0 0 18 0 12 0 10384581 1668546560 365216 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15993/statm: 407360 365225 1417 10 0 404662 0
[pid=15993/tid=15995] ppid=15991 vsize=1629440 CPUtime=57.69
/proc/15993/task/15995/stat : 15995 (java) S 15991 15993 15344 0 -1 4202560 92481 0 1 0 5711 58 0 0 15 0 12 0 10384583 1668546560 365232 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 3
[pid=15993/tid=15996] ppid=15991 vsize=1629440 CPUtime=242.59
/proc/15993/task/15996/stat : 15996 (java) S 15991 15993 15344 0 -1 4202560 141113 0 0 0 24152 107 0 0 16 0 12 0 10384584 1668546560 365242 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=15997] ppid=15991 vsize=1629440 CPUtime=244.49
/proc/15993/task/15997/stat : 15997 (java) S 15991 15993 15344 0 -1 4202560 121675 0 0 0 24332 117 0 0 16 0 12 0 10384584 1668546560 365252 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 3
[pid=15993/tid=15998] ppid=15991 vsize=1629440 CPUtime=1257.1
/proc/15993/task/15998/stat : 15998 (java) R 15991 15993 15344 0 -1 4202560 13209452 0 5 0 120648 5062 0 0 25 0 12 0 10384586 1668546560 365262 1992294400 134512640 134550932 4291849920 18446744073709551615 103586068 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=15993/tid=15999] ppid=15991 vsize=1629440 CPUtime=0
/proc/15993/task/15999/stat : 15999 (java) S 15991 15993 15344 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10384587 1668546560 365271 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16000] ppid=15991 vsize=1629440 CPUtime=0
/proc/15993/task/16000/stat : 16000 (java) S 15991 15993 15344 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10384587 1668546560 365281 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16001] ppid=15991 vsize=1629440 CPUtime=0
/proc/15993/task/16001/stat : 16001 (java) S 15991 15993 15344 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 12 0 10384591 1668546560 365289 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16002] ppid=15991 vsize=1629440 CPUtime=0.04
/proc/15993/task/16002/stat : 16002 (java) S 15991 15993 15344 0 -1 4202560 25 0 0 0 4 0 0 0 15 0 12 0 10384591 1668546560 365299 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
[pid=15993/tid=16003] ppid=15991 vsize=1629440 CPUtime=0.34
/proc/15993/task/16003/stat : 16003 (java) S 15991 15993 15344 0 -1 4202560 1005 0 0 0 34 0 0 0 15 0 12 0 10384591 1668546560 365309 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
[pid=15993/tid=16004] ppid=15991 vsize=1629440 CPUtime=0
/proc/15993/task/16004/stat : 16004 (java) S 15991 15993 15344 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10384591 1668546560 365318 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16005] ppid=15991 vsize=1629440 CPUtime=0
/proc/15993/task/16005/stat : 16005 (java) S 15991 15993 15344 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 12 0 10384591 1668546560 365328 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1802.31
Current children cumulated vsize (KiB) 1629440

[startup+1577.6 s]
/proc/loadavg: 1.54 1.29 1.18 2/119 16051
/proc/meminfo: memFree=105740/2059040 swapFree=4140140/4192956
[pid=15993] ppid=15991 vsize=1597436 CPUtime=1802.5
/proc/15993/stat : 15993 (java) S 15991 15993 15344 0 -1 4202496 13569759 0 6 0 174902 5348 0 0 18 0 12 0 10384581 1635774464 360109 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15993/statm: 399359 360109 1417 10 0 396661 0
[pid=15993/tid=15995] ppid=15991 vsize=1597436 CPUtime=57.69
/proc/15993/task/15995/stat : 15995 (java) S 15991 15993 15344 0 -1 4202560 92481 0 1 0 5711 58 0 0 15 0 12 0 10384583 1635774464 360109 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 3
[pid=15993/tid=15996] ppid=15991 vsize=1597436 CPUtime=242.59
/proc/15993/task/15996/stat : 15996 (java) S 15991 15993 15344 0 -1 4202560 141113 0 0 0 24152 107 0 0 16 0 12 0 10384584 1635774464 360109 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=15997] ppid=15991 vsize=1597436 CPUtime=244.49
/proc/15993/task/15997/stat : 15997 (java) S 15991 15993 15344 0 -1 4202560 121675 0 0 0 24332 117 0 0 16 0 12 0 10384584 1635774464 360109 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 3
[pid=15993/tid=15998] ppid=15991 vsize=1597436 CPUtime=1257.29
/proc/15993/task/15998/stat : 15998 (java) R 15991 15993 15344 0 -1 4202560 13212300 0 5 0 120666 5063 0 0 25 0 12 0 10384586 1635774464 360109 1992294400 134512640 134550932 4291849920 18446744073709551615 105696817 0 0 0 16800975 0 0 0 -1 0 0 0 0
[pid=15993/tid=15999] ppid=15991 vsize=1597436 CPUtime=0
/proc/15993/task/15999/stat : 15999 (java) S 15991 15993 15344 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 12 0 10384587 1635774464 360109 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16000] ppid=15991 vsize=1597436 CPUtime=0
/proc/15993/task/16000/stat : 16000 (java) S 15991 15993 15344 0 -1 4202560 7 0 0 0 0 0 0 0 18 0 12 0 10384587 1635774464 360109 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16001] ppid=15991 vsize=1597436 CPUtime=0
/proc/15993/task/16001/stat : 16001 (java) S 15991 15993 15344 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 12 0 10384591 1635774464 360109 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16002] ppid=15991 vsize=1597436 CPUtime=0.04
/proc/15993/task/16002/stat : 16002 (java) S 15991 15993 15344 0 -1 4202560 25 0 0 0 4 0 0 0 15 0 12 0 10384591 1635774464 360109 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
[pid=15993/tid=16003] ppid=15991 vsize=1597436 CPUtime=0.34
/proc/15993/task/16003/stat : 16003 (java) S 15991 15993 15344 0 -1 4202560 1005 0 0 0 34 0 0 0 15 0 12 0 10384591 1635774464 360109 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
[pid=15993/tid=16004] ppid=15991 vsize=1597436 CPUtime=0
/proc/15993/task/16004/stat : 16004 (java) S 15991 15993 15344 0 -1 4202560 0 0 0 0 0 0 0 0 25 0 12 0 10384591 1635774464 360109 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 1 0 0 0
[pid=15993/tid=16005] ppid=15991 vsize=1597436 CPUtime=0
/proc/15993/task/16005/stat : 16005 (java) S 15991 15993 15344 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 12 0 10384591 1635774464 360109 1992294400 134512640 134550932 4291849920 18446744073709551615 4294960144 0 4 0 16800975 18446604437833195840 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1802.5
Current children cumulated vsize (KiB) 1597436

[startup+1577.7 s]
/proc/loadavg: 1.54 1.29 1.18 2/119 16051
/proc/meminfo: memFree=105740/2059040 swapFree=4140140/4192956
[pid=15993] ppid=15991 vsize=0 CPUtime=1802.6
/proc/15993/stat : 15993 (java) Z 15991 15993 15344 0 -1 4203548 13569759 0 6 0 174904 5356 0 0 18 0 2 0 10384581 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/15993/statm: 0 0 0 0 0 0 0
[pid=15993/tid=15998] ppid=15991 vsize=0 CPUtime=1257.4
/proc/15993/task/15998/stat : 15998 (java) R 15991 15993 15344 0 -1 4203588 13212300 0 5 0 120668 5072 0 0 25 0 2 0 10384586 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1802.6
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1577.76
CPU time (s): 1802.67
CPU user time (s): 1749.05
CPU system time (s): 53.6258
CPU usage (%): 114.255
Max. virtual memory (cumulated for all children) (KiB): 1629440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1749.05
system time used= 53.6258
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13569759
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44833
involuntary context switches= 56438

runsolver used 3.41748 second user time and 8.46371 second system time

The end

Launcher Data

Begin job on node043 at 2010-06-16 14:22:02
IDJOB=2659973
IDBENCH=71872
IDSOLVER=1164
FILE ID=node043/2659973-1276690884
PBS_JOBID= 11172615
Free space on /tmp= 61520 MiB

SOLVER NAME= SAT4J PB Resolution 2.2.0 2010-05-26
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_3000_5__126_2812__1024.opb
COMMAND LINE= java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2659973-1276690884/watcher-2659973-1276690884 -o /tmp/evaluation-result-2659973-1276690884/solver-2659973-1276690884 -C 1800 -W 2000 -M 1800  java6 -server -Xmx1350m -Xms1350m -jar HOME/sat4j-pb.jar HOME/instance-2659973-1276690884.opb

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

MD5SUM BENCH= 2bcff1be6c98046e73917053605e201c
RANDOM SEED=1692562543

node043.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.241
cache size	: 2048 KB
physical id	: 0
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 0
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 6000.48
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.241
cache size	: 2048 KB
physical id	: 3
siblings	: 1
core id		: 0
cpu cores	: 1
apicid		: 6
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 constant_tsc pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5599.37
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2059040 kB
MemFree:        897940 kB
Buffers:         53356 kB
Cached:         990664 kB
SwapCached:       5748 kB
Active:         826764 kB
Inactive:       230304 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2059040 kB
LowFree:        897940 kB
SwapTotal:     4192956 kB
SwapFree:      4140740 kB
Dirty:          332504 kB
Writeback:           0 kB
AnonPages:       11220 kB
Mapped:          13068 kB
Slab:            81856 kB
PageTables:       4024 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:   5222476 kB
Committed_AS:   182308 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    264948 kB
VmallocChunk: 34359471699 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 61520 MiB
End job on node043 at 2010-06-16 14:48:20