Trace number 1072583

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? (TO) 1802.09 1788.74

General information on the benchmark

Namecsp/radar-8-30-3-0/
normalized-radar-8-30-3-0-23.xml
MD5SUM5e2c844f828e84354ced30f5a2099da7
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.048992
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints64
Maximum constraint arity16
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 (download as text)

0.19/0.29	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.19/0.29	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.29	c See www.sat4j.org for details.
0.19/0.29	c That software uses the Rhino library from the Mozilla project.
0.30/0.33	c version 9.9.9.token
0.30/0.33	c sun.arch.data.model	32
0.30/0.33	c java.version	1.6.0_06
0.30/0.33	c os.name	Linux
0.30/0.33	c os.version	2.6.9-22.EL.rootsmp
0.30/0.33	c os.arch	i386
0.30/0.33	c Free memory 669864272
0.30/0.33	c Max memory 672137216
0.30/0.33	c Total memory 672137216
0.30/0.33	c Number of processors 2
0.30/0.37	c c --- Begin Solver configuration ---
0.30/0.37	c Stops conflict analysis at the first Unique Implication Point
0.30/0.37	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.30/0.37	c Learn all clauses as in MiniSAT
0.30/0.37	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.30/0.37	c Expensive reason simplification
0.30/0.37	c MiniSAT restarts strategy
0.30/0.37	c timeout=2147483s
0.30/0.37	c DB Simplification allowed=false
0.30/0.37	c --- End Solver configuration ---
0.30/0.37	c solving HOME/instance-1072583-1215175288.xml
0.30/0.37	c reading problem ... 
0.59/0.63	c reading problem named null
0.59/0.63	c reading domains done.
0.59/0.63	c reading variables done.
0.59/0.69	c reading predicates  done.
1.00/1.08	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-1072583-1215175288/watcher-1072583-1215175288 -o /tmp/evaluation-result-1072583-1215175288/solver-1072583-1215175288 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1072583-1215175288.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.85 1.98 1.99 3/72 12777
/proc/meminfo: memFree=1826536/2055920 swapFree=4180808/4192956
[pid=12777] ppid=12775 vsize=152 CPUtime=0
/proc/12777/stat : 12777 (java) R 12775 12777 11111 0 -1 0 211 0 0 0 0 0 0 0 18 0 1 0 640462447 155648 26 996147200 134512640 134550740 4294956016 18446744073709551615 11092772 0 0 4096 0 0 0 0 17 0 0 0
/proc/12777/statm: 38 26 19 9 0 4 0

[startup+0.0263031 s]
/proc/loadavg: 1.85 1.98 1.99 3/72 12777
/proc/meminfo: memFree=1826536/2055920 swapFree=4180808/4192956
[pid=12777] ppid=12775 vsize=800592 CPUtime=0.02
/proc/12777/stat : 12777 (java) S 12775 12777 11111 0 -1 0 2230 0 1 0 1 1 0 0 18 0 4 0 640462447 819806208 1968 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/12777/statm: 200148 1976 858 9 0 197531 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800592

[startup+0.102311 s]
/proc/loadavg: 1.85 1.98 1.99 3/72 12777
/proc/meminfo: memFree=1826536/2055920 swapFree=4180808/4192956
[pid=12777] ppid=12775 vsize=804756 CPUtime=0.09
/proc/12777/stat : 12777 (java) S 12775 12777 11111 0 -1 0 3175 0 1 0 8 1 0 0 18 0 12 0 640462447 824070144 2907 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12777/statm: 201189 2911 1180 9 0 198558 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804756

[startup+0.30134 s]
/proc/loadavg: 1.85 1.98 1.99 3/72 12777
/proc/meminfo: memFree=1826536/2055920 swapFree=4180808/4192956
[pid=12777] ppid=12775 vsize=807856 CPUtime=0.3
/proc/12777/stat : 12777 (java) S 12775 12777 11111 0 -1 0 5000 0 1 0 27 3 0 0 18 0 12 0 640462447 827244544 4329 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12777/statm: 201964 4329 1310 9 0 199333 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 807856

[startup+0.7014 s]
/proc/loadavg: 1.85 1.98 1.99 3/72 12777
/proc/meminfo: memFree=1826536/2055920 swapFree=4180808/4192956
[pid=12777] ppid=12775 vsize=807884 CPUtime=0.69
/proc/12777/stat : 12777 (java) S 12775 12777 11111 0 -1 0 6369 0 1 0 65 4 0 0 18 0 12 0 640462447 827273216 5517 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12777/statm: 201971 5517 1342 9 0 199333 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807884

[startup+1.50152 s]
/proc/loadavg: 1.85 1.98 1.99 4/84 12789
/proc/meminfo: memFree=1806408/2055920 swapFree=4180808/4192956
[pid=12777] ppid=12775 vsize=815656 CPUtime=1.49
/proc/12777/stat : 12777 (java) S 12775 12777 11111 0 -1 0 10441 0 1 0 142 7 0 0 18 0 12 0 640462447 835231744 8282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12777/statm: 203914 8282 1363 9 0 201276 0
[pid=12777/tid=12779] ppid=12775 vsize=815656 CPUtime=0.78
/proc/12777/task/12779/stat : 12779 (java) R 12775 12777 11111 0 -1 64 4998 0 1 0 74 4 0 0 25 0 12 0 640462448 835231744 8282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12780] ppid=12775 vsize=815656 CPUtime=0
/proc/12777/task/12780/stat : 12780 (java) S 12775 12777 11111 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 640462449 835231744 8282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12781] ppid=12775 vsize=815656 CPUtime=0
/proc/12777/task/12781/stat : 12781 (java) S 12775 12777 11111 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 640462449 835231744 8282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12782] ppid=12775 vsize=815656 CPUtime=0
/proc/12777/task/12782/stat : 12782 (java) S 12775 12777 11111 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 640462451 835231744 8282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12783] ppid=12775 vsize=815656 CPUtime=0
/proc/12777/task/12783/stat : 12783 (java) S 12775 12777 11111 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 640462451 835231744 8282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12784] ppid=12775 vsize=815656 CPUtime=0
/proc/12777/task/12784/stat : 12784 (java) S 12775 12777 11111 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 640462451 835231744 8282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12785] ppid=12775 vsize=815656 CPUtime=0
/proc/12777/task/12785/stat : 12785 (java) S 12775 12777 11111 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 640462455 835231744 8282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12786] ppid=12775 vsize=815656 CPUtime=0.18
/proc/12777/task/12786/stat : 12786 (java) S 12775 12777 11111 0 -1 64 536 0 0 0 18 0 0 0 16 0 12 0 640462455 835231744 8282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12787] ppid=12775 vsize=815656 CPUtime=0.51
/proc/12777/task/12787/stat : 12787 (java) R 12775 12777 11111 0 -1 64 4145 0 0 0 49 2 0 0 17 0 12 0 640462455 835231744 8282 996147200 134512640 134550740 4294956016 18446744073709551615 103105548 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12788] ppid=12775 vsize=815656 CPUtime=0
/proc/12777/task/12788/stat : 12788 (java) S 12775 12777 11111 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 640462455 835231744 8282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12789] ppid=12775 vsize=815656 CPUtime=0
/proc/12777/task/12789/stat : 12789 (java) S 12775 12777 11111 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 640462455 835231744 8282 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 815656

[startup+3.10275 s]
/proc/loadavg: 1.85 1.98 1.99 3/84 12789
/proc/meminfo: memFree=1796936/2055920 swapFree=4180808/4192956
[pid=12777] ppid=12775 vsize=814300 CPUtime=3.1
/proc/12777/stat : 12777 (java) S 12775 12777 11111 0 -1 0 16914 0 1 0 299 11 0 0 18 0 12 0 640462447 833843200 13517 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12777/statm: 203575 13517 1381 9 0 200937 0
[pid=12777/tid=12779] ppid=12775 vsize=814300 CPUtime=1.72
/proc/12777/task/12779/stat : 12779 (java) R 12775 12777 11111 0 -1 64 10260 0 1 0 165 7 0 0 25 0 12 0 640462448 833843200 13518 996147200 134512640 134550740 4294956016 18446744073709551615 104119558 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12780] ppid=12775 vsize=814300 CPUtime=0
/proc/12777/task/12780/stat : 12780 (java) S 12775 12777 11111 0 -1 64 2 0 0 0 0 0 0 0 21 0 12 0 640462449 833843200 13518 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12781] ppid=12775 vsize=814300 CPUtime=0
/proc/12777/task/12781/stat : 12781 (java) S 12775 12777 11111 0 -1 64 0 0 0 0 0 0 0 0 22 0 12 0 640462449 833843200 13518 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12782] ppid=12775 vsize=814300 CPUtime=0
/proc/12777/task/12782/stat : 12782 (java) S 12775 12777 11111 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 640462451 833843200 13519 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12783] ppid=12775 vsize=814300 CPUtime=0
/proc/12777/task/12783/stat : 12783 (java) S 12775 12777 11111 0 -1 64 9 0 0 0 0 0 0 0 24 0 12 0 640462451 833843200 13519 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12784] ppid=12775 vsize=814300 CPUtime=0
/proc/12777/task/12784/stat : 12784 (java) S 12775 12777 11111 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 640462451 833843200 13519 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12785] ppid=12775 vsize=814300 CPUtime=0
/proc/12777/task/12785/stat : 12785 (java) S 12775 12777 11111 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 640462455 833843200 13520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12786] ppid=12775 vsize=814300 CPUtime=0.41
/proc/12777/task/12786/stat : 12786 (java) S 12775 12777 11111 0 -1 64 573 0 0 0 41 0 0 0 16 0 12 0 640462455 833843200 13520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12787] ppid=12775 vsize=814300 CPUtime=0.93
/proc/12777/task/12787/stat : 12787 (java) S 12775 12777 11111 0 -1 64 5320 0 0 0 91 2 0 0 16 0 12 0 640462455 833843200 13520 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12788] ppid=12775 vsize=814300 CPUtime=0
/proc/12777/task/12788/stat : 12788 (java) S 12775 12777 11111 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 640462455 833843200 13521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12789] ppid=12775 vsize=814300 CPUtime=0
/proc/12777/task/12789/stat : 12789 (java) S 12775 12777 11111 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 640462455 833843200 13521 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 814300

[startup+6.30123 s]
/proc/loadavg: 1.86 1.98 1.99 3/84 12789
/proc/meminfo: memFree=1742856/2055920 swapFree=4180808/4192956
[pid=12777] ppid=12775 vsize=817120 CPUtime=6.29
/proc/12777/stat : 12777 (java) S 12775 12777 11111 0 -1 0 31633 0 1 0 612 17 0 0 18 0 12 0 640462447 836730880 22797 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12777/statm: 204280 22797 1387 9 0 201642 0
[pid=12777/tid=12779] ppid=12775 vsize=817120 CPUtime=3.15
/proc/12777/task/12779/stat : 12779 (java) R 12775 12777 11111 0 -1 64 17313 0 1 0 305 10 0 0 25 0 12 0 640462448 836730880 22797 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12780] ppid=12775 vsize=817120 CPUtime=0.02
/proc/12777/task/12780/stat : 12780 (java) S 12775 12777 11111 0 -1 64 641 0 0 0 2 0 0 0 17 0 12 0 640462449 836730880 22797 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12781] ppid=12775 vsize=817120 CPUtime=0.02
/proc/12777/task/12781/stat : 12781 (java) S 12775 12777 11111 0 -1 64 735 0 0 0 2 0 0 0 17 0 12 0 640462449 836730880 22797 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12782] ppid=12775 vsize=817120 CPUtime=0
/proc/12777/task/12782/stat : 12782 (java) S 12775 12777 11111 0 -1 64 30 0 0 0 0 0 0 0 17 0 12 0 640462451 836730880 22797 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12783] ppid=12775 vsize=817120 CPUtime=0
/proc/12777/task/12783/stat : 12783 (java) S 12775 12777 11111 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 640462451 836730880 22797 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12784] ppid=12775 vsize=817120 CPUtime=0
/proc/12777/task/12784/stat : 12784 (java) S 12775 12777 11111 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 640462451 836730880 22797 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12785] ppid=12775 vsize=817120 CPUtime=0
/proc/12777/task/12785/stat : 12785 (java) S 12775 12777 11111 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 640462455 836730880 22797 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12786] ppid=12775 vsize=817120 CPUtime=1.28
/proc/12777/task/12786/stat : 12786 (java) R 12775 12777 11111 0 -1 64 3980 0 0 0 127 1 0 0 16 0 12 0 640462455 836730880 22797 996147200 134512640 134550740 4294956016 18446744073709551615 105562111 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12787] ppid=12775 vsize=817120 CPUtime=1.77
/proc/12777/task/12787/stat : 12787 (java) S 12775 12777 11111 0 -1 64 8173 0 0 0 173 4 0 0 16 0 12 0 640462455 836730880 22797 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12788] ppid=12775 vsize=817120 CPUtime=0
/proc/12777/task/12788/stat : 12788 (java) S 12775 12777 11111 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 640462455 836730880 22797 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12789] ppid=12775 vsize=817120 CPUtime=0
/proc/12777/task/12789/stat : 12789 (java) S 12775 12777 11111 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 640462455 836730880 22797 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 817120

[startup+12.7022 s]
/proc/loadavg: 1.87 1.98 1.99 3/84 12789
/proc/meminfo: memFree=1707272/2055920 swapFree=4180808/4192956
[pid=12777] ppid=12775 vsize=821824 CPUtime=12.68
/proc/12777/stat : 12777 (java) S 12775 12777 11111 0 -1 0 47061 0 1 0 1243 25 0 0 18 0 12 0 640462447 841547776 31007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12777/statm: 205456 31007 1387 9 0 202818 0
[pid=12777/tid=12779] ppid=12775 vsize=821824 CPUtime=6.72
/proc/12777/task/12779/stat : 12779 (java) R 12775 12777 11111 0 -1 64 17341 0 1 0 662 10 0 0 25 0 12 0 640462448 841547776 31007 996147200 134512640 134550740 4294956016 18446744073709551615 4109776073 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12780] ppid=12775 vsize=821824 CPUtime=0.26
/proc/12777/task/12780/stat : 12780 (java) S 12775 12777 11111 0 -1 64 5767 0 0 0 23 3 0 0 17 0 12 0 640462449 841547776 31007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12781] ppid=12775 vsize=821824 CPUtime=0.2
/proc/12777/task/12781/stat : 12781 (java) S 12775 12777 11111 0 -1 64 3547 0 0 0 19 1 0 0 17 0 12 0 640462449 841547776 31007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12782] ppid=12775 vsize=821824 CPUtime=0
/proc/12777/task/12782/stat : 12782 (java) S 12775 12777 11111 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 640462451 841547776 31007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12783] ppid=12775 vsize=821824 CPUtime=0
/proc/12777/task/12783/stat : 12783 (java) S 12775 12777 11111 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 640462451 841547776 31007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12784] ppid=12775 vsize=821824 CPUtime=0
/proc/12777/task/12784/stat : 12784 (java) S 12775 12777 11111 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 640462451 841547776 31007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12785] ppid=12775 vsize=821824 CPUtime=0
/proc/12777/task/12785/stat : 12785 (java) S 12775 12777 11111 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 640462455 841547776 31007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12786] ppid=12775 vsize=821824 CPUtime=2.71
/proc/12777/task/12786/stat : 12786 (java) S 12775 12777 11111 0 -1 64 8124 0 0 0 267 4 0 0 16 0 12 0 640462455 841547776 31007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12787] ppid=12775 vsize=821824 CPUtime=2.75
/proc/12777/task/12787/stat : 12787 (java) S 12775 12777 11111 0 -1 64 11464 0 0 0 270 5 0 0 16 0 12 0 640462455 841547776 31007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12788] ppid=12775 vsize=821824 CPUtime=0
/proc/12777/task/12788/stat : 12788 (java) S 12775 12777 11111 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 640462455 841547776 31007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12789] ppid=12775 vsize=821824 CPUtime=0
/proc/12777/task/12789/stat : 12789 (java) S 12775 12777 11111 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 640462455 841547776 31007 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 821824

[startup+25.502 s]
/proc/loadavg: 1.97 2.00 1.99 3/84 12789
/proc/meminfo: memFree=1647368/2055920 swapFree=4180808/4192956
[pid=12777] ppid=12775 vsize=822636 CPUtime=25.61
/proc/12777/stat : 12777 (java) S 12775 12777 11111 0 -1 0 69440 0 1 0 2525 36 0 0 18 0 12 0 640462447 842379264 48037 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12777/statm: 205659 48037 1387 9 0 203021 0
[pid=12777/tid=12779] ppid=12775 vsize=822636 CPUtime=15.9
/proc/12777/task/12779/stat : 12779 (java) R 12775 12777 11111 0 -1 64 17366 0 1 0 1580 10 0 0 25 0 12 0 640462448 842379264 48037 996147200 134512640 134550740 4294956016 18446744073709551615 4109643944 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12780] ppid=12775 vsize=822636 CPUtime=1.08
/proc/12777/task/12780/stat : 12780 (java) S 12775 12777 11111 0 -1 64 14599 0 0 0 101 7 0 0 16 0 12 0 640462449 842379264 48037 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12781] ppid=12775 vsize=822636 CPUtime=0.89
/proc/12777/task/12781/stat : 12781 (java) S 12775 12777 11111 0 -1 64 11742 0 0 0 84 5 0 0 16 0 12 0 640462449 842379264 48037 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12782] ppid=12775 vsize=822636 CPUtime=0.01
/proc/12777/task/12782/stat : 12782 (java) S 12775 12777 11111 0 -1 64 57 0 0 0 1 0 0 0 16 0 12 0 640462451 842379264 48037 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12783] ppid=12775 vsize=822636 CPUtime=0
/proc/12777/task/12783/stat : 12783 (java) S 12775 12777 11111 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 640462451 842379264 48037 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12784] ppid=12775 vsize=822636 CPUtime=0
/proc/12777/task/12784/stat : 12784 (java) S 12775 12777 11111 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 640462451 842379264 48037 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12785] ppid=12775 vsize=822636 CPUtime=0
/proc/12777/task/12785/stat : 12785 (java) S 12775 12777 11111 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 640462455 842379264 48037 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

[startup+1786.6 s]
/proc/loadavg: 2.40 2.42 2.31 3/95 12890
/proc/meminfo: memFree=450992/2055920 swapFree=4180808/4192956
[pid=12777] ppid=12775 vsize=822028 CPUtime=1800.08
/proc/12777/stat : 12777 (java) S 12775 12777 11111 0 -1 0 209079 0 1 0 179890 118 0 0 18 0 12 0 640462447 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12777/statm: 205507 175584 1390 9 0 202869 0
[pid=12777/tid=12779] ppid=12775 vsize=822028 CPUtime=105.45
/proc/12777/task/12779/stat : 12779 (java) S 12775 12777 11111 0 -1 64 17968 0 1 0 10533 12 0 0 16 0 12 0 640462448 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12780] ppid=12775 vsize=822028 CPUtime=118.37
/proc/12777/task/12780/stat : 12780 (java) S 12775 12777 11111 0 -1 64 77407 0 0 0 11798 39 0 0 16 0 12 0 640462449 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12781] ppid=12775 vsize=822028 CPUtime=118.19
/proc/12777/task/12781/stat : 12781 (java) S 12775 12777 11111 0 -1 64 77446 0 0 0 11779 40 0 0 17 0 12 0 640462449 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12782] ppid=12775 vsize=822028 CPUtime=1446.14
/proc/12777/task/12782/stat : 12782 (java) R 12775 12777 11111 0 -1 64 1171 0 0 0 144607 7 0 0 18 0 12 0 640462451 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 106122420 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12783] ppid=12775 vsize=822028 CPUtime=0
/proc/12777/task/12783/stat : 12783 (java) S 12775 12777 11111 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 640462451 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12784] ppid=12775 vsize=822028 CPUtime=0
/proc/12777/task/12784/stat : 12784 (java) S 12775 12777 11111 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 640462451 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12785] ppid=12775 vsize=822028 CPUtime=0
/proc/12777/task/12785/stat : 12785 (java) S 12775 12777 11111 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 640462455 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12786] ppid=12775 vsize=822028 CPUtime=8.99
/proc/12777/task/12786/stat : 12786 (java) S 12775 12777 11111 0 -1 64 22861 0 0 0 889 10 0 0 16 0 12 0 640462455 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12787] ppid=12775 vsize=822028 CPUtime=2.85
/proc/12777/task/12787/stat : 12787 (java) S 12775 12777 11111 0 -1 64 11464 0 0 0 280 5 0 0 15 0 12 0 640462455 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12788] ppid=12775 vsize=822028 CPUtime=0
/proc/12777/task/12788/stat : 12788 (java) S 12775 12777 11111 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 640462455 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12789] ppid=12775 vsize=822028 CPUtime=0.01
/proc/12777/task/12789/stat : 12789 (java) S 12775 12777 11111 0 -1 64 1 0 0 0 0 1 0 0 15 0 12 0 640462455 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 822028

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+1787 s]
/proc/loadavg: 2.40 2.42 2.31 3/95 12890
/proc/meminfo: memFree=450992/2055920 swapFree=4180808/4192956
[pid=12777] ppid=12775 vsize=822028 CPUtime=1800.39
/proc/12777/stat : 12777 (java) S 12775 12777 11111 0 -1 0 209080 0 1 0 179921 118 0 0 16 0 12 0 640462447 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12777/statm: 205507 175584 1390 9 0 202869 0
[pid=12777/tid=12779] ppid=12775 vsize=822028 CPUtime=105.45
/proc/12777/task/12779/stat : 12779 (java) S 12775 12777 11111 0 -1 64 17968 0 1 0 10533 12 0 0 16 0 12 0 640462448 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12780] ppid=12775 vsize=822028 CPUtime=118.37
/proc/12777/task/12780/stat : 12780 (java) S 12775 12777 11111 0 -1 64 77407 0 0 0 11798 39 0 0 16 0 12 0 640462449 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12781] ppid=12775 vsize=822028 CPUtime=118.19
/proc/12777/task/12781/stat : 12781 (java) S 12775 12777 11111 0 -1 64 77446 0 0 0 11779 40 0 0 17 0 12 0 640462449 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12782] ppid=12775 vsize=822028 CPUtime=1446.45
/proc/12777/task/12782/stat : 12782 (java) R 12775 12777 11111 0 -1 64 1171 0 0 0 144638 7 0 0 19 0 12 0 640462451 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 106122375 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12783] ppid=12775 vsize=822028 CPUtime=0
/proc/12777/task/12783/stat : 12783 (java) S 12775 12777 11111 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 640462451 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12784] ppid=12775 vsize=822028 CPUtime=0
/proc/12777/task/12784/stat : 12784 (java) S 12775 12777 11111 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 640462451 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12785] ppid=12775 vsize=822028 CPUtime=0
/proc/12777/task/12785/stat : 12785 (java) S 12775 12777 11111 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 640462455 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12786] ppid=12775 vsize=822028 CPUtime=8.99
/proc/12777/task/12786/stat : 12786 (java) S 12775 12777 11111 0 -1 64 22861 0 0 0 889 10 0 0 16 0 12 0 640462455 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12787] ppid=12775 vsize=822028 CPUtime=2.85
/proc/12777/task/12787/stat : 12787 (java) S 12775 12777 11111 0 -1 64 11464 0 0 0 280 5 0 0 15 0 12 0 640462455 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12788] ppid=12775 vsize=822028 CPUtime=0
/proc/12777/task/12788/stat : 12788 (java) S 12775 12777 11111 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 640462455 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12789] ppid=12775 vsize=822028 CPUtime=0.01
/proc/12777/task/12789/stat : 12789 (java) S 12775 12777 11111 0 -1 64 1 0 0 0 0 1 0 0 15 0 12 0 640462455 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.39
Current children cumulated vsize (KiB) 822028

[startup+1787.8 s]
/proc/loadavg: 2.37 2.41 2.31 3/96 12891
/proc/meminfo: memFree=452840/2055920 swapFree=4180808/4192956
[pid=12777] ppid=12775 vsize=822028 CPUtime=1801.15
/proc/12777/stat : 12777 (java) S 12775 12777 11111 0 -1 0 209080 0 1 0 179997 118 0 0 16 0 12 0 640462447 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12777/statm: 205507 175584 1390 9 0 202869 0
[pid=12777/tid=12779] ppid=12775 vsize=822028 CPUtime=105.45
/proc/12777/task/12779/stat : 12779 (java) S 12775 12777 11111 0 -1 64 17968 0 1 0 10533 12 0 0 16 0 12 0 640462448 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12780] ppid=12775 vsize=822028 CPUtime=118.37
/proc/12777/task/12780/stat : 12780 (java) S 12775 12777 11111 0 -1 64 77407 0 0 0 11798 39 0 0 16 0 12 0 640462449 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12781] ppid=12775 vsize=822028 CPUtime=118.19
/proc/12777/task/12781/stat : 12781 (java) S 12775 12777 11111 0 -1 64 77446 0 0 0 11779 40 0 0 17 0 12 0 640462449 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12782] ppid=12775 vsize=822028 CPUtime=1447.21
/proc/12777/task/12782/stat : 12782 (java) R 12775 12777 11111 0 -1 64 1171 0 0 0 144714 7 0 0 20 0 12 0 640462451 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 104136526 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12783] ppid=12775 vsize=822028 CPUtime=0
/proc/12777/task/12783/stat : 12783 (java) S 12775 12777 11111 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 640462451 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12784] ppid=12775 vsize=822028 CPUtime=0
/proc/12777/task/12784/stat : 12784 (java) S 12775 12777 11111 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 640462451 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12785] ppid=12775 vsize=822028 CPUtime=0
/proc/12777/task/12785/stat : 12785 (java) S 12775 12777 11111 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 640462455 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12786] ppid=12775 vsize=822028 CPUtime=8.99
/proc/12777/task/12786/stat : 12786 (java) S 12775 12777 11111 0 -1 64 22861 0 0 0 889 10 0 0 16 0 12 0 640462455 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12787] ppid=12775 vsize=822028 CPUtime=2.85
/proc/12777/task/12787/stat : 12787 (java) S 12775 12777 11111 0 -1 64 11464 0 0 0 280 5 0 0 15 0 12 0 640462455 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12788] ppid=12775 vsize=822028 CPUtime=0
/proc/12777/task/12788/stat : 12788 (java) S 12775 12777 11111 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 640462455 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12789] ppid=12775 vsize=822028 CPUtime=0.01
/proc/12777/task/12789/stat : 12789 (java) S 12775 12777 11111 0 -1 64 1 0 0 0 0 1 0 0 15 0 12 0 640462455 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.15
Current children cumulated vsize (KiB) 822028

[startup+1788.2 s]
/proc/loadavg: 2.37 2.41 2.31 3/96 12891
/proc/meminfo: memFree=452840/2055920 swapFree=4180808/4192956
[pid=12777] ppid=12775 vsize=822028 CPUtime=1801.55
/proc/12777/stat : 12777 (java) S 12775 12777 11111 0 -1 0 209080 0 1 0 180037 118 0 0 16 0 12 0 640462447 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12777/statm: 205507 175584 1390 9 0 202869 0
[pid=12777/tid=12779] ppid=12775 vsize=822028 CPUtime=105.45
/proc/12777/task/12779/stat : 12779 (java) S 12775 12777 11111 0 -1 64 17968 0 1 0 10533 12 0 0 16 0 12 0 640462448 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12780] ppid=12775 vsize=822028 CPUtime=118.37
/proc/12777/task/12780/stat : 12780 (java) S 12775 12777 11111 0 -1 64 77407 0 0 0 11798 39 0 0 16 0 12 0 640462449 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12781] ppid=12775 vsize=822028 CPUtime=118.19
/proc/12777/task/12781/stat : 12781 (java) S 12775 12777 11111 0 -1 64 77446 0 0 0 11779 40 0 0 17 0 12 0 640462449 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12782] ppid=12775 vsize=822028 CPUtime=1447.6
/proc/12777/task/12782/stat : 12782 (java) R 12775 12777 11111 0 -1 64 1171 0 0 0 144753 7 0 0 21 0 12 0 640462451 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 104136517 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12783] ppid=12775 vsize=822028 CPUtime=0
/proc/12777/task/12783/stat : 12783 (java) S 12775 12777 11111 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 640462451 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12784] ppid=12775 vsize=822028 CPUtime=0
/proc/12777/task/12784/stat : 12784 (java) S 12775 12777 11111 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 640462451 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12785] ppid=12775 vsize=822028 CPUtime=0
/proc/12777/task/12785/stat : 12785 (java) S 12775 12777 11111 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 640462455 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12786] ppid=12775 vsize=822028 CPUtime=8.99
/proc/12777/task/12786/stat : 12786 (java) S 12775 12777 11111 0 -1 64 22861 0 0 0 889 10 0 0 16 0 12 0 640462455 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12787] ppid=12775 vsize=822028 CPUtime=2.85
/proc/12777/task/12787/stat : 12787 (java) S 12775 12777 11111 0 -1 64 11464 0 0 0 280 5 0 0 15 0 12 0 640462455 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12788] ppid=12775 vsize=822028 CPUtime=0
/proc/12777/task/12788/stat : 12788 (java) S 12775 12777 11111 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 640462455 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12789] ppid=12775 vsize=822028 CPUtime=0.01
/proc/12777/task/12789/stat : 12789 (java) S 12775 12777 11111 0 -1 64 1 0 0 0 0 1 0 0 15 0 12 0 640462455 841756672 175584 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.55
Current children cumulated vsize (KiB) 822028

[startup+1788.61 s]
/proc/loadavg: 2.37 2.41 2.31 5/96 12891
/proc/meminfo: memFree=450920/2055920 swapFree=4180808/4192956
[pid=12777] ppid=12775 vsize=822028 CPUtime=1801.95
/proc/12777/stat : 12777 (java) S 12775 12777 11111 0 -1 0 209083 0 1 0 180077 118 0 0 16 0 12 0 640462447 841756672 175587 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12777/statm: 205507 175587 1390 9 0 202869 0
[pid=12777/tid=12779] ppid=12775 vsize=822028 CPUtime=105.45
/proc/12777/task/12779/stat : 12779 (java) S 12775 12777 11111 0 -1 64 17968 0 1 0 10533 12 0 0 16 0 12 0 640462448 841756672 175587 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12780] ppid=12775 vsize=822028 CPUtime=118.44
/proc/12777/task/12780/stat : 12780 (java) R 12775 12777 11111 0 -1 64 77407 0 0 0 11805 39 0 0 17 0 12 0 640462449 841756672 175587 996147200 134512640 134550740 4294956016 18446744073709551615 103074500 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12781] ppid=12775 vsize=822028 CPUtime=118.26
/proc/12777/task/12781/stat : 12781 (java) R 12775 12777 11111 0 -1 64 77446 0 0 0 11786 40 0 0 17 0 12 0 640462449 841756672 175587 996147200 134512640 134550740 4294956016 18446744073709551615 105852873 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12782] ppid=12775 vsize=822028 CPUtime=1447.87
/proc/12777/task/12782/stat : 12782 (java) R 12775 12777 11111 0 -1 64 1171 0 0 0 144780 7 0 0 22 0 12 0 640462451 841756672 175587 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12783] ppid=12775 vsize=822028 CPUtime=0
/proc/12777/task/12783/stat : 12783 (java) S 12775 12777 11111 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 640462451 841756672 175587 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12784] ppid=12775 vsize=822028 CPUtime=0
/proc/12777/task/12784/stat : 12784 (java) S 12775 12777 11111 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 640462451 841756672 175587 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12785] ppid=12775 vsize=822028 CPUtime=0
/proc/12777/task/12785/stat : 12785 (java) S 12775 12777 11111 0 -1 64 6 0 0 0 0 0 0 0 17 0 12 0 640462455 841756672 175587 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12777/tid=12786] ppid=12775 vsize=822028 CPUtime=8.99
/proc/12777/task/12786/stat : 12786 (java) S 12775 12777 11111 0 -1 64 22861 0 0 0 889 10 0 0 16 0 12 0 640462455 841756672 175587 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12787] ppid=12775 vsize=822028 CPUtime=2.85
/proc/12777/task/12787/stat : 12787 (java) S 12775 12777 11111 0 -1 64 11464 0 0 0 280 5 0 0 15 0 12 0 640462455 841756672 175587 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12788] ppid=12775 vsize=822028 CPUtime=0
/proc/12777/task/12788/stat : 12788 (java) S 12775 12777 11111 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 640462455 841756672 175587 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12777/tid=12789] ppid=12775 vsize=822028 CPUtime=0.01
/proc/12777/task/12789/stat : 12789 (java) S 12775 12777 11111 0 -1 64 1 0 0 0 0 1 0 0 15 0 12 0 640462455 841756672 175587 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.95
Current children cumulated vsize (KiB) 822028

[startup+1788.7 s]
/proc/loadavg: 2.37 2.41 2.31 5/96 12891
/proc/meminfo: memFree=450920/2055920 swapFree=4180808/4192956
[pid=12777] ppid=12775 vsize=0 CPUtime=1802.05
/proc/12777/stat : 12777 (java) Z 12775 12777 11111 0 -1 1036 209083 0 1 0 180079 126 0 0 16 0 2 0 640462447 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12777/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.05
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1788.74
CPU time (s): 1802.09
CPU user time (s): 1800.79
CPU system time (s): 1.2988
CPU usage (%): 100.746
Max. virtual memory (cumulated for all children) (KiB): 826408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.79
system time used= 1.2988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209083
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= 41392
involuntary context switches= 62725

runsolver used 2.27765 second user time and 5.9281 second system time

The end

Launcher Data (download as text)

Begin job on node39 at 2008-07-04 14:41:28
IDJOB=1072583
IDBENCH=56270
IDSOLVER=344
FILE ID=node39/1072583-1215175288
PBS_JOBID= 7881476
Free space on /tmp= 66556 MiB

SOLVER NAME= SAT4J CSP 2008-06-13
BENCH NAME= CPAI08/csp/radar-8-30-3-0/normalized-radar-8-30-3-0-23.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-1072583-1215175288/watcher-1072583-1215175288 -o /tmp/evaluation-result-1072583-1215175288/solver-1072583-1215175288 -C 1800 -W 2200 -M 900 --output-limit 1,15  java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1072583-1215175288.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5e2c844f828e84354ced30f5a2099da7
RANDOM SEED=969649175

node39.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.267
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.267
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:       1827016 kB
Buffers:         30248 kB
Cached:         113056 kB
SwapCached:       5956 kB
Active:         133692 kB
Inactive:        42644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1827016 kB
SwapTotal:     4192956 kB
SwapFree:      4180808 kB
Dirty:            1508 kB
Writeback:           0 kB
Mapped:          40744 kB
Slab:            37752 kB
Committed_AS:  1034176 kB
PageTables:       1948 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 node39 at 2008-07-04 15:11:17