Trace number 2065597

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2.1.1? (TO) 1802.15 1805.32

General information on the benchmark

Namecsp/primes-30/
normalized-primes-30-60-3-5.xml
MD5SUM6052eb6ef80cf32b8858843335afac13
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints60
Maximum constraint arity8
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.14	c Number of processors 2
0.18/0.23	c c --- Begin Solver configuration ---
0.18/0.23	c Stops conflict analysis at the first Unique Implication Point
0.18/0.23	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.23	c Learn all clauses as in MiniSAT
0.18/0.23	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.23	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.23	c Expensive reason simplification
0.18/0.23	c MiniSAT restarts strategy
0.18/0.23	c Memory based learned constraints deletion strategy
0.18/0.23	c timeout=2147483s
0.18/0.23	c DB Simplification allowed=false
0.18/0.23	c --- End Solver configuration ---
0.18/0.23	c solving HOME/instance-2065597-1247338453.xml
0.18/0.23	c reading problem ... 
0.39/0.47	c reading problem named null
0.39/0.47	c reading domains done.
0.39/0.47	c reading variables done.
0.68/0.75	c reading predicates  done.
0.98/1.06	c reading constraints

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line 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-2065597-1247338453/watcher-2065597-1247338453 -o /tmp/evaluation-result-2065597-1247338453/solver-2065597-1247338453 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2065597-1247338453.xml 

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): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.98 2.14 2.15 4/83 14770
/proc/meminfo: memFree=1122136/2055920 swapFree=4192956/4192956
[pid=14770] ppid=14768 vsize=152 CPUtime=0
/proc/14770/stat : 14770 (java6) R 14768 14770 14058 0 -1 0 41 0 0 0 0 0 0 0 21 0 1 0 20912582 155648 26 996147200 134512640 134550932 4294956176 18446744073709551615 3305771 0 0 4096 0 0 0 0 17 0 0 0
/proc/14770/statm: 38 26 19 9 0 4 0

[startup+0.039735 s]
/proc/loadavg: 1.98 2.14 2.15 4/83 14770
/proc/meminfo: memFree=1122136/2055920 swapFree=4192956/4192956
[pid=14770] ppid=14768 vsize=801384 CPUtime=0.02
/proc/14770/stat : 14770 (java) S 14768 14770 14058 0 -1 0 2475 0 1 0 1 1 0 0 18 0 5 0 20912582 820617216 2222 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/14770/statm: 200346 2222 965 9 0 197697 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 801384

[startup+0.102041 s]
/proc/loadavg: 1.98 2.14 2.15 4/83 14770
/proc/meminfo: memFree=1122136/2055920 swapFree=4192956/4192956
[pid=14770] ppid=14768 vsize=804560 CPUtime=0.09
/proc/14770/stat : 14770 (java) S 14768 14770 14058 0 -1 0 3064 0 1 0 7 2 0 0 18 0 12 0 20912582 823869440 2807 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14770/statm: 201140 2807 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301056 s]
/proc/loadavg: 1.98 2.14 2.15 4/83 14770
/proc/meminfo: memFree=1122136/2055920 swapFree=4192956/4192956
[pid=14770] ppid=14768 vsize=805720 CPUtime=0.28
/proc/14770/stat : 14770 (java) S 14768 14770 14058 0 -1 0 4347 0 1 0 25 3 0 0 18 0 12 0 20912582 825057280 4084 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14770/statm: 201430 4084 1365 9 0 198757 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805720

[startup+0.702098 s]
/proc/loadavg: 1.98 2.14 2.15 4/83 14770
/proc/meminfo: memFree=1122136/2055920 swapFree=4192956/4192956
[pid=14770] ppid=14768 vsize=807184 CPUtime=0.68
/proc/14770/stat : 14770 (java) S 14768 14770 14058 0 -1 0 6248 0 1 0 63 5 0 0 18 0 12 0 20912582 826556416 5407 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14770/statm: 201796 5407 1385 9 0 199123 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807184

[startup+1.50217 s]
/proc/loadavg: 1.98 2.14 2.15 4/95 14782
/proc/meminfo: memFree=1101432/2055920 swapFree=4192956/4192956
[pid=14770] ppid=14768 vsize=813712 CPUtime=1.47
/proc/14770/stat : 14770 (java) S 14768 14770 14058 0 -1 0 10302 0 1 0 141 6 0 0 18 0 12 0 20912582 833241088 8139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14770/statm: 203428 8139 1412 9 0 200755 0
[pid=14770/tid=14772] ppid=14768 vsize=813712 CPUtime=0.72
/proc/14770/task/14772/stat : 14772 (java) R 14768 14770 14058 0 -1 64 5397 0 1 0 68 4 0 0 20 0 12 0 20912583 833241088 8139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14773] ppid=14768 vsize=813712 CPUtime=0
/proc/14770/task/14773/stat : 14773 (java) S 14768 14770 14058 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 20912584 833241088 8139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14774] ppid=14768 vsize=813712 CPUtime=0
/proc/14770/task/14774/stat : 14774 (java) S 14768 14770 14058 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 20912584 833241088 8139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14775] ppid=14768 vsize=813712 CPUtime=0
/proc/14770/task/14775/stat : 14775 (java) S 14768 14770 14058 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 20912586 833241088 8139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14776] ppid=14768 vsize=813712 CPUtime=0
/proc/14770/task/14776/stat : 14776 (java) S 14768 14770 14058 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 20912586 833241088 8139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14777] ppid=14768 vsize=813712 CPUtime=0
/proc/14770/task/14777/stat : 14777 (java) S 14768 14770 14058 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 20912586 833241088 8139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14778] ppid=14768 vsize=813712 CPUtime=0
/proc/14770/task/14778/stat : 14778 (java) S 14768 14770 14058 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20912590 833241088 8139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14779] ppid=14768 vsize=813712 CPUtime=0
/proc/14770/task/14779/stat : 14779 (java) S 14768 14770 14058 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20912590 833241088 8139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14780] ppid=14768 vsize=813712 CPUtime=0.73
/proc/14770/task/14780/stat : 14780 (java) R 14768 14770 14058 0 -1 64 4151 0 0 0 72 1 0 0 17 0 12 0 20912590 833241088 8139 996147200 134512640 134550932 4294956016 18446744073709551615 104163913 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14781] ppid=14768 vsize=813712 CPUtime=0
/proc/14770/task/14781/stat : 14781 (java) S 14768 14770 14058 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20912590 833241088 8139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14782] ppid=14768 vsize=813712 CPUtime=0
/proc/14770/task/14782/stat : 14782 (java) S 14768 14770 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20912590 833241088 8139 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 813712

[startup+3.10133 s]
/proc/loadavg: 1.98 2.14 2.15 3/95 14782
/proc/meminfo: memFree=1058360/2055920 swapFree=4192956/4192956
[pid=14770] ppid=14768 vsize=812524 CPUtime=3.15
/proc/14770/stat : 14770 (java) S 14768 14770 14058 0 -1 0 30169 0 1 0 300 15 0 0 18 0 12 0 20912582 832024576 27520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14770/statm: 203131 27520 1431 9 0 200458 0
[pid=14770/tid=14772] ppid=14768 vsize=812524 CPUtime=1.91
/proc/14770/task/14772/stat : 14772 (java) R 14768 14770 14058 0 -1 64 17356 0 1 0 180 11 0 0 25 0 12 0 20912583 832024576 27520 996147200 134512640 134550932 4294956016 18446744073709551615 4109596211 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14773] ppid=14768 vsize=812524 CPUtime=0.16
/proc/14770/task/14773/stat : 14773 (java) S 14768 14770 14058 0 -1 64 4116 0 0 0 15 1 0 0 17 0 12 0 20912584 832024576 27520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14774] ppid=14768 vsize=812524 CPUtime=0.15
/proc/14770/task/14774/stat : 14774 (java) S 14768 14770 14058 0 -1 64 3609 0 0 0 14 1 0 0 17 0 12 0 20912584 832024576 27520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14775] ppid=14768 vsize=812524 CPUtime=0
/proc/14770/task/14775/stat : 14775 (java) S 14768 14770 14058 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 20912586 832024576 27520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14776] ppid=14768 vsize=812524 CPUtime=0
/proc/14770/task/14776/stat : 14776 (java) S 14768 14770 14058 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20912586 832024576 27520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14777] ppid=14768 vsize=812524 CPUtime=0
/proc/14770/task/14777/stat : 14777 (java) S 14768 14770 14058 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20912586 832024576 27520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14778] ppid=14768 vsize=812524 CPUtime=0
/proc/14770/task/14778/stat : 14778 (java) S 14768 14770 14058 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20912590 832024576 27520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14779] ppid=14768 vsize=812524 CPUtime=0
/proc/14770/task/14779/stat : 14779 (java) S 14768 14770 14058 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20912590 832024576 27520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14780] ppid=14768 vsize=812524 CPUtime=0.9
/proc/14770/task/14780/stat : 14780 (java) S 14768 14770 14058 0 -1 64 4322 0 0 0 89 1 0 0 17 0 12 0 20912590 832024576 27520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14781] ppid=14768 vsize=812524 CPUtime=0
/proc/14770/task/14781/stat : 14781 (java) S 14768 14770 14058 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20912590 832024576 27520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14782] ppid=14768 vsize=812524 CPUtime=0
/proc/14770/task/14782/stat : 14782 (java) S 14768 14770 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20912590 832024576 27520 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.15
Current children cumulated vsize (KiB) 812524

[startup+6.30262 s]
/proc/loadavg: 2.06 2.15 2.16 5/95 14782
/proc/meminfo: memFree=852984/2055920 swapFree=4192956/4192956
[pid=14770] ppid=14768 vsize=812492 CPUtime=6.47
/proc/14770/stat : 14770 (java) S 14768 14770 14058 0 -1 0 44927 0 1 0 624 23 0 0 18 0 12 0 20912582 831991808 42100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14770/statm: 203123 42100 1431 9 0 200450 0
[pid=14770/tid=14772] ppid=14768 vsize=812492 CPUtime=3.73
/proc/14770/task/14772/stat : 14772 (java) R 14768 14770 14058 0 -1 64 17364 0 1 0 362 11 0 0 25 0 12 0 20912583 831991808 42100 996147200 134512640 134550932 4294956016 18446744073709551615 4109596833 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14773] ppid=14768 vsize=812492 CPUtime=0.81
/proc/14770/task/14773/stat : 14773 (java) S 14768 14770 14058 0 -1 64 9333 0 0 0 78 3 0 0 16 0 12 0 20912584 831991808 42100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14774] ppid=14768 vsize=812492 CPUtime=0.97
/proc/14770/task/14774/stat : 14774 (java) S 14768 14770 14058 0 -1 64 13142 0 0 0 91 6 0 0 16 0 12 0 20912584 831991808 42100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14775] ppid=14768 vsize=812492 CPUtime=0
/proc/14770/task/14775/stat : 14775 (java) S 14768 14770 14058 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 20912586 831991808 42100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14776] ppid=14768 vsize=812492 CPUtime=0
/proc/14770/task/14776/stat : 14776 (java) S 14768 14770 14058 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20912586 831991808 42100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14777] ppid=14768 vsize=812492 CPUtime=0
/proc/14770/task/14777/stat : 14777 (java) S 14768 14770 14058 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20912586 831991808 42100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14778] ppid=14768 vsize=812492 CPUtime=0
/proc/14770/task/14778/stat : 14778 (java) S 14768 14770 14058 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20912590 831991808 42100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14779] ppid=14768 vsize=812492 CPUtime=0
/proc/14770/task/14779/stat : 14779 (java) S 14768 14770 14058 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20912590 831991808 42100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14780] ppid=14768 vsize=812492 CPUtime=0.91
/proc/14770/task/14780/stat : 14780 (java) S 14768 14770 14058 0 -1 64 4322 0 0 0 90 1 0 0 16 0 12 0 20912590 831991808 42100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14781] ppid=14768 vsize=812492 CPUtime=0
/proc/14770/task/14781/stat : 14781 (java) S 14768 14770 14058 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20912590 831991808 42100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14782] ppid=14768 vsize=812492 CPUtime=0
/proc/14770/task/14782/stat : 14782 (java) S 14768 14770 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20912590 831991808 42100 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.47
Current children cumulated vsize (KiB) 812492

[startup+12.7012 s]
/proc/loadavg: 2.05 2.15 2.16 3/95 14782
/proc/meminfo: memFree=763576/2055920 swapFree=4192956/4192956
[pid=14770] ppid=14768 vsize=812336 CPUtime=12.86
/proc/14770/stat : 14770 (java) S 14768 14770 14058 0 -1 0 67663 0 1 0 1252 34 0 0 18 0 12 0 20912582 831832064 64594 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14770/statm: 203084 64594 1437 9 0 200411 0
[pid=14770/tid=14772] ppid=14768 vsize=812336 CPUtime=7.86
/proc/14770/task/14772/stat : 14772 (java) R 14768 14770 14058 0 -1 64 17388 0 1 0 775 11 0 0 25 0 12 0 20912583 831832064 64594 996147200 134512640 134550932 4294956016 18446744073709551615 4109596211 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14773] ppid=14768 vsize=812336 CPUtime=1.81
/proc/14770/task/14773/stat : 14773 (java) S 14768 14770 14058 0 -1 64 19056 0 0 0 174 7 0 0 16 0 12 0 20912584 831832064 64594 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14774] ppid=14768 vsize=812336 CPUtime=1.99
/proc/14770/task/14774/stat : 14774 (java) S 14768 14770 14058 0 -1 64 26066 0 0 0 187 12 0 0 16 0 12 0 20912584 831832064 64594 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14775] ppid=14768 vsize=812336 CPUtime=0.01
/proc/14770/task/14775/stat : 14775 (java) S 14768 14770 14058 0 -1 64 14 0 0 0 1 0 0 0 15 0 12 0 20912586 831832064 64594 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14776] ppid=14768 vsize=812336 CPUtime=0
/proc/14770/task/14776/stat : 14776 (java) S 14768 14770 14058 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20912586 831832064 64594 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14777] ppid=14768 vsize=812336 CPUtime=0
/proc/14770/task/14777/stat : 14777 (java) S 14768 14770 14058 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20912586 831832064 64594 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14778] ppid=14768 vsize=812336 CPUtime=0
/proc/14770/task/14778/stat : 14778 (java) S 14768 14770 14058 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20912590 831832064 64594 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14779] ppid=14768 vsize=812336 CPUtime=0
/proc/14770/task/14779/stat : 14779 (java) S 14768 14770 14058 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 20912590 831832064 64594 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14780] ppid=14768 vsize=812336 CPUtime=1.15
/proc/14770/task/14780/stat : 14780 (java) S 14768 14770 14058 0 -1 64 4386 0 0 0 114 1 0 0 16 0 12 0 20912590 831832064 64594 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14781] ppid=14768 vsize=812336 CPUtime=0
/proc/14770/task/14781/stat : 14781 (java) S 14768 14770 14058 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20912590 831832064 64594 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14782] ppid=14768 vsize=812336 CPUtime=0
/proc/14770/task/14782/stat : 14782 (java) S 14768 14770 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20912590 831832064 64594 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.86
Current children cumulated vsize (KiB) 812336

[startup+25.5024 s]
/proc/loadavg: 2.20 2.17 2.16 4/95 14782
/proc/meminfo: memFree=540664/2055920 swapFree=4192956/4192956
[pid=14770] ppid=14768 vsize=813620 CPUtime=26.51
/proc/14770/stat : 14770 (java) S 14768 14770 14058 0 -1 0 122606 0 1 0 2591 60 0 0 18 0 12 0 20912582 833146880 118927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14770/statm: 203405 118927 1438 9 0 200732 0
[pid=14770/tid=14772] ppid=14768 vsize=813620 CPUtime=15.85
/proc/14770/task/14772/stat : 14772 (java) R 14768 14770 14058 0 -1 64 23562 0 1 0 1571 14 0 0 25 0 12 0 20912583 833146880 118927 996147200 134512640 134550932 4294956016 18446744073709551615 4109862422 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14770/tid=14773] ppid=14768 vsize=813620 CPUtime=4.52
/proc/14770/task/14773/stat : 14773 (java) S 14768 14770 14058 0 -1 64 45606 0 0 0 432 20 0 0 16 0 12 0 20912584 833146880 118927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14770/tid=14774] ppid=14768 vsize=813620 CPUtime=4.86
/proc/14770/task/14774/stat : 14774 (java) S 14768 14770 14058 0 -1 64 48281 0 0 0 463 23 0 0 16 0 12 0 20912584 833146880 118927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14770/tid=14775] ppid=14768 vsize=813620 CPUtime=0.01
/proc/14770/task/14775/stat : 14775 (java) S 14768 14770 14058 0 -1 64 14 0 0 0 1 0 0 0 15 0 12 0 20912586 833146880 118927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14770/tid=14776] ppid=14768 vsize=813620 CPUtime=0
/proc/14770/task/14776/stat : 14776 (java) S 14768 14770 14058 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20912586 833146880 118927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14777] ppid=14768 vsize=813620 CPUtime=0
/proc/14770/task/14777/stat : 14777 (java) S 14768 14770 14058 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20912586 833146880 118927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14778] ppid=14768 vsize=813620 CPUtime=0
/proc/14770/task/14778/stat : 14778 (java) S 14768 14770 14058 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20912590 833146880 118927 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14779] ppid=14768 vsize=813620 CPUtime=0

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

[pid=14770/tid=14772] ppid=14768 vsize=812976 CPUtime=28.99
/proc/14770/task/14772/stat : 14772 (java) S 14768 14770 14058 0 -1 64 36573 0 1 0 2876 23 0 0 16 0 12 0 20912583 832487424 172750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14773] ppid=14768 vsize=812976 CPUtime=8.18
/proc/14770/task/14773/stat : 14773 (java) S 14768 14770 14058 0 -1 64 69107 0 0 0 789 29 0 0 15 0 12 0 20912584 832487424 172750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14774] ppid=14768 vsize=812976 CPUtime=8.73
/proc/14770/task/14774/stat : 14774 (java) S 14768 14770 14058 0 -1 64 60772 0 0 0 844 29 0 0 16 0 12 0 20912584 832487424 172750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14775] ppid=14768 vsize=812976 CPUtime=1731.98
/proc/14770/task/14775/stat : 14775 (java) R 14768 14770 14058 0 -1 64 1801794 0 0 0 172411 787 0 0 25 0 12 0 20912586 832487424 172750 996147200 134512640 134550932 4294956016 18446744073709551615 105696565 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14776] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14776/stat : 14776 (java) S 14768 14770 14058 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20912586 832487424 172750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14777] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14777/stat : 14777 (java) S 14768 14770 14058 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20912586 832487424 172750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14778] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14778/stat : 14778 (java) S 14768 14770 14058 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20912590 832487424 172750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14779] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14779/stat : 14779 (java) S 14768 14770 14058 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 20912590 832487424 172750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14780] ppid=14768 vsize=812976 CPUtime=1.31
/proc/14770/task/14780/stat : 14780 (java) S 14768 14770 14058 0 -1 64 4390 0 0 0 130 1 0 0 16 0 12 0 20912590 832487424 172750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14781] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14781/stat : 14781 (java) S 14768 14770 14058 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20912590 832487424 172750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14782] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14782/stat : 14782 (java) S 14768 14770 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20912590 832487424 172750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1779.24
Current children cumulated vsize (KiB) 812976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.2 s]
/proc/loadavg: 2.00 2.03 2.01 3/94 14831
/proc/meminfo: memFree=226184/2055920 swapFree=4192948/4192956
[pid=14770] ppid=14768 vsize=812976 CPUtime=1800.04
/proc/14770/stat : 14770 (java) S 14768 14770 14058 0 -1 0 2036409 0 1 0 179105 899 0 0 18 0 12 0 20912582 832487424 172750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14770/statm: 203244 172750 1440 9 0 200571 0
[pid=14770/tid=14772] ppid=14768 vsize=812976 CPUtime=28.99
/proc/14770/task/14772/stat : 14772 (java) S 14768 14770 14058 0 -1 64 36581 0 1 0 2876 23 0 0 16 0 12 0 20912583 832487424 172750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14773] ppid=14768 vsize=812976 CPUtime=8.18
/proc/14770/task/14773/stat : 14773 (java) S 14768 14770 14058 0 -1 64 69107 0 0 0 789 29 0 0 15 0 12 0 20912584 832487424 172750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14774] ppid=14768 vsize=812976 CPUtime=8.73
/proc/14770/task/14774/stat : 14774 (java) S 14768 14770 14058 0 -1 64 60772 0 0 0 844 29 0 0 16 0 12 0 20912584 832487424 172750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14775] ppid=14768 vsize=812976 CPUtime=1752.78
/proc/14770/task/14775/stat : 14775 (java) R 14768 14770 14058 0 -1 64 1864806 0 0 0 174463 815 0 0 25 0 12 0 20912586 832487424 172750 996147200 134512640 134550932 4294956016 18446744073709551615 106157810 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14776] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14776/stat : 14776 (java) S 14768 14770 14058 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20912586 832487424 172750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14777] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14777/stat : 14777 (java) S 14768 14770 14058 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20912586 832487424 172750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14778] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14778/stat : 14778 (java) S 14768 14770 14058 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 20912590 832487424 172750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14779] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14779/stat : 14779 (java) S 14768 14770 14058 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 20912590 832487424 172750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14780] ppid=14768 vsize=812976 CPUtime=1.31
/proc/14770/task/14780/stat : 14780 (java) S 14768 14770 14058 0 -1 64 4390 0 0 0 130 1 0 0 16 0 12 0 20912590 832487424 172750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14781] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14781/stat : 14781 (java) S 14768 14770 14058 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20912590 832487424 172750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14782] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14782/stat : 14782 (java) S 14768 14770 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20912590 832487424 172750 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 812976

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -14770

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

[startup+1804.6 s]
/proc/loadavg: 2.00 2.03 2.01 3/95 14832
/proc/meminfo: memFree=226176/2055920 swapFree=4192948/4192956
[pid=14770] ppid=14768 vsize=812976 CPUtime=1801.43
/proc/14770/stat : 14770 (java) S 14768 14770 14058 0 -1 0 2036413 0 1 0 179244 899 0 0 16 0 12 0 20912582 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14770/statm: 203244 172753 1440 9 0 200571 0
[pid=14770/tid=14772] ppid=14768 vsize=812976 CPUtime=28.99
/proc/14770/task/14772/stat : 14772 (java) S 14768 14770 14058 0 -1 64 36581 0 1 0 2876 23 0 0 16 0 12 0 20912583 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14773] ppid=14768 vsize=812976 CPUtime=8.18
/proc/14770/task/14773/stat : 14773 (java) S 14768 14770 14058 0 -1 64 69107 0 0 0 789 29 0 0 15 0 12 0 20912584 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14774] ppid=14768 vsize=812976 CPUtime=8.73
/proc/14770/task/14774/stat : 14774 (java) S 14768 14770 14058 0 -1 64 60772 0 0 0 844 29 0 0 16 0 12 0 20912584 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14775] ppid=14768 vsize=812976 CPUtime=1754.17
/proc/14770/task/14775/stat : 14775 (java) R 14768 14770 14058 0 -1 64 1864806 0 0 0 174602 815 0 0 25 0 12 0 20912586 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 105880850 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14776] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14776/stat : 14776 (java) S 14768 14770 14058 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20912586 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14777] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14777/stat : 14777 (java) S 14768 14770 14058 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20912586 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14778] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14778/stat : 14778 (java) S 14768 14770 14058 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 20912590 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14779] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14779/stat : 14779 (java) S 14768 14770 14058 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 20912590 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14780] ppid=14768 vsize=812976 CPUtime=1.31
/proc/14770/task/14780/stat : 14780 (java) S 14768 14770 14058 0 -1 64 4390 0 0 0 130 1 0 0 16 0 12 0 20912590 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14781] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14781/stat : 14781 (java) S 14768 14770 14058 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20912590 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14782] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14782/stat : 14782 (java) S 14768 14770 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20912590 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.43
Current children cumulated vsize (KiB) 812976

[startup+1805 s]
/proc/loadavg: 2.00 2.03 2.00 3/95 14832
/proc/meminfo: memFree=226176/2055920 swapFree=4192948/4192956
[pid=14770] ppid=14768 vsize=812976 CPUtime=1801.83
/proc/14770/stat : 14770 (java) S 14768 14770 14058 0 -1 0 2036413 0 1 0 179284 899 0 0 16 0 12 0 20912582 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14770/statm: 203244 172753 1440 9 0 200571 0
[pid=14770/tid=14772] ppid=14768 vsize=812976 CPUtime=28.99
/proc/14770/task/14772/stat : 14772 (java) S 14768 14770 14058 0 -1 64 36581 0 1 0 2876 23 0 0 16 0 12 0 20912583 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14773] ppid=14768 vsize=812976 CPUtime=8.18
/proc/14770/task/14773/stat : 14773 (java) S 14768 14770 14058 0 -1 64 69107 0 0 0 789 29 0 0 15 0 12 0 20912584 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14774] ppid=14768 vsize=812976 CPUtime=8.73
/proc/14770/task/14774/stat : 14774 (java) S 14768 14770 14058 0 -1 64 60772 0 0 0 844 29 0 0 16 0 12 0 20912584 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14775] ppid=14768 vsize=812976 CPUtime=1754.58
/proc/14770/task/14775/stat : 14775 (java) R 14768 14770 14058 0 -1 64 1864806 0 0 0 174643 815 0 0 25 0 12 0 20912586 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 105696747 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14776] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14776/stat : 14776 (java) S 14768 14770 14058 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20912586 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14777] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14777/stat : 14777 (java) S 14768 14770 14058 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20912586 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14778] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14778/stat : 14778 (java) S 14768 14770 14058 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 20912590 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14779] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14779/stat : 14779 (java) S 14768 14770 14058 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 20912590 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14780] ppid=14768 vsize=812976 CPUtime=1.31
/proc/14770/task/14780/stat : 14780 (java) S 14768 14770 14058 0 -1 64 4390 0 0 0 130 1 0 0 16 0 12 0 20912590 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14781] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14781/stat : 14781 (java) S 14768 14770 14058 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20912590 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14782] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14782/stat : 14782 (java) S 14768 14770 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20912590 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.83
Current children cumulated vsize (KiB) 812976

[startup+1805.2 s]
/proc/loadavg: 2.00 2.03 2.00 3/95 14832
/proc/meminfo: memFree=226176/2055920 swapFree=4192948/4192956
[pid=14770] ppid=14768 vsize=812976 CPUtime=1802.02
/proc/14770/stat : 14770 (java) S 14768 14770 14058 0 -1 0 2036413 0 1 0 179303 899 0 0 16 0 12 0 20912582 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14770/statm: 203244 172753 1440 9 0 200571 0
[pid=14770/tid=14772] ppid=14768 vsize=812976 CPUtime=28.99
/proc/14770/task/14772/stat : 14772 (java) S 14768 14770 14058 0 -1 64 36581 0 1 0 2876 23 0 0 16 0 12 0 20912583 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14773] ppid=14768 vsize=812976 CPUtime=8.18
/proc/14770/task/14773/stat : 14773 (java) S 14768 14770 14058 0 -1 64 69107 0 0 0 789 29 0 0 15 0 12 0 20912584 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14774] ppid=14768 vsize=812976 CPUtime=8.73
/proc/14770/task/14774/stat : 14774 (java) S 14768 14770 14058 0 -1 64 60772 0 0 0 844 29 0 0 16 0 12 0 20912584 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14775] ppid=14768 vsize=812976 CPUtime=1754.77
/proc/14770/task/14775/stat : 14775 (java) R 14768 14770 14058 0 -1 64 1864806 0 0 0 174662 815 0 0 25 0 12 0 20912586 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 104177770 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14776] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14776/stat : 14776 (java) S 14768 14770 14058 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 20912586 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14777] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14777/stat : 14777 (java) S 14768 14770 14058 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 20912586 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14778] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14778/stat : 14778 (java) S 14768 14770 14058 0 -1 64 5 0 0 0 0 0 0 0 17 0 12 0 20912590 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14779] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14779/stat : 14779 (java) S 14768 14770 14058 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 20912590 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14780] ppid=14768 vsize=812976 CPUtime=1.31
/proc/14770/task/14780/stat : 14780 (java) S 14768 14770 14058 0 -1 64 4390 0 0 0 130 1 0 0 16 0 12 0 20912590 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14781] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14781/stat : 14781 (java) S 14768 14770 14058 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 20912590 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14770/tid=14782] ppid=14768 vsize=812976 CPUtime=0
/proc/14770/task/14782/stat : 14782 (java) S 14768 14770 14058 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 20912590 832487424 172753 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1802.02
Current children cumulated vsize (KiB) 812976

[startup+1805.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/95 14832
/proc/meminfo: memFree=226176/2055920 swapFree=4192948/4192956
[pid=14770] ppid=14768 vsize=0 CPUtime=1802.12
/proc/14770/stat : 14770 (java) Z 14768 14770 14058 0 -1 1036 2036413 0 1 0 179305 907 0 0 16 0 2 0 20912582 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14770/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.12
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1805.32
CPU time (s): 1802.15
CPU user time (s): 1793.06
CPU system time (s): 9.09762
CPU usage (%): 99.8246
Max. virtual memory (cumulated for all children) (KiB): 908984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.06
system time used= 9.09762
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2036413
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= 38684
involuntary context switches= 47768

runsolver used 2.21266 second user time and 6.24305 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-11 20:54:13
IDJOB=2065597
IDBENCH=54379
IDSOLVER=731
FILE ID=node8/2065597-1247338453
PBS_JOBID= 9506793
Free space on /tmp= 66272 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/primes-30/normalized-primes-30-60-3-5.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065597-1247338453/watcher-2065597-1247338453 -o /tmp/evaluation-result-2065597-1247338453/solver-2065597-1247338453 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2065597-1247338453.xml

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

MD5SUM BENCH= 6052eb6ef80cf32b8858843335afac13
RANDOM SEED=1879518520

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1122616 kB
Buffers:         56616 kB
Cached:         671188 kB
SwapCached:          0 kB
Active:         319632 kB
Inactive:       558696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1122616 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1232 kB
Writeback:           0 kB
Mapped:         170968 kB
Slab:            39716 kB
Committed_AS:   374236 kB
PageTables:       2068 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66144 MiB
End job on node8 at 2009-07-11 21:24:19