Trace number 1075582

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) 35.7316 34.3314

General information on the benchmark

Namecsp/ogdHerald/
normalized-crossword-m1-ogd-05-10.xml
MD5SUMedc811cb193ee6d52f0e108d16172e5e
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.033994
Satisfiable
(Un)Satisfiability was proved
Number of variables17
Number of constraints39
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension10
Number of constraints which are defined in intension29
Global constraints used (with number of constraints)

Solver Data (download as text)

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

[startup+0.071973 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 11613
/proc/meminfo: memFree=1522600/2055920 swapFree=4174728/4192956
[pid=11613] ppid=11611 vsize=802236 CPUtime=0.05
/proc/11613/stat : 11613 (java) S 11611 11613 11027 0 -1 0 2750 0 1 0 4 1 0 0 18 0 7 0 1002522677 821489664 2485 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/11613/statm: 200559 2485 1003 9 0 197942 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802236

[startup+0.102981 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 11613
/proc/meminfo: memFree=1522600/2055920 swapFree=4174728/4192956
[pid=11613] ppid=11611 vsize=804612 CPUtime=0.08
/proc/11613/stat : 11613 (java) S 11611 11613 11027 0 -1 0 2997 0 1 0 6 2 0 0 18 0 12 0 1002522677 823922688 2730 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11613/statm: 201153 2730 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.30302 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 11613
/proc/meminfo: memFree=1522600/2055920 swapFree=4174728/4192956
[pid=11613] ppid=11611 vsize=808244 CPUtime=0.28
/proc/11613/stat : 11613 (java) S 11611 11613 11027 0 -1 0 4953 0 1 0 25 3 0 0 18 0 12 0 1002522677 827641856 4280 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11613/statm: 202061 4280 1297 9 0 199430 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808244

[startup+0.702092 s]
/proc/loadavg: 1.99 2.00 2.00 4/73 11613
/proc/meminfo: memFree=1522600/2055920 swapFree=4174728/4192956
[pid=11613] ppid=11611 vsize=808272 CPUtime=0.67
/proc/11613/stat : 11613 (java) S 11611 11613 11027 0 -1 0 6341 0 1 0 63 4 0 0 18 0 12 0 1002522677 827670528 5469 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11613/statm: 202068 5469 1335 9 0 199430 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 808272

[startup+1.50125 s]
/proc/loadavg: 1.99 2.00 2.00 4/85 11625
/proc/meminfo: memFree=1502856/2055920 swapFree=4174728/4192956
[pid=11613] ppid=11611 vsize=808272 CPUtime=1.47
/proc/11613/stat : 11613 (java) S 11611 11613 11027 0 -1 0 8861 0 1 0 141 6 0 0 18 0 12 0 1002522677 827670528 7569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11613/statm: 202068 7569 1349 9 0 199430 0
[pid=11613/tid=11615] ppid=11611 vsize=808272 CPUtime=0.67
/proc/11613/task/11615/stat : 11615 (java) R 11611 11613 11027 0 -1 64 5805 0 1 0 63 4 0 0 22 0 12 0 1002522678 827670528 7569 996147200 134512640 134550740 4294956016 18446744073709551615 4109219316 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11616] ppid=11611 vsize=808272 CPUtime=0
/proc/11613/task/11616/stat : 11616 (java) S 11611 11613 11027 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1002522679 827670528 7569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11617] ppid=11611 vsize=808272 CPUtime=0
/proc/11613/task/11617/stat : 11617 (java) S 11611 11613 11027 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1002522679 827670528 7569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11618] ppid=11611 vsize=808272 CPUtime=0
/proc/11613/task/11618/stat : 11618 (java) S 11611 11613 11027 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1002522681 827670528 7569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11619] ppid=11611 vsize=808272 CPUtime=0
/proc/11613/task/11619/stat : 11619 (java) S 11611 11613 11027 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1002522682 827670528 7569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11620] ppid=11611 vsize=808272 CPUtime=0
/proc/11613/task/11620/stat : 11620 (java) S 11611 11613 11027 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1002522682 827670528 7569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11621] ppid=11611 vsize=808272 CPUtime=0
/proc/11613/task/11621/stat : 11621 (java) S 11611 11613 11027 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1002522686 827670528 7569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11622] ppid=11611 vsize=808272 CPUtime=0.41
/proc/11613/task/11622/stat : 11622 (java) S 11611 11613 11027 0 -1 64 1093 0 0 0 41 0 0 0 16 0 12 0 1002522686 827670528 7569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11623] ppid=11611 vsize=808272 CPUtime=0.34
/proc/11613/task/11623/stat : 11623 (java) S 11611 11613 11027 0 -1 64 1197 0 0 0 34 0 0 0 16 0 12 0 1002522686 827670528 7569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11624] ppid=11611 vsize=808272 CPUtime=0
/proc/11613/task/11624/stat : 11624 (java) S 11611 11613 11027 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1002522686 827670528 7569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11625] ppid=11611 vsize=808272 CPUtime=0
/proc/11613/task/11625/stat : 11625 (java) S 11611 11613 11027 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1002522686 827670528 7569 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808272

[startup+3.10255 s]
/proc/loadavg: 1.99 2.00 2.00 4/85 11625
/proc/meminfo: memFree=1490312/2055920 swapFree=4174728/4192956
[pid=11613] ppid=11611 vsize=816672 CPUtime=3.09
/proc/11613/stat : 11613 (java) S 11611 11613 11027 0 -1 0 19923 0 1 0 298 11 0 0 18 0 12 0 1002522677 836272128 15942 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11613/statm: 204168 15943 1378 9 0 201530 0
[pid=11613/tid=11615] ppid=11611 vsize=816672 CPUtime=1.42
/proc/11613/task/11615/stat : 11615 (java) R 11611 11613 11027 0 -1 64 12149 0 1 0 135 7 0 0 18 0 12 0 1002522678 836272128 15943 996147200 134512640 134550740 4294956016 18446744073709551615 4109826548 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11616] ppid=11611 vsize=816672 CPUtime=0
/proc/11613/task/11616/stat : 11616 (java) S 11611 11613 11027 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 1002522679 836272128 15944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11617] ppid=11611 vsize=816672 CPUtime=0
/proc/11613/task/11617/stat : 11617 (java) S 11611 11613 11027 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 1002522679 836272128 15944 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11618] ppid=11611 vsize=816672 CPUtime=0
/proc/11613/task/11618/stat : 11618 (java) S 11611 11613 11027 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1002522681 836272128 15945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11619] ppid=11611 vsize=816672 CPUtime=0
/proc/11613/task/11619/stat : 11619 (java) S 11611 11613 11027 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1002522682 836272128 15945 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11620] ppid=11611 vsize=816672 CPUtime=0
/proc/11613/task/11620/stat : 11620 (java) S 11611 11613 11027 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1002522682 836272128 15946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11621] ppid=11611 vsize=816672 CPUtime=0
/proc/11613/task/11621/stat : 11621 (java) S 11611 11613 11027 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1002522686 836272128 15946 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11622] ppid=11611 vsize=816672 CPUtime=0.68
/proc/11613/task/11622/stat : 11622 (java) S 11611 11613 11027 0 -1 64 2488 0 0 0 68 0 0 0 16 0 12 0 1002522686 836272128 15947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11623] ppid=11611 vsize=816672 CPUtime=0.96
/proc/11613/task/11623/stat : 11623 (java) S 11611 11613 11027 0 -1 64 4521 0 0 0 94 2 0 0 17 0 12 0 1002522686 836272128 15947 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11624] ppid=11611 vsize=816672 CPUtime=0
/proc/11613/task/11624/stat : 11624 (java) S 11611 11613 11027 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1002522686 836272128 15948 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11625] ppid=11611 vsize=816672 CPUtime=0
/proc/11613/task/11625/stat : 11625 (java) S 11611 11613 11027 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1002522686 836272128 15949 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 816672

[startup+6.30115 s]
/proc/loadavg: 1.99 2.00 2.00 3/85 11625
/proc/meminfo: memFree=1423240/2055920 swapFree=4174728/4192956
[pid=11613] ppid=11611 vsize=816740 CPUtime=6.3
/proc/11613/stat : 11613 (java) S 11611 11613 11027 0 -1 0 30182 0 1 0 614 16 0 0 18 0 12 0 1002522677 836341760 26025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11613/statm: 204185 26025 1383 9 0 201547 0
[pid=11613/tid=11615] ppid=11611 vsize=816740 CPUtime=4.41
/proc/11613/task/11615/stat : 11615 (java) R 11611 11613 11027 0 -1 64 17275 0 1 0 432 9 0 0 25 0 12 0 1002522678 836341760 26025 996147200 134512640 134550740 4294956016 18446744073709551615 4109721694 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11616] ppid=11611 vsize=816740 CPUtime=0.1
/proc/11613/task/11616/stat : 11616 (java) S 11611 11613 11027 0 -1 64 2689 0 0 0 9 1 0 0 17 0 12 0 1002522679 836341760 26025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11617] ppid=11611 vsize=816740 CPUtime=0.1
/proc/11613/task/11617/stat : 11617 (java) S 11611 11613 11027 0 -1 64 2416 0 0 0 9 1 0 0 17 0 12 0 1002522679 836341760 26025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11618] ppid=11611 vsize=816740 CPUtime=0
/proc/11613/task/11618/stat : 11618 (java) S 11611 11613 11027 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1002522681 836341760 26025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11619] ppid=11611 vsize=816740 CPUtime=0
/proc/11613/task/11619/stat : 11619 (java) S 11611 11613 11027 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1002522682 836341760 26025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11620] ppid=11611 vsize=816740 CPUtime=0
/proc/11613/task/11620/stat : 11620 (java) S 11611 11613 11027 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1002522682 836341760 26025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11621] ppid=11611 vsize=816740 CPUtime=0
/proc/11613/task/11621/stat : 11621 (java) S 11611 11613 11027 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1002522686 836341760 26025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11622] ppid=11611 vsize=816740 CPUtime=0.68
/proc/11613/task/11622/stat : 11622 (java) S 11611 11613 11027 0 -1 64 2488 0 0 0 68 0 0 0 16 0 12 0 1002522686 836341760 26025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11623] ppid=11611 vsize=816740 CPUtime=0.96
/proc/11613/task/11623/stat : 11623 (java) S 11611 11613 11027 0 -1 64 4521 0 0 0 94 2 0 0 17 0 12 0 1002522686 836341760 26025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11624] ppid=11611 vsize=816740 CPUtime=0
/proc/11613/task/11624/stat : 11624 (java) S 11611 11613 11027 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1002522686 836341760 26025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11625] ppid=11611 vsize=816740 CPUtime=0
/proc/11613/task/11625/stat : 11625 (java) S 11611 11613 11027 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1002522686 836341760 26025 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 816740

[startup+12.7014 s]
/proc/loadavg: 1.99 2.00 2.00 5/85 11625
/proc/meminfo: memFree=1250184/2055920 swapFree=4174728/4192956
[pid=11613] ppid=11611 vsize=826344 CPUtime=13.32
/proc/11613/stat : 11613 (java) S 11611 11613 11027 0 -1 0 84797 0 1 0 1294 38 0 0 18 0 12 0 1002522677 846176256 77872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11613/statm: 206586 77872 1383 9 0 203948 0
[pid=11613/tid=11615] ppid=11611 vsize=826344 CPUtime=7.97
/proc/11613/task/11615/stat : 11615 (java) R 11611 11613 11027 0 -1 64 17288 0 1 0 788 9 0 0 17 0 12 0 1002522678 846176256 77872 996147200 134512640 134550740 4294956016 18446744073709551615 4109693278 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11616] ppid=11611 vsize=826344 CPUtime=1.74
/proc/11613/task/11616/stat : 11616 (java) S 11611 11613 11027 0 -1 64 30105 0 0 0 163 11 0 0 16 0 12 0 1002522679 846176256 77872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11617] ppid=11611 vsize=826344 CPUtime=1.89
/proc/11613/task/11617/stat : 11617 (java) S 11611 11613 11027 0 -1 64 29602 0 0 0 176 13 0 0 17 0 12 0 1002522679 846176256 77872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11618] ppid=11611 vsize=826344 CPUtime=0
/proc/11613/task/11618/stat : 11618 (java) S 11611 11613 11027 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 1002522681 846176256 77872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11619] ppid=11611 vsize=826344 CPUtime=0
/proc/11613/task/11619/stat : 11619 (java) S 11611 11613 11027 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1002522682 846176256 77872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11620] ppid=11611 vsize=826344 CPUtime=0
/proc/11613/task/11620/stat : 11620 (java) S 11611 11613 11027 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1002522682 846176256 77872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11621] ppid=11611 vsize=826344 CPUtime=0
/proc/11613/task/11621/stat : 11621 (java) S 11611 11613 11027 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1002522686 846176256 77872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11622] ppid=11611 vsize=826344 CPUtime=0.69
/proc/11613/task/11622/stat : 11622 (java) S 11611 11613 11027 0 -1 64 2488 0 0 0 69 0 0 0 17 0 12 0 1002522686 846176256 77872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11623] ppid=11611 vsize=826344 CPUtime=0.97
/proc/11613/task/11623/stat : 11623 (java) S 11611 11613 11027 0 -1 64 4521 0 0 0 95 2 0 0 16 0 12 0 1002522686 846176256 77872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11624] ppid=11611 vsize=826344 CPUtime=0
/proc/11613/task/11624/stat : 11624 (java) S 11611 11613 11027 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1002522686 846176256 77872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11625] ppid=11611 vsize=826344 CPUtime=0
/proc/11613/task/11625/stat : 11625 (java) S 11611 11613 11027 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1002522686 846176256 77872 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.32
Current children cumulated vsize (KiB) 826344

[startup+25.5028 s]
/proc/loadavg: 2.15 2.03 2.01 3/85 11625
/proc/meminfo: memFree=856904/2055920 swapFree=4174728/4192956
[pid=11613] ppid=11611 vsize=826344 CPUtime=26.9
/proc/11613/stat : 11613 (java) S 11611 11613 11027 0 -1 0 193796 0 1 0 2607 83 0 0 18 0 12 0 1002522677 846176256 170233 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11613/statm: 206586 170233 1387 9 0 203948 0
[pid=11613/tid=11615] ppid=11611 vsize=826344 CPUtime=11.1
/proc/11613/task/11615/stat : 11615 (java) R 11611 11613 11027 0 -1 64 35739 0 1 0 1093 17 0 0 16 0 12 0 1002522678 846176256 170233 996147200 134512640 134550740 4294956016 18446744073709551615 4109729244 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11616] ppid=11611 vsize=826344 CPUtime=2.88
/proc/11613/task/11616/stat : 11616 (java) S 11611 11613 11027 0 -1 64 35569 0 0 0 275 13 0 0 17 0 12 0 1002522679 846176256 170233 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11617] ppid=11611 vsize=826344 CPUtime=6.72
/proc/11613/task/11617/stat : 11617 (java) S 11611 11613 11027 0 -1 64 95206 0 0 0 632 40 0 0 16 0 12 0 1002522679 846176256 170233 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11618] ppid=11611 vsize=826344 CPUtime=4.48
/proc/11613/task/11618/stat : 11618 (java) R 11611 11613 11027 0 -1 64 19510 0 0 0 441 7 0 0 18 0 12 0 1002522681 846176256 170233 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11619] ppid=11611 vsize=826344 CPUtime=0
/proc/11613/task/11619/stat : 11619 (java) S 11611 11613 11027 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1002522682 846176256 170233 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11620] ppid=11611 vsize=826344 CPUtime=0
/proc/11613/task/11620/stat : 11620 (java) S 11611 11613 11027 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1002522682 846176256 170233 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11621] ppid=11611 vsize=826344 CPUtime=0
/proc/11613/task/11621/stat : 11621 (java) S 11611 11613 11027 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1002522686 846176256 170233 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11622] ppid=11611 vsize=826344 CPUtime=0.69
/proc/11613/task/11622/stat : 11622 (java) S 11611 11613 11027 0 -1 64 2488 0 0 0 69 0 0 0 17 0 12 0 1002522686 846176256 170233 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11623] ppid=11611 vsize=826344 CPUtime=0.97
/proc/11613/task/11623/stat : 11623 (java) S 11611 11613 11027 0 -1 64 4521 0 0 0 95 2 0 0 16 0 12 0 1002522686 846176256 170233 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11624] ppid=11611 vsize=826344 CPUtime=0
/proc/11613/task/11624/stat : 11624 (java) S 11611 11613 11027 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1002522686 846176256 170233 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11625] ppid=11611 vsize=826344 CPUtime=0
/proc/11613/task/11625/stat : 11625 (java) S 11611 11613 11027 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1002522686 846176256 170233 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.9
Current children cumulated vsize (KiB) 826344



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+32.2011 s]
/proc/loadavg: 2.20 2.05 2.01 3/85 11625
/proc/meminfo: memFree=738312/2055920 swapFree=4174728/4192956
[pid=11613] ppid=11611 vsize=922352 CPUtime=33.6
/proc/11613/stat : 11613 (java) S 11611 11613 11027 0 -1 0 259735 0 1 0 3252 108 0 0 18 0 12 0 1002522677 944488448 197656 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11613/statm: 230588 197664 1387 9 0 227950 0
[pid=11613/tid=11615] ppid=11611 vsize=922352 CPUtime=11.67
/proc/11613/task/11615/stat : 11615 (java) S 11611 11613 11027 0 -1 64 35741 0 1 0 1150 17 0 0 18 0 12 0 1002522678 944488448 197681 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11616] ppid=11611 vsize=922352 CPUtime=2.88
/proc/11613/task/11616/stat : 11616 (java) S 11611 11613 11027 0 -1 64 35569 0 0 0 275 13 0 0 17 0 12 0 1002522679 944488448 197689 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11617] ppid=11611 vsize=922352 CPUtime=6.72
/proc/11613/task/11617/stat : 11617 (java) S 11611 11613 11027 0 -1 64 95206 0 0 0 632 40 0 0 16 0 12 0 1002522679 944488448 197698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11618] ppid=11611 vsize=922352 CPUtime=10.62
/proc/11613/task/11618/stat : 11618 (java) R 11611 11613 11027 0 -1 64 85497 0 0 0 1029 33 0 0 25 0 12 0 1002522681 944488448 197706 996147200 134512640 134550740 4294956016 18446744073709551615 103550884 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11619] ppid=11611 vsize=922352 CPUtime=0
/proc/11613/task/11619/stat : 11619 (java) S 11611 11613 11027 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1002522682 944488448 197714 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11620] ppid=11611 vsize=922352 CPUtime=0
/proc/11613/task/11620/stat : 11620 (java) S 11611 11613 11027 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1002522682 944488448 197721 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11621] ppid=11611 vsize=922352 CPUtime=0
/proc/11613/task/11621/stat : 11621 (java) S 11611 11613 11027 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 1002522686 944488448 197729 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11622] ppid=11611 vsize=922352 CPUtime=0.69
/proc/11613/task/11622/stat : 11622 (java) S 11611 11613 11027 0 -1 64 2488 0 0 0 69 0 0 0 17 0 12 0 1002522686 944488448 197737 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11623] ppid=11611 vsize=922352 CPUtime=0.97
/proc/11613/task/11623/stat : 11623 (java) S 11611 11613 11027 0 -1 64 4521 0 0 0 95 2 0 0 16 0 12 0 1002522686 944488448 197745 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11624] ppid=11611 vsize=922352 CPUtime=0
/proc/11613/task/11624/stat : 11624 (java) S 11611 11613 11027 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1002522686 944488448 197754 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11625] ppid=11611 vsize=922352 CPUtime=0
/proc/11613/task/11625/stat : 11625 (java) S 11611 11613 11027 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1002522686 944488448 197762 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.6
Current children cumulated vsize (KiB) 922352

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+33.4023 s]
/proc/loadavg: 2.20 2.05 2.01 3/86 11626
/proc/meminfo: memFree=761472/2055920 swapFree=4174728/4192956
[pid=11613] ppid=11611 vsize=890348 CPUtime=34.79
/proc/11613/stat : 11613 (java) S 11611 11613 11027 0 -1 0 261090 0 1 0 3370 109 0 0 16 0 12 0 1002522677 911716352 191009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11613/statm: 222587 191009 1387 9 0 219949 0
[pid=11613/tid=11615] ppid=11611 vsize=890348 CPUtime=11.67
/proc/11613/task/11615/stat : 11615 (java) S 11611 11613 11027 0 -1 64 35741 0 1 0 1150 17 0 0 18 0 12 0 1002522678 911716352 191009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11616] ppid=11611 vsize=890348 CPUtime=2.88
/proc/11613/task/11616/stat : 11616 (java) S 11611 11613 11027 0 -1 64 35569 0 0 0 275 13 0 0 17 0 12 0 1002522679 911716352 191009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11617] ppid=11611 vsize=890348 CPUtime=6.72
/proc/11613/task/11617/stat : 11617 (java) S 11611 11613 11027 0 -1 64 95206 0 0 0 632 40 0 0 16 0 12 0 1002522679 911716352 191009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11618] ppid=11611 vsize=890348 CPUtime=11.81
/proc/11613/task/11618/stat : 11618 (java) R 11611 11613 11027 0 -1 64 86801 0 0 0 1147 34 0 0 25 0 12 0 1002522681 911716352 191009 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11619] ppid=11611 vsize=890348 CPUtime=0
/proc/11613/task/11619/stat : 11619 (java) S 11611 11613 11027 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1002522682 911716352 191009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11620] ppid=11611 vsize=890348 CPUtime=0
/proc/11613/task/11620/stat : 11620 (java) S 11611 11613 11027 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1002522682 911716352 191009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11621] ppid=11611 vsize=890348 CPUtime=0
/proc/11613/task/11621/stat : 11621 (java) S 11611 11613 11027 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1002522686 911716352 191009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11622] ppid=11611 vsize=890348 CPUtime=0.69
/proc/11613/task/11622/stat : 11622 (java) S 11611 11613 11027 0 -1 64 2488 0 0 0 69 0 0 0 17 0 12 0 1002522686 911716352 191009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11623] ppid=11611 vsize=890348 CPUtime=0.97
/proc/11613/task/11623/stat : 11623 (java) S 11611 11613 11027 0 -1 64 4521 0 0 0 95 2 0 0 16 0 12 0 1002522686 911716352 191009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11624] ppid=11611 vsize=890348 CPUtime=0
/proc/11613/task/11624/stat : 11624 (java) S 11611 11613 11027 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1002522686 911716352 191009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11625] ppid=11611 vsize=890348 CPUtime=0
/proc/11613/task/11625/stat : 11625 (java) S 11611 11613 11027 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1002522686 911716352 191009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 34.79
Current children cumulated vsize (KiB) 890348

[startup+33.8024 s]
/proc/loadavg: 2.20 2.05 2.01 3/86 11626
/proc/meminfo: memFree=761472/2055920 swapFree=4174728/4192956
[pid=11613] ppid=11611 vsize=890348 CPUtime=35.19
/proc/11613/stat : 11613 (java) S 11611 11613 11027 0 -1 0 261090 0 1 0 3410 109 0 0 16 0 12 0 1002522677 911716352 191009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11613/statm: 222587 191009 1387 9 0 219949 0
[pid=11613/tid=11615] ppid=11611 vsize=890348 CPUtime=11.67
/proc/11613/task/11615/stat : 11615 (java) S 11611 11613 11027 0 -1 64 35741 0 1 0 1150 17 0 0 18 0 12 0 1002522678 911716352 191009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11616] ppid=11611 vsize=890348 CPUtime=2.88
/proc/11613/task/11616/stat : 11616 (java) S 11611 11613 11027 0 -1 64 35569 0 0 0 275 13 0 0 17 0 12 0 1002522679 911716352 191009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11617] ppid=11611 vsize=890348 CPUtime=6.72
/proc/11613/task/11617/stat : 11617 (java) S 11611 11613 11027 0 -1 64 95206 0 0 0 632 40 0 0 16 0 12 0 1002522679 911716352 191009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11618] ppid=11611 vsize=890348 CPUtime=12.21
/proc/11613/task/11618/stat : 11618 (java) R 11611 11613 11027 0 -1 64 86801 0 0 0 1187 34 0 0 25 0 12 0 1002522681 911716352 191009 996147200 134512640 134550740 4294956016 18446744073709551615 105852546 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11619] ppid=11611 vsize=890348 CPUtime=0
/proc/11613/task/11619/stat : 11619 (java) S 11611 11613 11027 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1002522682 911716352 191009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11620] ppid=11611 vsize=890348 CPUtime=0
/proc/11613/task/11620/stat : 11620 (java) S 11611 11613 11027 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1002522682 911716352 191009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11621] ppid=11611 vsize=890348 CPUtime=0
/proc/11613/task/11621/stat : 11621 (java) S 11611 11613 11027 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 1002522686 911716352 191009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11622] ppid=11611 vsize=890348 CPUtime=0.69
/proc/11613/task/11622/stat : 11622 (java) S 11611 11613 11027 0 -1 64 2488 0 0 0 69 0 0 0 17 0 12 0 1002522686 911716352 191009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11623] ppid=11611 vsize=890348 CPUtime=0.97
/proc/11613/task/11623/stat : 11623 (java) S 11611 11613 11027 0 -1 64 4521 0 0 0 95 2 0 0 16 0 12 0 1002522686 911716352 191009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11624] ppid=11611 vsize=890348 CPUtime=0
/proc/11613/task/11624/stat : 11624 (java) S 11611 11613 11027 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1002522686 911716352 191009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11625] ppid=11611 vsize=890348 CPUtime=0
/proc/11613/task/11625/stat : 11625 (java) S 11611 11613 11027 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 1002522686 911716352 191009 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.19
Current children cumulated vsize (KiB) 890348

[startup+34.2024 s]
/proc/loadavg: 2.20 2.05 2.01 3/86 11626
/proc/meminfo: memFree=757312/2055920 swapFree=4174728/4192956
[pid=11613] ppid=11611 vsize=828996 CPUtime=35.59
/proc/11613/stat : 11613 (java) S 11611 11613 11027 0 -1 0 262697 0 1 0 3449 110 0 0 16 0 14 0 1002522677 848891904 176615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11613/statm: 207249 176615 1387 9 0 204611 0
[pid=11613/tid=11615] ppid=11611 vsize=828996 CPUtime=11.81
/proc/11613/task/11615/stat : 11615 (java) S 11611 11613 11027 0 -1 64 35741 0 1 0 1164 17 0 0 18 0 14 0 1002522678 848891904 176615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11616] ppid=11611 vsize=828996 CPUtime=2.88
/proc/11613/task/11616/stat : 11616 (java) S 11611 11613 11027 0 -1 64 35569 0 0 0 275 13 0 0 17 0 14 0 1002522679 848891904 176615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11617] ppid=11611 vsize=828996 CPUtime=6.72
/proc/11613/task/11617/stat : 11617 (java) S 11611 11613 11027 0 -1 64 95206 0 0 0 632 40 0 0 16 0 14 0 1002522679 848891904 176615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11618] ppid=11611 vsize=828996 CPUtime=12.47
/proc/11613/task/11618/stat : 11618 (java) R 11611 11613 11027 0 -1 64 88392 0 0 0 1212 35 0 0 25 0 14 0 1002522681 848891904 176615 996147200 134512640 134550740 4294956016 18446744073709551615 105677748 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11619] ppid=11611 vsize=828996 CPUtime=0
/proc/11613/task/11619/stat : 11619 (java) S 11611 11613 11027 0 -1 64 9 0 0 0 0 0 0 0 16 0 14 0 1002522682 848891904 176615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11620] ppid=11611 vsize=828996 CPUtime=0
/proc/11613/task/11620/stat : 11620 (java) S 11611 11613 11027 0 -1 64 6 0 0 0 0 0 0 0 16 0 14 0 1002522682 848891904 176615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11621] ppid=11611 vsize=828996 CPUtime=0
/proc/11613/task/11621/stat : 11621 (java) S 11611 11613 11027 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 1002522686 848891904 176615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11622] ppid=11611 vsize=828996 CPUtime=0.69
/proc/11613/task/11622/stat : 11622 (java) S 11611 11613 11027 0 -1 64 2488 0 0 0 69 0 0 0 17 0 14 0 1002522686 848891904 176615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11623] ppid=11611 vsize=828996 CPUtime=0.97
/proc/11613/task/11623/stat : 11623 (java) S 11611 11613 11027 0 -1 64 4521 0 0 0 95 2 0 0 16 0 14 0 1002522686 848891904 176615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=11613/tid=11624] ppid=11611 vsize=828996 CPUtime=0
/proc/11613/task/11624/stat : 11624 (java) S 11611 11613 11027 0 -1 64 1 0 0 0 0 0 0 0 20 0 14 0 1002522686 848891904 176615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11613/tid=11625] ppid=11611 vsize=828996 CPUtime=0
/proc/11613/task/11625/stat : 11625 (java) S 11611 11613 11027 0 -1 64 2 0 0 0 0 0 0 0 15 0 14 0 1002522686 848891904 176615 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.59
Current children cumulated vsize (KiB) 828996

[startup+34.3029 s]
/proc/loadavg: 2.20 2.05 2.01 3/86 11626
/proc/meminfo: memFree=757312/2055920 swapFree=4174728/4192956
[pid=11613] ppid=11611 vsize=0 CPUtime=35.69
/proc/11613/stat : 11613 (java) Z 11611 11613 11027 0 -1 1036 262697 0 1 0 3451 118 0 0 16 0 2 0 1002522677 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11613/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 35.69
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 34.3314
CPU time (s): 35.7316
CPU user time (s): 34.5138
CPU system time (s): 1.21781
CPU usage (%): 104.078
Max. virtual memory (cumulated for all children) (KiB): 922352

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 34.5138
system time used= 1.21781
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 262697
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= 1674
involuntary context switches= 1434

runsolver used 0.045993 second user time and 0.13098 second system time

The end

Launcher Data (download as text)

Begin job on node35 at 2008-07-04 16:20:01
IDJOB=1075582
IDBENCH=56527
IDSOLVER=344
FILE ID=node35/1075582-1215181201
PBS_JOBID= 7881568
Free space on /tmp= 66540 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= edc811cb193ee6d52f0e108d16172e5e
RANDOM SEED=1742267468

node35.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.261
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.261
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:       1523080 kB
Buffers:         39272 kB
Cached:         124244 kB
SwapCached:      11992 kB
Active:         413040 kB
Inactive:        54308 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1523080 kB
SwapTotal:     4192956 kB
SwapFree:      4174728 kB
Dirty:            1180 kB
Writeback:           0 kB
Mapped:         310692 kB
Slab:            49900 kB
Committed_AS:  2027892 kB
PageTables:       2784 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= 66540 MiB
End job on node35 at 2008-07-04 16:20:36