Trace number 1077436

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT4J CSP 2008-06-13? (MO) 91.761 78.6338

General information on the benchmark

Namecsp/primes-15/
normalized-primes-15-80-3-5.xml
MD5SUM611788638ce515f06a0b577424c1d5d6
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.685895
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity8
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.21	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.21	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.21	c See www.sat4j.org for details.
0.28/0.21	c That software uses the Rhino library from the Mozilla project.
0.28/0.24	c version 9.9.9.token
0.28/0.24	c sun.arch.data.model	32
0.28/0.24	c java.version	1.6.0_06
0.28/0.24	c os.name	Linux
0.28/0.24	c os.version	2.6.9-22.EL.rootsmp
0.28/0.24	c os.arch	i386
0.28/0.24	c Free memory 669864272
0.28/0.24	c Max memory 672137216
0.28/0.24	c Total memory 672137216
0.28/0.24	c Number of processors 2
0.28/0.27	c c --- Begin Solver configuration ---
0.28/0.27	c Stops conflict analysis at the first Unique Implication Point
0.28/0.27	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.28/0.27	c Learn all clauses as in MiniSAT
0.28/0.27	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.27	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.28/0.27	c Expensive reason simplification
0.28/0.27	c MiniSAT restarts strategy
0.28/0.27	c timeout=2147483s
0.28/0.27	c DB Simplification allowed=false
0.28/0.27	c --- End Solver configuration ---
0.28/0.27	c solving HOME/instance-1077436-1215192477.xml
0.28/0.27	c reading problem ... 
0.57/0.44	c reading problem named null
0.57/0.44	c reading domains done.
0.57/0.44	c reading variables done.
0.72/0.51	c reading predicates  done.
1.00/0.79	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-1077436-1215192477/watcher-1077436-1215192477 -o /tmp/evaluation-result-1077436-1215192477/solver-1077436-1215192477 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1077436-1215192477.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: 0.99 0.98 0.99 2/64 27470
/proc/meminfo: memFree=1864080/2055920 swapFree=4180732/4192956
[pid=27470] ppid=27468 vsize=1516 CPUtime=0
/proc/27470/stat : 27470 (java6) R 27468 27470 25383 0 -1 0 67 0 0 0 0 0 0 0 18 0 1 0 1998219152 1552384 51 996147200 134512640 134550740 4294956144 18446744073709551615 7378220 0 0 4096 0 0 0 0 17 1 0 0
/proc/27470/statm: 380 62 47 9 0 10 0

[startup+0.0294391 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27470
/proc/meminfo: memFree=1864080/2055920 swapFree=4180732/4192956
[pid=27470] ppid=27468 vsize=800744 CPUtime=0.02
/proc/27470/stat : 27470 (java) S 27468 27470 25383 0 -1 0 2330 0 1 0 1 1 0 0 18 0 4 0 1998219152 819961856 2068 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/27470/statm: 200186 2069 911 9 0 197569 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800744

[startup+0.104216 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27470
/proc/meminfo: memFree=1864080/2055920 swapFree=4180732/4192956
[pid=27470] ppid=27468 vsize=806804 CPUtime=0.09
/proc/27470/stat : 27470 (java) S 27468 27470 25383 0 -1 0 3185 0 1 0 7 2 0 0 18 0 12 0 1998219152 826167296 2916 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27470/statm: 201701 2916 1165 9 0 199070 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 806804

[startup+0.301483 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27470
/proc/meminfo: memFree=1864080/2055920 swapFree=4180732/4192956
[pid=27470] ppid=27468 vsize=808500 CPUtime=0.41
/proc/27470/stat : 27470 (java) S 27468 27470 25383 0 -1 0 5529 0 1 0 37 4 0 0 18 0 12 0 1998219152 827904000 4861 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27470/statm: 202125 4861 1319 9 0 199487 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 808500

[startup+0.701544 s]
/proc/loadavg: 0.99 0.98 0.99 2/64 27470
/proc/meminfo: memFree=1864080/2055920 swapFree=4180732/4192956
[pid=27470] ppid=27468 vsize=809524 CPUtime=1
/proc/27470/stat : 27470 (java) S 27468 27470 25383 0 -1 0 7922 0 1 0 93 7 0 0 18 0 12 0 1998219152 828952576 6641 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27470/statm: 202381 6641 1344 9 0 199743 0
Current children cumulated CPU time (s) 1
Current children cumulated vsize (KiB) 809524

[startup+1.50268 s]
/proc/loadavg: 0.99 0.98 0.99 3/76 27482
/proc/meminfo: memFree=1841392/2055920 swapFree=4180732/4192956
[pid=27470] ppid=27468 vsize=817320 CPUtime=2.46
/proc/27470/stat : 27470 (java) S 27468 27470 25383 0 -1 0 15034 0 1 0 236 10 0 0 18 0 12 0 1998219152 836935680 10453 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27470/statm: 204330 10457 1376 9 0 201692 0
[pid=27470/tid=27472] ppid=27468 vsize=817320 CPUtime=1.12
/proc/27470/task/27472/stat : 27472 (java) R 27468 27470 25383 0 -1 64 6900 0 1 0 106 6 0 0 18 0 12 0 1998219153 836935680 10457 996147200 134512640 134550740 4294955984 18446744073709551615 4109725406 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27473] ppid=27468 vsize=817320 CPUtime=0
/proc/27470/task/27473/stat : 27473 (java) S 27468 27470 25383 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 1998219154 836935680 10459 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27474] ppid=27468 vsize=817320 CPUtime=0
/proc/27470/task/27474/stat : 27474 (java) S 27468 27470 25383 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1998219154 836935680 10460 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27475] ppid=27468 vsize=817320 CPUtime=0
/proc/27470/task/27475/stat : 27475 (java) S 27468 27470 25383 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1998219156 836935680 10461 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27476] ppid=27468 vsize=817320 CPUtime=0
/proc/27470/task/27476/stat : 27476 (java) S 27468 27470 25383 0 -1 64 9 0 0 0 0 0 0 0 22 0 12 0 1998219156 836935680 10462 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27477] ppid=27468 vsize=817320 CPUtime=0
/proc/27470/task/27477/stat : 27477 (java) S 27468 27470 25383 0 -1 64 4 0 0 0 0 0 0 0 23 0 12 0 1998219156 836935680 10463 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27478] ppid=27468 vsize=817320 CPUtime=0
/proc/27470/task/27478/stat : 27478 (java) S 27468 27470 25383 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1998219160 836935680 10464 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27479] ppid=27468 vsize=817320 CPUtime=0.85
/proc/27470/task/27479/stat : 27479 (java) S 27468 27470 25383 0 -1 64 6290 0 0 0 83 2 0 0 18 0 12 0 1998219160 836935680 10465 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27480] ppid=27468 vsize=817320 CPUtime=0.45
/proc/27470/task/27480/stat : 27480 (java) S 27468 27470 25383 0 -1 64 1082 0 0 0 45 0 0 0 17 0 12 0 1998219160 836935680 10466 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27481] ppid=27468 vsize=817320 CPUtime=0
/proc/27470/task/27481/stat : 27481 (java) S 27468 27470 25383 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998219160 836935680 10467 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27482] ppid=27468 vsize=817320 CPUtime=0
/proc/27470/task/27482/stat : 27482 (java) S 27468 27470 25383 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1998219160 836935680 10468 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 817320

[startup+3.10295 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 27482
/proc/meminfo: memFree=1797872/2055920 swapFree=4180732/4192956
[pid=27470] ppid=27468 vsize=818740 CPUtime=4.47
/proc/27470/stat : 27470 (java) S 27468 27470 25383 0 -1 0 30953 0 1 0 429 18 0 0 18 0 12 0 1998219152 838389760 24500 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27470/statm: 204685 24500 1384 9 0 202047 0
[pid=27470/tid=27472] ppid=27468 vsize=818740 CPUtime=2.53
/proc/27470/task/27472/stat : 27472 (java) R 27468 27470 25383 0 -1 64 17579 0 1 0 241 12 0 0 17 0 12 0 1998219153 838389760 24500 996147200 134512640 134550740 4294955984 18446744073709551615 106226670 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27473] ppid=27468 vsize=818740 CPUtime=0.08
/proc/27470/task/27473/stat : 27473 (java) S 27468 27470 25383 0 -1 64 1324 0 0 0 8 0 0 0 17 0 12 0 1998219154 838389760 24500 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27474] ppid=27468 vsize=818740 CPUtime=0.07
/proc/27470/task/27474/stat : 27474 (java) S 27468 27470 25383 0 -1 64 1602 0 0 0 7 0 0 0 16 0 12 0 1998219154 838389760 24500 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27475] ppid=27468 vsize=818740 CPUtime=0
/proc/27470/task/27475/stat : 27475 (java) S 27468 27470 25383 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1998219156 838389760 24500 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27476] ppid=27468 vsize=818740 CPUtime=0
/proc/27470/task/27476/stat : 27476 (java) S 27468 27470 25383 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1998219156 838389760 24500 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27477] ppid=27468 vsize=818740 CPUtime=0
/proc/27470/task/27477/stat : 27477 (java) S 27468 27470 25383 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998219156 838389760 24500 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27478] ppid=27468 vsize=818740 CPUtime=0
/proc/27470/task/27478/stat : 27478 (java) S 27468 27470 25383 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1998219160 838389760 24500 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27479] ppid=27468 vsize=818740 CPUtime=0.94
/proc/27470/task/27479/stat : 27479 (java) S 27468 27470 25383 0 -1 64 6346 0 0 0 92 2 0 0 16 0 12 0 1998219160 838389760 24500 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27480] ppid=27468 vsize=818740 CPUtime=0.79
/proc/27470/task/27480/stat : 27480 (java) S 27468 27470 25383 0 -1 64 3308 0 0 0 78 1 0 0 18 0 12 0 1998219160 838389760 24500 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27481] ppid=27468 vsize=818740 CPUtime=0
/proc/27470/task/27481/stat : 27481 (java) S 27468 27470 25383 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998219160 838389760 24500 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27482] ppid=27468 vsize=818740 CPUtime=0
/proc/27470/task/27482/stat : 27482 (java) S 27468 27470 25383 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1998219160 838389760 24500 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.47
Current children cumulated vsize (KiB) 818740

[startup+6.30148 s]
/proc/loadavg: 0.99 0.98 0.99 3/76 27482
/proc/meminfo: memFree=1732272/2055920 swapFree=4180732/4192956
[pid=27470] ppid=27468 vsize=824636 CPUtime=8.83
/proc/27470/stat : 27470 (java) S 27468 27470 25383 0 -1 0 46422 0 1 0 858 25 0 0 18 0 12 0 1998219152 844427264 36640 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27470/statm: 206159 36640 1390 9 0 203521 0
[pid=27470/tid=27472] ppid=27468 vsize=824636 CPUtime=4.92
/proc/27470/task/27472/stat : 27472 (java) R 27468 27470 25383 0 -1 64 17591 0 1 0 480 12 0 0 18 0 12 0 1998219153 844427264 36640 996147200 134512640 134550740 4294955984 18446744073709551615 4110039847 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27473] ppid=27468 vsize=824636 CPUtime=0.76
/proc/27470/task/27473/stat : 27473 (java) S 27468 27470 25383 0 -1 64 8107 0 0 0 74 2 0 0 18 0 12 0 1998219154 844427264 36640 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27474] ppid=27468 vsize=824636 CPUtime=0.74
/proc/27470/task/27474/stat : 27474 (java) S 27468 27470 25383 0 -1 64 7646 0 0 0 71 3 0 0 16 0 12 0 1998219154 844427264 36640 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27475] ppid=27468 vsize=824636 CPUtime=0
/proc/27470/task/27475/stat : 27475 (java) S 27468 27470 25383 0 -1 64 29 0 0 0 0 0 0 0 16 0 12 0 1998219156 844427264 36640 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27476] ppid=27468 vsize=824636 CPUtime=0
/proc/27470/task/27476/stat : 27476 (java) S 27468 27470 25383 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1998219156 844427264 36640 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27477] ppid=27468 vsize=824636 CPUtime=0
/proc/27470/task/27477/stat : 27477 (java) S 27468 27470 25383 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998219156 844427264 36640 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27478] ppid=27468 vsize=824636 CPUtime=0
/proc/27470/task/27478/stat : 27478 (java) S 27468 27470 25383 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1998219160 844427264 36640 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27479] ppid=27468 vsize=824636 CPUtime=1.39
/proc/27470/task/27479/stat : 27479 (java) S 27468 27470 25383 0 -1 64 8960 0 0 0 135 4 0 0 18 0 12 0 1998219160 844427264 36640 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27480] ppid=27468 vsize=824636 CPUtime=0.97
/proc/27470/task/27480/stat : 27480 (java) S 27468 27470 25383 0 -1 64 3324 0 0 0 96 1 0 0 16 0 12 0 1998219160 844427264 36640 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27481] ppid=27468 vsize=824636 CPUtime=0
/proc/27470/task/27481/stat : 27481 (java) S 27468 27470 25383 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998219160 844427264 36640 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27482] ppid=27468 vsize=824636 CPUtime=0
/proc/27470/task/27482/stat : 27482 (java) S 27468 27470 25383 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1998219160 844427264 36640 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 8.83
Current children cumulated vsize (KiB) 824636

[startup+12.7026 s]
/proc/loadavg: 0.99 0.98 0.99 3/76 27482
/proc/meminfo: memFree=1605432/2055920 swapFree=4180732/4192956
[pid=27470] ppid=27468 vsize=827452 CPUtime=17.66
/proc/27470/stat : 27470 (java) S 27468 27470 25383 0 -1 0 80921 0 1 0 1722 44 0 0 18 0 12 0 1998219152 847310848 68584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27470/statm: 206863 68584 1390 9 0 204225 0
[pid=27470/tid=27472] ppid=27468 vsize=827452 CPUtime=8.79
/proc/27470/task/27472/stat : 27472 (java) R 27468 27470 25383 0 -1 64 17611 0 1 0 866 13 0 0 17 0 12 0 1998219153 847310848 68584 996147200 134512640 134550740 4294955984 18446744073709551615 4109612890 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27473] ppid=27468 vsize=827452 CPUtime=3.25
/proc/27470/task/27473/stat : 27473 (java) S 27468 27470 25383 0 -1 64 26440 0 0 0 312 13 0 0 16 0 12 0 1998219154 847310848 68584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27474] ppid=27468 vsize=827452 CPUtime=3.22
/proc/27470/task/27474/stat : 27474 (java) S 27468 27470 25383 0 -1 64 23792 0 0 0 310 12 0 0 17 0 12 0 1998219154 847310848 68584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27475] ppid=27468 vsize=827452 CPUtime=0.01
/proc/27470/task/27475/stat : 27475 (java) S 27468 27470 25383 0 -1 64 29 0 0 0 1 0 0 0 15 0 12 0 1998219156 847310848 68584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27476] ppid=27468 vsize=827452 CPUtime=0
/proc/27470/task/27476/stat : 27476 (java) S 27468 27470 25383 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1998219156 847310848 68584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27477] ppid=27468 vsize=827452 CPUtime=0
/proc/27470/task/27477/stat : 27477 (java) S 27468 27470 25383 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998219156 847310848 68584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27478] ppid=27468 vsize=827452 CPUtime=0
/proc/27470/task/27478/stat : 27478 (java) S 27468 27470 25383 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1998219160 847310848 68584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27479] ppid=27468 vsize=827452 CPUtime=1.39
/proc/27470/task/27479/stat : 27479 (java) S 27468 27470 25383 0 -1 64 8960 0 0 0 135 4 0 0 18 0 12 0 1998219160 847310848 68584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27480] ppid=27468 vsize=827452 CPUtime=0.97
/proc/27470/task/27480/stat : 27480 (java) S 27468 27470 25383 0 -1 64 3324 0 0 0 96 1 0 0 16 0 12 0 1998219160 847310848 68584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27481] ppid=27468 vsize=827452 CPUtime=0
/proc/27470/task/27481/stat : 27481 (java) S 27468 27470 25383 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998219160 847310848 68584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27482] ppid=27468 vsize=827452 CPUtime=0
/proc/27470/task/27482/stat : 27482 (java) S 27468 27470 25383 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1998219160 847310848 68584 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 17.66
Current children cumulated vsize (KiB) 827452

[startup+25.5017 s]
/proc/loadavg: 1.07 1.00 1.00 3/76 27482
/proc/meminfo: memFree=1384696/2055920 swapFree=4180732/4192956
[pid=27470] ppid=27468 vsize=827452 CPUtime=34.64
/proc/27470/stat : 27470 (java) S 27468 27470 25383 0 -1 0 136999 0 1 0 3393 71 0 0 18 0 12 0 1998219152 847310848 122822 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27470/statm: 206863 122822 1390 9 0 204225 0
[pid=27470/tid=27472] ppid=27468 vsize=827452 CPUtime=17.19
/proc/27470/task/27472/stat : 27472 (java) R 27468 27470 25383 0 -1 64 23781 0 1 0 1704 15 0 0 17 0 12 0 1998219153 847310848 122822 996147200 134512640 134550740 4294955984 18446744073709551615 4109650402 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27473] ppid=27468 vsize=827452 CPUtime=7.52
/proc/27470/task/27473/stat : 27473 (java) S 27468 27470 25383 0 -1 64 47280 0 0 0 730 22 0 0 16 0 12 0 1998219154 847310848 122822 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27474] ppid=27468 vsize=827452 CPUtime=7.49
/proc/27470/task/27474/stat : 27474 (java) S 27468 27470 25383 0 -1 64 52860 0 0 0 724 25 0 0 16 0 12 0 1998219154 847310848 122822 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27475] ppid=27468 vsize=827452 CPUtime=0.01
/proc/27470/task/27475/stat : 27475 (java) S 27468 27470 25383 0 -1 64 29 0 0 0 1 0 0 0 15 0 12 0 1998219156 847310848 122822 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27476] ppid=27468 vsize=827452 CPUtime=0
/proc/27470/task/27476/stat : 27476 (java) S 27468 27470 25383 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1998219156 847310848 122822 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27477] ppid=27468 vsize=827452 CPUtime=0
/proc/27470/task/27477/stat : 27477 (java) S 27468 27470 25383 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998219156 847310848 122822 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27478] ppid=27468 vsize=827452 CPUtime=0
/proc/27470/task/27478/stat : 27478 (java) S 27468 27470 25383 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1998219160 847310848 122822 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/27470/stat : 27470 (java) S 27468 27470 25383 0 -1 0 191537 0 1 0 6330 95 0 0 18 0 12 0 1998219152 847310848 174423 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27470/statm: 206863 174423 1393 9 0 204225 0
[pid=27470/tid=27472] ppid=27468 vsize=827452 CPUtime=26.33
/proc/27470/task/27472/stat : 27472 (java) S 27468 27470 25383 0 -1 64 36094 0 1 0 2613 20 0 0 17 0 12 0 1998219153 847310848 174423 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27473] ppid=27468 vsize=827452 CPUtime=11.59
/proc/27470/task/27473/stat : 27473 (java) S 27468 27470 25383 0 -1 64 72080 0 0 0 1123 36 0 0 16 0 12 0 1998219154 847310848 174423 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27474] ppid=27468 vsize=827452 CPUtime=11.59
/proc/27470/task/27474/stat : 27474 (java) S 27468 27470 25383 0 -1 64 66476 0 0 0 1128 31 0 0 16 0 12 0 1998219154 847310848 174423 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27475] ppid=27468 vsize=827452 CPUtime=12.31
/proc/27470/task/27475/stat : 27475 (java) R 27468 27470 25383 0 -1 64 3838 0 0 0 1230 1 0 0 19 0 12 0 1998219156 847310848 174423 996147200 134512640 134550740 4294955984 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27476] ppid=27468 vsize=827452 CPUtime=0
/proc/27470/task/27476/stat : 27476 (java) S 27468 27470 25383 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1998219156 847310848 174423 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27477] ppid=27468 vsize=827452 CPUtime=0
/proc/27470/task/27477/stat : 27477 (java) S 27468 27470 25383 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998219156 847310848 174423 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27478] ppid=27468 vsize=827452 CPUtime=0
/proc/27470/task/27478/stat : 27478 (java) S 27468 27470 25383 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1998219160 847310848 174423 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27479] ppid=27468 vsize=827452 CPUtime=1.39
/proc/27470/task/27479/stat : 27479 (java) S 27468 27470 25383 0 -1 64 8960 0 0 0 135 4 0 0 16 0 12 0 1998219160 847310848 174423 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27480] ppid=27468 vsize=827452 CPUtime=0.98
/proc/27470/task/27480/stat : 27480 (java) S 27468 27470 25383 0 -1 64 3324 0 0 0 97 1 0 0 16 0 12 0 1998219160 847310848 174423 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27481] ppid=27468 vsize=827452 CPUtime=0
/proc/27470/task/27481/stat : 27481 (java) S 27468 27470 25383 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998219160 847310848 174423 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27482] ppid=27468 vsize=827452 CPUtime=0
/proc/27470/task/27482/stat : 27482 (java) S 27468 27470 25383 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1998219160 847310848 174423 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 64.25
Current children cumulated vsize (KiB) 827452



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+76.502 s]
/proc/loadavg: 1.16 1.04 1.01 2/76 27482
/proc/meminfo: memFree=1091320/2055920 swapFree=4180732/4192956
[pid=27470] ppid=27468 vsize=923460 CPUtime=89.63
/proc/27470/stat : 27470 (java) S 27468 27470 25383 0 -1 0 219263 0 1 0 8856 107 0 0 18 0 12 0 1998219152 945623040 194636 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27470/statm: 230865 194642 1393 9 0 228227 0
[pid=27470/tid=27472] ppid=27468 vsize=923460 CPUtime=28.93
/proc/27470/task/27472/stat : 27472 (java) S 27468 27470 25383 0 -1 64 36103 0 1 0 2873 20 0 0 17 0 12 0 1998219153 945623040 194656 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27473] ppid=27468 vsize=923460 CPUtime=11.59
/proc/27470/task/27473/stat : 27473 (java) S 27468 27470 25383 0 -1 64 72080 0 0 0 1123 36 0 0 16 0 12 0 1998219154 945623040 194664 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27474] ppid=27468 vsize=923460 CPUtime=11.59
/proc/27470/task/27474/stat : 27474 (java) S 27468 27470 25383 0 -1 64 66476 0 0 0 1128 31 0 0 16 0 12 0 1998219154 945623040 194671 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27475] ppid=27468 vsize=923460 CPUtime=35.07
/proc/27470/task/27475/stat : 27475 (java) R 27468 27470 25383 0 -1 64 31598 0 0 0 3495 12 0 0 17 0 12 0 1998219156 945623040 194679 996147200 134512640 134550740 4294955984 18446744073709551615 103550884 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27476] ppid=27468 vsize=923460 CPUtime=0
/proc/27470/task/27476/stat : 27476 (java) S 27468 27470 25383 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1998219156 945623040 194686 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27477] ppid=27468 vsize=923460 CPUtime=0
/proc/27470/task/27477/stat : 27477 (java) S 27468 27470 25383 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998219156 945623040 194694 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27478] ppid=27468 vsize=923460 CPUtime=0
/proc/27470/task/27478/stat : 27478 (java) S 27468 27470 25383 0 -1 64 2 0 0 0 0 0 0 0 24 0 12 0 1998219160 945623040 194701 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27479] ppid=27468 vsize=923460 CPUtime=1.39
/proc/27470/task/27479/stat : 27479 (java) S 27468 27470 25383 0 -1 64 8960 0 0 0 135 4 0 0 16 0 12 0 1998219160 945623040 194713 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27480] ppid=27468 vsize=923460 CPUtime=0.98
/proc/27470/task/27480/stat : 27480 (java) S 27468 27470 25383 0 -1 64 3324 0 0 0 97 1 0 0 16 0 12 0 1998219160 945623040 194720 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27481] ppid=27468 vsize=923460 CPUtime=0
/proc/27470/task/27481/stat : 27481 (java) S 27468 27470 25383 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998219160 945623040 194728 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27482] ppid=27468 vsize=923460 CPUtime=0
/proc/27470/task/27482/stat : 27482 (java) S 27468 27470 25383 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1998219160 945623040 194735 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 89.63
Current children cumulated vsize (KiB) 923460

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+76.6141 s]
/proc/loadavg: 1.16 1.04 1.01 2/76 27482
/proc/meminfo: memFree=1091320/2055920 swapFree=4180732/4192956
[pid=27470] ppid=27468 vsize=891456 CPUtime=89.73
/proc/27470/stat : 27470 (java) S 27468 27470 25383 0 -1 0 225032 0 1 0 8864 109 0 0 16 0 12 0 1998219152 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27470/statm: 222864 192403 1393 9 0 220226 0
[pid=27470/tid=27472] ppid=27468 vsize=891456 CPUtime=28.93
/proc/27470/task/27472/stat : 27472 (java) S 27468 27470 25383 0 -1 64 36103 0 1 0 2873 20 0 0 17 0 12 0 1998219153 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27473] ppid=27468 vsize=891456 CPUtime=11.59
/proc/27470/task/27473/stat : 27473 (java) S 27468 27470 25383 0 -1 64 72080 0 0 0 1123 36 0 0 16 0 12 0 1998219154 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27474] ppid=27468 vsize=891456 CPUtime=11.59
/proc/27470/task/27474/stat : 27474 (java) S 27468 27470 25383 0 -1 64 66476 0 0 0 1128 31 0 0 16 0 12 0 1998219154 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27475] ppid=27468 vsize=891456 CPUtime=35.18
/proc/27470/task/27475/stat : 27475 (java) R 27468 27470 25383 0 -1 64 37323 0 0 0 3504 14 0 0 17 0 12 0 1998219156 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27476] ppid=27468 vsize=891456 CPUtime=0
/proc/27470/task/27476/stat : 27476 (java) S 27468 27470 25383 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1998219156 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27477] ppid=27468 vsize=891456 CPUtime=0
/proc/27470/task/27477/stat : 27477 (java) S 27468 27470 25383 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998219156 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27478] ppid=27468 vsize=891456 CPUtime=0
/proc/27470/task/27478/stat : 27478 (java) S 27468 27470 25383 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1998219160 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27479] ppid=27468 vsize=891456 CPUtime=1.39
/proc/27470/task/27479/stat : 27479 (java) S 27468 27470 25383 0 -1 64 8960 0 0 0 135 4 0 0 16 0 12 0 1998219160 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27480] ppid=27468 vsize=891456 CPUtime=0.98
/proc/27470/task/27480/stat : 27480 (java) S 27468 27470 25383 0 -1 64 3324 0 0 0 97 1 0 0 16 0 12 0 1998219160 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27481] ppid=27468 vsize=891456 CPUtime=0
/proc/27470/task/27481/stat : 27481 (java) S 27468 27470 25383 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998219160 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27482] ppid=27468 vsize=891456 CPUtime=0
/proc/27470/task/27482/stat : 27482 (java) S 27468 27470 25383 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1998219160 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 89.73
Current children cumulated vsize (KiB) 891456

[startup+77.4012 s]
/proc/loadavg: 1.16 1.04 1.01 2/77 27483
/proc/meminfo: memFree=1097392/2055920 swapFree=4180732/4192956
[pid=27470] ppid=27468 vsize=891456 CPUtime=90.52
/proc/27470/stat : 27470 (java) S 27468 27470 25383 0 -1 0 225032 0 1 0 8943 109 0 0 16 0 12 0 1998219152 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27470/statm: 222864 192403 1393 9 0 220226 0
[pid=27470/tid=27472] ppid=27468 vsize=891456 CPUtime=28.93
/proc/27470/task/27472/stat : 27472 (java) S 27468 27470 25383 0 -1 64 36103 0 1 0 2873 20 0 0 17 0 12 0 1998219153 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27473] ppid=27468 vsize=891456 CPUtime=11.59
/proc/27470/task/27473/stat : 27473 (java) S 27468 27470 25383 0 -1 64 72080 0 0 0 1123 36 0 0 16 0 12 0 1998219154 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27474] ppid=27468 vsize=891456 CPUtime=11.59
/proc/27470/task/27474/stat : 27474 (java) S 27468 27470 25383 0 -1 64 66476 0 0 0 1128 31 0 0 16 0 12 0 1998219154 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27475] ppid=27468 vsize=891456 CPUtime=35.96
/proc/27470/task/27475/stat : 27475 (java) R 27468 27470 25383 0 -1 64 37323 0 0 0 3582 14 0 0 18 0 12 0 1998219156 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 106122255 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27476] ppid=27468 vsize=891456 CPUtime=0
/proc/27470/task/27476/stat : 27476 (java) S 27468 27470 25383 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1998219156 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27477] ppid=27468 vsize=891456 CPUtime=0
/proc/27470/task/27477/stat : 27477 (java) S 27468 27470 25383 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998219156 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27478] ppid=27468 vsize=891456 CPUtime=0
/proc/27470/task/27478/stat : 27478 (java) S 27468 27470 25383 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1998219160 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27479] ppid=27468 vsize=891456 CPUtime=1.39
/proc/27470/task/27479/stat : 27479 (java) S 27468 27470 25383 0 -1 64 8960 0 0 0 135 4 0 0 16 0 12 0 1998219160 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27480] ppid=27468 vsize=891456 CPUtime=0.98
/proc/27470/task/27480/stat : 27480 (java) S 27468 27470 25383 0 -1 64 3324 0 0 0 97 1 0 0 16 0 12 0 1998219160 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27481] ppid=27468 vsize=891456 CPUtime=0
/proc/27470/task/27481/stat : 27481 (java) S 27468 27470 25383 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998219160 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27482] ppid=27468 vsize=891456 CPUtime=0
/proc/27470/task/27482/stat : 27482 (java) S 27468 27470 25383 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1998219160 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 90.52
Current children cumulated vsize (KiB) 891456

[startup+78.2013 s]
/proc/loadavg: 1.16 1.04 1.01 2/77 27483
/proc/meminfo: memFree=1097392/2055920 swapFree=4180732/4192956
[pid=27470] ppid=27468 vsize=891456 CPUtime=91.32
/proc/27470/stat : 27470 (java) S 27468 27470 25383 0 -1 0 225032 0 1 0 9023 109 0 0 16 0 12 0 1998219152 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27470/statm: 222864 192403 1393 9 0 220226 0
[pid=27470/tid=27472] ppid=27468 vsize=891456 CPUtime=28.93
/proc/27470/task/27472/stat : 27472 (java) S 27468 27470 25383 0 -1 64 36103 0 1 0 2873 20 0 0 17 0 12 0 1998219153 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27473] ppid=27468 vsize=891456 CPUtime=11.59
/proc/27470/task/27473/stat : 27473 (java) S 27468 27470 25383 0 -1 64 72080 0 0 0 1123 36 0 0 16 0 12 0 1998219154 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27474] ppid=27468 vsize=891456 CPUtime=11.59
/proc/27470/task/27474/stat : 27474 (java) S 27468 27470 25383 0 -1 64 66476 0 0 0 1128 31 0 0 16 0 12 0 1998219154 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27475] ppid=27468 vsize=891456 CPUtime=36.76
/proc/27470/task/27475/stat : 27475 (java) R 27468 27470 25383 0 -1 64 37323 0 0 0 3662 14 0 0 20 0 12 0 1998219156 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27476] ppid=27468 vsize=891456 CPUtime=0
/proc/27470/task/27476/stat : 27476 (java) S 27468 27470 25383 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 1998219156 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27477] ppid=27468 vsize=891456 CPUtime=0
/proc/27470/task/27477/stat : 27477 (java) S 27468 27470 25383 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1998219156 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27478] ppid=27468 vsize=891456 CPUtime=0
/proc/27470/task/27478/stat : 27478 (java) S 27468 27470 25383 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1998219160 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27479] ppid=27468 vsize=891456 CPUtime=1.39
/proc/27470/task/27479/stat : 27479 (java) S 27468 27470 25383 0 -1 64 8960 0 0 0 135 4 0 0 16 0 12 0 1998219160 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27470/tid=27480] ppid=27468 vsize=891456 CPUtime=0.98
/proc/27470/task/27480/stat : 27480 (java) S 27468 27470 25383 0 -1 64 3324 0 0 0 97 1 0 0 16 0 12 0 1998219160 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27481] ppid=27468 vsize=891456 CPUtime=0
/proc/27470/task/27481/stat : 27481 (java) S 27468 27470 25383 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 1998219160 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27470/tid=27482] ppid=27468 vsize=891456 CPUtime=0
/proc/27470/task/27482/stat : 27482 (java) S 27468 27470 25383 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1998219160 912850944 192403 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 91.32
Current children cumulated vsize (KiB) 891456

[startup+78.6017 s]
/proc/loadavg: 1.16 1.04 1.01 2/77 27483
/proc/meminfo: memFree=1097392/2055920 swapFree=4180732/4192956
[pid=27470] ppid=27468 vsize=0 CPUtime=91.72
/proc/27470/stat : 27470 (java) Z 27468 27470 25383 0 -1 1036 225032 0 1 0 9055 117 0 0 16 0 2 0 1998219152 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/27470/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 91.72
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 78.6338
CPU time (s): 91.761
CPU user time (s): 90.5522
CPU system time (s): 1.20882
CPU usage (%): 116.694
Max. virtual memory (cumulated for all children) (KiB): 923460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 90.5522
system time used= 1.20882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 225032
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= 2816
involuntary context switches= 1826

runsolver used 0.092985 second user time and 0.235964 second system time

The end

Launcher Data (download as text)

Begin job on node57 at 2008-07-04 19:27:57
IDJOB=1077436
IDBENCH=56673
IDSOLVER=344
FILE ID=node57/1077436-1215192477
PBS_JOBID= 7881550
Free space on /tmp= 66548 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 611788638ce515f06a0b577424c1d5d6
RANDOM SEED=1479298443

node57.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.258
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.258
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:       1864496 kB
Buffers:         10748 kB
Cached:         122112 kB
SwapCached:       6064 kB
Active:          60596 kB
Inactive:        80716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1864496 kB
SwapTotal:     4192956 kB
SwapFree:      4180732 kB
Dirty:            1368 kB
Writeback:           0 kB
Mapped:          14120 kB
Slab:            36068 kB
Committed_AS:  3934280 kB
PageTables:       1432 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= 66548 MiB
End job on node57 at 2008-07-04 19:29:16