Trace number 1080556

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.25 1734.43

General information on the benchmark

Namecsp/radar-8-24-3-2/
normalized-radar-8-24-3-2-6.xml
MD5SUMd1d7294337d4bded9fb03b895bb04a79
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.040992
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 (download as text)

0.18/0.30	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.18/0.30	c This is free software under the dual EPL/GNU LGPL licenses.
0.18/0.30	c See www.sat4j.org for details.
0.18/0.30	c That software uses the Rhino library from the Mozilla project.
0.28/0.34	c version 9.9.9.token
0.28/0.34	c sun.arch.data.model	32
0.28/0.34	c java.version	1.6.0_06
0.28/0.34	c os.name	Linux
0.28/0.34	c os.version	2.6.9-22.EL.rootsmp
0.28/0.34	c os.arch	i386
0.28/0.34	c Free memory 669864272
0.28/0.34	c Max memory 672137216
0.28/0.34	c Total memory 672137216
0.28/0.34	c Number of processors 2
0.28/0.38	c c --- Begin Solver configuration ---
0.28/0.38	c Stops conflict analysis at the first Unique Implication Point
0.28/0.38	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.38	c Learn all clauses as in MiniSAT
0.28/0.38	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.38	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.38	c Expensive reason simplification
0.28/0.38	c MiniSAT restarts strategy
0.28/0.38	c timeout=2147483s
0.28/0.38	c DB Simplification allowed=false
0.28/0.38	c --- End Solver configuration ---
0.28/0.38	c solving HOME/instance-1080556-1215213121.xml
0.28/0.38	c reading problem ... 
0.58/0.64	c reading problem named null
0.58/0.64	c reading domains done.
0.58/0.65	c reading variables done.
0.68/0.70	c reading predicates  done.
0.99/1.09	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-1080556-1215213121/watcher-1080556-1215213121 -o /tmp/evaluation-result-1080556-1215213121/solver-1080556-1215213121 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1080556-1215213121.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.99 1.97 1.99 4/81 11930
/proc/meminfo: memFree=1425080/2055920 swapFree=4169368/4192956
[pid=11930] ppid=11928 vsize=18572 CPUtime=0
/proc/11930/stat : 11930 (runsolver) R 11928 11930 11087 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 255785913 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 224264776999 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/11930/statm: 4643 292 257 25 0 2626 0

[startup+0.0756531 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 11930
/proc/meminfo: memFree=1425080/2055920 swapFree=4169368/4192956
[pid=11930] ppid=11928 vsize=802236 CPUtime=0.06
/proc/11930/stat : 11930 (java) S 11928 11930 11087 0 -1 0 2792 0 1 0 4 2 0 0 18 0 7 0 255785913 821489664 2527 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/11930/statm: 200559 2527 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.101834 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 11930
/proc/meminfo: memFree=1425080/2055920 swapFree=4169368/4192956
[pid=11930] ppid=11928 vsize=804612 CPUtime=0.08
/proc/11930/stat : 11930 (java) S 11928 11930 11087 0 -1 0 3004 0 1 0 6 2 0 0 18 0 12 0 255785913 823922688 2737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11930/statm: 201153 2737 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301853 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 11930
/proc/meminfo: memFree=1425080/2055920 swapFree=4169368/4192956
[pid=11930] ppid=11928 vsize=808180 CPUtime=0.28
/proc/11930/stat : 11930 (java) S 11928 11930 11087 0 -1 0 5023 0 1 0 24 4 0 0 18 0 12 0 255785913 827576320 4349 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11930/statm: 202045 4349 1307 9 0 199414 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808180

[startup+0.701898 s]
/proc/loadavg: 1.99 1.97 1.99 4/81 11930
/proc/meminfo: memFree=1425080/2055920 swapFree=4169368/4192956
[pid=11930] ppid=11928 vsize=808208 CPUtime=0.68
/proc/11930/stat : 11930 (java) S 11928 11930 11087 0 -1 0 6355 0 1 0 62 6 0 0 18 0 12 0 255785913 827604992 5515 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11930/statm: 202052 5515 1335 9 0 199414 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808208

[startup+1.50299 s]
/proc/loadavg: 1.99 1.97 1.99 4/93 11942
/proc/meminfo: memFree=1404632/2055920 swapFree=4169368/4192956
[pid=11930] ppid=11928 vsize=814904 CPUtime=1.48
/proc/11930/stat : 11930 (java) S 11928 11930 11087 0 -1 0 10258 0 1 0 140 8 0 0 18 0 12 0 255785913 834461696 8209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11930/statm: 203726 8209 1363 9 0 201088 0
[pid=11930/tid=11932] ppid=11928 vsize=814904 CPUtime=0.78
/proc/11930/task/11932/stat : 11932 (java) R 11928 11930 11087 0 -1 64 4964 0 1 0 73 5 0 0 20 0 12 0 255785914 834461696 8209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11933] ppid=11928 vsize=814904 CPUtime=0
/proc/11930/task/11933/stat : 11933 (java) S 11928 11930 11087 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 255785915 834461696 8209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11934] ppid=11928 vsize=814904 CPUtime=0
/proc/11930/task/11934/stat : 11934 (java) S 11928 11930 11087 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 255785915 834461696 8209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11935] ppid=11928 vsize=814904 CPUtime=0
/proc/11930/task/11935/stat : 11935 (java) S 11928 11930 11087 0 -1 64 0 0 0 0 0 0 0 0 17 0 12 0 255785917 834461696 8209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11936] ppid=11928 vsize=814904 CPUtime=0
/proc/11930/task/11936/stat : 11936 (java) S 11928 11930 11087 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 255785917 834461696 8209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11937] ppid=11928 vsize=814904 CPUtime=0
/proc/11930/task/11937/stat : 11937 (java) S 11928 11930 11087 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 255785917 834461696 8209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11938] ppid=11928 vsize=814904 CPUtime=0
/proc/11930/task/11938/stat : 11938 (java) S 11928 11930 11087 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 255785921 834461696 8209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11939] ppid=11928 vsize=814904 CPUtime=0.46
/proc/11930/task/11939/stat : 11939 (java) R 11928 11930 11087 0 -1 64 3388 0 0 0 45 1 0 0 17 0 12 0 255785922 834461696 8209 996147200 134512640 134550740 4294956016 18446744073709551615 106220619 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11940] ppid=11928 vsize=814904 CPUtime=0.21
/proc/11930/task/11940/stat : 11940 (java) S 11928 11930 11087 0 -1 64 1143 0 0 0 21 0 0 0 16 0 12 0 255785922 834461696 8209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11941] ppid=11928 vsize=814904 CPUtime=0
/proc/11930/task/11941/stat : 11941 (java) S 11928 11930 11087 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 255785922 834461696 8209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11942] ppid=11928 vsize=814904 CPUtime=0
/proc/11930/task/11942/stat : 11942 (java) S 11928 11930 11087 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 255785922 834461696 8209 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 814904

[startup+3.10215 s]
/proc/loadavg: 2.07 1.99 1.99 4/93 11942
/proc/meminfo: memFree=1393880/2055920 swapFree=4169368/4192956
[pid=11930] ppid=11928 vsize=816528 CPUtime=3.07
/proc/11930/stat : 11930 (java) S 11928 11930 11087 0 -1 0 16293 0 1 0 296 11 0 0 18 0 12 0 255785913 836124672 11845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11930/statm: 204132 11845 1380 9 0 201494 0
[pid=11930/tid=11932] ppid=11928 vsize=816528 CPUtime=1.44
/proc/11930/task/11932/stat : 11932 (java) R 11928 11930 11087 0 -1 64 7990 0 1 0 137 7 0 0 25 0 12 0 255785914 836124672 11845 996147200 134512640 134550740 4294956016 18446744073709551615 4109617352 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11933] ppid=11928 vsize=816528 CPUtime=0
/proc/11930/task/11933/stat : 11933 (java) S 11928 11930 11087 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 255785915 836124672 11845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11934] ppid=11928 vsize=816528 CPUtime=0
/proc/11930/task/11934/stat : 11934 (java) S 11928 11930 11087 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 255785915 836124672 11845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11935] ppid=11928 vsize=816528 CPUtime=0
/proc/11930/task/11935/stat : 11935 (java) S 11928 11930 11087 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 255785917 836124672 11845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11936] ppid=11928 vsize=816528 CPUtime=0
/proc/11930/task/11936/stat : 11936 (java) S 11928 11930 11087 0 -1 64 8 0 0 0 0 0 0 0 21 0 12 0 255785917 836124672 11845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11937] ppid=11928 vsize=816528 CPUtime=0
/proc/11930/task/11937/stat : 11937 (java) S 11928 11930 11087 0 -1 64 4 0 0 0 0 0 0 0 22 0 12 0 255785917 836124672 11845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11938] ppid=11928 vsize=816528 CPUtime=0
/proc/11930/task/11938/stat : 11938 (java) S 11928 11930 11087 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 255785921 836124672 11845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11939] ppid=11928 vsize=816528 CPUtime=1.13
/proc/11930/task/11939/stat : 11939 (java) S 11928 11930 11087 0 -1 64 5891 0 0 0 111 2 0 0 16 0 12 0 255785922 836124672 11845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11940] ppid=11928 vsize=816528 CPUtime=0.48
/proc/11930/task/11940/stat : 11940 (java) S 11928 11930 11087 0 -1 64 1648 0 0 0 48 0 0 0 16 0 12 0 255785922 836124672 11845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11941] ppid=11928 vsize=816528 CPUtime=0
/proc/11930/task/11941/stat : 11941 (java) S 11928 11930 11087 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 255785922 836124672 11845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11942] ppid=11928 vsize=816528 CPUtime=0
/proc/11930/task/11942/stat : 11942 (java) S 11928 11930 11087 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 255785922 836124672 11845 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 816528

[startup+6.3015 s]
/proc/loadavg: 2.07 1.99 1.99 4/93 11942
/proc/meminfo: memFree=1339800/2055920 swapFree=4169368/4192956
[pid=11930] ppid=11928 vsize=817524 CPUtime=6.25
/proc/11930/stat : 11930 (java) S 11928 11930 11087 0 -1 0 30377 0 1 0 606 19 0 0 18 0 12 0 255785913 837144576 22862 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11930/statm: 204381 22862 1387 9 0 201743 0
[pid=11930/tid=11932] ppid=11928 vsize=817524 CPUtime=3.13
/proc/11930/task/11932/stat : 11932 (java) R 11928 11930 11087 0 -1 64 17316 0 1 0 301 12 0 0 25 0 12 0 255785914 837144576 22862 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11933] ppid=11928 vsize=817524 CPUtime=0.01
/proc/11930/task/11933/stat : 11933 (java) S 11928 11930 11087 0 -1 64 540 0 0 0 1 0 0 0 17 0 12 0 255785915 837144576 22862 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11934] ppid=11928 vsize=817524 CPUtime=0.03
/proc/11930/task/11934/stat : 11934 (java) S 11928 11930 11087 0 -1 64 756 0 0 0 3 0 0 0 17 0 12 0 255785915 837144576 22862 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11935] ppid=11928 vsize=817524 CPUtime=0
/proc/11930/task/11935/stat : 11935 (java) S 11928 11930 11087 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 255785917 837144576 22862 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11936] ppid=11928 vsize=817524 CPUtime=0
/proc/11930/task/11936/stat : 11936 (java) S 11928 11930 11087 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 255785917 837144576 22862 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11937] ppid=11928 vsize=817524 CPUtime=0
/proc/11930/task/11937/stat : 11937 (java) S 11928 11930 11087 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 255785917 837144576 22862 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11938] ppid=11928 vsize=817524 CPUtime=0
/proc/11930/task/11938/stat : 11938 (java) S 11928 11930 11087 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 255785921 837144576 22862 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11939] ppid=11928 vsize=817524 CPUtime=2
/proc/11930/task/11939/stat : 11939 (java) R 11928 11930 11087 0 -1 64 8364 0 0 0 196 4 0 0 16 0 12 0 255785922 837144576 22862 996147200 134512640 134550740 4294956016 18446744073709551615 105842116 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11940] ppid=11928 vsize=817524 CPUtime=1.04
/proc/11930/task/11940/stat : 11940 (java) S 11928 11930 11087 0 -1 64 2609 0 0 0 103 1 0 0 16 0 12 0 255785922 837144576 22862 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11941] ppid=11928 vsize=817524 CPUtime=0
/proc/11930/task/11941/stat : 11941 (java) S 11928 11930 11087 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 255785922 837144576 22862 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11942] ppid=11928 vsize=817524 CPUtime=0
/proc/11930/task/11942/stat : 11942 (java) S 11928 11930 11087 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 255785922 837144576 22862 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 817524

[startup+12.7012 s]
/proc/loadavg: 2.22 2.02 2.01 3/93 11942
/proc/meminfo: memFree=1311832/2055920 swapFree=4169368/4192956
[pid=11930] ppid=11928 vsize=820444 CPUtime=12.61
/proc/11930/stat : 11930 (java) S 11928 11930 11087 0 -1 0 44390 0 1 0 1237 24 0 0 18 0 12 0 255785913 840134656 29407 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11930/statm: 205111 29407 1387 9 0 202473 0
[pid=11930/tid=11932] ppid=11928 vsize=820444 CPUtime=6.43
/proc/11930/task/11932/stat : 11932 (java) R 11928 11930 11087 0 -1 64 17332 0 1 0 631 12 0 0 25 0 12 0 255785914 840134656 29407 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11933] ppid=11928 vsize=820444 CPUtime=0.17
/proc/11930/task/11933/stat : 11933 (java) S 11928 11930 11087 0 -1 64 4524 0 0 0 16 1 0 0 17 0 12 0 255785915 840134656 29407 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11934] ppid=11928 vsize=820444 CPUtime=0.14
/proc/11930/task/11934/stat : 11934 (java) S 11928 11930 11087 0 -1 64 2646 0 0 0 14 0 0 0 17 0 12 0 255785915 840134656 29407 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11935] ppid=11928 vsize=820444 CPUtime=0
/proc/11930/task/11935/stat : 11935 (java) S 11928 11930 11087 0 -1 64 81 0 0 0 0 0 0 0 16 0 12 0 255785917 840134656 29407 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11936] ppid=11928 vsize=820444 CPUtime=0
/proc/11930/task/11936/stat : 11936 (java) S 11928 11930 11087 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 255785917 840134656 29407 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11937] ppid=11928 vsize=820444 CPUtime=0
/proc/11930/task/11937/stat : 11937 (java) S 11928 11930 11087 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 255785917 840134656 29407 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11938] ppid=11928 vsize=820444 CPUtime=0
/proc/11930/task/11938/stat : 11938 (java) S 11928 11930 11087 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 255785921 840134656 29407 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11939] ppid=11928 vsize=820444 CPUtime=2.81
/proc/11930/task/11939/stat : 11939 (java) S 11928 11930 11087 0 -1 64 10490 0 0 0 277 4 0 0 17 0 12 0 255785922 840134656 29407 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11940] ppid=11928 vsize=820444 CPUtime=2.99
/proc/11930/task/11940/stat : 11940 (java) R 11928 11930 11087 0 -1 64 8554 0 0 0 296 3 0 0 16 0 12 0 255785922 840134656 29407 996147200 134512640 134550740 4294956016 18446744073709551615 106084315 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11941] ppid=11928 vsize=820444 CPUtime=0
/proc/11930/task/11941/stat : 11941 (java) S 11928 11930 11087 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 255785922 840134656 29407 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11942] ppid=11928 vsize=820444 CPUtime=0
/proc/11930/task/11942/stat : 11942 (java) S 11928 11930 11087 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 255785922 840134656 29407 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 820444

[startup+25.5025 s]
/proc/loadavg: 2.26 2.04 2.01 3/93 11942
/proc/meminfo: memFree=1252440/2055920 swapFree=4169368/4192956
[pid=11930] ppid=11928 vsize=830876 CPUtime=25.46
/proc/11930/stat : 11930 (java) S 11928 11930 11087 0 -1 0 72618 0 1 0 2509 37 0 0 18 0 12 0 255785913 850817024 44228 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11930/statm: 207719 44228 1387 9 0 205081 0
[pid=11930/tid=11932] ppid=11928 vsize=830876 CPUtime=13.81
/proc/11930/task/11932/stat : 11932 (java) R 11928 11930 11087 0 -1 64 17360 0 1 0 1368 13 0 0 25 0 12 0 255785914 850817024 44228 996147200 134512640 134550740 4294956016 18446744073709551615 4109665407 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11933] ppid=11928 vsize=830876 CPUtime=0.67
/proc/11930/task/11933/stat : 11933 (java) S 11928 11930 11087 0 -1 64 10816 0 0 0 62 5 0 0 17 0 12 0 255785915 850817024 44228 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11934] ppid=11928 vsize=830876 CPUtime=0.72
/proc/11930/task/11934/stat : 11934 (java) S 11928 11930 11087 0 -1 64 9198 0 0 0 70 2 0 0 17 0 12 0 255785915 850817024 44228 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11935] ppid=11928 vsize=830876 CPUtime=0.01
/proc/11930/task/11935/stat : 11935 (java) S 11928 11930 11087 0 -1 64 81 0 0 0 1 0 0 0 16 0 12 0 255785917 850817024 44228 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11936] ppid=11928 vsize=830876 CPUtime=0
/proc/11930/task/11936/stat : 11936 (java) S 11928 11930 11087 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 255785917 850817024 44228 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11937] ppid=11928 vsize=830876 CPUtime=0
/proc/11930/task/11937/stat : 11937 (java) S 11928 11930 11087 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 255785917 850817024 44228 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11938] ppid=11928 vsize=830876 CPUtime=0
/proc/11930/task/11938/stat : 11938 (java) S 11928 11930 11087 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 255785921 850817024 44228 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/11930/stat : 11930 (java) S 11928 11930 11087 0 -1 0 1582625 0 1 0 178222 742 0 0 18 0 12 0 255785913 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11930/statm: 209072 179439 1390 9 0 206434 0
[pid=11930/tid=11932] ppid=11928 vsize=836288 CPUtime=110.54
/proc/11930/task/11932/stat : 11932 (java) S 11928 11930 11087 0 -1 64 18101 0 1 0 11039 15 0 0 16 0 12 0 255785914 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11933] ppid=11928 vsize=836288 CPUtime=145.28
/proc/11930/task/11933/stat : 11933 (java) R 11928 11930 11087 0 -1 64 83583 0 0 0 14488 40 0 0 17 0 12 0 255785915 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11934] ppid=11928 vsize=836288 CPUtime=145.39
/proc/11930/task/11934/stat : 11934 (java) S 11928 11930 11087 0 -1 64 72291 0 0 0 14502 37 0 0 17 0 12 0 255785915 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11935] ppid=11928 vsize=836288 CPUtime=1372.62
/proc/11930/task/11935/stat : 11935 (java) R 11928 11930 11087 0 -1 64 1357379 0 0 0 136637 625 0 0 15 0 12 0 255785917 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 105818851 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11936] ppid=11928 vsize=836288 CPUtime=0
/proc/11930/task/11936/stat : 11936 (java) S 11928 11930 11087 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 255785917 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11937] ppid=11928 vsize=836288 CPUtime=0
/proc/11930/task/11937/stat : 11937 (java) S 11928 11930 11087 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 255785917 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11938] ppid=11928 vsize=836288 CPUtime=0
/proc/11930/task/11938/stat : 11938 (java) S 11928 11930 11087 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 255785921 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11939] ppid=11928 vsize=836288 CPUtime=8.53
/proc/11930/task/11939/stat : 11939 (java) S 11928 11930 11087 0 -1 64 24934 0 0 0 842 11 0 0 15 0 12 0 255785922 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11940] ppid=11928 vsize=836288 CPUtime=7.21
/proc/11930/task/11940/stat : 11940 (java) S 11928 11930 11087 0 -1 64 25574 0 0 0 710 11 0 0 16 0 12 0 255785922 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11941] ppid=11928 vsize=836288 CPUtime=0
/proc/11930/task/11941/stat : 11941 (java) S 11928 11930 11087 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 255785922 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11942] ppid=11928 vsize=836288 CPUtime=0
/proc/11930/task/11942/stat : 11942 (java) S 11928 11930 11087 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 255785922 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1789.64
Current children cumulated vsize (KiB) 836288



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1732.3 s]
/proc/loadavg: 2.34 2.34 2.28 5/93 11980
/proc/meminfo: memFree=711000/2055920 swapFree=4169368/4192956
[pid=11930] ppid=11928 vsize=836288 CPUtime=1800.02
/proc/11930/stat : 11930 (java) S 11928 11930 11087 0 -1 0 1588637 0 1 0 179258 744 0 0 18 0 12 0 255785913 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11930/statm: 209072 179439 1390 9 0 206434 0
[pid=11930/tid=11932] ppid=11928 vsize=836288 CPUtime=110.54
/proc/11930/task/11932/stat : 11932 (java) S 11928 11930 11087 0 -1 64 18105 0 1 0 11039 15 0 0 16 0 12 0 255785914 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11933] ppid=11928 vsize=836288 CPUtime=146.08
/proc/11930/task/11933/stat : 11933 (java) R 11928 11930 11087 0 -1 64 83583 0 0 0 14568 40 0 0 17 0 12 0 255785915 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 103074553 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11934] ppid=11928 vsize=836288 CPUtime=146.17
/proc/11930/task/11934/stat : 11934 (java) R 11928 11930 11087 0 -1 64 72291 0 0 0 14580 37 0 0 17 0 12 0 255785915 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 104136968 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11935] ppid=11928 vsize=836288 CPUtime=1381.4
/proc/11930/task/11935/stat : 11935 (java) R 11928 11930 11087 0 -1 64 1363387 0 0 0 137514 626 0 0 18 0 12 0 255785917 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11936] ppid=11928 vsize=836288 CPUtime=0
/proc/11930/task/11936/stat : 11936 (java) S 11928 11930 11087 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 255785917 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11937] ppid=11928 vsize=836288 CPUtime=0
/proc/11930/task/11937/stat : 11937 (java) S 11928 11930 11087 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 255785917 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11938] ppid=11928 vsize=836288 CPUtime=0
/proc/11930/task/11938/stat : 11938 (java) S 11928 11930 11087 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 255785921 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11939] ppid=11928 vsize=836288 CPUtime=8.53
/proc/11930/task/11939/stat : 11939 (java) S 11928 11930 11087 0 -1 64 24934 0 0 0 842 11 0 0 15 0 12 0 255785922 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11940] ppid=11928 vsize=836288 CPUtime=7.21
/proc/11930/task/11940/stat : 11940 (java) S 11928 11930 11087 0 -1 64 25574 0 0 0 710 11 0 0 16 0 12 0 255785922 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11941] ppid=11928 vsize=836288 CPUtime=0
/proc/11930/task/11941/stat : 11941 (java) S 11928 11930 11087 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 255785922 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11942] ppid=11928 vsize=836288 CPUtime=0
/proc/11930/task/11942/stat : 11942 (java) S 11928 11930 11087 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 255785922 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 836288

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+1732.6 s]
/proc/loadavg: 2.34 2.34 2.28 5/94 11981
/proc/meminfo: memFree=710992/2055920 swapFree=4169368/4192956
[pid=11930] ppid=11928 vsize=836288 CPUtime=1800.42
/proc/11930/stat : 11930 (java) S 11928 11930 11087 0 -1 0 1588638 0 1 0 179298 744 0 0 16 0 12 0 255785913 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11930/statm: 209072 179439 1390 9 0 206434 0
[pid=11930/tid=11932] ppid=11928 vsize=836288 CPUtime=110.54
/proc/11930/task/11932/stat : 11932 (java) S 11928 11930 11087 0 -1 64 18105 0 1 0 11039 15 0 0 16 0 12 0 255785914 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11933] ppid=11928 vsize=836288 CPUtime=146.22
/proc/11930/task/11933/stat : 11933 (java) S 11928 11930 11087 0 -1 64 83583 0 0 0 14582 40 0 0 17 0 12 0 255785915 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11934] ppid=11928 vsize=836288 CPUtime=146.3
/proc/11930/task/11934/stat : 11934 (java) S 11928 11930 11087 0 -1 64 72291 0 0 0 14593 37 0 0 17 0 12 0 255785915 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11935] ppid=11928 vsize=836288 CPUtime=1381.54
/proc/11930/task/11935/stat : 11935 (java) R 11928 11930 11087 0 -1 64 1363387 0 0 0 137528 626 0 0 18 0 12 0 255785917 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 104126404 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11936] ppid=11928 vsize=836288 CPUtime=0
/proc/11930/task/11936/stat : 11936 (java) S 11928 11930 11087 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 255785917 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11937] ppid=11928 vsize=836288 CPUtime=0
/proc/11930/task/11937/stat : 11937 (java) S 11928 11930 11087 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 255785917 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11938] ppid=11928 vsize=836288 CPUtime=0
/proc/11930/task/11938/stat : 11938 (java) S 11928 11930 11087 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 255785921 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11939] ppid=11928 vsize=836288 CPUtime=8.53
/proc/11930/task/11939/stat : 11939 (java) S 11928 11930 11087 0 -1 64 24934 0 0 0 842 11 0 0 15 0 12 0 255785922 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11940] ppid=11928 vsize=836288 CPUtime=7.21
/proc/11930/task/11940/stat : 11940 (java) S 11928 11930 11087 0 -1 64 25574 0 0 0 710 11 0 0 16 0 12 0 255785922 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11941] ppid=11928 vsize=836288 CPUtime=0
/proc/11930/task/11941/stat : 11941 (java) S 11928 11930 11087 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 255785922 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11942] ppid=11928 vsize=836288 CPUtime=0
/proc/11930/task/11942/stat : 11942 (java) S 11928 11930 11087 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 255785922 856358912 179439 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.42
Current children cumulated vsize (KiB) 836288

[startup+1733.4 s]
/proc/loadavg: 2.34 2.34 2.28 5/94 11981
/proc/meminfo: memFree=710992/2055920 swapFree=4169368/4192956
[pid=11930] ppid=11928 vsize=840292 CPUtime=1801.21
/proc/11930/stat : 11930 (java) S 11928 11930 11087 0 -1 0 1590140 0 1 0 179377 744 0 0 16 0 12 0 255785913 860459008 180440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11930/statm: 210073 180440 1390 9 0 207435 0
[pid=11930/tid=11932] ppid=11928 vsize=840292 CPUtime=110.54
/proc/11930/task/11932/stat : 11932 (java) S 11928 11930 11087 0 -1 64 18105 0 1 0 11039 15 0 0 16 0 12 0 255785914 860459008 180440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11933] ppid=11928 vsize=840292 CPUtime=146.22
/proc/11930/task/11933/stat : 11933 (java) S 11928 11930 11087 0 -1 64 83583 0 0 0 14582 40 0 0 17 0 12 0 255785915 860459008 180440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11934] ppid=11928 vsize=840292 CPUtime=146.3
/proc/11930/task/11934/stat : 11934 (java) S 11928 11930 11087 0 -1 64 72291 0 0 0 14593 37 0 0 17 0 12 0 255785915 860459008 180440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11935] ppid=11928 vsize=840292 CPUtime=1382.34
/proc/11930/task/11935/stat : 11935 (java) R 11928 11930 11087 0 -1 64 1364889 0 0 0 137607 627 0 0 19 0 12 0 255785917 860459008 180440 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11936] ppid=11928 vsize=840292 CPUtime=0
/proc/11930/task/11936/stat : 11936 (java) S 11928 11930 11087 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 255785917 860459008 180440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11937] ppid=11928 vsize=840292 CPUtime=0
/proc/11930/task/11937/stat : 11937 (java) S 11928 11930 11087 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 255785917 860459008 180440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11938] ppid=11928 vsize=840292 CPUtime=0
/proc/11930/task/11938/stat : 11938 (java) S 11928 11930 11087 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 255785921 860459008 180440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11939] ppid=11928 vsize=840292 CPUtime=8.53
/proc/11930/task/11939/stat : 11939 (java) S 11928 11930 11087 0 -1 64 24934 0 0 0 842 11 0 0 15 0 12 0 255785922 860459008 180440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11940] ppid=11928 vsize=840292 CPUtime=7.21
/proc/11930/task/11940/stat : 11940 (java) S 11928 11930 11087 0 -1 64 25574 0 0 0 710 11 0 0 16 0 12 0 255785922 860459008 180440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11941] ppid=11928 vsize=840292 CPUtime=0
/proc/11930/task/11941/stat : 11941 (java) S 11928 11930 11087 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 255785922 860459008 180440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11942] ppid=11928 vsize=840292 CPUtime=0
/proc/11930/task/11942/stat : 11942 (java) S 11928 11930 11087 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 255785922 860459008 180440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1801.21
Current children cumulated vsize (KiB) 840292

[startup+1734.2 s]
/proc/loadavg: 2.34 2.34 2.28 3/94 11981
/proc/meminfo: memFree=706896/2055920 swapFree=4169368/4192956
[pid=11930] ppid=11928 vsize=840292 CPUtime=1802
/proc/11930/stat : 11930 (java) S 11928 11930 11087 0 -1 0 1590140 0 1 0 179456 744 0 0 16 0 12 0 255785913 860459008 180440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11930/statm: 210073 180440 1390 9 0 207435 0
[pid=11930/tid=11932] ppid=11928 vsize=840292 CPUtime=110.54
/proc/11930/task/11932/stat : 11932 (java) S 11928 11930 11087 0 -1 64 18105 0 1 0 11039 15 0 0 16 0 12 0 255785914 860459008 180440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11933] ppid=11928 vsize=840292 CPUtime=146.22
/proc/11930/task/11933/stat : 11933 (java) S 11928 11930 11087 0 -1 64 83583 0 0 0 14582 40 0 0 17 0 12 0 255785915 860459008 180440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11934] ppid=11928 vsize=840292 CPUtime=146.3
/proc/11930/task/11934/stat : 11934 (java) S 11928 11930 11087 0 -1 64 72291 0 0 0 14593 37 0 0 17 0 12 0 255785915 860459008 180440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11935] ppid=11928 vsize=840292 CPUtime=1383.13
/proc/11930/task/11935/stat : 11935 (java) R 11928 11930 11087 0 -1 64 1364889 0 0 0 137686 627 0 0 20 0 12 0 255785917 860459008 180440 996147200 134512640 134550740 4294956016 18446744073709551615 104136452 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11936] ppid=11928 vsize=840292 CPUtime=0
/proc/11930/task/11936/stat : 11936 (java) S 11928 11930 11087 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 255785917 860459008 180440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11937] ppid=11928 vsize=840292 CPUtime=0
/proc/11930/task/11937/stat : 11937 (java) S 11928 11930 11087 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 255785917 860459008 180440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11938] ppid=11928 vsize=840292 CPUtime=0
/proc/11930/task/11938/stat : 11938 (java) S 11928 11930 11087 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 255785921 860459008 180440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11939] ppid=11928 vsize=840292 CPUtime=8.53
/proc/11930/task/11939/stat : 11939 (java) S 11928 11930 11087 0 -1 64 24934 0 0 0 842 11 0 0 15 0 12 0 255785922 860459008 180440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11940] ppid=11928 vsize=840292 CPUtime=7.21
/proc/11930/task/11940/stat : 11940 (java) S 11928 11930 11087 0 -1 64 25574 0 0 0 710 11 0 0 16 0 12 0 255785922 860459008 180440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11930/tid=11941] ppid=11928 vsize=840292 CPUtime=0
/proc/11930/task/11941/stat : 11941 (java) S 11928 11930 11087 0 -1 64 0 0 0 0 0 0 0 0 20 0 12 0 255785922 860459008 180440 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11930/tid=11942] ppid=11928 vsize=840292 CPUtime=0
/proc/11930/task/11942/stat : 11942 (java) S 11928 11930 11087 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 255785922 860459008 180440 996147200 134512640 134550740 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) 840292

[startup+1734.4 s]
/proc/loadavg: 2.34 2.34 2.28 3/94 11981
/proc/meminfo: memFree=706896/2055920 swapFree=4169368/4192956
[pid=11930] ppid=11928 vsize=0 CPUtime=1802.2
/proc/11930/stat : 11930 (java) Z 11928 11930 11087 0 -1 1036 1590140 0 1 0 179468 752 0 0 16 0 2 0 255785913 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11930/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.2
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1734.43
CPU time (s): 1802.25
CPU user time (s): 1794.69
CPU system time (s): 7.55885
CPU usage (%): 103.91
Max. virtual memory (cumulated for all children) (KiB): 884296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.69
system time used= 7.55885
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1590140
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= 41424
involuntary context switches= 70018

runsolver used 2.15867 second user time and 5.77412 second system time

The end

Launcher Data (download as text)

Begin job on node82 at 2008-07-05 01:12:01
IDJOB=1080556
IDBENCH=56999
IDSOLVER=344
FILE ID=node82/1080556-1215213121
PBS_JOBID= 7881756
Free space on /tmp= 66484 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d1d7294337d4bded9fb03b895bb04a79
RANDOM SEED=1826388985

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1425560 kB
Buffers:         84032 kB
Cached:         394616 kB
SwapCached:      17956 kB
Active:         288084 kB
Inactive:       291716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1425560 kB
SwapTotal:     4192956 kB
SwapFree:      4169368 kB
Dirty:            1124 kB
Writeback:           0 kB
Mapped:         102364 kB
Slab:            35756 kB
Committed_AS:  1407308 kB
PageTables:       1932 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66484 MiB
End job on node82 at 2008-07-05 01:40:55