Trace number 1075288

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) 31.6432 30.3462

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-15-03.xml
MD5SUM6023d8b01905dd6c34bb294891b52766
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.537917
Satisfiable
(Un)Satisfiability was proved
Number of variables189
Number of constraints1001
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension78
Number of constraints which are defined in intension923
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.30	c See www.sat4j.org for details.
0.28/0.30	c That software uses the Rhino library from the Mozilla project.
0.28/0.34	c version 9.9.9.token
0.28/0.34	c sun.arch.data.model	32
0.28/0.34	c java.version	1.6.0_06
0.28/0.34	c os.name	Linux
0.28/0.34	c os.version	2.6.9-22.EL.rootsmp
0.28/0.34	c os.arch	i386
0.28/0.34	c Free memory 669864272
0.28/0.34	c Max memory 672137216
0.28/0.34	c Total memory 672137216
0.28/0.34	c Number of processors 2
0.28/0.39	c c --- Begin Solver configuration ---
0.28/0.39	c Stops conflict analysis at the first Unique Implication Point
0.28/0.39	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.39	c Learn all clauses as in MiniSAT
0.28/0.39	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.39	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.39	c Expensive reason simplification
0.28/0.39	c MiniSAT restarts strategy
0.28/0.39	c timeout=2147483s
0.28/0.39	c DB Simplification allowed=false
0.28/0.39	c --- End Solver configuration ---
0.28/0.39	c solving HOME/instance-1075288-1215180535.xml
0.28/0.39	c reading problem ... 
0.58/0.65	c reading problem named null
0.58/0.65	c reading domains done.
0.58/0.65	c reading variables done.
0.78/0.88	c reading relations done.
2.37/2.48	c reading predicates  done.
2.58/2.65	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-1075288-1215180535/watcher-1075288-1215180535 -o /tmp/evaluation-result-1075288-1215180535/solver-1075288-1215180535 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1075288-1215180535.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: 1.92 1.99 2.00 3/72 10685
/proc/meminfo: memFree=1806568/2055920 swapFree=4180472/4192956
[pid=10685] ppid=10683 vsize=0 CPUtime=0
/proc/10685/stat : 10685 (java6) R 10683 10685 9349 0 -1 0 186 0 0 0 0 0 0 0 18 0 1 0 1997028921 0 0 996147200 0 0 0 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/10685/statm: 0 0 0 0 0 0 0

[startup+0.0781999 s]
/proc/loadavg: 1.92 1.99 2.00 3/72 10685
/proc/meminfo: memFree=1806568/2055920 swapFree=4180472/4192956
[pid=10685] ppid=10683 vsize=802236 CPUtime=0.06
/proc/10685/stat : 10685 (java) S 10683 10685 9349 0 -1 0 2848 0 1 0 4 2 0 0 18 0 7 0 1997028921 821489664 2583 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/10685/statm: 200559 2583 1011 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.101197 s]
/proc/loadavg: 1.92 1.99 2.00 3/72 10685
/proc/meminfo: memFree=1806568/2055920 swapFree=4180472/4192956
[pid=10685] ppid=10683 vsize=804612 CPUtime=0.08
/proc/10685/stat : 10685 (java) S 10683 10685 9349 0 -1 0 3012 0 1 0 6 2 0 0 18 0 12 0 1997028921 823922688 2745 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10685/statm: 201153 2746 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301213 s]
/proc/loadavg: 1.92 1.99 2.00 3/72 10685
/proc/meminfo: memFree=1806568/2055920 swapFree=4180472/4192956
[pid=10685] ppid=10683 vsize=808392 CPUtime=0.28
/proc/10685/stat : 10685 (java) S 10683 10685 9349 0 -1 0 5052 0 1 0 25 3 0 0 18 0 12 0 1997028921 827793408 4380 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10685/statm: 202098 4380 1306 9 0 199467 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808392

[startup+0.701246 s]
/proc/loadavg: 1.92 1.99 2.00 3/72 10685
/proc/meminfo: memFree=1806568/2055920 swapFree=4180472/4192956
[pid=10685] ppid=10683 vsize=808420 CPUtime=0.68
/proc/10685/stat : 10685 (java) S 10683 10685 9349 0 -1 0 6368 0 1 0 63 5 0 0 18 0 12 0 1997028921 827822080 5549 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10685/statm: 202105 5549 1335 9 0 199467 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808420

[startup+1.50231 s]
/proc/loadavg: 1.92 1.99 2.00 4/84 10697
/proc/meminfo: memFree=1787784/2055920 swapFree=4180472/4192956
[pid=10685] ppid=10683 vsize=813308 CPUtime=1.48
/proc/10685/stat : 10685 (java) S 10683 10685 9349 0 -1 0 10544 0 1 0 141 7 0 0 18 0 12 0 1997028921 832827392 7778 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10685/statm: 203327 7779 1352 9 0 200689 0
[pid=10685/tid=10687] ppid=10683 vsize=813308 CPUtime=0.6
/proc/10685/task/10687/stat : 10687 (java) R 10683 10685 9349 0 -1 64 4866 0 1 0 56 4 0 0 25 0 12 0 1997028922 832827392 7779 996147200 134512640 134550740 4294956016 18446744073709551615 106980758 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10688] ppid=10683 vsize=813308 CPUtime=0
/proc/10685/task/10688/stat : 10688 (java) S 10683 10685 9349 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 1997028923 832827392 7780 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10689] ppid=10683 vsize=813308 CPUtime=0
/proc/10685/task/10689/stat : 10689 (java) S 10683 10685 9349 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 1997028923 832827392 7780 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10690] ppid=10683 vsize=813308 CPUtime=0
/proc/10685/task/10690/stat : 10690 (java) S 10683 10685 9349 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1997028925 832827392 7781 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10691] ppid=10683 vsize=813308 CPUtime=0
/proc/10685/task/10691/stat : 10691 (java) S 10683 10685 9349 0 -1 64 9 0 0 0 0 0 0 0 23 0 12 0 1997028925 832827392 7781 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10692] ppid=10683 vsize=813308 CPUtime=0
/proc/10685/task/10692/stat : 10692 (java) S 10683 10685 9349 0 -1 64 4 0 0 0 0 0 0 0 24 0 12 0 1997028925 832827392 7782 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10693] ppid=10683 vsize=813308 CPUtime=0
/proc/10685/task/10693/stat : 10693 (java) S 10683 10685 9349 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1997028929 832827392 7782 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10694] ppid=10683 vsize=813308 CPUtime=0.45
/proc/10685/task/10694/stat : 10694 (java) S 10683 10685 9349 0 -1 64 3059 0 0 0 44 1 0 0 17 0 12 0 1997028929 832827392 7783 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10695] ppid=10683 vsize=813308 CPUtime=0.41
/proc/10685/task/10695/stat : 10695 (java) S 10683 10685 9349 0 -1 64 1855 0 0 0 41 0 0 0 16 0 12 0 1997028929 832827392 7783 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10696] ppid=10683 vsize=813308 CPUtime=0
/proc/10685/task/10696/stat : 10696 (java) S 10683 10685 9349 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1997028929 832827392 7784 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10697] ppid=10683 vsize=813308 CPUtime=0
/proc/10685/task/10697/stat : 10697 (java) S 10683 10685 9349 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997028930 832827392 7784 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) 813308

[startup+3.10144 s]
/proc/loadavg: 1.93 1.99 2.00 3/84 10697
/proc/meminfo: memFree=1754184/2055920 swapFree=4180472/4192956
[pid=10685] ppid=10683 vsize=813308 CPUtime=3.07
/proc/10685/stat : 10685 (java) S 10683 10685 9349 0 -1 0 28983 0 1 0 291 16 0 0 18 0 12 0 1997028921 832827392 26086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10685/statm: 203327 26086 1368 9 0 200689 0
[pid=10685/tid=10687] ppid=10683 vsize=813308 CPUtime=1.62
/proc/10685/task/10687/stat : 10687 (java) R 10683 10685 9349 0 -1 64 17260 0 1 0 151 11 0 0 25 0 12 0 1997028922 832827392 26086 996147200 134512640 134550740 4294956016 18446744073709551615 4109773452 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10688] ppid=10683 vsize=813308 CPUtime=0.05
/proc/10685/task/10688/stat : 10688 (java) S 10683 10685 9349 0 -1 64 2773 0 0 0 4 1 0 0 16 0 12 0 1997028923 832827392 26086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10689] ppid=10683 vsize=813308 CPUtime=0.06
/proc/10685/task/10689/stat : 10689 (java) S 10683 10685 9349 0 -1 64 3031 0 0 0 5 1 0 0 16 0 12 0 1997028923 832827392 26086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10690] ppid=10683 vsize=813308 CPUtime=0
/proc/10685/task/10690/stat : 10690 (java) S 10683 10685 9349 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1997028925 832827392 26086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10691] ppid=10683 vsize=813308 CPUtime=0
/proc/10685/task/10691/stat : 10691 (java) S 10683 10685 9349 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997028925 832827392 26086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10692] ppid=10683 vsize=813308 CPUtime=0
/proc/10685/task/10692/stat : 10692 (java) S 10683 10685 9349 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997028925 832827392 26086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10693] ppid=10683 vsize=813308 CPUtime=0
/proc/10685/task/10693/stat : 10693 (java) S 10683 10685 9349 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1997028929 832827392 26086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10694] ppid=10683 vsize=813308 CPUtime=0.63
/proc/10685/task/10694/stat : 10694 (java) S 10683 10685 9349 0 -1 64 3079 0 0 0 62 1 0 0 16 0 12 0 1997028929 832827392 26086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10695] ppid=10683 vsize=813308 CPUtime=0.66
/proc/10685/task/10695/stat : 10695 (java) S 10683 10685 9349 0 -1 64 2046 0 0 0 66 0 0 0 16 0 12 0 1997028929 832827392 26086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10696] ppid=10683 vsize=813308 CPUtime=0
/proc/10685/task/10696/stat : 10696 (java) S 10683 10685 9349 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1997028929 832827392 26086 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10697] ppid=10683 vsize=813308 CPUtime=0
/proc/10685/task/10697/stat : 10697 (java) S 10683 10685 9349 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997028930 832827392 26086 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) 813308

[startup+6.30272 s]
/proc/loadavg: 1.93 1.99 2.00 3/84 10697
/proc/meminfo: memFree=1584264/2055920 swapFree=4180472/4192956
[pid=10685] ppid=10683 vsize=828540 CPUtime=6.99
/proc/10685/stat : 10685 (java) S 10683 10685 9349 0 -1 0 82708 0 1 0 659 40 0 0 18 0 12 0 1997028921 848424960 69420 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10685/statm: 207135 69420 1368 9 0 204497 0
[pid=10685/tid=10687] ppid=10683 vsize=828540 CPUtime=3.03
/proc/10685/task/10687/stat : 10687 (java) R 10683 10685 9349 0 -1 64 17265 0 1 0 292 11 0 0 23 0 12 0 1997028922 848424960 69420 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10688] ppid=10683 vsize=828540 CPUtime=1.22
/proc/10685/task/10688/stat : 10688 (java) R 10683 10685 9349 0 -1 64 27673 0 0 0 110 12 0 0 17 0 12 0 1997028923 848424960 69420 996147200 134512640 134550740 4294956016 18446744073709551615 106157896 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10685/tid=10689] ppid=10683 vsize=828540 CPUtime=1.38
/proc/10685/task/10689/stat : 10689 (java) R 10683 10685 9349 0 -1 64 31851 0 0 0 124 14 0 0 17 0 12 0 1997028923 848424960 69420 996147200 134512640 134550740 4294956016 18446744073709551615 106159766 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10690] ppid=10683 vsize=828540 CPUtime=0
/proc/10685/task/10690/stat : 10690 (java) S 10683 10685 9349 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1997028925 848424960 69420 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10691] ppid=10683 vsize=828540 CPUtime=0
/proc/10685/task/10691/stat : 10691 (java) S 10683 10685 9349 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997028925 848424960 69420 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10692] ppid=10683 vsize=828540 CPUtime=0
/proc/10685/task/10692/stat : 10692 (java) S 10683 10685 9349 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997028925 848424960 69420 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10693] ppid=10683 vsize=828540 CPUtime=0
/proc/10685/task/10693/stat : 10693 (java) S 10683 10685 9349 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1997028929 848424960 69420 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10694] ppid=10683 vsize=828540 CPUtime=0.64
/proc/10685/task/10694/stat : 10694 (java) S 10683 10685 9349 0 -1 64 3079 0 0 0 63 1 0 0 16 0 12 0 1997028929 848424960 69420 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10695] ppid=10683 vsize=828540 CPUtime=0.67
/proc/10685/task/10695/stat : 10695 (java) S 10683 10685 9349 0 -1 64 2046 0 0 0 67 0 0 0 16 0 12 0 1997028929 848424960 69420 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10696] ppid=10683 vsize=828540 CPUtime=0
/proc/10685/task/10696/stat : 10696 (java) S 10683 10685 9349 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1997028929 848424960 69420 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10697] ppid=10683 vsize=828540 CPUtime=0
/proc/10685/task/10697/stat : 10697 (java) S 10683 10685 9349 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997028930 848424960 69420 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.99
Current children cumulated vsize (KiB) 828540

[startup+12.7012 s]
/proc/loadavg: 2.16 2.04 2.01 4/84 10697
/proc/meminfo: memFree=1280264/2055920 swapFree=4180472/4192956
[pid=10685] ppid=10683 vsize=828540 CPUtime=14.06
/proc/10685/stat : 10685 (java) S 10683 10685 9349 0 -1 0 151348 0 1 0 1334 72 0 0 18 0 12 0 1997028921 848424960 137029 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10685/statm: 207135 137032 1368 9 0 204497 0
[pid=10685/tid=10687] ppid=10683 vsize=828540 CPUtime=5.3
/proc/10685/task/10687/stat : 10687 (java) S 10683 10685 9349 0 -1 64 23423 0 1 0 517 13 0 0 17 0 12 0 1997028922 848424960 137034 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10688] ppid=10683 vsize=828540 CPUtime=4.99
/proc/10685/task/10688/stat : 10688 (java) R 10683 10685 9349 0 -1 64 82661 0 0 0 461 38 0 0 16 0 12 0 1997028923 848424960 137036 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10689] ppid=10683 vsize=828540 CPUtime=2.4
/proc/10685/task/10689/stat : 10689 (java) R 10683 10685 9349 0 -1 64 39352 0 0 0 223 17 0 0 20 0 12 0 1997028923 848424960 137039 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10690] ppid=10683 vsize=828540 CPUtime=0
/proc/10685/task/10690/stat : 10690 (java) S 10683 10685 9349 0 -1 64 31 0 0 0 0 0 0 0 16 0 12 0 1997028925 848424960 137041 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10691] ppid=10683 vsize=828540 CPUtime=0
/proc/10685/task/10691/stat : 10691 (java) S 10683 10685 9349 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997028925 848424960 137043 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10692] ppid=10683 vsize=828540 CPUtime=0
/proc/10685/task/10692/stat : 10692 (java) S 10683 10685 9349 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997028925 848424960 137046 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10693] ppid=10683 vsize=828540 CPUtime=0
/proc/10685/task/10693/stat : 10693 (java) S 10683 10685 9349 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1997028929 848424960 137048 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10694] ppid=10683 vsize=828540 CPUtime=0.64
/proc/10685/task/10694/stat : 10694 (java) S 10683 10685 9349 0 -1 64 3079 0 0 0 63 1 0 0 16 0 12 0 1997028929 848424960 137050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10695] ppid=10683 vsize=828540 CPUtime=0.67
/proc/10685/task/10695/stat : 10695 (java) S 10683 10685 9349 0 -1 64 2046 0 0 0 67 0 0 0 17 0 12 0 1997028929 848424960 137053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10696] ppid=10683 vsize=828540 CPUtime=0
/proc/10685/task/10696/stat : 10696 (java) S 10683 10685 9349 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1997028929 848424960 137055 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10697] ppid=10683 vsize=828540 CPUtime=0
/proc/10685/task/10697/stat : 10697 (java) S 10683 10685 9349 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997028930 848424960 137057 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 14.06
Current children cumulated vsize (KiB) 828540

[startup+25.5023 s]
/proc/loadavg: 2.14 2.04 2.01 3/84 10697
/proc/meminfo: memFree=1103112/2055920 swapFree=4180472/4192956
[pid=10685] ppid=10683 vsize=828540 CPUtime=26.81
/proc/10685/stat : 10685 (java) S 10683 10685 9349 0 -1 0 206477 0 1 0 2582 99 0 0 18 0 12 0 1997028921 848424960 176646 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10685/statm: 207135 176646 1372 9 0 204497 0
[pid=10685/tid=10687] ppid=10683 vsize=828540 CPUtime=6.64
/proc/10685/task/10687/stat : 10687 (java) S 10683 10685 9349 0 -1 64 35718 0 1 0 645 19 0 0 17 0 12 0 1997028922 848424960 176646 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10688] ppid=10683 vsize=828540 CPUtime=6.63
/proc/10685/task/10688/stat : 10688 (java) S 10683 10685 9349 0 -1 64 103130 0 0 0 615 48 0 0 17 0 12 0 1997028923 848424960 176646 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10689] ppid=10683 vsize=828540 CPUtime=2.66
/proc/10685/task/10689/stat : 10689 (java) S 10683 10685 9349 0 -1 64 40602 0 0 0 248 18 0 0 17 0 12 0 1997028923 848424960 176646 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10690] ppid=10683 vsize=828540 CPUtime=9.51
/proc/10685/task/10690/stat : 10690 (java) R 10683 10685 9349 0 -1 64 21139 0 0 0 941 10 0 0 25 0 12 0 1997028925 848424960 176646 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10691] ppid=10683 vsize=828540 CPUtime=0
/proc/10685/task/10691/stat : 10691 (java) S 10683 10685 9349 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997028925 848424960 176646 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10692] ppid=10683 vsize=828540 CPUtime=0
/proc/10685/task/10692/stat : 10692 (java) S 10683 10685 9349 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997028925 848424960 176646 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10693] ppid=10683 vsize=828540 CPUtime=0
/proc/10685/task/10693/stat : 10693 (java) S 10683 10685 9349 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1997028929 848424960 176646 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[startup+28.2025 s]
/proc/loadavg: 2.13 2.04 2.01 3/84 10697
/proc/meminfo: memFree=1066248/2055920 swapFree=4180472/4192956
[pid=10685] ppid=10683 vsize=924548 CPUtime=29.51
/proc/10685/stat : 10685 (java) S 10683 10685 9349 0 -1 0 223960 0 1 0 2844 107 0 0 18 0 12 0 1997028921 946737152 186624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/10685/statm: 231137 186632 1372 9 0 228499 0
[pid=10685/tid=10687] ppid=10683 vsize=924548 CPUtime=6.8
/proc/10685/task/10687/stat : 10687 (java) S 10683 10685 9349 0 -1 64 35719 0 1 0 661 19 0 0 18 0 12 0 1997028922 946737152 186648 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10688] ppid=10683 vsize=924548 CPUtime=6.63
/proc/10685/task/10688/stat : 10688 (java) S 10683 10685 9349 0 -1 64 103130 0 0 0 615 48 0 0 17 0 12 0 1997028923 946737152 186655 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10689] ppid=10683 vsize=924548 CPUtime=2.66
/proc/10685/task/10689/stat : 10689 (java) S 10683 10685 9349 0 -1 64 40602 0 0 0 248 18 0 0 17 0 12 0 1997028923 946737152 186663 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10690] ppid=10683 vsize=924548 CPUtime=12.05
/proc/10685/task/10690/stat : 10690 (java) R 10683 10685 9349 0 -1 64 38668 0 0 0 1187 18 0 0 25 0 12 0 1997028925 946737152 186672 996147200 134512640 134550740 4294956016 18446744073709551615 103550858 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10691] ppid=10683 vsize=924548 CPUtime=0
/proc/10685/task/10691/stat : 10691 (java) S 10683 10685 9349 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997028925 946737152 186679 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10692] ppid=10683 vsize=924548 CPUtime=0
/proc/10685/task/10692/stat : 10692 (java) S 10683 10685 9349 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997028925 946737152 186686 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10693] ppid=10683 vsize=924548 CPUtime=0
/proc/10685/task/10693/stat : 10693 (java) S 10683 10685 9349 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1997028929 946737152 186692 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10694] ppid=10683 vsize=924548 CPUtime=0.64
/proc/10685/task/10694/stat : 10694 (java) S 10683 10685 9349 0 -1 64 3079 0 0 0 63 1 0 0 16 0 12 0 1997028929 946737152 186699 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10695] ppid=10683 vsize=924548 CPUtime=0.67
/proc/10685/task/10695/stat : 10695 (java) S 10683 10685 9349 0 -1 64 2046 0 0 0 67 0 0 0 17 0 12 0 1997028929 946737152 186707 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10696] ppid=10683 vsize=924548 CPUtime=0
/proc/10685/task/10696/stat : 10696 (java) S 10683 10685 9349 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1997028929 946737152 186716 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10697] ppid=10683 vsize=924548 CPUtime=0
/proc/10685/task/10697/stat : 10697 (java) S 10683 10685 9349 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997028930 946737152 186723 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.51
Current children cumulated vsize (KiB) 924548

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+28.6075 s]
/proc/loadavg: 2.13 2.04 2.01 3/85 10698
/proc/meminfo: memFree=1038720/2055920 swapFree=4180472/4192956
[pid=10685] ppid=10683 vsize=892544 CPUtime=29.9
/proc/10685/stat : 10685 (java) S 10683 10685 9349 0 -1 0 237985 0 1 0 2878 112 0 0 16 0 12 0 1997028921 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10685/statm: 223136 192647 1372 9 0 220498 0
[pid=10685/tid=10687] ppid=10683 vsize=892544 CPUtime=6.8
/proc/10685/task/10687/stat : 10687 (java) S 10683 10685 9349 0 -1 64 35719 0 1 0 661 19 0 0 18 0 12 0 1997028922 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10688] ppid=10683 vsize=892544 CPUtime=6.63
/proc/10685/task/10688/stat : 10688 (java) S 10683 10685 9349 0 -1 64 103130 0 0 0 615 48 0 0 17 0 12 0 1997028923 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10689] ppid=10683 vsize=892544 CPUtime=2.66
/proc/10685/task/10689/stat : 10689 (java) S 10683 10685 9349 0 -1 64 40602 0 0 0 248 18 0 0 17 0 12 0 1997028923 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10690] ppid=10683 vsize=892544 CPUtime=12.44
/proc/10685/task/10690/stat : 10690 (java) R 10683 10685 9349 0 -1 64 52645 0 0 0 1221 23 0 0 25 0 12 0 1997028925 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10691] ppid=10683 vsize=892544 CPUtime=0
/proc/10685/task/10691/stat : 10691 (java) S 10683 10685 9349 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997028925 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10692] ppid=10683 vsize=892544 CPUtime=0
/proc/10685/task/10692/stat : 10692 (java) S 10683 10685 9349 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997028925 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10693] ppid=10683 vsize=892544 CPUtime=0
/proc/10685/task/10693/stat : 10693 (java) S 10683 10685 9349 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1997028929 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10685/tid=10694] ppid=10683 vsize=892544 CPUtime=0.64
/proc/10685/task/10694/stat : 10694 (java) S 10683 10685 9349 0 -1 64 3079 0 0 0 63 1 0 0 16 0 12 0 1997028929 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10695] ppid=10683 vsize=892544 CPUtime=0.67
/proc/10685/task/10695/stat : 10695 (java) S 10683 10685 9349 0 -1 64 2046 0 0 0 67 0 0 0 17 0 12 0 1997028929 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10696] ppid=10683 vsize=892544 CPUtime=0
/proc/10685/task/10696/stat : 10696 (java) S 10683 10685 9349 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1997028929 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10697] ppid=10683 vsize=892544 CPUtime=0
/proc/10685/task/10697/stat : 10697 (java) S 10683 10685 9349 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997028930 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 29.9
Current children cumulated vsize (KiB) 892544

[startup+29.4016 s]
/proc/loadavg: 2.13 2.04 2.01 3/85 10698
/proc/meminfo: memFree=1038720/2055920 swapFree=4180472/4192956
[pid=10685] ppid=10683 vsize=892544 CPUtime=30.69
/proc/10685/stat : 10685 (java) S 10683 10685 9349 0 -1 0 237985 0 1 0 2957 112 0 0 16 0 12 0 1997028921 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10685/statm: 223136 192647 1372 9 0 220498 0
[pid=10685/tid=10687] ppid=10683 vsize=892544 CPUtime=6.8
/proc/10685/task/10687/stat : 10687 (java) S 10683 10685 9349 0 -1 64 35719 0 1 0 661 19 0 0 18 0 12 0 1997028922 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10688] ppid=10683 vsize=892544 CPUtime=6.63
/proc/10685/task/10688/stat : 10688 (java) S 10683 10685 9349 0 -1 64 103130 0 0 0 615 48 0 0 17 0 12 0 1997028923 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10689] ppid=10683 vsize=892544 CPUtime=2.66
/proc/10685/task/10689/stat : 10689 (java) S 10683 10685 9349 0 -1 64 40602 0 0 0 248 18 0 0 17 0 12 0 1997028923 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10690] ppid=10683 vsize=892544 CPUtime=13.23
/proc/10685/task/10690/stat : 10690 (java) R 10683 10685 9349 0 -1 64 52645 0 0 0 1300 23 0 0 25 0 12 0 1997028925 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 104136418 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10691] ppid=10683 vsize=892544 CPUtime=0
/proc/10685/task/10691/stat : 10691 (java) S 10683 10685 9349 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997028925 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10692] ppid=10683 vsize=892544 CPUtime=0
/proc/10685/task/10692/stat : 10692 (java) S 10683 10685 9349 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997028925 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10693] ppid=10683 vsize=892544 CPUtime=0
/proc/10685/task/10693/stat : 10693 (java) S 10683 10685 9349 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1997028929 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10685/tid=10694] ppid=10683 vsize=892544 CPUtime=0.64
/proc/10685/task/10694/stat : 10694 (java) S 10683 10685 9349 0 -1 64 3079 0 0 0 63 1 0 0 16 0 12 0 1997028929 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10695] ppid=10683 vsize=892544 CPUtime=0.67
/proc/10685/task/10695/stat : 10695 (java) S 10683 10685 9349 0 -1 64 2046 0 0 0 67 0 0 0 17 0 12 0 1997028929 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10696] ppid=10683 vsize=892544 CPUtime=0
/proc/10685/task/10696/stat : 10696 (java) S 10683 10685 9349 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1997028929 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10697] ppid=10683 vsize=892544 CPUtime=0
/proc/10685/task/10697/stat : 10697 (java) S 10683 10685 9349 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997028930 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 30.69
Current children cumulated vsize (KiB) 892544

[startup+29.8016 s]
/proc/loadavg: 2.13 2.04 2.01 3/85 10698
/proc/meminfo: memFree=1038720/2055920 swapFree=4180472/4192956
[pid=10685] ppid=10683 vsize=892544 CPUtime=31.09
/proc/10685/stat : 10685 (java) S 10683 10685 9349 0 -1 0 237985 0 1 0 2997 112 0 0 16 0 12 0 1997028921 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10685/statm: 223136 192647 1372 9 0 220498 0
[pid=10685/tid=10687] ppid=10683 vsize=892544 CPUtime=6.8
/proc/10685/task/10687/stat : 10687 (java) S 10683 10685 9349 0 -1 64 35719 0 1 0 661 19 0 0 18 0 12 0 1997028922 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10688] ppid=10683 vsize=892544 CPUtime=6.63
/proc/10685/task/10688/stat : 10688 (java) S 10683 10685 9349 0 -1 64 103130 0 0 0 615 48 0 0 17 0 12 0 1997028923 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10689] ppid=10683 vsize=892544 CPUtime=2.66
/proc/10685/task/10689/stat : 10689 (java) S 10683 10685 9349 0 -1 64 40602 0 0 0 248 18 0 0 17 0 12 0 1997028923 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10690] ppid=10683 vsize=892544 CPUtime=13.63
/proc/10685/task/10690/stat : 10690 (java) R 10683 10685 9349 0 -1 64 52645 0 0 0 1340 23 0 0 25 0 12 0 1997028925 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10691] ppid=10683 vsize=892544 CPUtime=0
/proc/10685/task/10691/stat : 10691 (java) S 10683 10685 9349 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997028925 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10692] ppid=10683 vsize=892544 CPUtime=0
/proc/10685/task/10692/stat : 10692 (java) S 10683 10685 9349 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997028925 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10693] ppid=10683 vsize=892544 CPUtime=0
/proc/10685/task/10693/stat : 10693 (java) S 10683 10685 9349 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1997028929 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10685/tid=10694] ppid=10683 vsize=892544 CPUtime=0.64
/proc/10685/task/10694/stat : 10694 (java) S 10683 10685 9349 0 -1 64 3079 0 0 0 63 1 0 0 16 0 12 0 1997028929 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10695] ppid=10683 vsize=892544 CPUtime=0.67
/proc/10685/task/10695/stat : 10695 (java) S 10683 10685 9349 0 -1 64 2046 0 0 0 67 0 0 0 17 0 12 0 1997028929 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10696] ppid=10683 vsize=892544 CPUtime=0
/proc/10685/task/10696/stat : 10696 (java) S 10683 10685 9349 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1997028929 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10697] ppid=10683 vsize=892544 CPUtime=0
/proc/10685/task/10697/stat : 10697 (java) S 10683 10685 9349 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997028930 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.09
Current children cumulated vsize (KiB) 892544

[startup+30.2017 s]
/proc/loadavg: 2.13 2.04 2.01 3/85 10698
/proc/meminfo: memFree=1038720/2055920 swapFree=4180472/4192956
[pid=10685] ppid=10683 vsize=892544 CPUtime=31.49
/proc/10685/stat : 10685 (java) S 10683 10685 9349 0 -1 0 237985 0 1 0 3037 112 0 0 16 0 12 0 1997028921 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10685/statm: 223136 192647 1372 9 0 220498 0
[pid=10685/tid=10687] ppid=10683 vsize=892544 CPUtime=6.8
/proc/10685/task/10687/stat : 10687 (java) S 10683 10685 9349 0 -1 64 35719 0 1 0 661 19 0 0 18 0 12 0 1997028922 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10688] ppid=10683 vsize=892544 CPUtime=6.63
/proc/10685/task/10688/stat : 10688 (java) S 10683 10685 9349 0 -1 64 103130 0 0 0 615 48 0 0 17 0 12 0 1997028923 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10689] ppid=10683 vsize=892544 CPUtime=2.66
/proc/10685/task/10689/stat : 10689 (java) S 10683 10685 9349 0 -1 64 40602 0 0 0 248 18 0 0 17 0 12 0 1997028923 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10690] ppid=10683 vsize=892544 CPUtime=14.03
/proc/10685/task/10690/stat : 10690 (java) R 10683 10685 9349 0 -1 64 52645 0 0 0 1380 23 0 0 25 0 12 0 1997028925 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 106123734 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10691] ppid=10683 vsize=892544 CPUtime=0
/proc/10685/task/10691/stat : 10691 (java) S 10683 10685 9349 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1997028925 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10692] ppid=10683 vsize=892544 CPUtime=0
/proc/10685/task/10692/stat : 10692 (java) S 10683 10685 9349 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997028925 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10693] ppid=10683 vsize=892544 CPUtime=0
/proc/10685/task/10693/stat : 10693 (java) S 10683 10685 9349 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1997028929 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=10685/tid=10694] ppid=10683 vsize=892544 CPUtime=0.64
/proc/10685/task/10694/stat : 10694 (java) S 10683 10685 9349 0 -1 64 3079 0 0 0 63 1 0 0 16 0 12 0 1997028929 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10695] ppid=10683 vsize=892544 CPUtime=0.67
/proc/10685/task/10695/stat : 10695 (java) S 10683 10685 9349 0 -1 64 2046 0 0 0 67 0 0 0 17 0 12 0 1997028929 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10696] ppid=10683 vsize=892544 CPUtime=0
/proc/10685/task/10696/stat : 10696 (java) S 10683 10685 9349 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1997028929 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=10685/tid=10697] ppid=10683 vsize=892544 CPUtime=0
/proc/10685/task/10697/stat : 10697 (java) S 10683 10685 9349 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997028930 913965056 192647 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 31.49
Current children cumulated vsize (KiB) 892544

[startup+30.3028 s]
/proc/loadavg: 2.13 2.04 2.01 3/85 10698
/proc/meminfo: memFree=1038720/2055920 swapFree=4180472/4192956
[pid=10685] ppid=10683 vsize=0 CPUtime=31.59
/proc/10685/stat : 10685 (java) Z 10683 10685 9349 0 -1 1036 237985 0 1 0 3039 120 0 0 16 0 2 0 1997028921 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/10685/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 31.59
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 30.3462
CPU time (s): 31.6432
CPU user time (s): 30.3974
CPU system time (s): 1.24581
CPU usage (%): 104.274
Max. virtual memory (cumulated for all children) (KiB): 924548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 30.3974
system time used= 1.24581
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 237985
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= 1446
involuntary context switches= 1876

runsolver used 0.032994 second user time and 0.123981 second system time

The end

Launcher Data (download as text)

Begin job on node3 at 2008-07-04 16:08:55
IDJOB=1075288
IDBENCH=56498
IDSOLVER=344
FILE ID=node3/1075288-1215180535
PBS_JOBID= 7881527
Free space on /tmp= 66556 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/ogdHerald/normalized-crossword-m1-ogd-15-03.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-1075288-1215180535/watcher-1075288-1215180535 -o /tmp/evaluation-result-1075288-1215180535/solver-1075288-1215180535 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1075288-1215180535.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 6023d8b01905dd6c34bb294891b52766
RANDOM SEED=1939612364

node3.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.232
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.232
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:       1807048 kB
Buffers:         36360 kB
Cached:         115700 kB
SwapCached:       6516 kB
Active:         145756 kB
Inactive:        47504 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1807048 kB
SwapTotal:     4192956 kB
SwapFree:      4180472 kB
Dirty:            2780 kB
Writeback:           0 kB
Mapped:          48752 kB
Slab:            41036 kB
Committed_AS:  3401780 kB
PageTables:       1820 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= 66556 MiB
End job on node3 at 2008-07-04 16:09:25