Trace number 1077331

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 2008-06-13? (MO) 52.823 49.2283

General information on the benchmark

Namecsp/primes-15/
normalized-primes-15-80-3-1.xml
MD5SUMc089ecbd43cbff7c337b278f449f7836
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.024995
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity4
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.29	c See www.sat4j.org for details.
0.19/0.29	c That software uses the Rhino library from the Mozilla project.
0.29/0.33	c version 9.9.9.token
0.29/0.33	c sun.arch.data.model	32
0.29/0.33	c java.version	1.6.0_06
0.29/0.33	c os.name	Linux
0.29/0.33	c os.version	2.6.9-22.EL.rootsmp
0.29/0.33	c os.arch	i386
0.29/0.33	c Free memory 669864272
0.29/0.33	c Max memory 672137216
0.29/0.33	c Total memory 672137216
0.29/0.33	c Number of processors 2
0.29/0.37	c c --- Begin Solver configuration ---
0.29/0.37	c Stops conflict analysis at the first Unique Implication Point
0.29/0.37	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.29/0.37	c Learn all clauses as in MiniSAT
0.29/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.29/0.37	c Expensive reason simplification
0.29/0.37	c MiniSAT restarts strategy
0.29/0.37	c timeout=2147483s
0.29/0.37	c DB Simplification allowed=false
0.29/0.37	c --- End Solver configuration ---
0.29/0.37	c solving HOME/instance-1077331-1215192335.xml
0.29/0.37	c reading problem ... 
0.59/0.63	c reading problem named null
0.59/0.63	c reading domains done.
0.59/0.63	c reading variables done.
0.79/0.82	c reading predicates  done.
1.09/1.12	c reading constraints
52.49/48.90	c starts		: 0
52.49/48.90	c conflicts		: 0
52.49/48.90	c decisions		: 0
52.49/48.90	c propagations		: 0
52.49/48.90	c inspects		: 0
52.49/48.90	c learnt literals	: 0
52.49/48.90	c learnt binary clauses	: 0
52.49/48.90	c learnt ternary clauses	: 0
52.49/48.90	c learnt clauses	: 0
52.49/48.90	c ignored clauses	: 0
52.49/48.90	c root simplifications	: 0
52.49/48.90	c removed literals (reason simplification)	: 0
52.49/48.90	c reason swapping (by a shorter reason)	: 0
52.49/48.90	c Calls to reduceDB	: 0
52.49/48.90	c speed (assignments/second)	: 0.0
52.49/48.90	c non guided choices	0
52.49/48.90	s UNKNOWN
52.49/48.90	c Total wall clock time (in seconds) : 48.528

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077331-1215192335/watcher-1077331-1215192335 -o /tmp/evaluation-result-1077331-1215192335/solver-1077331-1215192335 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1077331-1215192335.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 28454
/proc/meminfo: memFree=1590696/2055920 swapFree=4178892/4192956
[pid=28454] ppid=28452 vsize=18572 CPUtime=0
/proc/28454/stat : 28454 (runsolver) R 28452 28454 26841 0 -1 4194368 16 0 0 0 0 0 0 0 22 0 1 0 674962489 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 240153849127 0 2147483391 4096 24578 0 0 0 17 0 0 0
/proc/28454/statm: 4643 292 257 25 0 2626 0

[startup+0.0266669 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 28454
/proc/meminfo: memFree=1590696/2055920 swapFree=4178892/4192956
[pid=28454] ppid=28452 vsize=798812 CPUtime=0.01
/proc/28454/stat : 28454 (java) S 28452 28454 26841 0 -1 0 1702 0 1 0 0 1 0 0 22 0 4 0 674962489 817983488 1443 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/28454/statm: 199703 1443 418 9 0 197481 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798812

[startup+0.101674 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 28454
/proc/meminfo: memFree=1590696/2055920 swapFree=4178892/4192956
[pid=28454] ppid=28452 vsize=804612 CPUtime=0.09
/proc/28454/stat : 28454 (java) S 28452 28454 26841 0 -1 0 3009 0 1 0 7 2 0 0 22 0 12 0 674962489 823922688 2742 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28454/statm: 201153 2742 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.301697 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 28454
/proc/meminfo: memFree=1590696/2055920 swapFree=4178892/4192956
[pid=28454] ppid=28452 vsize=807848 CPUtime=0.29
/proc/28454/stat : 28454 (java) S 28452 28454 26841 0 -1 0 4992 0 1 0 26 3 0 0 22 0 12 0 674962489 827236352 4319 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28454/statm: 201962 4319 1308 9 0 199331 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 807848

[startup+0.701742 s]
/proc/loadavg: 2.00 2.00 2.00 3/81 28454
/proc/meminfo: memFree=1590696/2055920 swapFree=4178892/4192956
[pid=28454] ppid=28452 vsize=807876 CPUtime=0.69
/proc/28454/stat : 28454 (java) S 28452 28454 26841 0 -1 0 6422 0 1 0 64 5 0 0 22 0 12 0 674962489 827265024 5569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28454/statm: 201969 5569 1335 9 0 199331 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807876

[startup+1.50183 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 28466
/proc/meminfo: memFree=1569992/2055920 swapFree=4178892/4192956
[pid=28454] ppid=28452 vsize=815696 CPUtime=1.48
/proc/28454/stat : 28454 (java) S 28452 28454 26841 0 -1 0 11092 0 1 0 141 7 0 0 22 0 12 0 674962489 835272704 8302 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28454/statm: 203924 8302 1365 9 0 201286 0
[pid=28454/tid=28456] ppid=28452 vsize=815696 CPUtime=0.77
/proc/28454/task/28456/stat : 28456 (java) R 28452 28454 26841 0 -1 64 5125 0 1 0 73 4 0 0 25 0 12 0 674962490 835272704 8302 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28457] ppid=28452 vsize=815696 CPUtime=0
/proc/28454/task/28457/stat : 28457 (java) S 28452 28454 26841 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 674962491 835272704 8302 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28458] ppid=28452 vsize=815696 CPUtime=0
/proc/28454/task/28458/stat : 28458 (java) S 28452 28454 26841 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 674962491 835272704 8302 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28459] ppid=28452 vsize=815696 CPUtime=0
/proc/28454/task/28459/stat : 28459 (java) S 28452 28454 26841 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 674962493 835272704 8302 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28460] ppid=28452 vsize=815696 CPUtime=0
/proc/28454/task/28460/stat : 28460 (java) S 28452 28454 26841 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 674962493 835272704 8302 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28461] ppid=28452 vsize=815696 CPUtime=0
/proc/28454/task/28461/stat : 28461 (java) S 28452 28454 26841 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 674962493 835272704 8302 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28462] ppid=28452 vsize=815696 CPUtime=0
/proc/28454/task/28462/stat : 28462 (java) S 28452 28454 26841 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 674962497 835272704 8302 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28463] ppid=28452 vsize=815696 CPUtime=0.32
/proc/28454/task/28463/stat : 28463 (java) S 28452 28454 26841 0 -1 64 1244 0 0 0 32 0 0 0 16 0 12 0 674962497 835272704 8302 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28464] ppid=28452 vsize=815696 CPUtime=0.35
/proc/28454/task/28464/stat : 28464 (java) R 28452 28454 26841 0 -1 64 3957 0 0 0 34 1 0 0 16 0 12 0 674962497 835272704 8302 996147200 134512640 134550740 4294956016 18446744073709551615 105568266 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28465] ppid=28452 vsize=815696 CPUtime=0
/proc/28454/task/28465/stat : 28465 (java) S 28452 28454 26841 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 674962497 835272704 8302 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28466] ppid=28452 vsize=815696 CPUtime=0
/proc/28454/task/28466/stat : 28466 (java) S 28452 28454 26841 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 674962497 835272704 8302 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 815696

[startup+3.10301 s]
/proc/loadavg: 2.08 2.02 2.01 4/93 28466
/proc/meminfo: memFree=1557064/2055920 swapFree=4178892/4192956
[pid=28454] ppid=28452 vsize=817300 CPUtime=3.07
/proc/28454/stat : 28454 (java) S 28452 28454 26841 0 -1 0 23326 0 1 0 295 12 0 0 22 0 12 0 674962489 836915200 18282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28454/statm: 204325 18282 1377 9 0 201687 0
[pid=28454/tid=28456] ppid=28452 vsize=817300 CPUtime=1.64
/proc/28454/task/28456/stat : 28456 (java) R 28452 28454 26841 0 -1 64 14299 0 1 0 155 9 0 0 25 0 12 0 674962490 836915200 18282 996147200 134512640 134550740 4294956016 18446744073709551615 4109318875 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28457] ppid=28452 vsize=817300 CPUtime=0
/proc/28454/task/28457/stat : 28457 (java) S 28452 28454 26841 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 674962491 836915200 18282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28458] ppid=28452 vsize=817300 CPUtime=0
/proc/28454/task/28458/stat : 28458 (java) S 28452 28454 26841 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 674962491 836915200 18282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28459] ppid=28452 vsize=817300 CPUtime=0
/proc/28454/task/28459/stat : 28459 (java) S 28452 28454 26841 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 674962493 836915200 18282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28460] ppid=28452 vsize=817300 CPUtime=0
/proc/28454/task/28460/stat : 28460 (java) S 28452 28454 26841 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 674962493 836915200 18282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28461] ppid=28452 vsize=817300 CPUtime=0
/proc/28454/task/28461/stat : 28461 (java) S 28452 28454 26841 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 674962493 836915200 18282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28462] ppid=28452 vsize=817300 CPUtime=0
/proc/28454/task/28462/stat : 28462 (java) S 28452 28454 26841 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 674962497 836915200 18282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28463] ppid=28452 vsize=817300 CPUtime=0.5
/proc/28454/task/28463/stat : 28463 (java) S 28452 28454 26841 0 -1 64 1690 0 0 0 50 0 0 0 16 0 12 0 674962497 836915200 18282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28464] ppid=28452 vsize=817300 CPUtime=0.91
/proc/28454/task/28464/stat : 28464 (java) S 28452 28454 26841 0 -1 64 6571 0 0 0 89 2 0 0 16 0 12 0 674962497 836915200 18282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28465] ppid=28452 vsize=817300 CPUtime=0
/proc/28454/task/28465/stat : 28465 (java) S 28452 28454 26841 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 674962497 836915200 18282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28466] ppid=28452 vsize=817300 CPUtime=0
/proc/28454/task/28466/stat : 28466 (java) S 28452 28454 26841 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 674962497 836915200 18282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 817300

[startup+6.30237 s]
/proc/loadavg: 2.08 2.02 2.01 3/93 28466
/proc/meminfo: memFree=1476168/2055920 swapFree=4178892/4192956
[pid=28454] ppid=28452 vsize=819744 CPUtime=6.58
/proc/28454/stat : 28454 (java) S 28452 28454 26841 0 -1 0 39526 0 1 0 639 19 0 0 22 0 12 0 674962489 839417856 33588 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28454/statm: 204936 33588 1386 9 0 202298 0
[pid=28454/tid=28456] ppid=28452 vsize=819744 CPUtime=4.01
/proc/28454/task/28456/stat : 28456 (java) R 28452 28454 26841 0 -1 64 17306 0 1 0 391 10 0 0 25 0 12 0 674962490 839417856 33588 996147200 134512640 134550740 4294956016 18446744073709551615 4109824545 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28457] ppid=28452 vsize=819744 CPUtime=0.44
/proc/28454/task/28457/stat : 28457 (java) S 28452 28454 26841 0 -1 64 5805 0 0 0 42 2 0 0 18 0 12 0 674962491 839417856 33588 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28458] ppid=28452 vsize=819744 CPUtime=0.47
/proc/28454/task/28458/stat : 28458 (java) S 28452 28454 26841 0 -1 64 7345 0 0 0 45 2 0 0 18 0 12 0 674962491 839417856 33588 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28459] ppid=28452 vsize=819744 CPUtime=0
/proc/28454/task/28459/stat : 28459 (java) S 28452 28454 26841 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 674962493 839417856 33588 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28460] ppid=28452 vsize=819744 CPUtime=0
/proc/28454/task/28460/stat : 28460 (java) S 28452 28454 26841 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 674962493 839417856 33588 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28461] ppid=28452 vsize=819744 CPUtime=0
/proc/28454/task/28461/stat : 28461 (java) S 28452 28454 26841 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 674962493 839417856 33588 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28462] ppid=28452 vsize=819744 CPUtime=0
/proc/28454/task/28462/stat : 28462 (java) S 28452 28454 26841 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 674962497 839417856 33588 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28463] ppid=28452 vsize=819744 CPUtime=0.6
/proc/28454/task/28463/stat : 28463 (java) S 28452 28454 26841 0 -1 64 1700 0 0 0 60 0 0 0 16 0 12 0 674962497 839417856 33588 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28464] ppid=28452 vsize=819744 CPUtime=1
/proc/28454/task/28464/stat : 28464 (java) S 28452 28454 26841 0 -1 64 6578 0 0 0 98 2 0 0 16 0 12 0 674962497 839417856 33588 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28465] ppid=28452 vsize=819744 CPUtime=0
/proc/28454/task/28465/stat : 28465 (java) S 28452 28454 26841 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 674962497 839417856 33588 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28466] ppid=28452 vsize=819744 CPUtime=0
/proc/28454/task/28466/stat : 28466 (java) S 28452 28454 26841 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 674962497 839417856 33588 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.58
Current children cumulated vsize (KiB) 819744

[startup+12.7021 s]
/proc/loadavg: 2.23 2.05 2.02 3/93 28466
/proc/meminfo: memFree=1351112/2055920 swapFree=4178892/4192956
[pid=28454] ppid=28452 vsize=827428 CPUtime=13.5
/proc/28454/stat : 28454 (java) S 28452 28454 26841 0 -1 0 70868 0 1 0 1319 31 0 0 22 0 12 0 674962489 847286272 63249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28454/statm: 206857 63249 1386 9 0 204219 0
[pid=28454/tid=28456] ppid=28452 vsize=827428 CPUtime=7.5
/proc/28454/task/28456/stat : 28456 (java) R 28452 28454 26841 0 -1 64 17354 0 1 0 740 10 0 0 25 0 12 0 674962490 847286272 63249 996147200 134512640 134550740 4294956016 18446744073709551615 104217141 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28457] ppid=28452 vsize=827428 CPUtime=2.05
/proc/28454/task/28457/stat : 28457 (java) S 28452 28454 26841 0 -1 64 21105 0 0 0 197 8 0 0 16 0 12 0 674962491 847286272 63249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28458] ppid=28452 vsize=827428 CPUtime=2.1
/proc/28454/task/28458/stat : 28458 (java) S 28452 28454 26841 0 -1 64 23324 0 0 0 202 8 0 0 16 0 12 0 674962491 847286272 63249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28459] ppid=28452 vsize=827428 CPUtime=0
/proc/28454/task/28459/stat : 28459 (java) S 28452 28454 26841 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 674962493 847286272 63249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28460] ppid=28452 vsize=827428 CPUtime=0
/proc/28454/task/28460/stat : 28460 (java) S 28452 28454 26841 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 674962493 847286272 63249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28461] ppid=28452 vsize=827428 CPUtime=0
/proc/28454/task/28461/stat : 28461 (java) S 28452 28454 26841 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 674962493 847286272 63249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28462] ppid=28452 vsize=827428 CPUtime=0
/proc/28454/task/28462/stat : 28462 (java) S 28452 28454 26841 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 674962497 847286272 63249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28463] ppid=28452 vsize=827428 CPUtime=0.7
/proc/28454/task/28463/stat : 28463 (java) S 28452 28454 26841 0 -1 64 1709 0 0 0 70 0 0 0 15 0 12 0 674962497 847286272 63249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28464] ppid=28452 vsize=827428 CPUtime=1.08
/proc/28454/task/28464/stat : 28464 (java) S 28452 28454 26841 0 -1 64 6584 0 0 0 106 2 0 0 15 0 12 0 674962497 847286272 63249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28465] ppid=28452 vsize=827428 CPUtime=0
/proc/28454/task/28465/stat : 28465 (java) S 28452 28454 26841 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 674962497 847286272 63249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28466] ppid=28452 vsize=827428 CPUtime=0
/proc/28454/task/28466/stat : 28466 (java) S 28452 28454 26841 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 674962497 847286272 63249 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 13.5
Current children cumulated vsize (KiB) 827428

[startup+25.5015 s]
/proc/loadavg: 2.19 2.05 2.01 3/93 28466
/proc/meminfo: memFree=1146568/2055920 swapFree=4178892/4192956
[pid=28454] ppid=28452 vsize=826980 CPUtime=27.06
/proc/28454/stat : 28454 (java) S 28452 28454 26841 0 -1 0 120421 0 1 0 2656 50 0 0 22 0 12 0 674962489 846827520 111988 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28454/statm: 206745 111988 1387 9 0 204107 0
[pid=28454/tid=28456] ppid=28452 vsize=826980 CPUtime=15.77
/proc/28454/task/28456/stat : 28456 (java) R 28452 28454 26841 0 -1 64 17406 0 1 0 1567 10 0 0 25 0 12 0 674962490 846827520 111988 996147200 134512640 134550740 4294956016 18446744073709551615 4110053290 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28457] ppid=28452 vsize=826980 CPUtime=4.57
/proc/28454/task/28457/stat : 28457 (java) S 28452 28454 26841 0 -1 64 54144 0 0 0 438 19 0 0 16 0 12 0 674962491 846827520 111988 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28458] ppid=28452 vsize=826980 CPUtime=4.53
/proc/28454/task/28458/stat : 28458 (java) S 28452 28454 26841 0 -1 64 39766 0 0 0 437 16 0 0 16 0 12 0 674962491 846827520 111988 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28459] ppid=28452 vsize=826980 CPUtime=0.01
/proc/28454/task/28459/stat : 28459 (java) S 28452 28454 26841 0 -1 64 30 0 0 0 1 0 0 0 15 0 12 0 674962493 846827520 111988 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28460] ppid=28452 vsize=826980 CPUtime=0
/proc/28454/task/28460/stat : 28460 (java) S 28452 28454 26841 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 674962493 846827520 111988 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28461] ppid=28452 vsize=826980 CPUtime=0
/proc/28454/task/28461/stat : 28461 (java) S 28452 28454 26841 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 674962493 846827520 111988 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28462] ppid=28452 vsize=826980 CPUtime=0
/proc/28454/task/28462/stat : 28462 (java) S 28452 28454 26841 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 674962497 846827520 111988 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28463] ppid=28452 vsize=826980 CPUtime=0.85
/proc/28454/task/28463/stat : 28463 (java) S 28452 28454 26841 0 -1 64 1716 0 0 0 85 0 0 0 15 0 12 0 674962497 846827520 111988 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28454/tid=28464] ppid=28452 vsize=826980 CPUtime=1.27
/proc/28454/task/28464/stat : 28464 (java) S 28452 28454 26841 0 -1 64 6597 0 0 0 124 3 0 0 15 0 12 0 674962497 846827520 111988 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28454/tid=28465] ppid=28452 vsize=826980 CPUtime=0
/proc/28454/task/28465/stat : 28465 (java) S 28452 28454 26841 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 674962497 846827520 111988 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28466] ppid=28452 vsize=826980 CPUtime=0
/proc/28454/task/28466/stat : 28466 (java) S 28452 28454 26841 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 674962497 846827520 111988 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 27.06
Current children cumulated vsize (KiB) 826980



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+47.1029 s]
/proc/loadavg: 2.52 2.14 2.04 3/93 28466
/proc/meminfo: memFree=824776/2055920 swapFree=4178892/4192956
[pid=28454] ppid=28452 vsize=922988 CPUtime=50.7
/proc/28454/stat : 28454 (java) S 28452 28454 26841 0 -1 0 208880 0 1 0 4983 87 0 0 22 0 12 0 674962489 945139712 192254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28454/statm: 230747 192254 1391 9 0 228109 0
[pid=28454/tid=28456] ppid=28452 vsize=922988 CPUtime=27.18
/proc/28454/task/28456/stat : 28456 (java) S 28452 28454 26841 0 -1 64 29724 0 1 0 2702 16 0 0 25 0 12 0 674962490 945139712 192254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28457] ppid=28452 vsize=922988 CPUtime=9.12
/proc/28454/task/28457/stat : 28457 (java) S 28452 28454 26841 0 -1 64 70233 0 0 0 886 26 0 0 15 0 12 0 674962491 945139712 192254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28458] ppid=28452 vsize=922988 CPUtime=8.87
/proc/28454/task/28458/stat : 28458 (java) S 28452 28454 26841 0 -1 64 70213 0 0 0 860 27 0 0 16 0 12 0 674962491 945139712 192254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28459] ppid=28452 vsize=922988 CPUtime=3.34
/proc/28454/task/28459/stat : 28459 (java) R 28452 28454 26841 0 -1 64 29632 0 0 0 322 12 0 0 16 0 12 0 674962493 945139712 192254 996147200 134512640 134550740 4294956016 18446744073709551615 103550884 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28460] ppid=28452 vsize=922988 CPUtime=0
/proc/28454/task/28460/stat : 28460 (java) S 28452 28454 26841 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 674962493 945139712 192254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28454/tid=28461] ppid=28452 vsize=922988 CPUtime=0
/proc/28454/task/28461/stat : 28461 (java) S 28452 28454 26841 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 674962493 945139712 192254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28454/tid=28462] ppid=28452 vsize=922988 CPUtime=0
/proc/28454/task/28462/stat : 28462 (java) S 28452 28454 26841 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 674962497 945139712 192254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28463] ppid=28452 vsize=922988 CPUtime=0.85
/proc/28454/task/28463/stat : 28463 (java) S 28452 28454 26841 0 -1 64 1716 0 0 0 85 0 0 0 16 0 12 0 674962497 945139712 192254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28454/tid=28464] ppid=28452 vsize=922988 CPUtime=1.29
/proc/28454/task/28464/stat : 28464 (java) S 28452 28454 26841 0 -1 64 6598 0 0 0 126 3 0 0 16 0 12 0 674962497 945139712 192254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28454/tid=28465] ppid=28452 vsize=922988 CPUtime=0
/proc/28454/task/28465/stat : 28465 (java) S 28452 28454 26841 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 674962497 945139712 192254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28466] ppid=28452 vsize=922988 CPUtime=0
/proc/28454/task/28466/stat : 28466 (java) S 28452 28454 26841 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 674962497 945139712 192254 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 922988

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

Sending SIGKILL to process tree (bottom up)

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

[startup+47.803 s]
/proc/loadavg: 2.52 2.14 2.04 3/94 28467
/proc/meminfo: memFree=848896/2055920 swapFree=4178892/4192956
[pid=28454] ppid=28452 vsize=890984 CPUtime=51.39
/proc/28454/stat : 28454 (java) S 28452 28454 26841 0 -1 0 210794 0 1 0 5051 88 0 0 16 0 12 0 674962489 912367616 186167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28454/statm: 222746 186167 1391 9 0 220108 0
[pid=28454/tid=28456] ppid=28452 vsize=890984 CPUtime=27.18
/proc/28454/task/28456/stat : 28456 (java) S 28452 28454 26841 0 -1 64 29724 0 1 0 2702 16 0 0 25 0 12 0 674962490 912367616 186167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28457] ppid=28452 vsize=890984 CPUtime=9.12
/proc/28454/task/28457/stat : 28457 (java) S 28452 28454 26841 0 -1 64 70233 0 0 0 886 26 0 0 15 0 12 0 674962491 912367616 186167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28458] ppid=28452 vsize=890984 CPUtime=8.87
/proc/28454/task/28458/stat : 28458 (java) S 28452 28454 26841 0 -1 64 70213 0 0 0 860 27 0 0 16 0 12 0 674962491 912367616 186167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28459] ppid=28452 vsize=890984 CPUtime=4.03
/proc/28454/task/28459/stat : 28459 (java) R 28452 28454 26841 0 -1 64 31546 0 0 0 389 14 0 0 17 0 12 0 674962493 912367616 186167 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28460] ppid=28452 vsize=890984 CPUtime=0
/proc/28454/task/28460/stat : 28460 (java) S 28452 28454 26841 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 674962493 912367616 186167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28454/tid=28461] ppid=28452 vsize=890984 CPUtime=0
/proc/28454/task/28461/stat : 28461 (java) S 28452 28454 26841 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 674962493 912367616 186167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28454/tid=28462] ppid=28452 vsize=890984 CPUtime=0
/proc/28454/task/28462/stat : 28462 (java) S 28452 28454 26841 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 674962497 912367616 186167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28463] ppid=28452 vsize=890984 CPUtime=0.85
/proc/28454/task/28463/stat : 28463 (java) S 28452 28454 26841 0 -1 64 1716 0 0 0 85 0 0 0 16 0 12 0 674962497 912367616 186167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28454/tid=28464] ppid=28452 vsize=890984 CPUtime=1.29
/proc/28454/task/28464/stat : 28464 (java) S 28452 28454 26841 0 -1 64 6598 0 0 0 126 3 0 0 16 0 12 0 674962497 912367616 186167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28454/tid=28465] ppid=28452 vsize=890984 CPUtime=0
/proc/28454/task/28465/stat : 28465 (java) S 28452 28454 26841 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 674962497 912367616 186167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28466] ppid=28452 vsize=890984 CPUtime=0
/proc/28454/task/28466/stat : 28466 (java) S 28452 28454 26841 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 674962497 912367616 186167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.39
Current children cumulated vsize (KiB) 890984

[startup+48.6021 s]
/proc/loadavg: 2.52 2.14 2.04 3/94 28467
/proc/meminfo: memFree=848960/2055920 swapFree=4178892/4192956
[pid=28454] ppid=28452 vsize=890984 CPUtime=52.18
/proc/28454/stat : 28454 (java) S 28452 28454 26841 0 -1 0 210794 0 1 0 5130 88 0 0 16 0 12 0 674962489 912367616 186167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28454/statm: 222746 186167 1391 9 0 220108 0
[pid=28454/tid=28456] ppid=28452 vsize=890984 CPUtime=27.18
/proc/28454/task/28456/stat : 28456 (java) S 28452 28454 26841 0 -1 64 29724 0 1 0 2702 16 0 0 25 0 12 0 674962490 912367616 186167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28457] ppid=28452 vsize=890984 CPUtime=9.12
/proc/28454/task/28457/stat : 28457 (java) S 28452 28454 26841 0 -1 64 70233 0 0 0 886 26 0 0 15 0 12 0 674962491 912367616 186167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28458] ppid=28452 vsize=890984 CPUtime=8.87
/proc/28454/task/28458/stat : 28458 (java) S 28452 28454 26841 0 -1 64 70213 0 0 0 860 27 0 0 16 0 12 0 674962491 912367616 186167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28459] ppid=28452 vsize=890984 CPUtime=4.83
/proc/28454/task/28459/stat : 28459 (java) R 28452 28454 26841 0 -1 64 31546 0 0 0 469 14 0 0 18 0 12 0 674962493 912367616 186167 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28460] ppid=28452 vsize=890984 CPUtime=0
/proc/28454/task/28460/stat : 28460 (java) S 28452 28454 26841 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 674962493 912367616 186167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28454/tid=28461] ppid=28452 vsize=890984 CPUtime=0
/proc/28454/task/28461/stat : 28461 (java) S 28452 28454 26841 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 674962493 912367616 186167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28454/tid=28462] ppid=28452 vsize=890984 CPUtime=0
/proc/28454/task/28462/stat : 28462 (java) S 28452 28454 26841 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 674962497 912367616 186167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28463] ppid=28452 vsize=890984 CPUtime=0.85
/proc/28454/task/28463/stat : 28463 (java) S 28452 28454 26841 0 -1 64 1716 0 0 0 85 0 0 0 16 0 12 0 674962497 912367616 186167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28454/tid=28464] ppid=28452 vsize=890984 CPUtime=1.29
/proc/28454/task/28464/stat : 28464 (java) S 28452 28454 26841 0 -1 64 6598 0 0 0 126 3 0 0 16 0 12 0 674962497 912367616 186167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28454/tid=28465] ppid=28452 vsize=890984 CPUtime=0
/proc/28454/task/28465/stat : 28465 (java) S 28452 28454 26841 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 674962497 912367616 186167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28466] ppid=28452 vsize=890984 CPUtime=0
/proc/28454/task/28466/stat : 28466 (java) S 28452 28454 26841 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 674962497 912367616 186167 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.18
Current children cumulated vsize (KiB) 890984

[startup+49.0021 s]
/proc/loadavg: 2.52 2.14 2.04 3/94 28467
/proc/meminfo: memFree=848960/2055920 swapFree=4178892/4192956
[pid=28454] ppid=28452 vsize=827628 CPUtime=52.59
/proc/28454/stat : 28454 (java) S 28452 28454 26841 0 -1 0 212730 0 1 0 5169 90 0 0 16 0 11 0 674962489 847491072 172102 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28454/statm: 206907 172102 1392 9 0 204269 0
[pid=28454/tid=28456] ppid=28452 vsize=827628 CPUtime=27.3
/proc/28454/task/28456/stat : 28456 (java) R 28452 28454 26841 0 -1 64 29724 0 1 0 2714 16 0 0 17 0 11 0 674962490 847491072 172102 996147200 134512640 134550740 4294956016 18446744073709551615 4109637654 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28457] ppid=28452 vsize=827628 CPUtime=9.12
/proc/28454/task/28457/stat : 28457 (java) S 28452 28454 26841 0 -1 64 70233 0 0 0 886 26 0 0 15 0 11 0 674962491 847491072 172102 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28458] ppid=28452 vsize=827628 CPUtime=8.87
/proc/28454/task/28458/stat : 28458 (java) S 28452 28454 26841 0 -1 64 70213 0 0 0 860 27 0 0 16 0 11 0 674962491 847491072 172102 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28459] ppid=28452 vsize=827628 CPUtime=5.11
/proc/28454/task/28459/stat : 28459 (java) R 28452 28454 26841 0 -1 64 33464 0 0 0 496 15 0 0 19 0 11 0 674962493 847491072 172102 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28454/tid=28460] ppid=28452 vsize=827628 CPUtime=0
/proc/28454/task/28460/stat : 28460 (java) S 28452 28454 26841 0 -1 64 10 0 0 0 0 0 0 0 16 0 11 0 674962493 847491072 172102 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28454/tid=28461] ppid=28452 vsize=827628 CPUtime=0
/proc/28454/task/28461/stat : 28461 (java) S 28452 28454 26841 0 -1 64 6 0 0 0 0 0 0 0 16 0 11 0 674962493 847491072 172102 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28454/tid=28463] ppid=28452 vsize=827628 CPUtime=0.85
/proc/28454/task/28463/stat : 28463 (java) S 28452 28454 26841 0 -1 64 1716 0 0 0 85 0 0 0 16 0 11 0 674962497 847491072 172102 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28454/tid=28464] ppid=28452 vsize=827628 CPUtime=1.29
/proc/28454/task/28464/stat : 28464 (java) S 28452 28454 26841 0 -1 64 6598 0 0 0 126 3 0 0 16 0 11 0 674962497 847491072 172102 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28454/tid=28465] ppid=28452 vsize=827628 CPUtime=0
/proc/28454/task/28465/stat : 28465 (java) S 28452 28454 26841 0 -1 64 1 0 0 0 0 0 0 0 25 0 11 0 674962497 847491072 172102 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 52.59
Current children cumulated vsize (KiB) 827628

[startup+49.2025 s]
/proc/loadavg: 2.52 2.14 2.04 3/94 28467
/proc/meminfo: memFree=848960/2055920 swapFree=4178892/4192956
[pid=28454] ppid=28452 vsize=0 CPUtime=52.79
/proc/28454/stat : 28454 (java) Z 28452 28454 26841 0 -1 1036 212730 0 1 0 5182 97 0 0 16 0 2 0 674962489 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28454/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 52.79
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 49.2283
CPU time (s): 52.823
CPU user time (s): 51.8201
CPU system time (s): 1.00285
CPU usage (%): 107.302
Max. virtual memory (cumulated for all children) (KiB): 922988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.8201
system time used= 1.00285
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 212730
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= 2796
involuntary context switches= 3644

runsolver used 0.071989 second user time and 0.171973 second system time

The end

Launcher Data (download as text)

Begin job on node86 at 2008-07-04 19:25:35
IDJOB=1077331
IDBENCH=56664
IDSOLVER=344
FILE ID=node86/1077331-1215192335
PBS_JOBID= 7881567
Free space on /tmp= 66552 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/primes-15/normalized-primes-15-80-3-1.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1077331-1215192335/watcher-1077331-1215192335 -o /tmp/evaluation-result-1077331-1215192335/solver-1077331-1215192335 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1077331-1215192335.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c089ecbd43cbff7c337b278f449f7836
RANDOM SEED=1964547005

node86.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.220
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.220
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:       1591176 kB
Buffers:         68048 kB
Cached:         168524 kB
SwapCached:       6392 kB
Active:         317104 kB
Inactive:        98136 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1591176 kB
SwapTotal:     4192956 kB
SwapFree:      4178892 kB
Dirty:            1116 kB
Writeback:           0 kB
Mapped:         183452 kB
Slab:            33668 kB
Committed_AS:  1429696 kB
PageTables:       2916 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= 66552 MiB
End job on node86 at 2008-07-04 19:26:24