Trace number 1063495

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? (TO) 1802.14 1806.34

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-ran14x18.xml
MD5SUM31a527a760a0c91c8e5a215946960e4a
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 variables7812
Number of constraints316
Maximum constraint arity540
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension316
Global constraints used (with number of constraints)

Solver Data (download as text)

0.25/0.47	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.25/0.47	c This is free software under the dual EPL/GNU LGPL licenses.
0.25/0.47	c See www.sat4j.org for details.
0.25/0.47	c That software uses the Rhino library from the Mozilla project.
0.32/0.52	c version 9.9.9.token
0.32/0.52	c sun.arch.data.model	32
0.32/0.52	c java.version	1.6.0_06
0.32/0.52	c os.name	Linux
0.32/0.52	c os.version	2.6.9-22.EL.rootsmp
0.32/0.52	c os.arch	i386
0.32/0.52	c Free memory 669864272
0.32/0.52	c Max memory 672137216
0.32/0.52	c Total memory 672137216
0.32/0.52	c Number of processors 2
0.32/0.56	c c --- Begin Solver configuration ---
0.32/0.56	c Stops conflict analysis at the first Unique Implication Point
0.32/0.56	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.32/0.56	c Learn all clauses as in MiniSAT
0.32/0.56	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.56	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.32/0.56	c Expensive reason simplification
0.32/0.56	c MiniSAT restarts strategy
0.32/0.56	c timeout=2147483s
0.32/0.56	c DB Simplification allowed=false
0.32/0.56	c --- End Solver configuration ---
0.32/0.56	c solving HOME/instance-1063495-1215137571.xml
0.32/0.56	c reading problem ... 
0.62/0.83	c reading problem named null
0.62/0.83	c reading domains done.
0.62/0.83	c reading variables done.
2.41/2.66	c reading predicates  done.
2.91/3.12	c reading constraints

Verifier Data (download as text)

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

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-1063495-1215137571/watcher-1063495-1215137571 -o /tmp/evaluation-result-1063495-1215137571/solver-1063495-1215137571 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1063495-1215137571.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/72 30659
/proc/meminfo: memFree=1702864/2055920 swapFree=4094608/4192956
[pid=30659] ppid=30657 vsize=18572 CPUtime=0
/proc/30659/stat : 30659 (runsolver) R 30657 30659 29751 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1543424735 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 264519609639 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/30659/statm: 4643 292 257 25 0 2626 0

[startup+0.051855 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 30659
/proc/meminfo: memFree=1702864/2055920 swapFree=4094608/4192956
[pid=30659] ppid=30657 vsize=13012 CPUtime=0.01
/proc/30659/stat : 30659 (java) D 30657 30659 29751 0 -1 0 386 0 19 0 0 1 0 0 18 0 1 0 1543424735 13324288 206 996147200 134512640 134550740 4294956032 18446744073709551615 6882090 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/30659/statm: 3253 206 136 9 0 1151 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13012

[startup+0.10186 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 30659
/proc/meminfo: memFree=1702864/2055920 swapFree=4094608/4192956
[pid=30659] ppid=30657 vsize=800744 CPUtime=0.03
/proc/30659/stat : 30659 (java) S 30657 30659 29751 0 -1 0 2404 0 33 0 1 2 0 0 18 0 4 0 1543424735 819961856 2174 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/30659/statm: 200186 2175 923 9 0 197569 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 800744

[startup+0.301884 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 30659
/proc/meminfo: memFree=1702864/2055920 swapFree=4094608/4192956
[pid=30659] ppid=30657 vsize=808488 CPUtime=0.16
/proc/30659/stat : 30659 (java) S 30657 30659 29751 0 -1 0 4335 0 33 0 13 3 0 0 18 0 12 0 1543424735 827891712 3771 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30659/statm: 202122 3771 1283 9 0 199491 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 808488

[startup+0.701936 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 30659
/proc/meminfo: memFree=1702864/2055920 swapFree=4094608/4192956
[pid=30659] ppid=30657 vsize=808240 CPUtime=0.52
/proc/30659/stat : 30659 (java) S 30657 30659 29751 0 -1 0 5920 0 33 0 45 7 0 0 18 0 12 0 1543424735 827637760 5113 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30659/statm: 202060 5113 1322 9 0 199422 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 808240

[startup+1.50204 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 30671
/proc/meminfo: memFree=1678064/2055920 swapFree=4094608/4192956
[pid=30659] ppid=30657 vsize=809500 CPUtime=1.31
/proc/30659/stat : 30659 (java) S 30657 30659 29751 0 -1 0 7418 0 33 0 123 8 0 0 18 0 12 0 1543424735 828928000 6047 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30659/statm: 202375 6047 1345 9 0 199737 0
[pid=30659/tid=30661] ppid=30657 vsize=809500 CPUtime=0.73
/proc/30659/task/30661/stat : 30661 (java) R 30657 30659 29751 0 -1 64 4023 0 1 0 68 5 0 0 25 0 12 0 1543424742 828928000 6047 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30662] ppid=30657 vsize=809500 CPUtime=0
/proc/30659/task/30662/stat : 30662 (java) S 30657 30659 29751 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1543424743 828928000 6047 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30663] ppid=30657 vsize=809500 CPUtime=0
/proc/30659/task/30663/stat : 30663 (java) S 30657 30659 29751 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1543424743 828928000 6047 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30664] ppid=30657 vsize=809500 CPUtime=0
/proc/30659/task/30664/stat : 30664 (java) S 30657 30659 29751 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 1543424745 828928000 6047 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30665] ppid=30657 vsize=809500 CPUtime=0
/proc/30659/task/30665/stat : 30665 (java) S 30657 30659 29751 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 1543424749 828928000 6047 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30666] ppid=30657 vsize=809500 CPUtime=0
/proc/30659/task/30666/stat : 30666 (java) S 30657 30659 29751 0 -1 64 5 0 0 0 0 0 0 0 21 0 12 0 1543424749 828928000 6047 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30667] ppid=30657 vsize=809500 CPUtime=0
/proc/30659/task/30667/stat : 30667 (java) S 30657 30659 29751 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1543424756 828928000 6047 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30668] ppid=30657 vsize=809500 CPUtime=0.19
/proc/30659/task/30668/stat : 30668 (java) R 30657 30659 29751 0 -1 64 464 0 0 0 19 0 0 0 16 0 12 0 1543424756 828928000 6047 996147200 134512640 134550740 4294956032 18446744073709551615 103121736 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30669] ppid=30657 vsize=809500 CPUtime=0.36
/proc/30659/task/30669/stat : 30669 (java) S 30657 30659 29751 0 -1 64 2201 0 0 0 35 1 0 0 16 0 12 0 1543424756 828928000 6047 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30670] ppid=30657 vsize=809500 CPUtime=0
/proc/30659/task/30670/stat : 30670 (java) S 30657 30659 29751 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1543424756 828928000 6047 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30671] ppid=30657 vsize=809500 CPUtime=0
/proc/30659/task/30671/stat : 30671 (java) S 30657 30659 29751 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1543424756 828928000 6047 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 809500

[startup+3.10225 s]
/proc/loadavg: 2.00 2.00 2.00 4/84 30671
/proc/meminfo: memFree=1674544/2055920 swapFree=4094608/4192956
[pid=30659] ppid=30657 vsize=809788 CPUtime=2.91
/proc/30659/stat : 30659 (java) S 30657 30659 29751 0 -1 0 10510 0 33 0 280 11 0 0 18 0 12 0 1543424735 829222912 8590 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30659/statm: 202447 8590 1378 9 0 199809 0
[pid=30659/tid=30661] ppid=30657 vsize=809788 CPUtime=1.4
/proc/30659/task/30661/stat : 30661 (java) R 30657 30659 29751 0 -1 64 6381 0 1 0 133 7 0 0 25 0 12 0 1543424742 829222912 8590 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30662] ppid=30657 vsize=809788 CPUtime=0
/proc/30659/task/30662/stat : 30662 (java) S 30657 30659 29751 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1543424743 829222912 8590 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30663] ppid=30657 vsize=809788 CPUtime=0
/proc/30659/task/30663/stat : 30663 (java) S 30657 30659 29751 0 -1 64 0 0 0 0 0 0 0 0 21 0 12 0 1543424743 829222912 8590 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30664] ppid=30657 vsize=809788 CPUtime=0
/proc/30659/task/30664/stat : 30664 (java) S 30657 30659 29751 0 -1 64 0 0 0 0 0 0 0 0 16 0 12 0 1543424745 829222912 8590 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30665] ppid=30657 vsize=809788 CPUtime=0
/proc/30659/task/30665/stat : 30665 (java) S 30657 30659 29751 0 -1 64 8 0 0 0 0 0 0 0 20 0 12 0 1543424749 829222912 8590 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30666] ppid=30657 vsize=809788 CPUtime=0
/proc/30659/task/30666/stat : 30666 (java) S 30657 30659 29751 0 -1 64 5 0 0 0 0 0 0 0 21 0 12 0 1543424749 829222912 8590 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30667] ppid=30657 vsize=809788 CPUtime=0
/proc/30659/task/30667/stat : 30667 (java) S 30657 30659 29751 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1543424756 829222912 8590 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30668] ppid=30657 vsize=809788 CPUtime=0.64
/proc/30659/task/30668/stat : 30668 (java) R 30657 30659 29751 0 -1 64 539 0 0 0 64 0 0 0 16 0 12 0 1543424756 829222912 8590 996147200 134512640 134550740 4294956032 18446744073709551615 105480710 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30669] ppid=30657 vsize=809788 CPUtime=0.83
/proc/30659/task/30669/stat : 30669 (java) S 30657 30659 29751 0 -1 64 2860 0 0 0 82 1 0 0 16 0 12 0 1543424756 829222912 8590 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30670] ppid=30657 vsize=809788 CPUtime=0
/proc/30659/task/30670/stat : 30670 (java) S 30657 30659 29751 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1543424756 829222912 8590 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30671] ppid=30657 vsize=809788 CPUtime=0
/proc/30659/task/30671/stat : 30671 (java) S 30657 30659 29751 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1543424756 829222912 8590 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 809788

[startup+6.30166 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30671
/proc/meminfo: memFree=1603952/2055920 swapFree=4094608/4192956
[pid=30659] ppid=30657 vsize=821912 CPUtime=6.12
/proc/30659/stat : 30659 (java) S 30657 30659 29751 0 -1 0 30120 0 33 0 592 20 0 0 18 0 12 0 1543424735 841637888 25666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30659/statm: 205478 25666 1396 9 0 202840 0
[pid=30659/tid=30661] ppid=30657 vsize=821912 CPUtime=3.26
/proc/30659/task/30661/stat : 30661 (java) R 30657 30659 29751 0 -1 64 17252 0 1 0 314 12 0 0 25 0 12 0 1543424742 841637888 25666 996147200 134512640 134550740 4294956032 18446744073709551615 4109925044 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30662] ppid=30657 vsize=821912 CPUtime=0.02
/proc/30659/task/30662/stat : 30662 (java) S 30657 30659 29751 0 -1 64 979 0 0 0 2 0 0 0 17 0 12 0 1543424743 841637888 25666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30663] ppid=30657 vsize=821912 CPUtime=0.07
/proc/30659/task/30663/stat : 30663 (java) S 30657 30659 29751 0 -1 64 2128 0 0 0 6 1 0 0 16 0 12 0 1543424743 841637888 25666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30664] ppid=30657 vsize=821912 CPUtime=0
/proc/30659/task/30664/stat : 30664 (java) S 30657 30659 29751 0 -1 64 56 0 0 0 0 0 0 0 16 0 12 0 1543424745 841637888 25666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30665] ppid=30657 vsize=821912 CPUtime=0
/proc/30659/task/30665/stat : 30665 (java) S 30657 30659 29751 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 1543424749 841637888 25666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30666] ppid=30657 vsize=821912 CPUtime=0
/proc/30659/task/30666/stat : 30666 (java) S 30657 30659 29751 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1543424749 841637888 25666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30667] ppid=30657 vsize=821912 CPUtime=0
/proc/30659/task/30667/stat : 30667 (java) S 30657 30659 29751 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1543424756 841637888 25666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30668] ppid=30657 vsize=821912 CPUtime=0.77
/proc/30659/task/30668/stat : 30668 (java) S 30657 30659 29751 0 -1 64 573 0 0 0 77 0 0 0 16 0 12 0 1543424756 841637888 25666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30669] ppid=30657 vsize=821912 CPUtime=1.92
/proc/30659/task/30669/stat : 30669 (java) S 30657 30659 29751 0 -1 64 8403 0 0 0 189 3 0 0 16 0 12 0 1543424756 841637888 25666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30670] ppid=30657 vsize=821912 CPUtime=0
/proc/30659/task/30670/stat : 30670 (java) S 30657 30659 29751 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1543424756 841637888 25666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30671] ppid=30657 vsize=821912 CPUtime=0
/proc/30659/task/30671/stat : 30671 (java) S 30657 30659 29751 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1543424756 841637888 25666 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 821912

[startup+12.7025 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30671
/proc/meminfo: memFree=1570352/2055920 swapFree=4094608/4192956
[pid=30659] ppid=30657 vsize=821912 CPUtime=12.57
/proc/30659/stat : 30659 (java) S 30657 30659 29751 0 -1 0 36999 0 33 0 1235 22 0 0 18 0 12 0 1543424735 841637888 32502 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30659/statm: 205478 32502 1396 9 0 202840 0
[pid=30659/tid=30661] ppid=30657 vsize=821912 CPUtime=9.15
/proc/30659/task/30661/stat : 30661 (java) R 30657 30659 29751 0 -1 64 17264 0 1 0 903 12 0 0 25 0 12 0 1543424742 841637888 32502 996147200 134512640 134550740 4294956032 18446744073709551615 4109916730 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30662] ppid=30657 vsize=821912 CPUtime=0.3
/proc/30659/task/30662/stat : 30662 (java) S 30657 30659 29751 0 -1 64 4246 0 0 0 29 1 0 0 16 0 12 0 1543424743 841637888 32502 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30663] ppid=30657 vsize=821912 CPUtime=0.34
/proc/30659/task/30663/stat : 30663 (java) S 30657 30659 29751 0 -1 64 5674 0 0 0 33 1 0 0 16 0 12 0 1543424743 841637888 32502 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30664] ppid=30657 vsize=821912 CPUtime=0
/proc/30659/task/30664/stat : 30664 (java) S 30657 30659 29751 0 -1 64 110 0 0 0 0 0 0 0 16 0 12 0 1543424745 841637888 32502 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30665] ppid=30657 vsize=821912 CPUtime=0
/proc/30659/task/30665/stat : 30665 (java) S 30657 30659 29751 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 1543424749 841637888 32502 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30666] ppid=30657 vsize=821912 CPUtime=0
/proc/30659/task/30666/stat : 30666 (java) S 30657 30659 29751 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1543424749 841637888 32502 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30667] ppid=30657 vsize=821912 CPUtime=0
/proc/30659/task/30667/stat : 30667 (java) S 30657 30659 29751 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1543424756 841637888 32502 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30668] ppid=30657 vsize=821912 CPUtime=0.77
/proc/30659/task/30668/stat : 30668 (java) S 30657 30659 29751 0 -1 64 573 0 0 0 77 0 0 0 16 0 12 0 1543424756 841637888 32502 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30669] ppid=30657 vsize=821912 CPUtime=1.92
/proc/30659/task/30669/stat : 30669 (java) S 30657 30659 29751 0 -1 64 8403 0 0 0 189 3 0 0 16 0 12 0 1543424756 841637888 32502 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30670] ppid=30657 vsize=821912 CPUtime=0
/proc/30659/task/30670/stat : 30670 (java) S 30657 30659 29751 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1543424756 841637888 32502 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30671] ppid=30657 vsize=821912 CPUtime=0
/proc/30659/task/30671/stat : 30671 (java) S 30657 30659 29751 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1543424756 841637888 32502 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 821912

[startup+25.5022 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 30671
/proc/meminfo: memFree=1531184/2055920 swapFree=4094608/4192956
[pid=30659] ppid=30657 vsize=821912 CPUtime=25.37
/proc/30659/stat : 30659 (java) S 30657 30659 29751 0 -1 0 46617 0 33 0 2511 26 0 0 18 0 12 0 1543424735 841637888 42096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30659/statm: 205478 42096 1396 9 0 202840 0
[pid=30659/tid=30661] ppid=30657 vsize=821912 CPUtime=21.34
/proc/30659/task/30661/stat : 30661 (java) R 30657 30659 29751 0 -1 64 17287 0 1 0 2122 12 0 0 25 0 12 0 1543424742 841637888 42096 996147200 134512640 134550740 4294956032 18446744073709551615 4109931795 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30662] ppid=30657 vsize=821912 CPUtime=0.62
/proc/30659/task/30662/stat : 30662 (java) S 30657 30659 29751 0 -1 64 8676 0 0 0 59 3 0 0 16 0 12 0 1543424743 841637888 42096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30663] ppid=30657 vsize=821912 CPUtime=0.64
/proc/30659/task/30663/stat : 30663 (java) S 30657 30659 29751 0 -1 64 10839 0 0 0 60 4 0 0 16 0 12 0 1543424743 841637888 42096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30664] ppid=30657 vsize=821912 CPUtime=0.01
/proc/30659/task/30664/stat : 30664 (java) S 30657 30659 29751 0 -1 64 110 0 0 0 1 0 0 0 15 0 12 0 1543424745 841637888 42096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30665] ppid=30657 vsize=821912 CPUtime=0
/proc/30659/task/30665/stat : 30665 (java) S 30657 30659 29751 0 -1 64 8 0 0 0 0 0 0 0 17 0 12 0 1543424749 841637888 42096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30666] ppid=30657 vsize=821912 CPUtime=0
/proc/30659/task/30666/stat : 30666 (java) S 30657 30659 29751 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1543424749 841637888 42096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30667] ppid=30657 vsize=821912 CPUtime=0
/proc/30659/task/30667/stat : 30667 (java) S 30657 30659 29751 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1543424756 841637888 42096 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[startup+1804.2 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 30718
/proc/meminfo: memFree=930904/2055920 swapFree=4094608/4192956
[pid=30659] ppid=30657 vsize=824944 CPUtime=1800
/proc/30659/stat : 30659 (java) S 30657 30659 29751 0 -1 0 365878 0 33 0 179829 171 0 0 18 0 12 0 1543424735 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/30659/statm: 206236 175941 1402 9 0 203598 0
[pid=30659/tid=30661] ppid=30657 vsize=824944 CPUtime=228.59
/proc/30659/task/30661/stat : 30661 (java) S 30657 30659 29751 0 -1 64 17978 0 1 0 22843 16 0 0 16 0 12 0 1543424742 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30662] ppid=30657 vsize=824944 CPUtime=10.07
/proc/30659/task/30662/stat : 30662 (java) S 30657 30659 29751 0 -1 64 69741 0 0 0 981 26 0 0 15 0 12 0 1543424743 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30659/tid=30663] ppid=30657 vsize=824944 CPUtime=10.18
/proc/30659/task/30663/stat : 30663 (java) S 30657 30659 29751 0 -1 64 84305 0 0 0 985 33 0 0 16 0 12 0 1543424743 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30659/tid=30664] ppid=30657 vsize=824944 CPUtime=1547.28
/proc/30659/task/30664/stat : 30664 (java) R 30657 30659 29751 0 -1 64 182503 0 0 0 154640 88 0 0 25 0 12 0 1543424745 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30665] ppid=30657 vsize=824944 CPUtime=0
/proc/30659/task/30665/stat : 30665 (java) S 30657 30659 29751 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1543424749 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30659/tid=30666] ppid=30657 vsize=824944 CPUtime=0
/proc/30659/task/30666/stat : 30666 (java) S 30657 30659 29751 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1543424749 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30667] ppid=30657 vsize=824944 CPUtime=0
/proc/30659/task/30667/stat : 30667 (java) S 30657 30659 29751 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 1543424756 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30668] ppid=30657 vsize=824944 CPUtime=0.89
/proc/30659/task/30668/stat : 30668 (java) S 30657 30659 29751 0 -1 64 575 0 0 0 89 0 0 0 17 0 12 0 1543424756 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30659/tid=30669] ppid=30657 vsize=824944 CPUtime=2.93
/proc/30659/task/30669/stat : 30669 (java) S 30657 30659 29751 0 -1 64 10047 0 0 0 289 4 0 0 16 0 12 0 1543424756 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30659/tid=30670] ppid=30657 vsize=824944 CPUtime=0
/proc/30659/task/30670/stat : 30670 (java) S 30657 30659 29751 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1543424756 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30671] ppid=30657 vsize=824944 CPUtime=0
/proc/30659/task/30671/stat : 30671 (java) S 30657 30659 29751 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1543424756 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 824944

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+1804.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 30718
/proc/meminfo: memFree=930904/2055920 swapFree=4094608/4192956
[pid=30659] ppid=30657 vsize=824944 CPUtime=1800.4
/proc/30659/stat : 30659 (java) S 30657 30659 29751 0 -1 0 365879 0 33 0 179869 171 0 0 16 0 12 0 1543424735 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30659/statm: 206236 175941 1402 9 0 203598 0
[pid=30659/tid=30661] ppid=30657 vsize=824944 CPUtime=228.59
/proc/30659/task/30661/stat : 30661 (java) S 30657 30659 29751 0 -1 64 17978 0 1 0 22843 16 0 0 16 0 12 0 1543424742 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30662] ppid=30657 vsize=824944 CPUtime=10.07
/proc/30659/task/30662/stat : 30662 (java) S 30657 30659 29751 0 -1 64 69741 0 0 0 981 26 0 0 15 0 12 0 1543424743 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30659/tid=30663] ppid=30657 vsize=824944 CPUtime=10.18
/proc/30659/task/30663/stat : 30663 (java) S 30657 30659 29751 0 -1 64 84305 0 0 0 985 33 0 0 16 0 12 0 1543424743 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30659/tid=30664] ppid=30657 vsize=824944 CPUtime=1547.67
/proc/30659/task/30664/stat : 30664 (java) R 30657 30659 29751 0 -1 64 182503 0 0 0 154679 88 0 0 25 0 12 0 1543424745 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 106122363 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30665] ppid=30657 vsize=824944 CPUtime=0
/proc/30659/task/30665/stat : 30665 (java) S 30657 30659 29751 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1543424749 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30659/tid=30666] ppid=30657 vsize=824944 CPUtime=0
/proc/30659/task/30666/stat : 30666 (java) S 30657 30659 29751 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1543424749 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30667] ppid=30657 vsize=824944 CPUtime=0
/proc/30659/task/30667/stat : 30667 (java) S 30657 30659 29751 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1543424756 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30659/tid=30668] ppid=30657 vsize=824944 CPUtime=0.89
/proc/30659/task/30668/stat : 30668 (java) S 30657 30659 29751 0 -1 64 575 0 0 0 89 0 0 0 17 0 12 0 1543424756 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30659/tid=30669] ppid=30657 vsize=824944 CPUtime=2.93
/proc/30659/task/30669/stat : 30669 (java) S 30657 30659 29751 0 -1 64 10047 0 0 0 289 4 0 0 16 0 12 0 1543424756 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30659/tid=30670] ppid=30657 vsize=824944 CPUtime=0
/proc/30659/task/30670/stat : 30670 (java) S 30657 30659 29751 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1543424756 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30671] ppid=30657 vsize=824944 CPUtime=0
/proc/30659/task/30671/stat : 30671 (java) S 30657 30659 29751 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1543424756 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.4
Current children cumulated vsize (KiB) 824944

[startup+1805.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 30719
/proc/meminfo: memFree=930832/2055920 swapFree=4094608/4192956
[pid=30659] ppid=30657 vsize=824944 CPUtime=1801.2
/proc/30659/stat : 30659 (java) S 30657 30659 29751 0 -1 0 365879 0 33 0 179949 171 0 0 16 0 12 0 1543424735 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30659/statm: 206236 175941 1402 9 0 203598 0
[pid=30659/tid=30661] ppid=30657 vsize=824944 CPUtime=228.59
/proc/30659/task/30661/stat : 30661 (java) S 30657 30659 29751 0 -1 64 17978 0 1 0 22843 16 0 0 16 0 12 0 1543424742 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30662] ppid=30657 vsize=824944 CPUtime=10.07
/proc/30659/task/30662/stat : 30662 (java) S 30657 30659 29751 0 -1 64 69741 0 0 0 981 26 0 0 15 0 12 0 1543424743 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30659/tid=30663] ppid=30657 vsize=824944 CPUtime=10.18
/proc/30659/task/30663/stat : 30663 (java) S 30657 30659 29751 0 -1 64 84305 0 0 0 985 33 0 0 16 0 12 0 1543424743 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30659/tid=30664] ppid=30657 vsize=824944 CPUtime=1548.47
/proc/30659/task/30664/stat : 30664 (java) R 30657 30659 29751 0 -1 64 182503 0 0 0 154759 88 0 0 25 0 12 0 1543424745 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30665] ppid=30657 vsize=824944 CPUtime=0
/proc/30659/task/30665/stat : 30665 (java) S 30657 30659 29751 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1543424749 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30659/tid=30666] ppid=30657 vsize=824944 CPUtime=0
/proc/30659/task/30666/stat : 30666 (java) S 30657 30659 29751 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1543424749 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30667] ppid=30657 vsize=824944 CPUtime=0
/proc/30659/task/30667/stat : 30667 (java) S 30657 30659 29751 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1543424756 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30659/tid=30668] ppid=30657 vsize=824944 CPUtime=0.89
/proc/30659/task/30668/stat : 30668 (java) S 30657 30659 29751 0 -1 64 575 0 0 0 89 0 0 0 17 0 12 0 1543424756 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30659/tid=30669] ppid=30657 vsize=824944 CPUtime=2.93
/proc/30659/task/30669/stat : 30669 (java) S 30657 30659 29751 0 -1 64 10047 0 0 0 289 4 0 0 16 0 12 0 1543424756 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30659/tid=30670] ppid=30657 vsize=824944 CPUtime=0
/proc/30659/task/30670/stat : 30670 (java) S 30657 30659 29751 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1543424756 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30671] ppid=30657 vsize=824944 CPUtime=0
/proc/30659/task/30671/stat : 30671 (java) S 30657 30659 29751 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1543424756 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.2
Current children cumulated vsize (KiB) 824944

[startup+1805.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 30719
/proc/meminfo: memFree=930832/2055920 swapFree=4094608/4192956
[pid=30659] ppid=30657 vsize=824944 CPUtime=1801.6
/proc/30659/stat : 30659 (java) S 30657 30659 29751 0 -1 0 365879 0 33 0 179989 171 0 0 16 0 12 0 1543424735 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30659/statm: 206236 175941 1402 9 0 203598 0
[pid=30659/tid=30661] ppid=30657 vsize=824944 CPUtime=228.59
/proc/30659/task/30661/stat : 30661 (java) S 30657 30659 29751 0 -1 64 17978 0 1 0 22843 16 0 0 16 0 12 0 1543424742 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30662] ppid=30657 vsize=824944 CPUtime=10.07
/proc/30659/task/30662/stat : 30662 (java) S 30657 30659 29751 0 -1 64 69741 0 0 0 981 26 0 0 15 0 12 0 1543424743 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30659/tid=30663] ppid=30657 vsize=824944 CPUtime=10.18
/proc/30659/task/30663/stat : 30663 (java) S 30657 30659 29751 0 -1 64 84305 0 0 0 985 33 0 0 16 0 12 0 1543424743 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30659/tid=30664] ppid=30657 vsize=824944 CPUtime=1548.87
/proc/30659/task/30664/stat : 30664 (java) R 30657 30659 29751 0 -1 64 182503 0 0 0 154799 88 0 0 25 0 12 0 1543424745 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 105677201 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30665] ppid=30657 vsize=824944 CPUtime=0
/proc/30659/task/30665/stat : 30665 (java) S 30657 30659 29751 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1543424749 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30659/tid=30666] ppid=30657 vsize=824944 CPUtime=0
/proc/30659/task/30666/stat : 30666 (java) S 30657 30659 29751 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1543424749 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30667] ppid=30657 vsize=824944 CPUtime=0
/proc/30659/task/30667/stat : 30667 (java) S 30657 30659 29751 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1543424756 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30659/tid=30668] ppid=30657 vsize=824944 CPUtime=0.89
/proc/30659/task/30668/stat : 30668 (java) S 30657 30659 29751 0 -1 64 575 0 0 0 89 0 0 0 17 0 12 0 1543424756 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30659/tid=30669] ppid=30657 vsize=824944 CPUtime=2.93
/proc/30659/task/30669/stat : 30669 (java) S 30657 30659 29751 0 -1 64 10047 0 0 0 289 4 0 0 16 0 12 0 1543424756 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30659/tid=30670] ppid=30657 vsize=824944 CPUtime=0
/proc/30659/task/30670/stat : 30670 (java) S 30657 30659 29751 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1543424756 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30671] ppid=30657 vsize=824944 CPUtime=0
/proc/30659/task/30671/stat : 30671 (java) S 30657 30659 29751 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1543424756 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.6
Current children cumulated vsize (KiB) 824944

[startup+1806.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 30719
/proc/meminfo: memFree=930832/2055920 swapFree=4094608/4192956
[pid=30659] ppid=30657 vsize=824944 CPUtime=1802
/proc/30659/stat : 30659 (java) S 30657 30659 29751 0 -1 0 365879 0 33 0 180029 171 0 0 16 0 12 0 1543424735 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30659/statm: 206236 175941 1402 9 0 203598 0
[pid=30659/tid=30661] ppid=30657 vsize=824944 CPUtime=228.59
/proc/30659/task/30661/stat : 30661 (java) S 30657 30659 29751 0 -1 64 17978 0 1 0 22843 16 0 0 16 0 12 0 1543424742 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30662] ppid=30657 vsize=824944 CPUtime=10.07
/proc/30659/task/30662/stat : 30662 (java) S 30657 30659 29751 0 -1 64 69741 0 0 0 981 26 0 0 15 0 12 0 1543424743 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30659/tid=30663] ppid=30657 vsize=824944 CPUtime=10.18
/proc/30659/task/30663/stat : 30663 (java) S 30657 30659 29751 0 -1 64 84305 0 0 0 985 33 0 0 16 0 12 0 1543424743 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30659/tid=30664] ppid=30657 vsize=824944 CPUtime=1549.28
/proc/30659/task/30664/stat : 30664 (java) R 30657 30659 29751 0 -1 64 182503 0 0 0 154840 88 0 0 25 0 12 0 1543424745 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30665] ppid=30657 vsize=824944 CPUtime=0
/proc/30659/task/30665/stat : 30665 (java) S 30657 30659 29751 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 1543424749 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30659/tid=30666] ppid=30657 vsize=824944 CPUtime=0
/proc/30659/task/30666/stat : 30666 (java) S 30657 30659 29751 0 -1 64 7 0 0 0 0 0 0 0 17 0 12 0 1543424749 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30667] ppid=30657 vsize=824944 CPUtime=0
/proc/30659/task/30667/stat : 30667 (java) S 30657 30659 29751 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1543424756 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30659/tid=30668] ppid=30657 vsize=824944 CPUtime=0.89
/proc/30659/task/30668/stat : 30668 (java) S 30657 30659 29751 0 -1 64 575 0 0 0 89 0 0 0 17 0 12 0 1543424756 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30659/tid=30669] ppid=30657 vsize=824944 CPUtime=2.93
/proc/30659/task/30669/stat : 30669 (java) S 30657 30659 29751 0 -1 64 10047 0 0 0 289 4 0 0 16 0 12 0 1543424756 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30659/tid=30670] ppid=30657 vsize=824944 CPUtime=0
/proc/30659/task/30670/stat : 30670 (java) S 30657 30659 29751 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 1543424756 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=30659/tid=30671] ppid=30657 vsize=824944 CPUtime=0
/proc/30659/task/30671/stat : 30671 (java) S 30657 30659 29751 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1543424756 844742656 175941 996147200 134512640 134550740 4294956032 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 824944

[startup+1806.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/97 30719
/proc/meminfo: memFree=930832/2055920 swapFree=4094608/4192956
[pid=30659] ppid=30657 vsize=0 CPUtime=1802.1
/proc/30659/stat : 30659 (java) Z 30657 30659 29751 0 -1 1036 365879 0 33 0 180031 179 0 0 16 0 2 0 1543424735 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30659/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.1
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1806.34
CPU time (s): 1802.14
CPU user time (s): 1800.31
CPU system time (s): 1.82572
CPU usage (%): 99.7676
Max. virtual memory (cumulated for all children) (KiB): 872952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.31
system time used= 1.82572
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 365879
page faults= 33
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41094
involuntary context switches= 45418

runsolver used 2.44663 second user time and 6.10207 second system time

The end

Launcher Data (download as text)

Begin job on node40 at 2008-07-04 04:12:51
IDJOB=1063495
IDBENCH=54762
IDSOLVER=344
FILE ID=node40/1063495-1215137571
PBS_JOBID= 7877354
Free space on /tmp= 66552 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-ran14x18.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-1063495-1215137571/watcher-1063495-1215137571 -o /tmp/evaluation-result-1063495-1215137571/solver-1063495-1215137571 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1063495-1215137571.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 31a527a760a0c91c8e5a215946960e4a
RANDOM SEED=183708544

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1703344 kB
Buffers:         16880 kB
Cached:         189400 kB
SwapCached:      92376 kB
Active:         200228 kB
Inactive:       111740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1703344 kB
SwapTotal:     4192956 kB
SwapFree:      4094608 kB
Dirty:            2144 kB
Writeback:           0 kB
Mapped:         112864 kB
Slab:            25836 kB
Committed_AS:  2984188 kB
PageTables:       1960 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= 66528 MiB
End job on node40 at 2008-07-04 04:42:57