Trace number 1859647

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 NameAnswerobjCPU timeWall clock time
SAT4J Pseudo Resolution 2.1.1? (TO) 1802.28 1778.96

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.09/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.15	c version 2.1.1.v20090612
0.09/0.15	c sun.arch.data.model	32
0.09/0.15	c java.version	1.6.0_12
0.09/0.15	c os.name	Linux
0.09/0.15	c os.version	2.6.9-22.EL.rootsmp
0.09/0.15	c os.arch	i386
0.09/0.15	c Free memory 1342000320
0.09/0.15	c Max memory 1344274432
0.09/0.15	c Total memory 1344274432
0.09/0.15	c Number of processors 2
0.23/0.21	c Pseudo Boolean Optimization
0.23/0.21	c --- Begin Solver configuration ---
0.23/0.21	c Stops conflict analysis at the first Unique Implication Point
0.23/0.21	c org.sat4j.pb.constraints.CompetResolutionPBMixedHTClauseCardConstrDataStructure@3eca90
0.23/0.21	c Learn all clauses as in MiniSAT
0.23/0.21	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.21	c Expensive reason simplification
0.23/0.21	c MiniSAT restarts strategy
0.23/0.21	c Memory based learned constraints deletion strategy
0.23/0.21	c timeout=2147483s
0.23/0.21	c DB Simplification allowed=false
0.23/0.21	c --- End Solver configuration ---
0.23/0.21	c solving HOME/instance-1859647-1244974539.opb
0.23/0.21	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-1859647-1244974539/watcher-1859647-1244974539 -o /tmp/evaluation-result-1859647-1244974539/solver-1859647-1244974539 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1859647-1244974539.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: 2.18 1.37 1.12 3/64 22917
/proc/meminfo: memFree=315728/2055920 swapFree=4191900/4192956
[pid=22917] ppid=22915 vsize=1476 CPUtime=0
/proc/22917/stat : 22917 (java6) R 22915 22917 22591 0 -1 0 124 0 0 0 0 0 0 0 20 0 1 0 165058249 1511424 97 1992294400 134512640 134550932 4294956176 18446744073709551615 3047040 0 0 4096 0 0 0 0 17 1 0 0
/proc/22917/statm: 369 103 80 9 0 11 0

[startup+0.0551479 s]
/proc/loadavg: 2.18 1.37 1.12 3/64 22917
/proc/meminfo: memFree=315728/2055920 swapFree=4191900/4192956
[pid=22917] ppid=22915 vsize=1470088 CPUtime=0.04
/proc/22917/stat : 22917 (java) S 22915 22917 22591 0 -1 0 3245 0 1 0 3 1 0 0 18 0 7 0 165058249 1505370112 2990 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/22917/statm: 367522 2990 1015 9 0 364873 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 1470088

[startup+0.101137 s]
/proc/loadavg: 2.18 1.37 1.12 3/64 22917
/proc/meminfo: memFree=315728/2055920 swapFree=4191900/4192956
[pid=22917] ppid=22915 vsize=1472584 CPUtime=0.09
/proc/22917/stat : 22917 (java) S 22915 22917 22591 0 -1 0 3616 0 1 0 7 2 0 0 18 0 12 0 165058249 1507926016 3359 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22917/statm: 368146 3359 1068 9 0 365494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1472584

[startup+0.301165 s]
/proc/loadavg: 2.18 1.37 1.12 3/64 22917
/proc/meminfo: memFree=315728/2055920 swapFree=4191900/4192956
[pid=22917] ppid=22915 vsize=1475072 CPUtime=0.33
/proc/22917/stat : 22917 (java) S 22915 22917 22591 0 -1 0 20348 0 1 0 24 9 0 0 18 0 12 0 165058249 1510473728 20086 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22917/statm: 368768 20086 1342 9 0 366111 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1475072

[startup+0.701199 s]
/proc/loadavg: 2.18 1.37 1.12 3/64 22917
/proc/meminfo: memFree=315728/2055920 swapFree=4191900/4192956
[pid=22917] ppid=22915 vsize=1475072 CPUtime=0.73
/proc/22917/stat : 22917 (java) S 22915 22917 22591 0 -1 0 91139 0 1 0 37 36 0 0 18 0 12 0 165058249 1510473728 90877 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22917/statm: 368768 90877 1343 9 0 366111 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 1475072

[startup+1.50228 s]
/proc/loadavg: 2.18 1.37 1.12 4/76 22929
/proc/meminfo: memFree=14960/2055920 swapFree=4191900/4192956
[pid=22917] ppid=22915 vsize=1475456 CPUtime=1.89
/proc/22917/stat : 22917 (java) S 22915 22917 22591 0 -1 0 119321 0 1 0 134 55 0 0 18 0 12 0 165058249 1510866944 118854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22917/statm: 368864 118854 1401 9 0 366207 0
[pid=22917/tid=22919] ppid=22915 vsize=1475456 CPUtime=1.13
/proc/22917/task/22919/stat : 22919 (java) R 22915 22917 22591 0 -1 64 90934 0 1 0 76 37 0 0 17 0 12 0 165058250 1510866944 118854 1992294400 134512640 134550932 4294956016 18446744073709551615 4109475692 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22920] ppid=22915 vsize=1475456 CPUtime=0.22
/proc/22917/task/22920/stat : 22920 (java) S 22915 22917 22591 0 -1 64 18779 0 0 0 11 11 0 0 19 0 12 0 165058251 1510866944 118854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22921] ppid=22915 vsize=1475456 CPUtime=0.15
/proc/22917/task/22921/stat : 22921 (java) S 22915 22917 22591 0 -1 64 7724 0 0 0 10 5 0 0 16 0 12 0 165058251 1510866944 118854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22922] ppid=22915 vsize=1475456 CPUtime=0
/proc/22917/task/22922/stat : 22922 (java) S 22915 22917 22591 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 165058253 1510866944 118854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22923] ppid=22915 vsize=1475456 CPUtime=0
/proc/22917/task/22923/stat : 22923 (java) S 22915 22917 22591 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165058254 1510866944 118854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22924] ppid=22915 vsize=1475456 CPUtime=0
/proc/22917/task/22924/stat : 22924 (java) S 22915 22917 22591 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165058254 1510866944 118854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22925] ppid=22915 vsize=1475456 CPUtime=0
/proc/22917/task/22925/stat : 22925 (java) S 22915 22917 22591 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 165058258 1510866944 118854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22926] ppid=22915 vsize=1475456 CPUtime=0.2
/proc/22917/task/22926/stat : 22926 (java) S 22915 22917 22591 0 -1 64 549 0 0 0 20 0 0 0 16 0 12 0 165058258 1510866944 118854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22927] ppid=22915 vsize=1475456 CPUtime=0.14
/proc/22917/task/22927/stat : 22927 (java) S 22915 22917 22591 0 -1 64 583 0 0 0 14 0 0 0 16 0 12 0 165058258 1510866944 118854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22928] ppid=22915 vsize=1475456 CPUtime=0
/proc/22917/task/22928/stat : 22928 (java) S 22915 22917 22591 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165058258 1510866944 118854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22929] ppid=22915 vsize=1475456 CPUtime=0
/proc/22917/task/22929/stat : 22929 (java) S 22915 22917 22591 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 165058258 1510866944 118854 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 1475456

[startup+3.10244 s]
/proc/loadavg: 2.18 1.37 1.12 2/76 22929
/proc/meminfo: memFree=15920/2055920 swapFree=4191900/4192956
[pid=22917] ppid=22915 vsize=1475456 CPUtime=3.68
/proc/22917/stat : 22917 (java) S 22915 22917 22591 0 -1 0 128428 0 1 0 307 61 0 0 18 0 12 0 165058249 1510866944 127350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22917/statm: 368864 127350 1401 9 0 366207 0
[pid=22917/tid=22919] ppid=22915 vsize=1475456 CPUtime=2.51
/proc/22917/task/22919/stat : 22919 (java) R 22915 22917 22591 0 -1 64 90935 0 1 0 214 37 0 0 19 0 12 0 165058250 1510866944 127350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22920] ppid=22915 vsize=1475456 CPUtime=0.42
/proc/22917/task/22920/stat : 22920 (java) S 22915 22917 22591 0 -1 64 24610 0 0 0 28 14 0 0 18 0 12 0 165058251 1510866944 127350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22921] ppid=22915 vsize=1475456 CPUtime=0.36
/proc/22917/task/22921/stat : 22921 (java) S 22915 22917 22591 0 -1 64 10996 0 0 0 29 7 0 0 16 0 12 0 165058251 1510866944 127350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22922] ppid=22915 vsize=1475456 CPUtime=0
/proc/22917/task/22922/stat : 22922 (java) S 22915 22917 22591 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 165058253 1510866944 127350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22923] ppid=22915 vsize=1475456 CPUtime=0
/proc/22917/task/22923/stat : 22923 (java) S 22915 22917 22591 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165058254 1510866944 127350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22924] ppid=22915 vsize=1475456 CPUtime=0
/proc/22917/task/22924/stat : 22924 (java) S 22915 22917 22591 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165058254 1510866944 127350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22925] ppid=22915 vsize=1475456 CPUtime=0
/proc/22917/task/22925/stat : 22925 (java) S 22915 22917 22591 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 165058258 1510866944 127350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22926] ppid=22915 vsize=1475456 CPUtime=0.2
/proc/22917/task/22926/stat : 22926 (java) S 22915 22917 22591 0 -1 64 549 0 0 0 20 0 0 0 16 0 12 0 165058258 1510866944 127350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22927] ppid=22915 vsize=1475456 CPUtime=0.14
/proc/22917/task/22927/stat : 22927 (java) S 22915 22917 22591 0 -1 64 583 0 0 0 14 0 0 0 16 0 12 0 165058258 1510866944 127350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22928] ppid=22915 vsize=1475456 CPUtime=0
/proc/22917/task/22928/stat : 22928 (java) S 22915 22917 22591 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165058258 1510866944 127350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22929] ppid=22915 vsize=1475456 CPUtime=0
/proc/22917/task/22929/stat : 22929 (java) S 22915 22917 22591 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 165058258 1510866944 127350 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 1475456

[startup+6.30177 s]
/proc/loadavg: 2.32 1.41 1.14 2/77 22930
/proc/meminfo: memFree=15656/2055920 swapFree=4191900/4192956
[pid=22917] ppid=22915 vsize=1475424 CPUtime=7.28
/proc/22917/stat : 22917 (java) S 22915 22917 22591 0 -1 0 140931 0 1 0 659 69 0 0 18 0 12 0 165058249 1510834176 138624 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22917/statm: 368856 138624 1401 9 0 366199 0
[pid=22917/tid=22919] ppid=22915 vsize=1475424 CPUtime=5.27
/proc/22917/task/22919/stat : 22919 (java) R 22915 22917 22591 0 -1 64 90938 0 1 0 488 39 0 0 22 0 12 0 165058250 1510834176 138624 1992294400 134512640 134550932 4294956016 18446744073709551615 4109293664 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22920] ppid=22915 vsize=1475424 CPUtime=0.85
/proc/22917/task/22920/stat : 22920 (java) S 22915 22917 22591 0 -1 64 31260 0 0 0 67 18 0 0 18 0 12 0 165058251 1510834176 138624 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22921] ppid=22915 vsize=1475424 CPUtime=0.78
/proc/22917/task/22921/stat : 22921 (java) S 22915 22917 22591 0 -1 64 16846 0 0 0 68 10 0 0 19 0 12 0 165058251 1510834176 138624 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22922] ppid=22915 vsize=1475424 CPUtime=0
/proc/22917/task/22922/stat : 22922 (java) S 22915 22917 22591 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 165058253 1510834176 138624 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22923] ppid=22915 vsize=1475424 CPUtime=0
/proc/22917/task/22923/stat : 22923 (java) S 22915 22917 22591 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165058254 1510834176 138624 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22924] ppid=22915 vsize=1475424 CPUtime=0
/proc/22917/task/22924/stat : 22924 (java) S 22915 22917 22591 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165058254 1510834176 138624 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22925] ppid=22915 vsize=1475424 CPUtime=0
/proc/22917/task/22925/stat : 22925 (java) S 22915 22917 22591 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 165058258 1510834176 138624 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22926] ppid=22915 vsize=1475424 CPUtime=0.2
/proc/22917/task/22926/stat : 22926 (java) S 22915 22917 22591 0 -1 64 549 0 0 0 20 0 0 0 16 0 12 0 165058258 1510834176 138624 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22927] ppid=22915 vsize=1475424 CPUtime=0.14
/proc/22917/task/22927/stat : 22927 (java) S 22915 22917 22591 0 -1 64 583 0 0 0 14 0 0 0 16 0 12 0 165058258 1510834176 138624 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22928] ppid=22915 vsize=1475424 CPUtime=0
/proc/22917/task/22928/stat : 22928 (java) S 22915 22917 22591 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165058258 1510834176 138624 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22929] ppid=22915 vsize=1475424 CPUtime=0
/proc/22917/task/22929/stat : 22929 (java) S 22915 22917 22591 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 165058258 1510834176 138624 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 1475424

[startup+12.7024 s]
/proc/loadavg: 2.30 1.42 1.14 3/77 22930
/proc/meminfo: memFree=15784/2055920 swapFree=4191900/4192956
[pid=22917] ppid=22915 vsize=1477992 CPUtime=15.58
/proc/22917/stat : 22917 (java) S 22915 22917 22591 0 -1 0 161170 0 1 0 1475 83 0 0 18 0 12 0 165058249 1513463808 157514 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22917/statm: 369498 157514 1406 9 0 366841 0
[pid=22917/tid=22919] ppid=22915 vsize=1477992 CPUtime=9.62
/proc/22917/task/22919/stat : 22919 (java) R 22915 22917 22591 0 -1 64 90944 0 1 0 921 41 0 0 20 0 12 0 165058250 1513463808 157514 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22920] ppid=22915 vsize=1477992 CPUtime=2.83
/proc/22917/task/22920/stat : 22920 (java) S 22915 22917 22591 0 -1 64 43988 0 0 0 258 25 0 0 18 0 12 0 165058251 1513463808 157514 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22921] ppid=22915 vsize=1477992 CPUtime=2.75
/proc/22917/task/22921/stat : 22921 (java) S 22915 22917 22591 0 -1 64 24346 0 0 0 260 15 0 0 19 0 12 0 165058251 1513463808 157514 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22922] ppid=22915 vsize=1477992 CPUtime=0
/proc/22917/task/22922/stat : 22922 (java) S 22915 22917 22591 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 165058253 1513463808 157514 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22923] ppid=22915 vsize=1477992 CPUtime=0
/proc/22917/task/22923/stat : 22923 (java) S 22915 22917 22591 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165058254 1513463808 157514 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22924] ppid=22915 vsize=1477992 CPUtime=0
/proc/22917/task/22924/stat : 22924 (java) S 22915 22917 22591 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165058254 1513463808 157514 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22925] ppid=22915 vsize=1477992 CPUtime=0
/proc/22917/task/22925/stat : 22925 (java) S 22915 22917 22591 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 165058258 1513463808 157514 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22926] ppid=22915 vsize=1477992 CPUtime=0.2
/proc/22917/task/22926/stat : 22926 (java) S 22915 22917 22591 0 -1 64 554 0 0 0 20 0 0 0 16 0 12 0 165058258 1513463808 157514 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22927] ppid=22915 vsize=1477992 CPUtime=0.14
/proc/22917/task/22927/stat : 22927 (java) S 22915 22917 22591 0 -1 64 583 0 0 0 14 0 0 0 16 0 12 0 165058258 1513463808 157514 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22928] ppid=22915 vsize=1477992 CPUtime=0
/proc/22917/task/22928/stat : 22928 (java) S 22915 22917 22591 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165058258 1513463808 157514 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22929] ppid=22915 vsize=1477992 CPUtime=0
/proc/22917/task/22929/stat : 22929 (java) S 22915 22917 22591 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 165058258 1513463808 157514 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 15.58
Current children cumulated vsize (KiB) 1477992

[startup+25.5028 s]
/proc/loadavg: 2.22 1.45 1.15 3/76 22930
/proc/meminfo: memFree=16232/2055920 swapFree=4191900/4192956
[pid=22917] ppid=22915 vsize=1477992 CPUtime=32.79
/proc/22917/stat : 22917 (java) S 22915 22917 22591 0 -1 0 206031 0 1 0 3168 111 0 0 18 0 12 0 165058249 1513463808 199758 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22917/statm: 369498 199760 1406 9 0 366841 0
[pid=22917/tid=22919] ppid=22915 vsize=1477992 CPUtime=17.73
/proc/22917/task/22919/stat : 22919 (java) S 22915 22917 22591 0 -1 64 90961 0 1 0 1729 44 0 0 20 0 12 0 165058250 1513463808 199762 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22920] ppid=22915 vsize=1477992 CPUtime=7.34
/proc/22917/task/22920/stat : 22920 (java) R 22915 22917 22591 0 -1 64 68809 0 0 0 697 37 0 0 18 0 12 0 165058251 1513463808 199764 1992294400 134512640 134550932 4294956016 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22921] ppid=22915 vsize=1477992 CPUtime=7.29
/proc/22917/task/22921/stat : 22921 (java) R 22915 22917 22591 0 -1 64 44358 0 0 0 702 27 0 0 18 0 12 0 165058251 1513463808 199766 1992294400 134512640 134550932 4294956016 18446744073709551615 106207347 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22922] ppid=22915 vsize=1477992 CPUtime=0
/proc/22917/task/22922/stat : 22922 (java) S 22915 22917 22591 0 -1 64 13 0 0 0 0 0 0 0 15 0 12 0 165058253 1513463808 199768 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22923] ppid=22915 vsize=1477992 CPUtime=0
/proc/22917/task/22923/stat : 22923 (java) S 22915 22917 22591 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165058254 1513463808 199770 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22924] ppid=22915 vsize=1477992 CPUtime=0
/proc/22917/task/22924/stat : 22924 (java) S 22915 22917 22591 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165058254 1513463808 199771 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22925] ppid=22915 vsize=1477992 CPUtime=0
/proc/22917/task/22925/stat : 22925 (java) S 22915 22917 22591 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 165058258 1513463808 199773 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22926] ppid=22915 vsize=1477992 CPUtime=0.23

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

/proc/22917/task/22923/stat : 22923 (java) S 22915 22917 22591 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165058254 1532473344 342098 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22924] ppid=22915 vsize=1496556 CPUtime=0
/proc/22917/task/22924/stat : 22924 (java) S 22915 22917 22591 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165058254 1532473344 342098 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22925] ppid=22915 vsize=1496556 CPUtime=0
/proc/22917/task/22925/stat : 22925 (java) S 22915 22917 22591 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 165058258 1532473344 342098 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22926] ppid=22915 vsize=1496556 CPUtime=0.26
/proc/22917/task/22926/stat : 22926 (java) S 22915 22917 22591 0 -1 64 572 0 0 0 26 0 0 0 16 0 12 0 165058258 1532473344 342098 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22927] ppid=22915 vsize=1496556 CPUtime=0.14
/proc/22917/task/22927/stat : 22927 (java) S 22915 22917 22591 0 -1 64 584 0 0 0 14 0 0 0 16 0 12 0 165058258 1532473344 342098 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22928] ppid=22915 vsize=1496556 CPUtime=0
/proc/22917/task/22928/stat : 22928 (java) S 22915 22917 22591 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165058258 1532473344 342098 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22929] ppid=22915 vsize=1496556 CPUtime=0
/proc/22917/task/22929/stat : 22929 (java) S 22915 22917 22591 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 165058258 1532473344 342098 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1745.63
Current children cumulated vsize (KiB) 1496556



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1776.7 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 22930
/proc/meminfo: memFree=47856/2055920 swapFree=4191900/4192956
[pid=22917] ppid=22915 vsize=1544556 CPUtime=1800.03
/proc/22917/stat : 22917 (java) S 22915 22917 22591 0 -1 0 17732438 0 1 0 172165 7838 0 0 18 0 12 0 165058249 1581625344 354098 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22917/statm: 386139 354098 1411 9 0 383482 0
[pid=22917/tid=22919] ppid=22915 vsize=1544556 CPUtime=58.71
/proc/22917/task/22919/stat : 22919 (java) S 22915 22917 22591 0 -1 64 91540 0 1 0 5811 60 0 0 16 0 12 0 165058250 1581625344 354098 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22920] ppid=22915 vsize=1544556 CPUtime=25.08
/proc/22917/task/22920/stat : 22920 (java) S 22915 22917 22591 0 -1 64 148511 0 0 0 2431 77 0 0 17 0 12 0 165058251 1581625344 354098 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22921] ppid=22915 vsize=1544556 CPUtime=25.05
/proc/22917/task/22921/stat : 22921 (java) S 22915 22917 22591 0 -1 64 104143 0 0 0 2447 58 0 0 17 0 12 0 165058251 1581625344 354098 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22922] ppid=22915 vsize=1544556 CPUtime=1690.74
/proc/22917/task/22922/stat : 22922 (java) R 22915 22917 22591 0 -1 64 17386346 0 0 0 161434 7640 0 0 25 0 12 0 165058253 1581625344 354098 1992294400 134512640 134550932 4294956016 18446744073709551615 106836663 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22923] ppid=22915 vsize=1544556 CPUtime=0
/proc/22917/task/22923/stat : 22923 (java) S 22915 22917 22591 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165058254 1581625344 354098 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22924] ppid=22915 vsize=1544556 CPUtime=0
/proc/22917/task/22924/stat : 22924 (java) S 22915 22917 22591 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165058254 1581625344 354098 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22925] ppid=22915 vsize=1544556 CPUtime=0
/proc/22917/task/22925/stat : 22925 (java) S 22915 22917 22591 0 -1 64 0 0 0 0 0 0 0 0 24 0 12 0 165058258 1581625344 354098 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22926] ppid=22915 vsize=1544556 CPUtime=0.26
/proc/22917/task/22926/stat : 22926 (java) S 22915 22917 22591 0 -1 64 572 0 0 0 26 0 0 0 16 0 12 0 165058258 1581625344 354098 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22927] ppid=22915 vsize=1544556 CPUtime=0.14
/proc/22917/task/22927/stat : 22927 (java) S 22915 22917 22591 0 -1 64 584 0 0 0 14 0 0 0 16 0 12 0 165058258 1581625344 354098 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22928] ppid=22915 vsize=1544556 CPUtime=0
/proc/22917/task/22928/stat : 22928 (java) S 22915 22917 22591 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165058258 1581625344 354098 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22929] ppid=22915 vsize=1544556 CPUtime=0
/proc/22917/task/22929/stat : 22929 (java) S 22915 22917 22591 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 165058258 1581625344 354098 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 1544556

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -22917

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

[startup+1777.4 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 22930
/proc/meminfo: memFree=47856/2055920 swapFree=4191900/4192956
[pid=22917] ppid=22915 vsize=1544556 CPUtime=1800.72
/proc/22917/stat : 22917 (java) S 22915 22917 22591 0 -1 0 17732440 0 1 0 172234 7838 0 0 16 0 12 0 165058249 1581625344 354099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22917/statm: 386139 354099 1411 9 0 383482 0
[pid=22917/tid=22919] ppid=22915 vsize=1544556 CPUtime=58.71
/proc/22917/task/22919/stat : 22919 (java) S 22915 22917 22591 0 -1 64 91540 0 1 0 5811 60 0 0 16 0 12 0 165058250 1581625344 354099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22920] ppid=22915 vsize=1544556 CPUtime=25.08
/proc/22917/task/22920/stat : 22920 (java) S 22915 22917 22591 0 -1 64 148511 0 0 0 2431 77 0 0 17 0 12 0 165058251 1581625344 354099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22921] ppid=22915 vsize=1544556 CPUtime=25.05
/proc/22917/task/22921/stat : 22921 (java) S 22915 22917 22591 0 -1 64 104143 0 0 0 2447 58 0 0 17 0 12 0 165058251 1581625344 354099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22922] ppid=22915 vsize=1544556 CPUtime=1691.43
/proc/22917/task/22922/stat : 22922 (java) R 22915 22917 22591 0 -1 64 17386346 0 0 0 161503 7640 0 0 25 0 12 0 165058253 1581625344 354099 1992294400 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22923] ppid=22915 vsize=1544556 CPUtime=0
/proc/22917/task/22923/stat : 22923 (java) S 22915 22917 22591 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165058254 1581625344 354099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22924] ppid=22915 vsize=1544556 CPUtime=0
/proc/22917/task/22924/stat : 22924 (java) S 22915 22917 22591 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165058254 1581625344 354099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22925] ppid=22915 vsize=1544556 CPUtime=0
/proc/22917/task/22925/stat : 22925 (java) S 22915 22917 22591 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165058258 1581625344 354099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22926] ppid=22915 vsize=1544556 CPUtime=0.26
/proc/22917/task/22926/stat : 22926 (java) S 22915 22917 22591 0 -1 64 572 0 0 0 26 0 0 0 16 0 12 0 165058258 1581625344 354099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22927] ppid=22915 vsize=1544556 CPUtime=0.14
/proc/22917/task/22927/stat : 22927 (java) S 22915 22917 22591 0 -1 64 584 0 0 0 14 0 0 0 16 0 12 0 165058258 1581625344 354099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22928] ppid=22915 vsize=1544556 CPUtime=0
/proc/22917/task/22928/stat : 22928 (java) S 22915 22917 22591 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165058258 1581625344 354099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22929] ppid=22915 vsize=1544556 CPUtime=0
/proc/22917/task/22929/stat : 22929 (java) S 22915 22917 22591 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 165058258 1581625344 354099 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.72
Current children cumulated vsize (KiB) 1544556

[startup+1778.2 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 22931
/proc/meminfo: memFree=47848/2055920 swapFree=4191900/4192956
[pid=22917] ppid=22915 vsize=1512556 CPUtime=1801.52
/proc/22917/stat : 22917 (java) S 22915 22917 22591 0 -1 0 17748325 0 1 0 172307 7845 0 0 16 0 12 0 165058249 1548857344 346102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22917/statm: 378139 346102 1411 9 0 375482 0
[pid=22917/tid=22919] ppid=22915 vsize=1512556 CPUtime=58.71
/proc/22917/task/22919/stat : 22919 (java) S 22915 22917 22591 0 -1 64 91540 0 1 0 5811 60 0 0 16 0 12 0 165058250 1548857344 346102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22920] ppid=22915 vsize=1512556 CPUtime=25.08
/proc/22917/task/22920/stat : 22920 (java) S 22915 22917 22591 0 -1 64 148511 0 0 0 2431 77 0 0 17 0 12 0 165058251 1548857344 346102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22921] ppid=22915 vsize=1512556 CPUtime=25.05
/proc/22917/task/22921/stat : 22921 (java) S 22915 22917 22591 0 -1 64 104143 0 0 0 2447 58 0 0 17 0 12 0 165058251 1548857344 346102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22922] ppid=22915 vsize=1512556 CPUtime=1692.24
/proc/22917/task/22922/stat : 22922 (java) R 22915 22917 22591 0 -1 64 17402228 0 0 0 161576 7648 0 0 25 0 12 0 165058253 1548857344 346102 1992294400 134512640 134550932 4294956016 18446744073709551615 104177838 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22923] ppid=22915 vsize=1512556 CPUtime=0
/proc/22917/task/22923/stat : 22923 (java) S 22915 22917 22591 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165058254 1548857344 346102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22924] ppid=22915 vsize=1512556 CPUtime=0
/proc/22917/task/22924/stat : 22924 (java) S 22915 22917 22591 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165058254 1548857344 346102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22925] ppid=22915 vsize=1512556 CPUtime=0
/proc/22917/task/22925/stat : 22925 (java) S 22915 22917 22591 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165058258 1548857344 346102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22926] ppid=22915 vsize=1512556 CPUtime=0.26
/proc/22917/task/22926/stat : 22926 (java) S 22915 22917 22591 0 -1 64 572 0 0 0 26 0 0 0 16 0 12 0 165058258 1548857344 346102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22927] ppid=22915 vsize=1512556 CPUtime=0.14
/proc/22917/task/22927/stat : 22927 (java) S 22915 22917 22591 0 -1 64 584 0 0 0 14 0 0 0 16 0 12 0 165058258 1548857344 346102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22928] ppid=22915 vsize=1512556 CPUtime=0
/proc/22917/task/22928/stat : 22928 (java) S 22915 22917 22591 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165058258 1548857344 346102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22929] ppid=22915 vsize=1512556 CPUtime=0
/proc/22917/task/22929/stat : 22929 (java) S 22915 22917 22591 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 165058258 1548857344 346102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.52
Current children cumulated vsize (KiB) 1512556

[startup+1778.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 22931
/proc/meminfo: memFree=47848/2055920 swapFree=4191900/4192956
[pid=22917] ppid=22915 vsize=1544556 CPUtime=1801.92
/proc/22917/stat : 22917 (java) S 22915 22917 22591 0 -1 0 17764326 0 1 0 172340 7852 0 0 16 0 12 0 165058249 1581625344 354102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22917/statm: 386139 354102 1411 9 0 383482 0
[pid=22917/tid=22919] ppid=22915 vsize=1544556 CPUtime=58.71
/proc/22917/task/22919/stat : 22919 (java) S 22915 22917 22591 0 -1 64 91540 0 1 0 5811 60 0 0 16 0 12 0 165058250 1581625344 354102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22920] ppid=22915 vsize=1544556 CPUtime=25.08
/proc/22917/task/22920/stat : 22920 (java) S 22915 22917 22591 0 -1 64 148511 0 0 0 2431 77 0 0 17 0 12 0 165058251 1581625344 354102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22921] ppid=22915 vsize=1544556 CPUtime=25.05
/proc/22917/task/22921/stat : 22921 (java) S 22915 22917 22591 0 -1 64 104143 0 0 0 2447 58 0 0 17 0 12 0 165058251 1581625344 354102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22922] ppid=22915 vsize=1544556 CPUtime=1692.64
/proc/22917/task/22922/stat : 22922 (java) R 22915 22917 22591 0 -1 64 17418229 0 0 0 161609 7655 0 0 25 0 12 0 165058253 1581625344 354102 1992294400 134512640 134550932 4294956016 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22923] ppid=22915 vsize=1544556 CPUtime=0
/proc/22917/task/22923/stat : 22923 (java) S 22915 22917 22591 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165058254 1581625344 354102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22924] ppid=22915 vsize=1544556 CPUtime=0
/proc/22917/task/22924/stat : 22924 (java) S 22915 22917 22591 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165058254 1581625344 354102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22925] ppid=22915 vsize=1544556 CPUtime=0
/proc/22917/task/22925/stat : 22925 (java) S 22915 22917 22591 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165058258 1581625344 354102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22926] ppid=22915 vsize=1544556 CPUtime=0.26
/proc/22917/task/22926/stat : 22926 (java) S 22915 22917 22591 0 -1 64 572 0 0 0 26 0 0 0 16 0 12 0 165058258 1581625344 354102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22917/tid=22927] ppid=22915 vsize=1544556 CPUtime=0.14
/proc/22917/task/22927/stat : 22927 (java) S 22915 22917 22591 0 -1 64 584 0 0 0 14 0 0 0 16 0 12 0 165058258 1581625344 354102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22928] ppid=22915 vsize=1544556 CPUtime=0
/proc/22917/task/22928/stat : 22928 (java) S 22915 22917 22591 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165058258 1581625344 354102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=22917/tid=22929] ppid=22915 vsize=1544556 CPUtime=0
/proc/22917/task/22929/stat : 22929 (java) S 22915 22917 22591 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 165058258 1581625344 354102 1992294400 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.92
Current children cumulated vsize (KiB) 1544556

[startup+1778.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 22931
/proc/meminfo: memFree=47848/2055920 swapFree=4191900/4192956
[pid=22917] ppid=22915 vsize=0 CPUtime=1802.12
/proc/22917/stat : 22917 (java) Z 22915 22917 22591 0 -1 1036 17764326 0 1 0 172352 7860 0 0 16 0 2 0 165058249 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22917/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.12
Current children cumulated vsize (KiB) 0

[startup+1778.9 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 22931
/proc/meminfo: memFree=47848/2055920 swapFree=4191900/4192956
[pid=22917] ppid=22915 vsize=0 CPUtime=1802.22
/proc/22917/stat : 22917 (java) Z 22915 22917 22591 0 -1 1036 17764326 0 1 0 172352 7870 0 0 16 0 2 0 165058249 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/22917/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.22
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1778.96
CPU time (s): 1802.28
CPU user time (s): 1723.52
CPU system time (s): 78.762
CPU usage (%): 101.311
Max. virtual memory (cumulated for all children) (KiB): 1576560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1723.52
system time used= 78.762
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17764326
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= 37963
involuntary context switches= 24176

runsolver used 2.14767 second user time and 4.36134 second system time

The end

Launcher Data

Begin job on node24 at 2009-06-14 12:16:19
IDJOB=1859647
IDBENCH=71872
IDSOLVER=682
FILE ID=node24/1859647-1244974539
PBS_JOBID= 9355027
Free space on /tmp= 65640 MiB

SOLVER NAME= SAT4J Pseudo Resolution 2.1.1
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 -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1859647-1244974539/watcher-1859647-1244974539 -o /tmp/evaluation-result-1859647-1244974539/solver-1859647-1244974539 -C 1800 -W 2000 -M 1800  java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar HOME/instance-1859647-1244974539.opb

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

MD5SUM BENCH= 2bcff1be6c98046e73917053605e201c
RANDOM SEED=51591200

node24.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        316208 kB
Buffers:         75416 kB
Cached:        1561356 kB
SwapCached:        260 kB
Active:         907640 kB
Inactive:       741928 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        316208 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:          613468 kB
Writeback:           0 kB
Mapped:          21304 kB
Slab:            76084 kB
Committed_AS:   148968 kB
PageTables:       1444 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65640 MiB
End job on node24 at 2009-06-14 12:45:58