Trace number 1859646

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 CP 2.1.1? (TO) 1802.32 1780.97

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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.08/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.14	c See www.sat4j.org for details.
0.08/0.15	c version 2.1.1.v20090612
0.08/0.15	c sun.arch.data.model	32
0.08/0.15	c java.version	1.6.0_12
0.08/0.15	c os.name	Linux
0.08/0.15	c os.version	2.6.9-22.EL.rootsmp
0.08/0.15	c os.arch	i386
0.08/0.15	c Free memory 1342000320
0.08/0.15	c Max memory 1344274432
0.08/0.15	c Total memory 1344274432
0.08/0.15	c Number of processors 2
0.23/0.22	c Pseudo Boolean Optimization
0.23/0.22	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.23/0.22	c --- Begin Solver configuration ---
0.23/0.22	c Stops conflict analysis at the first Unique Implication Point
0.23/0.22	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1d520c4
0.23/0.22	c Learn all clauses as in MiniSAT
0.23/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.23/0.22	c No reason simplification
0.23/0.22	c MiniSAT restarts strategy
0.23/0.22	c Memory based learned constraints deletion strategy
0.23/0.22	c timeout=2147483s
0.23/0.22	c DB Simplification allowed=false
0.23/0.22	c --- End Solver configuration ---
0.23/0.22	c solving HOME/instance-1859646-1244974525.opb
0.23/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-1859646-1244974525/watcher-1859646-1244974525 -o /tmp/evaluation-result-1859646-1244974525/solver-1859646-1244974525 -C 1800 -W 2000 -M 1800 java6 -server -Xms1300m -Xmx1300m -jar HOME/org.sat4j.pb.jar CuttingPlanes HOME/instance-1859646-1244974525.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.25 1.06 1.02 3/64 18491
/proc/meminfo: memFree=334000/2055920 swapFree=4192952/4192956
[pid=18491] ppid=18489 vsize=152 CPUtime=0
/proc/18491/stat : 18491 (java6) R 18489 18491 16969 0 -1 0 41 0 0 0 0 0 0 0 18 0 1 0 165055945 155648 26 1992294400 134512640 134550932 4294956160 18446744073709551615 7017252 0 0 4096 0 0 0 0 17 1 0 0
/proc/18491/statm: 38 26 19 9 0 4 0

[startup+0.0736051 s]
/proc/loadavg: 1.25 1.06 1.02 3/64 18491
/proc/meminfo: memFree=334000/2055920 swapFree=4192952/4192956
[pid=18491] ppid=18489 vsize=1470220 CPUtime=0.06
/proc/18491/stat : 18491 (java) S 18489 18491 16969 0 -1 0 3370 0 1 0 4 2 0 0 18 0 7 0 165055945 1505505280 3115 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/18491/statm: 367555 3115 1032 9 0 364906 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 1470220

[startup+0.102606 s]
/proc/loadavg: 1.25 1.06 1.02 3/64 18491
/proc/meminfo: memFree=334000/2055920 swapFree=4192952/4192956
[pid=18491] ppid=18489 vsize=1472584 CPUtime=0.08
/proc/18491/stat : 18491 (java) S 18489 18491 16969 0 -1 0 3600 0 1 0 6 2 0 0 18 0 12 0 165055945 1507926016 3343 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18491/statm: 368146 3343 1066 9 0 365494 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 1472584

[startup+0.302611 s]
/proc/loadavg: 1.25 1.06 1.02 3/64 18491
/proc/meminfo: memFree=334000/2055920 swapFree=4192952/4192956
[pid=18491] ppid=18489 vsize=1475632 CPUtime=0.33
/proc/18491/stat : 18491 (java) S 18489 18491 16969 0 -1 0 18971 0 1 0 23 10 0 0 18 0 12 0 165055945 1511047168 18708 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18491/statm: 368908 18717 1343 9 0 366251 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 1475632

[startup+0.702644 s]
/proc/loadavg: 1.25 1.06 1.02 3/64 18491
/proc/meminfo: memFree=334000/2055920 swapFree=4192952/4192956
[pid=18491] ppid=18489 vsize=1475632 CPUtime=0.73
/proc/18491/stat : 18491 (java) S 18489 18491 16969 0 -1 0 91167 0 1 0 34 39 0 0 18 0 12 0 165055945 1511047168 90904 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18491/statm: 368908 90904 1343 9 0 366251 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 1475632

[startup+1.50169 s]
/proc/loadavg: 1.25 1.06 1.02 4/76 18503
/proc/meminfo: memFree=15312/2055920 swapFree=4192952/4192956
[pid=18491] ppid=18489 vsize=1476912 CPUtime=1.89
/proc/18491/stat : 18491 (java) S 18489 18491 16969 0 -1 0 119376 0 1 0 135 54 0 0 18 0 12 0 165055945 1512357888 118874 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18491/statm: 369228 118874 1402 9 0 366571 0
[pid=18491/tid=18493] ppid=18489 vsize=1476912 CPUtime=1.16
/proc/18491/task/18493/stat : 18493 (java) R 18489 18491 16969 0 -1 64 90953 0 1 0 78 38 0 0 17 0 12 0 165055947 1512357888 118874 1992294400 134512640 134550932 4294956000 18446744073709551615 4109466291 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18494] ppid=18489 vsize=1476912 CPUtime=0.2
/proc/18491/task/18494/stat : 18494 (java) S 18489 18491 16969 0 -1 64 18779 0 0 0 11 9 0 0 18 0 12 0 165055948 1512357888 118874 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18495] ppid=18489 vsize=1476912 CPUtime=0.16
/proc/18491/task/18495/stat : 18495 (java) S 18489 18491 16969 0 -1 64 7722 0 0 0 11 5 0 0 17 0 12 0 165055948 1512357888 118874 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18496] ppid=18489 vsize=1476912 CPUtime=0
/proc/18491/task/18496/stat : 18496 (java) S 18489 18491 16969 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 165055950 1512357888 118874 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18497] ppid=18489 vsize=1476912 CPUtime=0
/proc/18491/task/18497/stat : 18497 (java) S 18489 18491 16969 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 165055950 1512357888 118874 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18498] ppid=18489 vsize=1476912 CPUtime=0
/proc/18491/task/18498/stat : 18498 (java) S 18489 18491 16969 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165055950 1512357888 118874 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18499] ppid=18489 vsize=1476912 CPUtime=0
/proc/18491/task/18499/stat : 18499 (java) S 18489 18491 16969 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165055955 1512357888 118874 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18500] ppid=18489 vsize=1476912 CPUtime=0.14
/proc/18491/task/18500/stat : 18500 (java) S 18489 18491 16969 0 -1 64 449 0 0 0 14 0 0 0 17 0 12 0 165055955 1512357888 118874 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18501] ppid=18489 vsize=1476912 CPUtime=0.19
/proc/18491/task/18501/stat : 18501 (java) S 18489 18491 16969 0 -1 64 723 0 0 0 19 0 0 0 16 0 12 0 165055955 1512357888 118874 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18502] ppid=18489 vsize=1476912 CPUtime=0
/proc/18491/task/18502/stat : 18502 (java) S 18489 18491 16969 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165055955 1512357888 118874 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18503] ppid=18489 vsize=1476912 CPUtime=0
/proc/18491/task/18503/stat : 18503 (java) S 18489 18491 16969 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165055955 1512357888 118874 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 1476912

[startup+3.10179 s]
/proc/loadavg: 1.25 1.06 1.02 2/76 18503
/proc/meminfo: memFree=15376/2055920 swapFree=4192952/4192956
[pid=18491] ppid=18489 vsize=1476912 CPUtime=3.68
/proc/18491/stat : 18491 (java) S 18489 18491 16969 0 -1 0 128445 0 1 0 310 58 0 0 18 0 12 0 165055945 1512357888 127372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18491/statm: 369228 127372 1402 9 0 366571 0
[pid=18491/tid=18493] ppid=18489 vsize=1476912 CPUtime=2.55
/proc/18491/task/18493/stat : 18493 (java) R 18489 18491 16969 0 -1 64 90954 0 1 0 217 38 0 0 18 0 12 0 165055947 1512357888 127372 1992294400 134512640 134550932 4294956000 18446744073709551615 4109435482 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18494] ppid=18489 vsize=1476912 CPUtime=0.4
/proc/18491/task/18494/stat : 18494 (java) S 18489 18491 16969 0 -1 64 21398 0 0 0 31 9 0 0 18 0 12 0 165055948 1512357888 127372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18495] ppid=18489 vsize=1476912 CPUtime=0.36
/proc/18491/task/18495/stat : 18495 (java) S 18489 18491 16969 0 -1 64 14166 0 0 0 28 8 0 0 18 0 12 0 165055948 1512357888 127372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18496] ppid=18489 vsize=1476912 CPUtime=0
/proc/18491/task/18496/stat : 18496 (java) S 18489 18491 16969 0 -1 64 16 0 0 0 0 0 0 0 17 0 12 0 165055950 1512357888 127372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18497] ppid=18489 vsize=1476912 CPUtime=0
/proc/18491/task/18497/stat : 18497 (java) S 18489 18491 16969 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 165055950 1512357888 127372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18498] ppid=18489 vsize=1476912 CPUtime=0
/proc/18491/task/18498/stat : 18498 (java) S 18489 18491 16969 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165055950 1512357888 127372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18499] ppid=18489 vsize=1476912 CPUtime=0
/proc/18491/task/18499/stat : 18499 (java) S 18489 18491 16969 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165055955 1512357888 127372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18500] ppid=18489 vsize=1476912 CPUtime=0.14
/proc/18491/task/18500/stat : 18500 (java) S 18489 18491 16969 0 -1 64 449 0 0 0 14 0 0 0 17 0 12 0 165055955 1512357888 127372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18501] ppid=18489 vsize=1476912 CPUtime=0.19
/proc/18491/task/18501/stat : 18501 (java) S 18489 18491 16969 0 -1 64 723 0 0 0 19 0 0 0 16 0 12 0 165055955 1512357888 127372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18502] ppid=18489 vsize=1476912 CPUtime=0
/proc/18491/task/18502/stat : 18502 (java) S 18489 18491 16969 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165055955 1512357888 127372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18503] ppid=18489 vsize=1476912 CPUtime=0
/proc/18491/task/18503/stat : 18503 (java) S 18489 18491 16969 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 165055955 1512357888 127372 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.68
Current children cumulated vsize (KiB) 1476912

[startup+6.303 s]
/proc/loadavg: 1.23 1.06 1.02 2/76 18503
/proc/meminfo: memFree=16272/2055920 swapFree=4192952/4192956
[pid=18491] ppid=18489 vsize=1476880 CPUtime=7.28
/proc/18491/stat : 18491 (java) S 18489 18491 16969 0 -1 0 140866 0 1 0 662 66 0 0 18 0 12 0 165055945 1512325120 138618 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18491/statm: 369220 138618 1402 9 0 366563 0
[pid=18491/tid=18493] ppid=18489 vsize=1476880 CPUtime=5.31
/proc/18491/task/18493/stat : 18493 (java) R 18489 18491 16969 0 -1 64 90957 0 1 0 492 39 0 0 21 0 12 0 165055947 1512325120 138618 1992294400 134512640 134550932 4294956000 18446744073709551615 4109466245 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18494] ppid=18489 vsize=1476880 CPUtime=0.82
/proc/18491/task/18494/stat : 18494 (java) S 18489 18491 16969 0 -1 64 28265 0 0 0 70 12 0 0 18 0 12 0 165055948 1512325120 138618 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18495] ppid=18489 vsize=1476880 CPUtime=0.77
/proc/18491/task/18495/stat : 18495 (java) S 18489 18491 16969 0 -1 64 19716 0 0 0 66 11 0 0 18 0 12 0 165055948 1512325120 138618 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18496] ppid=18489 vsize=1476880 CPUtime=0
/proc/18491/task/18496/stat : 18496 (java) S 18489 18491 16969 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 165055950 1512325120 138618 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18497] ppid=18489 vsize=1476880 CPUtime=0
/proc/18491/task/18497/stat : 18497 (java) S 18489 18491 16969 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 165055950 1512325120 138618 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18498] ppid=18489 vsize=1476880 CPUtime=0
/proc/18491/task/18498/stat : 18498 (java) S 18489 18491 16969 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165055950 1512325120 138618 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18499] ppid=18489 vsize=1476880 CPUtime=0
/proc/18491/task/18499/stat : 18499 (java) S 18489 18491 16969 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165055955 1512325120 138618 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18500] ppid=18489 vsize=1476880 CPUtime=0.14
/proc/18491/task/18500/stat : 18500 (java) S 18489 18491 16969 0 -1 64 449 0 0 0 14 0 0 0 17 0 12 0 165055955 1512325120 138618 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18501] ppid=18489 vsize=1476880 CPUtime=0.19
/proc/18491/task/18501/stat : 18501 (java) S 18489 18491 16969 0 -1 64 723 0 0 0 19 0 0 0 17 0 12 0 165055955 1512325120 138618 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18502] ppid=18489 vsize=1476880 CPUtime=0
/proc/18491/task/18502/stat : 18502 (java) S 18489 18491 16969 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165055955 1512325120 138618 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18503] ppid=18489 vsize=1476880 CPUtime=0
/proc/18491/task/18503/stat : 18503 (java) S 18489 18491 16969 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165055955 1512325120 138618 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 1476880

[startup+12.7024 s]
/proc/loadavg: 1.30 1.08 1.02 2/76 18503
/proc/meminfo: memFree=15184/2055920 swapFree=4192952/4192956
[pid=18491] ppid=18489 vsize=1479448 CPUtime=15.65
/proc/18491/stat : 18491 (java) S 18489 18491 16969 0 -1 0 164624 0 1 0 1485 80 0 0 18 0 12 0 165055945 1514954752 161043 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18491/statm: 369862 161043 1407 9 0 367205 0
[pid=18491/tid=18493] ppid=18489 vsize=1479448 CPUtime=9.62
/proc/18491/task/18493/stat : 18493 (java) S 18489 18491 16969 0 -1 64 90964 0 1 0 921 41 0 0 20 0 12 0 165055947 1514954752 161043 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18494] ppid=18489 vsize=1479448 CPUtime=2.86
/proc/18491/task/18494/stat : 18494 (java) R 18489 18491 16969 0 -1 64 44064 0 0 0 265 21 0 0 18 0 12 0 165055948 1514954752 161043 1992294400 134512640 134550932 4294956000 18446744073709551615 106207450 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18495] ppid=18489 vsize=1479448 CPUtime=2.79
/proc/18491/task/18495/stat : 18495 (java) R 18489 18491 16969 0 -1 64 27663 0 0 0 263 16 0 0 17 0 12 0 165055948 1514954752 161043 1992294400 134512640 134550932 4294956000 18446744073709551615 106195352 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18496] ppid=18489 vsize=1479448 CPUtime=0
/proc/18491/task/18496/stat : 18496 (java) S 18489 18491 16969 0 -1 64 16 0 0 0 0 0 0 0 15 0 12 0 165055950 1514954752 161043 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18497] ppid=18489 vsize=1479448 CPUtime=0
/proc/18491/task/18497/stat : 18497 (java) S 18489 18491 16969 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 165055950 1514954752 161043 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18498] ppid=18489 vsize=1479448 CPUtime=0
/proc/18491/task/18498/stat : 18498 (java) S 18489 18491 16969 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165055950 1514954752 161043 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18499] ppid=18489 vsize=1479448 CPUtime=0
/proc/18491/task/18499/stat : 18499 (java) S 18489 18491 16969 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165055955 1514954752 161043 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18500] ppid=18489 vsize=1479448 CPUtime=0.14
/proc/18491/task/18500/stat : 18500 (java) S 18489 18491 16969 0 -1 64 449 0 0 0 14 0 0 0 17 0 12 0 165055955 1514954752 161043 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18501] ppid=18489 vsize=1479448 CPUtime=0.19
/proc/18491/task/18501/stat : 18501 (java) S 18489 18491 16969 0 -1 64 728 0 0 0 19 0 0 0 17 0 12 0 165055955 1514954752 161043 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18502] ppid=18489 vsize=1479448 CPUtime=0
/proc/18491/task/18502/stat : 18502 (java) S 18489 18491 16969 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165055955 1514954752 161043 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18503] ppid=18489 vsize=1479448 CPUtime=0
/proc/18491/task/18503/stat : 18503 (java) S 18489 18491 16969 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165055955 1514954752 161043 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 15.65
Current children cumulated vsize (KiB) 1479448

[startup+25.5023 s]
/proc/loadavg: 1.36 1.10 1.03 2/76 18503
/proc/meminfo: memFree=16272/2055920 swapFree=4192952/4192956
[pid=18491] ppid=18489 vsize=1479448 CPUtime=32.26
/proc/18491/stat : 18491 (java) S 18489 18491 16969 0 -1 0 206790 0 1 0 3123 103 0 0 18 0 12 0 165055945 1514954752 200747 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18491/statm: 369862 200747 1407 9 0 367205 0
[pid=18491/tid=18493] ppid=18489 vsize=1479448 CPUtime=18.15
/proc/18491/task/18493/stat : 18493 (java) R 18489 18491 16969 0 -1 64 90980 0 1 0 1773 42 0 0 18 0 12 0 165055947 1514954752 200747 1992294400 134512640 134550932 4294956000 18446744073709551615 4109435076 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18494] ppid=18489 vsize=1479448 CPUtime=6.86
/proc/18491/task/18494/stat : 18494 (java) S 18489 18491 16969 0 -1 64 65972 0 0 0 654 32 0 0 16 0 12 0 165055948 1514954752 200747 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18495] ppid=18489 vsize=1479448 CPUtime=6.84
/proc/18491/task/18495/stat : 18495 (java) S 18489 18491 16969 0 -1 64 47901 0 0 0 658 26 0 0 16 0 12 0 165055948 1514954752 200747 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18496] ppid=18489 vsize=1479448 CPUtime=0
/proc/18491/task/18496/stat : 18496 (java) S 18489 18491 16969 0 -1 64 16 0 0 0 0 0 0 0 16 0 12 0 165055950 1514954752 200747 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18497] ppid=18489 vsize=1479448 CPUtime=0
/proc/18491/task/18497/stat : 18497 (java) S 18489 18491 16969 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 165055950 1514954752 200747 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18498] ppid=18489 vsize=1479448 CPUtime=0
/proc/18491/task/18498/stat : 18498 (java) S 18489 18491 16969 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165055950 1514954752 200747 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18499] ppid=18489 vsize=1479448 CPUtime=0
/proc/18491/task/18499/stat : 18499 (java) S 18489 18491 16969 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165055955 1514954752 200747 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18500] ppid=18489 vsize=1479448 CPUtime=0.14

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

/proc/18491/task/18497/stat : 18497 (java) S 18489 18491 16969 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 165055950 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18498] ppid=18489 vsize=1546012 CPUtime=0
/proc/18491/task/18498/stat : 18498 (java) S 18489 18491 16969 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165055950 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18499] ppid=18489 vsize=1546012 CPUtime=0
/proc/18491/task/18499/stat : 18499 (java) S 18489 18491 16969 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165055955 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18500] ppid=18489 vsize=1546012 CPUtime=0.14
/proc/18491/task/18500/stat : 18500 (java) S 18489 18491 16969 0 -1 64 449 0 0 0 14 0 0 0 16 0 12 0 165055955 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18501] ppid=18489 vsize=1546012 CPUtime=0.24
/proc/18491/task/18501/stat : 18501 (java) S 18489 18491 16969 0 -1 64 733 0 0 0 24 0 0 0 16 0 12 0 165055955 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18502] ppid=18489 vsize=1546012 CPUtime=0
/proc/18491/task/18502/stat : 18502 (java) S 18489 18491 16969 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165055955 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18503] ppid=18489 vsize=1546012 CPUtime=0
/proc/18491/task/18503/stat : 18503 (java) S 18489 18491 16969 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165055955 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1743.66
Current children cumulated vsize (KiB) 1546012



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1778.71 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 18503
/proc/meminfo: memFree=47376/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=1546012 CPUtime=1800.06
/proc/18491/stat : 18491 (java) S 18489 18491 16969 0 -1 0 18559770 0 1 0 172026 7980 0 0 18 0 12 0 165055945 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18491/statm: 386503 354097 1412 9 0 383846 0
[pid=18491/tid=18493] ppid=18489 vsize=1546012 CPUtime=58.4
/proc/18491/task/18493/stat : 18493 (java) S 18489 18491 16969 0 -1 64 91585 0 1 0 5782 58 0 0 16 0 12 0 165055947 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18494] ppid=18489 vsize=1546012 CPUtime=22.67
/proc/18491/task/18494/stat : 18494 (java) S 18489 18491 16969 0 -1 64 139651 0 0 0 2199 68 0 0 16 0 12 0 165055948 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18495] ppid=18489 vsize=1546012 CPUtime=22.57
/proc/18491/task/18495/stat : 18495 (java) S 18489 18491 16969 0 -1 64 111317 0 0 0 2199 58 0 0 17 0 12 0 165055948 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18496] ppid=18489 vsize=1546012 CPUtime=1695.97
/proc/18491/task/18496/stat : 18496 (java) R 18489 18491 16969 0 -1 64 18215295 0 0 0 161805 7792 0 0 25 0 12 0 165055950 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 104187918 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18497] ppid=18489 vsize=1546012 CPUtime=0
/proc/18491/task/18497/stat : 18497 (java) S 18489 18491 16969 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 165055950 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18498] ppid=18489 vsize=1546012 CPUtime=0
/proc/18491/task/18498/stat : 18498 (java) S 18489 18491 16969 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165055950 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18499] ppid=18489 vsize=1546012 CPUtime=0
/proc/18491/task/18499/stat : 18499 (java) S 18489 18491 16969 0 -1 64 1 0 0 0 0 0 0 0 24 0 12 0 165055955 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18500] ppid=18489 vsize=1546012 CPUtime=0.14
/proc/18491/task/18500/stat : 18500 (java) S 18489 18491 16969 0 -1 64 449 0 0 0 14 0 0 0 16 0 12 0 165055955 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18501] ppid=18489 vsize=1546012 CPUtime=0.24
/proc/18491/task/18501/stat : 18501 (java) S 18489 18491 16969 0 -1 64 733 0 0 0 24 0 0 0 16 0 12 0 165055955 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18502] ppid=18489 vsize=1546012 CPUtime=0
/proc/18491/task/18502/stat : 18502 (java) S 18489 18491 16969 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165055955 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18503] ppid=18489 vsize=1546012 CPUtime=0
/proc/18491/task/18503/stat : 18503 (java) S 18489 18491 16969 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165055955 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1546012

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -18491

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

[startup+1779 s]
/proc/loadavg: 1.00 1.00 1.00 2/76 18503
/proc/meminfo: memFree=47376/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=1546012 CPUtime=1800.35
/proc/18491/stat : 18491 (java) S 18489 18491 16969 0 -1 0 18559771 0 1 0 172055 7980 0 0 16 0 12 0 165055945 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18491/statm: 386503 354097 1412 9 0 383846 0
[pid=18491/tid=18493] ppid=18489 vsize=1546012 CPUtime=58.4
/proc/18491/task/18493/stat : 18493 (java) S 18489 18491 16969 0 -1 64 91585 0 1 0 5782 58 0 0 16 0 12 0 165055947 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18494] ppid=18489 vsize=1546012 CPUtime=22.67
/proc/18491/task/18494/stat : 18494 (java) S 18489 18491 16969 0 -1 64 139651 0 0 0 2199 68 0 0 16 0 12 0 165055948 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18495] ppid=18489 vsize=1546012 CPUtime=22.57
/proc/18491/task/18495/stat : 18495 (java) S 18489 18491 16969 0 -1 64 111317 0 0 0 2199 58 0 0 17 0 12 0 165055948 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18496] ppid=18489 vsize=1546012 CPUtime=1696.26
/proc/18491/task/18496/stat : 18496 (java) R 18489 18491 16969 0 -1 64 18215295 0 0 0 161834 7792 0 0 25 0 12 0 165055950 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 106836676 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18497] ppid=18489 vsize=1546012 CPUtime=0
/proc/18491/task/18497/stat : 18497 (java) S 18489 18491 16969 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 165055950 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18498] ppid=18489 vsize=1546012 CPUtime=0
/proc/18491/task/18498/stat : 18498 (java) S 18489 18491 16969 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165055950 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18499] ppid=18489 vsize=1546012 CPUtime=0
/proc/18491/task/18499/stat : 18499 (java) S 18489 18491 16969 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 165055955 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18500] ppid=18489 vsize=1546012 CPUtime=0.14
/proc/18491/task/18500/stat : 18500 (java) S 18489 18491 16969 0 -1 64 449 0 0 0 14 0 0 0 16 0 12 0 165055955 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18501] ppid=18489 vsize=1546012 CPUtime=0.24
/proc/18491/task/18501/stat : 18501 (java) S 18489 18491 16969 0 -1 64 733 0 0 0 24 0 0 0 16 0 12 0 165055955 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18502] ppid=18489 vsize=1546012 CPUtime=0
/proc/18491/task/18502/stat : 18502 (java) S 18489 18491 16969 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165055955 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18503] ppid=18489 vsize=1546012 CPUtime=0
/proc/18491/task/18503/stat : 18503 (java) S 18489 18491 16969 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165055955 1583116288 354097 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.35
Current children cumulated vsize (KiB) 1546012

[startup+1779.81 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18504
/proc/meminfo: memFree=95560/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=1498012 CPUtime=1801.15
/proc/18491/stat : 18491 (java) S 18489 18491 16969 0 -1 0 18567655 0 1 0 172131 7984 0 0 16 0 12 0 165055945 1533964288 342100 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18491/statm: 374503 342100 1412 9 0 371846 0
[pid=18491/tid=18493] ppid=18489 vsize=1498012 CPUtime=58.4
/proc/18491/task/18493/stat : 18493 (java) S 18489 18491 16969 0 -1 64 91585 0 1 0 5782 58 0 0 16 0 12 0 165055947 1533964288 342100 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18494] ppid=18489 vsize=1498012 CPUtime=22.67
/proc/18491/task/18494/stat : 18494 (java) S 18489 18491 16969 0 -1 64 139651 0 0 0 2199 68 0 0 16 0 12 0 165055948 1533964288 342100 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18495] ppid=18489 vsize=1498012 CPUtime=22.57
/proc/18491/task/18495/stat : 18495 (java) S 18489 18491 16969 0 -1 64 111317 0 0 0 2199 58 0 0 17 0 12 0 165055948 1533964288 342100 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18496] ppid=18489 vsize=1498012 CPUtime=1697.06
/proc/18491/task/18496/stat : 18496 (java) R 18489 18491 16969 0 -1 64 18223176 0 0 0 161910 7796 0 0 25 0 12 0 165055950 1533964288 342100 1992294400 134512640 134550932 4294956000 18446744073709551615 105696579 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18497] ppid=18489 vsize=1498012 CPUtime=0
/proc/18491/task/18497/stat : 18497 (java) S 18489 18491 16969 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 165055950 1533964288 342100 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18498] ppid=18489 vsize=1498012 CPUtime=0
/proc/18491/task/18498/stat : 18498 (java) S 18489 18491 16969 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165055950 1533964288 342100 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18499] ppid=18489 vsize=1498012 CPUtime=0
/proc/18491/task/18499/stat : 18499 (java) S 18489 18491 16969 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 165055955 1533964288 342100 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18500] ppid=18489 vsize=1498012 CPUtime=0.14
/proc/18491/task/18500/stat : 18500 (java) S 18489 18491 16969 0 -1 64 449 0 0 0 14 0 0 0 16 0 12 0 165055955 1533964288 342100 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18501] ppid=18489 vsize=1498012 CPUtime=0.24
/proc/18491/task/18501/stat : 18501 (java) S 18489 18491 16969 0 -1 64 733 0 0 0 24 0 0 0 16 0 12 0 165055955 1533964288 342100 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18502] ppid=18489 vsize=1498012 CPUtime=0
/proc/18491/task/18502/stat : 18502 (java) S 18489 18491 16969 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165055955 1533964288 342100 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18503] ppid=18489 vsize=1498012 CPUtime=0
/proc/18491/task/18503/stat : 18503 (java) S 18489 18491 16969 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165055955 1533964288 342100 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.15
Current children cumulated vsize (KiB) 1498012

[startup+1780.6 s]
/proc/loadavg: 1.00 1.00 1.00 2/77 18504
/proc/meminfo: memFree=95560/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=1546012 CPUtime=1801.95
/proc/18491/stat : 18491 (java) S 18489 18491 16969 0 -1 0 18591657 0 1 0 172201 7994 0 0 16 0 12 0 165055945 1583116288 354100 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18491/statm: 386503 354100 1412 9 0 383846 0
[pid=18491/tid=18493] ppid=18489 vsize=1546012 CPUtime=58.4
/proc/18491/task/18493/stat : 18493 (java) S 18489 18491 16969 0 -1 64 91585 0 1 0 5782 58 0 0 16 0 12 0 165055947 1583116288 354100 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18494] ppid=18489 vsize=1546012 CPUtime=22.67
/proc/18491/task/18494/stat : 18494 (java) S 18489 18491 16969 0 -1 64 139651 0 0 0 2199 68 0 0 16 0 12 0 165055948 1583116288 354100 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18495] ppid=18489 vsize=1546012 CPUtime=22.57
/proc/18491/task/18495/stat : 18495 (java) S 18489 18491 16969 0 -1 64 111317 0 0 0 2199 58 0 0 17 0 12 0 165055948 1583116288 354100 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18496] ppid=18489 vsize=1546012 CPUtime=1697.85
/proc/18491/task/18496/stat : 18496 (java) R 18489 18491 16969 0 -1 64 18247178 0 0 0 161979 7806 0 0 25 0 12 0 165055950 1583116288 354100 1992294400 134512640 134550932 4294956000 18446744073709551615 105697124 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18497] ppid=18489 vsize=1546012 CPUtime=0
/proc/18491/task/18497/stat : 18497 (java) S 18489 18491 16969 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 165055950 1583116288 354100 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18498] ppid=18489 vsize=1546012 CPUtime=0
/proc/18491/task/18498/stat : 18498 (java) S 18489 18491 16969 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 165055950 1583116288 354100 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18499] ppid=18489 vsize=1546012 CPUtime=0
/proc/18491/task/18499/stat : 18499 (java) S 18489 18491 16969 0 -1 64 5 0 0 0 0 0 0 0 15 0 12 0 165055955 1583116288 354100 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18491/tid=18500] ppid=18489 vsize=1546012 CPUtime=0.14
/proc/18491/task/18500/stat : 18500 (java) S 18489 18491 16969 0 -1 64 449 0 0 0 14 0 0 0 16 0 12 0 165055955 1583116288 354100 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18501] ppid=18489 vsize=1546012 CPUtime=0.24
/proc/18491/task/18501/stat : 18501 (java) S 18489 18491 16969 0 -1 64 733 0 0 0 24 0 0 0 16 0 12 0 165055955 1583116288 354100 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18502] ppid=18489 vsize=1546012 CPUtime=0
/proc/18491/task/18502/stat : 18502 (java) S 18489 18491 16969 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 165055955 1583116288 354100 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18491/tid=18503] ppid=18489 vsize=1546012 CPUtime=0
/proc/18491/task/18503/stat : 18503 (java) S 18489 18491 16969 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 165055955 1583116288 354100 1992294400 134512640 134550932 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.95
Current children cumulated vsize (KiB) 1546012

[startup+1780.8 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18504
/proc/meminfo: memFree=534288/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=0 CPUtime=1802.15
/proc/18491/stat : 18491 (java) Z 18489 18491 16969 0 -1 1036 18591657 0 1 0 172213 8002 0 0 16 0 2 0 165055945 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18491/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.15
Current children cumulated vsize (KiB) 0

[startup+1780.91 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 18504
/proc/meminfo: memFree=534288/2055920 swapFree=4192812/4192956
[pid=18491] ppid=18489 vsize=0 CPUtime=1802.25
/proc/18491/stat : 18491 (java) Z 18489 18491 16969 0 -1 1036 18591657 0 1 0 172213 8012 0 0 16 0 2 0 165055945 0 0 1992294400 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18491/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.25
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1780.97
CPU time (s): 1802.32
CPU user time (s): 1722.13
CPU system time (s): 80.1848
CPU usage (%): 101.199
Max. virtual memory (cumulated for all children) (KiB): 1578016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1722.13
system time used= 80.1848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18591657
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= 37200
involuntary context switches= 19602

runsolver used 1.87271 second user time and 4.72028 second system time

The end

Launcher Data

Begin job on node30 at 2009-06-14 12:16:04
IDJOB=1859646
IDBENCH=71872
IDSOLVER=681
FILE ID=node30/1859646-1244974525
PBS_JOBID= 9355018
Free space on /tmp= 65484 MiB

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

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

MD5SUM BENCH= 2bcff1be6c98046e73917053605e201c
RANDOM SEED=593443050

node30.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.230
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.230
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:        334416 kB
Buffers:         76408 kB
Cached:        1532876 kB
SwapCached:          4 kB
Active:         909660 kB
Inactive:       713604 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        334416 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:          335524 kB
Writeback:           0 kB
Mapped:          23764 kB
Slab:            84276 kB
Committed_AS:   131760 kB
PageTables:       1368 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= 65484 MiB
End job on node30 at 2009-06-14 12:45:45