Trace number 2080018

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Namecsp/radar-8-24-3-2/
normalized-radar-8-24-3-2-14.xml
MD5SUM99c7a64d24adcd45487d231459f549a2
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.035994
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Maximum constraint arity14
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data

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

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2080018-1247369167/watcher-2080018-1247369167 -o /tmp/evaluation-result-2080018-1247369167/solver-2080018-1247369167 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080018-1247369167.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.02 1.99 2.00 3/80 28010
/proc/meminfo: memFree=1602856/2055920 swapFree=4192812/4192956
[pid=28010] ppid=28008 vsize=18576 CPUtime=0
/proc/28010/stat : 28010 (runsolver) R 28008 28010 22877 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 23983923 19021824 284 996147200 4194304 4302564 548682068448 18446744073709551615 245482712359 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/28010/statm: 4644 284 249 26 0 2626 0

[startup+0.0281529 s]
/proc/loadavg: 2.02 1.99 2.00 3/80 28010
/proc/meminfo: memFree=1602856/2055920 swapFree=4192812/4192956
[pid=28010] ppid=28008 vsize=798736 CPUtime=0.01
/proc/28010/stat : 28010 (java) S 28008 28010 22877 0 -1 0 1820 0 1 0 0 1 0 0 18 0 4 0 23983923 817905664 1567 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/28010/statm: 199684 1567 512 9 0 197436 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 798736

[startup+0.10149 s]
/proc/loadavg: 2.02 1.99 2.00 3/80 28010
/proc/meminfo: memFree=1602856/2055920 swapFree=4192812/4192956
[pid=28010] ppid=28008 vsize=804560 CPUtime=0.08
/proc/28010/stat : 28010 (java) S 28008 28010 22877 0 -1 0 3005 0 1 0 6 2 0 0 18 0 12 0 23983923 823869440 2748 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28010/statm: 201140 2748 1080 9 0 198474 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804560

[startup+0.30251 s]
/proc/loadavg: 2.02 1.99 2.00 3/80 28010
/proc/meminfo: memFree=1602856/2055920 swapFree=4192812/4192956
[pid=28010] ppid=28008 vsize=805628 CPUtime=0.28
/proc/28010/stat : 28010 (java) S 28008 28010 22877 0 -1 0 4301 0 1 0 24 4 0 0 18 0 12 0 23983923 824963072 4038 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28010/statm: 201407 4038 1359 9 0 198734 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 805628

[startup+0.701552 s]
/proc/loadavg: 2.02 1.99 2.00 3/80 28010
/proc/meminfo: memFree=1602856/2055920 swapFree=4192812/4192956
[pid=28010] ppid=28008 vsize=807356 CPUtime=0.68
/proc/28010/stat : 28010 (java) S 28008 28010 22877 0 -1 0 6192 0 1 0 62 6 0 0 18 0 12 0 23983923 826732544 5596 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28010/statm: 201839 5596 1387 9 0 199166 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807356

[startup+1.50163 s]
/proc/loadavg: 2.02 1.99 2.00 4/92 28022
/proc/meminfo: memFree=1584008/2055920 swapFree=4192812/4192956
[pid=28010] ppid=28008 vsize=810184 CPUtime=1.47
/proc/28010/stat : 28010 (java) S 28008 28010 22877 0 -1 0 8628 0 1 0 140 7 0 0 18 0 12 0 23983923 829628416 7060 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28010/statm: 202546 7060 1414 9 0 199873 0
[pid=28010/tid=28012] ppid=28008 vsize=810184 CPUtime=0.82
/proc/28010/task/28012/stat : 28012 (java) R 28008 28010 22877 0 -1 64 5048 0 1 0 77 5 0 0 20 0 12 0 23983924 829628416 7060 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28013] ppid=28008 vsize=810184 CPUtime=0
/proc/28010/task/28013/stat : 28013 (java) S 28008 28010 22877 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 23983925 829628416 7060 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28014] ppid=28008 vsize=810184 CPUtime=0
/proc/28010/task/28014/stat : 28014 (java) S 28008 28010 22877 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23983925 829628416 7060 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28015] ppid=28008 vsize=810184 CPUtime=0
/proc/28010/task/28015/stat : 28015 (java) S 28008 28010 22877 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 23983927 829628416 7060 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28016] ppid=28008 vsize=810184 CPUtime=0
/proc/28010/task/28016/stat : 28016 (java) S 28008 28010 22877 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 23983927 829628416 7060 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28017] ppid=28008 vsize=810184 CPUtime=0
/proc/28010/task/28017/stat : 28017 (java) S 28008 28010 22877 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23983927 829628416 7060 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28018] ppid=28008 vsize=810184 CPUtime=0
/proc/28010/task/28018/stat : 28018 (java) S 28008 28010 22877 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23983932 829628416 7060 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28019] ppid=28008 vsize=810184 CPUtime=0
/proc/28010/task/28019/stat : 28019 (java) S 28008 28010 22877 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23983932 829628416 7060 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28020] ppid=28008 vsize=810184 CPUtime=0.62
/proc/28010/task/28020/stat : 28020 (java) R 28008 28010 22877 0 -1 64 2826 0 0 0 62 0 0 0 17 0 12 0 23983932 829628416 7060 996147200 134512640 134550932 4294956016 18446744073709551615 103152224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28021] ppid=28008 vsize=810184 CPUtime=0
/proc/28010/task/28021/stat : 28021 (java) S 28008 28010 22877 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23983932 829628416 7060 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28022] ppid=28008 vsize=810184 CPUtime=0
/proc/28010/task/28022/stat : 28022 (java) S 28008 28010 22877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23983932 829628416 7060 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 810184

[startup+3.1018 s]
/proc/loadavg: 2.02 1.99 2.00 3/92 28022
/proc/meminfo: memFree=1572232/2055920 swapFree=4192812/4192956
[pid=28010] ppid=28008 vsize=810184 CPUtime=3.05
/proc/28010/stat : 28010 (java) S 28008 28010 22877 0 -1 0 17058 0 1 0 294 11 0 0 18 0 12 0 23983923 829628416 15109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28010/statm: 202546 15109 1426 9 0 199873 0
[pid=28010/tid=28012] ppid=28008 vsize=810184 CPUtime=2.01
/proc/28010/task/28012/stat : 28012 (java) R 28008 28010 22877 0 -1 64 13028 0 1 0 192 9 0 0 25 0 12 0 23983924 829628416 15109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28013] ppid=28008 vsize=810184 CPUtime=0
/proc/28010/task/28013/stat : 28013 (java) S 28008 28010 22877 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 23983925 829628416 15109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28014] ppid=28008 vsize=810184 CPUtime=0
/proc/28010/task/28014/stat : 28014 (java) S 28008 28010 22877 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 23983925 829628416 15109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28015] ppid=28008 vsize=810184 CPUtime=0
/proc/28010/task/28015/stat : 28015 (java) S 28008 28010 22877 0 -1 64 3 0 0 0 0 0 0 0 17 0 12 0 23983927 829628416 15109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28016] ppid=28008 vsize=810184 CPUtime=0
/proc/28010/task/28016/stat : 28016 (java) S 28008 28010 22877 0 -1 64 9 0 0 0 0 0 0 0 21 0 12 0 23983927 829628416 15109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28017] ppid=28008 vsize=810184 CPUtime=0
/proc/28010/task/28017/stat : 28017 (java) S 28008 28010 22877 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 23983927 829628416 15109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28018] ppid=28008 vsize=810184 CPUtime=0
/proc/28010/task/28018/stat : 28018 (java) S 28008 28010 22877 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23983932 829628416 15109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28019] ppid=28008 vsize=810184 CPUtime=0
/proc/28010/task/28019/stat : 28019 (java) S 28008 28010 22877 0 -1 64 13 0 0 0 0 0 0 0 19 0 12 0 23983932 829628416 15109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28020] ppid=28008 vsize=810184 CPUtime=1.02
/proc/28010/task/28020/stat : 28020 (java) R 28008 28010 22877 0 -1 64 3275 0 0 0 101 1 0 0 16 0 12 0 23983932 829628416 15109 996147200 134512640 134550932 4294956016 18446744073709551615 105572962 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28021] ppid=28008 vsize=810184 CPUtime=0
/proc/28010/task/28021/stat : 28021 (java) S 28008 28010 22877 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23983932 829628416 15109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28022] ppid=28008 vsize=810184 CPUtime=0
/proc/28010/task/28022/stat : 28022 (java) S 28008 28010 22877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23983932 829628416 15109 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 810184

[startup+6.30212 s]
/proc/loadavg: 2.02 1.99 2.00 3/92 28022
/proc/meminfo: memFree=1523016/2055920 swapFree=4192812/4192956
[pid=28010] ppid=28008 vsize=816676 CPUtime=6.22
/proc/28010/stat : 28010 (java) S 28008 28010 22877 0 -1 0 29515 0 1 0 605 17 0 0 18 0 12 0 23983923 836276224 22140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28010/statm: 204169 22140 1435 9 0 201496 0
[pid=28010/tid=28012] ppid=28008 vsize=816676 CPUtime=3.43
/proc/28010/task/28012/stat : 28012 (java) R 28008 28010 22877 0 -1 64 17422 0 1 0 332 11 0 0 25 0 12 0 23983924 836276224 22140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28013] ppid=28008 vsize=816676 CPUtime=0.01
/proc/28010/task/28013/stat : 28013 (java) S 28008 28010 22877 0 -1 64 535 0 0 0 1 0 0 0 17 0 12 0 23983925 836276224 22140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28014] ppid=28008 vsize=816676 CPUtime=0.01
/proc/28010/task/28014/stat : 28014 (java) S 28008 28010 22877 0 -1 64 357 0 0 0 1 0 0 0 17 0 12 0 23983925 836276224 22140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28015] ppid=28008 vsize=816676 CPUtime=0
/proc/28010/task/28015/stat : 28015 (java) S 28008 28010 22877 0 -1 64 13 0 0 0 0 0 0 0 16 0 12 0 23983927 836276224 22140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28016] ppid=28008 vsize=816676 CPUtime=0
/proc/28010/task/28016/stat : 28016 (java) S 28008 28010 22877 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23983927 836276224 22140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28017] ppid=28008 vsize=816676 CPUtime=0
/proc/28010/task/28017/stat : 28017 (java) S 28008 28010 22877 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23983927 836276224 22140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28018] ppid=28008 vsize=816676 CPUtime=0
/proc/28010/task/28018/stat : 28018 (java) S 28008 28010 22877 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23983932 836276224 22140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28019] ppid=28008 vsize=816676 CPUtime=0
/proc/28010/task/28019/stat : 28019 (java) S 28008 28010 22877 0 -1 64 14 0 0 0 0 0 0 0 16 0 12 0 23983932 836276224 22140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28020] ppid=28008 vsize=816676 CPUtime=2.73
/proc/28010/task/28020/stat : 28020 (java) R 28008 28010 22877 0 -1 64 10433 0 0 0 269 4 0 0 16 0 12 0 23983932 836276224 22140 996147200 134512640 134550932 4294956016 18446744073709551615 103828406 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28021] ppid=28008 vsize=816676 CPUtime=0
/proc/28010/task/28021/stat : 28021 (java) S 28008 28010 22877 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23983932 836276224 22140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28022] ppid=28008 vsize=816676 CPUtime=0
/proc/28010/task/28022/stat : 28022 (java) S 28008 28010 22877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23983932 836276224 22140 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 816676

[startup+12.7028 s]
/proc/loadavg: 2.10 2.00 2.00 4/92 28022
/proc/meminfo: memFree=1495944/2055920 swapFree=4192812/4192956
[pid=28010] ppid=28008 vsize=817860 CPUtime=12.6
/proc/28010/stat : 28010 (java) S 28008 28010 22877 0 -1 0 43559 0 1 0 1238 22 0 0 18 0 12 0 23983923 837488640 28908 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28010/statm: 204465 28908 1435 9 0 201792 0
[pid=28010/tid=28012] ppid=28008 vsize=817860 CPUtime=6.68
/proc/28010/task/28012/stat : 28012 (java) R 28008 28010 22877 0 -1 64 17437 0 1 0 657 11 0 0 25 0 12 0 23983924 837488640 28908 996147200 134512640 134550932 4294956016 18446744073709551615 4109565216 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28013] ppid=28008 vsize=817860 CPUtime=0.19
/proc/28010/task/28013/stat : 28013 (java) S 28008 28010 22877 0 -1 64 4129 0 0 0 18 1 0 0 17 0 12 0 23983925 837488640 28908 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28014] ppid=28008 vsize=817860 CPUtime=0.15
/proc/28010/task/28014/stat : 28014 (java) S 28008 28010 22877 0 -1 64 3004 0 0 0 15 0 0 0 17 0 12 0 23983925 837488640 28908 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28015] ppid=28008 vsize=817860 CPUtime=0
/proc/28010/task/28015/stat : 28015 (java) S 28008 28010 22877 0 -1 64 26 0 0 0 0 0 0 0 16 0 12 0 23983927 837488640 28908 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28016] ppid=28008 vsize=817860 CPUtime=0
/proc/28010/task/28016/stat : 28016 (java) S 28008 28010 22877 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23983927 837488640 28908 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28017] ppid=28008 vsize=817860 CPUtime=0
/proc/28010/task/28017/stat : 28017 (java) S 28008 28010 22877 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23983927 837488640 28908 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28018] ppid=28008 vsize=817860 CPUtime=0
/proc/28010/task/28018/stat : 28018 (java) S 28008 28010 22877 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23983932 837488640 28908 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28019] ppid=28008 vsize=817860 CPUtime=0
/proc/28010/task/28019/stat : 28019 (java) S 28008 28010 22877 0 -1 64 14 0 0 0 0 0 0 0 17 0 12 0 23983932 837488640 28908 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28020] ppid=28008 vsize=817860 CPUtime=5.53
/proc/28010/task/28020/stat : 28020 (java) S 28008 28010 22877 0 -1 64 18208 0 0 0 545 8 0 0 20 0 12 0 23983932 837488640 28908 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28010/tid=28021] ppid=28008 vsize=817860 CPUtime=0
/proc/28010/task/28021/stat : 28021 (java) S 28008 28010 22877 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23983932 837488640 28908 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28022] ppid=28008 vsize=817860 CPUtime=0
/proc/28010/task/28022/stat : 28022 (java) S 28008 28010 22877 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 23983932 837488640 28908 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 817860

[startup+25.5021 s]
/proc/loadavg: 2.23 2.04 2.01 4/92 28022
/proc/meminfo: memFree=1447240/2055920 swapFree=4192812/4192956
[pid=28010] ppid=28008 vsize=820364 CPUtime=25.28
/proc/28010/stat : 28010 (java) S 28008 28010 22877 0 -1 0 62370 0 1 0 2497 31 0 0 18 0 12 0 23983923 840052736 39648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28010/statm: 205091 39648 1435 9 0 202418 0
[pid=28010/tid=28012] ppid=28008 vsize=820364 CPUtime=14.44
/proc/28010/task/28012/stat : 28012 (java) R 28008 28010 22877 0 -1 64 17465 0 1 0 1433 11 0 0 25 0 12 0 23983924 840052736 39648 996147200 134512640 134550932 4294956016 18446744073709551615 4109565241 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28013] ppid=28008 vsize=820364 CPUtime=0.56
/proc/28010/task/28013/stat : 28013 (java) S 28008 28010 22877 0 -1 64 8869 0 0 0 53 3 0 0 17 0 12 0 23983925 840052736 39648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28014] ppid=28008 vsize=820364 CPUtime=0.54
/proc/28010/task/28014/stat : 28014 (java) S 28008 28010 22877 0 -1 64 8260 0 0 0 52 2 0 0 17 0 12 0 23983925 840052736 39648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28015] ppid=28008 vsize=820364 CPUtime=0
/proc/28010/task/28015/stat : 28015 (java) S 28008 28010 22877 0 -1 64 26 0 0 0 0 0 0 0 16 0 12 0 23983927 840052736 39648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28016] ppid=28008 vsize=820364 CPUtime=0
/proc/28010/task/28016/stat : 28016 (java) S 28008 28010 22877 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23983927 840052736 39648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28017] ppid=28008 vsize=820364 CPUtime=0
/proc/28010/task/28017/stat : 28017 (java) S 28008 28010 22877 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23983927 840052736 39648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28018] ppid=28008 vsize=820364 CPUtime=0
/proc/28010/task/28018/stat : 28018 (java) S 28008 28010 22877 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23983932 840052736 39648 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28019] ppid=28008 vsize=820364 CPUtime=0

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

/proc/meminfo: memFree=341048/2055920 swapFree=4192812/4192956
[pid=28010] ppid=28008 vsize=820848 CPUtime=1800.01
/proc/28010/stat : 28010 (java) S 28008 28010 22877 0 -1 0 424438 0 1 0 179743 258 0 0 18 0 12 0 23983923 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28010/statm: 205212 175428 1437 9 0 202539 0
[pid=28010/tid=28012] ppid=28008 vsize=820848 CPUtime=116.95
/proc/28010/task/28012/stat : 28012 (java) S 28008 28010 22877 0 -1 64 18034 0 1 0 11682 13 0 0 16 0 12 0 23983924 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28010/tid=28013] ppid=28008 vsize=820848 CPUtime=111.48
/proc/28010/task/28013/stat : 28013 (java) S 28008 28010 22877 0 -1 64 81725 0 0 0 11108 40 0 0 17 0 12 0 23983925 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28014] ppid=28008 vsize=820848 CPUtime=111.03
/proc/28010/task/28014/stat : 28014 (java) S 28008 28010 22877 0 -1 64 74926 0 0 0 11066 37 0 0 16 0 12 0 23983925 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28015] ppid=28008 vsize=820848 CPUtime=1446.03
/proc/28010/task/28015/stat : 28015 (java) R 28008 28010 22877 0 -1 64 209091 0 0 0 144455 148 0 0 19 0 12 0 23983927 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 106157732 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28016] ppid=28008 vsize=820848 CPUtime=0
/proc/28010/task/28016/stat : 28016 (java) S 28008 28010 22877 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23983927 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28010/tid=28017] ppid=28008 vsize=820848 CPUtime=0
/proc/28010/task/28017/stat : 28017 (java) S 28008 28010 22877 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23983927 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28018] ppid=28008 vsize=820848 CPUtime=0
/proc/28010/task/28018/stat : 28018 (java) S 28008 28010 22877 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 23983932 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28019] ppid=28008 vsize=820848 CPUtime=0
/proc/28010/task/28019/stat : 28019 (java) S 28008 28010 22877 0 -1 64 60 0 0 0 0 0 0 0 16 0 12 0 23983932 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28010/tid=28020] ppid=28008 vsize=820848 CPUtime=14.48
/proc/28010/task/28020/stat : 28020 (java) S 28008 28010 22877 0 -1 64 39860 0 0 0 1430 18 0 0 16 0 12 0 23983932 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28010/tid=28021] ppid=28008 vsize=820848 CPUtime=0
/proc/28010/task/28021/stat : 28021 (java) S 28008 28010 22877 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23983932 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28022] ppid=28008 vsize=820848 CPUtime=0
/proc/28010/task/28022/stat : 28022 (java) S 28008 28010 22877 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 23983932 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 820848

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -28010

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

[startup+1774.2 s]
/proc/loadavg: 2.25 2.21 2.18 3/96 28102
/proc/meminfo: memFree=341040/2055920 swapFree=4192812/4192956
[pid=28010] ppid=28008 vsize=820848 CPUtime=1800.21
/proc/28010/stat : 28010 (java) S 28008 28010 22877 0 -1 0 424439 0 1 0 179763 258 0 0 16 0 12 0 23983923 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28010/statm: 205212 175428 1437 9 0 202539 0
[pid=28010/tid=28012] ppid=28008 vsize=820848 CPUtime=116.95
/proc/28010/task/28012/stat : 28012 (java) S 28008 28010 22877 0 -1 64 18034 0 1 0 11682 13 0 0 16 0 12 0 23983924 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28010/tid=28013] ppid=28008 vsize=820848 CPUtime=111.48
/proc/28010/task/28013/stat : 28013 (java) S 28008 28010 22877 0 -1 64 81725 0 0 0 11108 40 0 0 17 0 12 0 23983925 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28014] ppid=28008 vsize=820848 CPUtime=111.03
/proc/28010/task/28014/stat : 28014 (java) S 28008 28010 22877 0 -1 64 74926 0 0 0 11066 37 0 0 16 0 12 0 23983925 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28015] ppid=28008 vsize=820848 CPUtime=1446.23
/proc/28010/task/28015/stat : 28015 (java) R 28008 28010 22877 0 -1 64 209091 0 0 0 144475 148 0 0 19 0 12 0 23983927 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 106157709 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28016] ppid=28008 vsize=820848 CPUtime=0
/proc/28010/task/28016/stat : 28016 (java) S 28008 28010 22877 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23983927 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28010/tid=28017] ppid=28008 vsize=820848 CPUtime=0
/proc/28010/task/28017/stat : 28017 (java) S 28008 28010 22877 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23983927 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28018] ppid=28008 vsize=820848 CPUtime=0
/proc/28010/task/28018/stat : 28018 (java) S 28008 28010 22877 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23983932 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28010/tid=28019] ppid=28008 vsize=820848 CPUtime=0
/proc/28010/task/28019/stat : 28019 (java) S 28008 28010 22877 0 -1 64 60 0 0 0 0 0 0 0 16 0 12 0 23983932 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28010/tid=28020] ppid=28008 vsize=820848 CPUtime=14.48
/proc/28010/task/28020/stat : 28020 (java) S 28008 28010 22877 0 -1 64 39860 0 0 0 1430 18 0 0 16 0 12 0 23983932 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28010/tid=28021] ppid=28008 vsize=820848 CPUtime=0
/proc/28010/task/28021/stat : 28021 (java) S 28008 28010 22877 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23983932 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28022] ppid=28008 vsize=820848 CPUtime=0
/proc/28010/task/28022/stat : 28022 (java) S 28008 28010 22877 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 23983932 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.21
Current children cumulated vsize (KiB) 820848

[startup+1775 s]
/proc/loadavg: 2.25 2.21 2.18 3/96 28102
/proc/meminfo: memFree=341040/2055920 swapFree=4192812/4192956
[pid=28010] ppid=28008 vsize=820848 CPUtime=1801
/proc/28010/stat : 28010 (java) S 28008 28010 22877 0 -1 0 424439 0 1 0 179842 258 0 0 16 0 12 0 23983923 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28010/statm: 205212 175428 1437 9 0 202539 0
[pid=28010/tid=28012] ppid=28008 vsize=820848 CPUtime=116.95
/proc/28010/task/28012/stat : 28012 (java) S 28008 28010 22877 0 -1 64 18034 0 1 0 11682 13 0 0 16 0 12 0 23983924 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28010/tid=28013] ppid=28008 vsize=820848 CPUtime=111.48
/proc/28010/task/28013/stat : 28013 (java) S 28008 28010 22877 0 -1 64 81725 0 0 0 11108 40 0 0 17 0 12 0 23983925 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28014] ppid=28008 vsize=820848 CPUtime=111.03
/proc/28010/task/28014/stat : 28014 (java) S 28008 28010 22877 0 -1 64 74926 0 0 0 11066 37 0 0 16 0 12 0 23983925 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28015] ppid=28008 vsize=820848 CPUtime=1447.02
/proc/28010/task/28015/stat : 28015 (java) R 28008 28010 22877 0 -1 64 209091 0 0 0 144554 148 0 0 21 0 12 0 23983927 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28016] ppid=28008 vsize=820848 CPUtime=0
/proc/28010/task/28016/stat : 28016 (java) S 28008 28010 22877 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23983927 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28010/tid=28017] ppid=28008 vsize=820848 CPUtime=0
/proc/28010/task/28017/stat : 28017 (java) S 28008 28010 22877 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23983927 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28018] ppid=28008 vsize=820848 CPUtime=0
/proc/28010/task/28018/stat : 28018 (java) S 28008 28010 22877 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 23983932 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28010/tid=28019] ppid=28008 vsize=820848 CPUtime=0
/proc/28010/task/28019/stat : 28019 (java) S 28008 28010 22877 0 -1 64 60 0 0 0 0 0 0 0 16 0 12 0 23983932 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28010/tid=28020] ppid=28008 vsize=820848 CPUtime=14.48
/proc/28010/task/28020/stat : 28020 (java) S 28008 28010 22877 0 -1 64 39860 0 0 0 1430 18 0 0 16 0 12 0 23983932 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28010/tid=28021] ppid=28008 vsize=820848 CPUtime=0
/proc/28010/task/28021/stat : 28021 (java) S 28008 28010 22877 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23983932 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28022] ppid=28008 vsize=820848 CPUtime=0
/proc/28010/task/28022/stat : 28022 (java) S 28008 28010 22877 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 23983932 840548352 175428 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801
Current children cumulated vsize (KiB) 820848

[startup+1775.8 s]
/proc/loadavg: 2.25 2.21 2.18 3/96 28102
/proc/meminfo: memFree=341040/2055920 swapFree=4192812/4192956
[pid=28010] ppid=28008 vsize=818844 CPUtime=1801.8
/proc/28010/stat : 28010 (java) S 28008 28010 22877 0 -1 0 424442 0 1 0 179922 258 0 0 16 0 12 0 23983923 838496256 174930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28010/statm: 204711 174930 1437 9 0 202038 0
[pid=28010/tid=28012] ppid=28008 vsize=818844 CPUtime=116.95
/proc/28010/task/28012/stat : 28012 (java) S 28008 28010 22877 0 -1 64 18034 0 1 0 11682 13 0 0 16 0 12 0 23983924 838496256 174930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28013] ppid=28008 vsize=818844 CPUtime=111.54
/proc/28010/task/28013/stat : 28013 (java) R 28008 28010 22877 0 -1 64 81725 0 0 0 11114 40 0 0 17 0 12 0 23983925 838496256 174930 996147200 134512640 134550932 4294956016 18446744073709551615 103111928 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28014] ppid=28008 vsize=818844 CPUtime=111.11
/proc/28010/task/28014/stat : 28014 (java) R 28008 28010 22877 0 -1 64 74926 0 0 0 11074 37 0 0 17 0 12 0 23983925 838496256 174930 996147200 134512640 134550932 4294956016 18446744073709551615 103111928 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28015] ppid=28008 vsize=818844 CPUtime=1447.69
/proc/28010/task/28015/stat : 28015 (java) S 28008 28010 22877 0 -1 64 209091 0 0 0 144621 148 0 0 16 0 12 0 23983927 838496256 174930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28016] ppid=28008 vsize=818844 CPUtime=0
/proc/28010/task/28016/stat : 28016 (java) S 28008 28010 22877 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23983927 838496256 174930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28010/tid=28017] ppid=28008 vsize=818844 CPUtime=0
/proc/28010/task/28017/stat : 28017 (java) S 28008 28010 22877 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23983927 838496256 174930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28018] ppid=28008 vsize=818844 CPUtime=0
/proc/28010/task/28018/stat : 28018 (java) S 28008 28010 22877 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 23983932 838496256 174930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28010/tid=28019] ppid=28008 vsize=818844 CPUtime=0
/proc/28010/task/28019/stat : 28019 (java) S 28008 28010 22877 0 -1 64 60 0 0 0 0 0 0 0 16 0 12 0 23983932 838496256 174930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28010/tid=28020] ppid=28008 vsize=818844 CPUtime=14.48
/proc/28010/task/28020/stat : 28020 (java) S 28008 28010 22877 0 -1 64 39860 0 0 0 1430 18 0 0 16 0 12 0 23983932 838496256 174930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28010/tid=28021] ppid=28008 vsize=818844 CPUtime=0
/proc/28010/task/28021/stat : 28021 (java) S 28008 28010 22877 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23983932 838496256 174930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28022] ppid=28008 vsize=818844 CPUtime=0
/proc/28010/task/28022/stat : 28022 (java) S 28008 28010 22877 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 23983932 838496256 174930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.8
Current children cumulated vsize (KiB) 818844

[startup+1776 s]
/proc/loadavg: 2.25 2.21 2.18 3/96 28102
/proc/meminfo: memFree=341040/2055920 swapFree=4192812/4192956
[pid=28010] ppid=28008 vsize=818844 CPUtime=1802
/proc/28010/stat : 28010 (java) S 28008 28010 22877 0 -1 0 424442 0 1 0 179942 258 0 0 16 0 12 0 23983923 838496256 174930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28010/statm: 204711 174930 1437 9 0 202038 0
[pid=28010/tid=28012] ppid=28008 vsize=818844 CPUtime=116.95
/proc/28010/task/28012/stat : 28012 (java) S 28008 28010 22877 0 -1 64 18034 0 1 0 11682 13 0 0 16 0 12 0 23983924 838496256 174930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28013] ppid=28008 vsize=818844 CPUtime=111.64
/proc/28010/task/28013/stat : 28013 (java) R 28008 28010 22877 0 -1 64 81725 0 0 0 11124 40 0 0 17 0 12 0 23983925 838496256 174930 996147200 134512640 134550932 4294956016 18446744073709551615 103111784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28014] ppid=28008 vsize=818844 CPUtime=111.21
/proc/28010/task/28014/stat : 28014 (java) R 28008 28010 22877 0 -1 64 74926 0 0 0 11084 37 0 0 17 0 12 0 23983925 838496256 174930 996147200 134512640 134550932 4294956016 18446744073709551615 104188406 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28015] ppid=28008 vsize=818844 CPUtime=1447.69
/proc/28010/task/28015/stat : 28015 (java) S 28008 28010 22877 0 -1 64 209091 0 0 0 144621 148 0 0 16 0 12 0 23983927 838496256 174930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28016] ppid=28008 vsize=818844 CPUtime=0
/proc/28010/task/28016/stat : 28016 (java) S 28008 28010 22877 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 23983927 838496256 174930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28010/tid=28017] ppid=28008 vsize=818844 CPUtime=0
/proc/28010/task/28017/stat : 28017 (java) S 28008 28010 22877 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 23983927 838496256 174930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28018] ppid=28008 vsize=818844 CPUtime=0
/proc/28010/task/28018/stat : 28018 (java) S 28008 28010 22877 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 23983932 838496256 174930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28010/tid=28019] ppid=28008 vsize=818844 CPUtime=0
/proc/28010/task/28019/stat : 28019 (java) S 28008 28010 22877 0 -1 64 60 0 0 0 0 0 0 0 16 0 12 0 23983932 838496256 174930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28010/tid=28020] ppid=28008 vsize=818844 CPUtime=14.48
/proc/28010/task/28020/stat : 28020 (java) S 28008 28010 22877 0 -1 64 39860 0 0 0 1430 18 0 0 16 0 12 0 23983932 838496256 174930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28010/tid=28021] ppid=28008 vsize=818844 CPUtime=0
/proc/28010/task/28021/stat : 28021 (java) S 28008 28010 22877 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 23983932 838496256 174930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28010/tid=28022] ppid=28008 vsize=818844 CPUtime=0
/proc/28010/task/28022/stat : 28022 (java) S 28008 28010 22877 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 23983932 838496256 174930 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1802
Current children cumulated vsize (KiB) 818844

[startup+1776.1 s]
/proc/loadavg: 2.25 2.21 2.18 3/96 28102
/proc/meminfo: memFree=341040/2055920 swapFree=4192812/4192956
[pid=28010] ppid=28008 vsize=0 CPUtime=1802.1
/proc/28010/stat : 28010 (java) Z 28008 28010 22877 0 -1 1036 424442 0 1 0 179944 266 0 0 16 0 2 0 23983923 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28010/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): 1776.13
CPU time (s): 1802.15
CPU user time (s): 1799.45
CPU system time (s): 2.70159
CPU usage (%): 101.465
Max. virtual memory (cumulated for all children) (KiB): 822808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.45
system time used= 2.70159
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 424442
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= 42635
involuntary context switches= 59963

runsolver used 2.30065 second user time and 5.8931 second system time

The end

Launcher Data

Begin job on node17 at 2009-07-12 05:26:07
IDJOB=2080018
IDBENCH=56989
IDSOLVER=731
FILE ID=node17/2080018-1247369167
PBS_JOBID= 9506985
Free space on /tmp= 66444 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/radar-8-24-3-2/normalized-radar-8-24-3-2-14.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2080018-1247369167/watcher-2080018-1247369167 -o /tmp/evaluation-result-2080018-1247369167/solver-2080018-1247369167 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2080018-1247369167.xml

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

MD5SUM BENCH= 99c7a64d24adcd45487d231459f549a2
RANDOM SEED=30175372

node17.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1603336 kB
Buffers:         61844 kB
Cached:         185268 kB
SwapCached:          0 kB
Active:         291068 kB
Inactive:        99456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1603336 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1492 kB
Writeback:           0 kB
Mapped:         161280 kB
Slab:            46952 kB
Committed_AS:   923076 kB
PageTables:       2136 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= 66452 MiB
End job on node17 at 2009-07-12 05:55:43