Trace number 1077037

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) 32.3221 31.4251

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-01.xml
MD5SUM9f01dc7a4ec49ede22f1d95a14de7260
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.592909
Satisfiable
(Un)Satisfiability was proved
Number of variables301
Number of constraints2940
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension128
Number of constraints which are defined in intension2812
Global constraints used (with number of constraints)

Solver Data (download as text)

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

[startup+0.020026 s]
/proc/loadavg: 2.00 2.02 2.00 4/74 25501
/proc/meminfo: memFree=1454672/2055920 swapFree=4176960/4192956
[pid=25501] ppid=25499 vsize=13804 CPUtime=0.01
/proc/25501/stat : 25501 (java) S 25499 25501 22761 0 -1 0 948 0 1 0 0 1 0 0 18 0 2 0 642057591 14135296 694 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0
/proc/25501/statm: 3451 694 343 9 0 1246 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13804

[startup+0.101023 s]
/proc/loadavg: 2.00 2.02 2.00 4/74 25501
/proc/meminfo: memFree=1454672/2055920 swapFree=4176960/4192956
[pid=25501] ppid=25499 vsize=804612 CPUtime=0.08
/proc/25501/stat : 25501 (java) S 25499 25501 22761 0 -1 0 3010 0 1 0 6 2 0 0 18 0 12 0 642057591 823922688 2743 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25501/statm: 201153 2743 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301045 s]
/proc/loadavg: 2.00 2.02 2.00 4/74 25501
/proc/meminfo: memFree=1454672/2055920 swapFree=4176960/4192956
[pid=25501] ppid=25499 vsize=807760 CPUtime=0.28
/proc/25501/stat : 25501 (java) S 25499 25501 22761 0 -1 0 4940 0 1 0 25 3 0 0 18 0 12 0 642057591 827146240 4269 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25501/statm: 201940 4269 1310 9 0 199309 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807760

[startup+0.70108 s]
/proc/loadavg: 2.00 2.02 2.00 4/74 25501
/proc/meminfo: memFree=1454672/2055920 swapFree=4176960/4192956
[pid=25501] ppid=25499 vsize=807788 CPUtime=0.68
/proc/25501/stat : 25501 (java) S 25499 25501 22761 0 -1 0 6275 0 1 0 64 4 0 0 18 0 12 0 642057591 827174912 5405 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25501/statm: 201947 5405 1337 9 0 199309 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 807788

[startup+1.50216 s]
/proc/loadavg: 2.00 2.02 2.00 4/86 25513
/proc/meminfo: memFree=1436016/2055920 swapFree=4176960/4192956
[pid=25501] ppid=25499 vsize=811576 CPUtime=1.48
/proc/25501/stat : 25501 (java) S 25499 25501 22761 0 -1 0 10018 0 1 0 142 6 0 0 18 0 12 0 642057591 831053824 7302 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25501/statm: 202894 7302 1352 9 0 200256 0
[pid=25501/tid=25503] ppid=25499 vsize=811576 CPUtime=0.6
/proc/25501/task/25503/stat : 25503 (java) R 25499 25501 22761 0 -1 64 4866 0 1 0 57 3 0 0 21 0 12 0 642057592 831053824 7302 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25504] ppid=25499 vsize=811576 CPUtime=0
/proc/25501/task/25504/stat : 25504 (java) S 25499 25501 22761 0 -1 64 3 0 0 0 0 0 0 0 18 0 12 0 642057593 831053824 7302 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25505] ppid=25499 vsize=811576 CPUtime=0
/proc/25501/task/25505/stat : 25505 (java) S 25499 25501 22761 0 -1 64 1 0 0 0 0 0 0 0 19 0 12 0 642057593 831053824 7302 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25506] ppid=25499 vsize=811576 CPUtime=0
/proc/25501/task/25506/stat : 25506 (java) S 25499 25501 22761 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 642057595 831053824 7302 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25507] ppid=25499 vsize=811576 CPUtime=0
/proc/25501/task/25507/stat : 25507 (java) S 25499 25501 22761 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 642057595 831053824 7302 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25508] ppid=25499 vsize=811576 CPUtime=0
/proc/25501/task/25508/stat : 25508 (java) S 25499 25501 22761 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 642057595 831053824 7302 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25509] ppid=25499 vsize=811576 CPUtime=0
/proc/25501/task/25509/stat : 25509 (java) S 25499 25501 22761 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 642057599 831053824 7302 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25510] ppid=25499 vsize=811576 CPUtime=0.38
/proc/25501/task/25510/stat : 25510 (java) S 25499 25501 22761 0 -1 64 1082 0 0 0 38 0 0 0 16 0 12 0 642057599 831053824 7302 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25511] ppid=25499 vsize=811576 CPUtime=0.46
/proc/25501/task/25511/stat : 25511 (java) R 25499 25501 22761 0 -1 64 3304 0 0 0 45 1 0 0 17 0 12 0 642057599 831053824 7302 996147200 134512640 134550740 4294955984 18446744073709551615 102527960 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25512] ppid=25499 vsize=811576 CPUtime=0
/proc/25501/task/25512/stat : 25512 (java) S 25499 25501 22761 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 642057599 831053824 7302 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25513] ppid=25499 vsize=811576 CPUtime=0
/proc/25501/task/25513/stat : 25513 (java) S 25499 25501 22761 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 642057599 831053824 7302 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 811576

[startup+3.10232 s]
/proc/loadavg: 2.00 2.02 2.00 3/86 25513
/proc/meminfo: memFree=1392112/2055920 swapFree=4176960/4192956
[pid=25501] ppid=25499 vsize=811576 CPUtime=3.07
/proc/25501/stat : 25501 (java) S 25499 25501 22761 0 -1 0 26591 0 1 0 293 14 0 0 18 0 12 0 642057591 831053824 23456 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25501/statm: 202894 23456 1368 9 0 200256 0
[pid=25501/tid=25503] ppid=25499 vsize=811576 CPUtime=1.62
/proc/25501/task/25503/stat : 25503 (java) R 25499 25501 22761 0 -1 64 17230 0 1 0 154 8 0 0 22 0 12 0 642057592 831053824 23456 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25504] ppid=25499 vsize=811576 CPUtime=0.06
/proc/25501/task/25504/stat : 25504 (java) R 25499 25501 22761 0 -1 64 2332 0 0 0 6 0 0 0 16 0 12 0 642057593 831053824 23456 996147200 134512640 134550740 4294955984 18446744073709551615 105852863 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25505] ppid=25499 vsize=811576 CPUtime=0.02
/proc/25501/task/25505/stat : 25505 (java) R 25499 25501 22761 0 -1 64 1272 0 0 0 1 1 0 0 16 0 12 0 642057593 831053824 23456 996147200 134512640 134550740 4294955984 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25506] ppid=25499 vsize=811576 CPUtime=0
/proc/25501/task/25506/stat : 25506 (java) S 25499 25501 22761 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 642057595 831053824 23456 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25507] ppid=25499 vsize=811576 CPUtime=0
/proc/25501/task/25507/stat : 25507 (java) S 25499 25501 22761 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 642057595 831053824 23456 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25508] ppid=25499 vsize=811576 CPUtime=0
/proc/25501/task/25508/stat : 25508 (java) S 25499 25501 22761 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 642057595 831053824 23456 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25509] ppid=25499 vsize=811576 CPUtime=0
/proc/25501/task/25509/stat : 25509 (java) S 25499 25501 22761 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 642057599 831053824 23456 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25510] ppid=25499 vsize=811576 CPUtime=0.61
/proc/25501/task/25510/stat : 25510 (java) S 25499 25501 22761 0 -1 64 1156 0 0 0 61 0 0 0 16 0 12 0 642057599 831053824 23456 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25511] ppid=25499 vsize=811576 CPUtime=0.71
/proc/25501/task/25511/stat : 25511 (java) S 25499 25501 22761 0 -1 64 3808 0 0 0 69 2 0 0 16 0 12 0 642057599 831053824 23456 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25512] ppid=25499 vsize=811576 CPUtime=0
/proc/25501/task/25512/stat : 25512 (java) S 25499 25501 22761 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 642057599 831053824 23456 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25513] ppid=25499 vsize=811576 CPUtime=0
/proc/25501/task/25513/stat : 25513 (java) S 25499 25501 22761 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 642057599 831053824 23456 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 811576

[startup+6.30264 s]
/proc/loadavg: 2.00 2.02 2.00 5/86 25513
/proc/meminfo: memFree=1227952/2055920 swapFree=4176960/4192956
[pid=25501] ppid=25499 vsize=826944 CPUtime=7.11
/proc/25501/stat : 25501 (java) S 25499 25501 22761 0 -1 0 80661 0 1 0 673 38 0 0 18 0 12 0 642057591 846790656 69486 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25501/statm: 206736 69486 1368 9 0 204098 0
[pid=25501/tid=25503] ppid=25499 vsize=826944 CPUtime=2.95
/proc/25501/task/25503/stat : 25503 (java) S 25499 25501 22761 0 -1 64 17235 0 1 0 287 8 0 0 18 0 12 0 642057592 846790656 69486 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25501/tid=25504] ppid=25499 vsize=826944 CPUtime=1.35
/proc/25501/task/25504/stat : 25504 (java) R 25499 25501 22761 0 -1 64 24560 0 0 0 124 11 0 0 21 0 12 0 642057593 846790656 69486 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25501/tid=25505] ppid=25499 vsize=826944 CPUtime=1.45
/proc/25501/task/25505/stat : 25505 (java) R 25499 25501 22761 0 -1 64 33109 0 0 0 130 15 0 0 16 0 12 0 642057593 846790656 69486 996147200 134512640 134550740 4294955984 18446744073709551615 103075013 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25501/tid=25506] ppid=25499 vsize=826944 CPUtime=0
/proc/25501/task/25506/stat : 25506 (java) S 25499 25501 22761 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 642057595 846790656 69486 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25501/tid=25507] ppid=25499 vsize=826944 CPUtime=0
/proc/25501/task/25507/stat : 25507 (java) S 25499 25501 22761 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 642057595 846790656 69486 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25508] ppid=25499 vsize=826944 CPUtime=0
/proc/25501/task/25508/stat : 25508 (java) S 25499 25501 22761 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 642057595 846790656 69486 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25509] ppid=25499 vsize=826944 CPUtime=0
/proc/25501/task/25509/stat : 25509 (java) S 25499 25501 22761 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 642057599 846790656 69486 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25510] ppid=25499 vsize=826944 CPUtime=0.61
/proc/25501/task/25510/stat : 25510 (java) S 25499 25501 22761 0 -1 64 1156 0 0 0 61 0 0 0 16 0 12 0 642057599 846790656 69486 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25511] ppid=25499 vsize=826944 CPUtime=0.71
/proc/25501/task/25511/stat : 25511 (java) S 25499 25501 22761 0 -1 64 3808 0 0 0 69 2 0 0 16 0 12 0 642057599 846790656 69486 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25512] ppid=25499 vsize=826944 CPUtime=0
/proc/25501/task/25512/stat : 25512 (java) S 25499 25501 22761 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 642057599 846790656 69486 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25513] ppid=25499 vsize=826944 CPUtime=0
/proc/25501/task/25513/stat : 25513 (java) S 25499 25501 22761 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 642057599 846790656 69486 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 826944

[startup+12.7023 s]
/proc/loadavg: 2.15 2.05 2.01 4/86 25513
/proc/meminfo: memFree=926896/2055920 swapFree=4176960/4192956
[pid=25501] ppid=25499 vsize=826944 CPUtime=13.52
/proc/25501/stat : 25501 (java) S 25499 25501 22761 0 -1 0 153193 0 1 0 1287 65 0 0 18 0 12 0 642057591 846790656 142005 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25501/statm: 206736 142005 1368 9 0 204098 0
[pid=25501/tid=25503] ppid=25499 vsize=826944 CPUtime=5.04
/proc/25501/task/25503/stat : 25503 (java) S 25499 25501 22761 0 -1 64 23392 0 1 0 493 11 0 0 17 0 12 0 642057592 846790656 142005 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25501/tid=25504] ppid=25499 vsize=826944 CPUtime=1.45
/proc/25501/task/25504/stat : 25504 (java) R 25499 25501 22761 0 -1 64 24560 0 0 0 134 11 0 0 22 0 12 0 642057593 846790656 142005 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25501/tid=25505] ppid=25499 vsize=826944 CPUtime=5.66
/proc/25501/task/25505/stat : 25505 (java) R 25499 25501 22761 0 -1 64 99484 0 0 0 528 38 0 0 17 0 12 0 642057593 846790656 142005 996147200 134512640 134550740 4294955984 18446744073709551615 106160161 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25501/tid=25506] ppid=25499 vsize=826944 CPUtime=0
/proc/25501/task/25506/stat : 25506 (java) S 25499 25501 22761 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 642057595 846790656 142005 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25501/tid=25507] ppid=25499 vsize=826944 CPUtime=0
/proc/25501/task/25507/stat : 25507 (java) S 25499 25501 22761 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 642057595 846790656 142005 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25508] ppid=25499 vsize=826944 CPUtime=0
/proc/25501/task/25508/stat : 25508 (java) S 25499 25501 22761 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 642057595 846790656 142005 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25509] ppid=25499 vsize=826944 CPUtime=0
/proc/25501/task/25509/stat : 25509 (java) S 25499 25501 22761 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 642057599 846790656 142005 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25510] ppid=25499 vsize=826944 CPUtime=0.61
/proc/25501/task/25510/stat : 25510 (java) S 25499 25501 22761 0 -1 64 1156 0 0 0 61 0 0 0 16 0 12 0 642057599 846790656 142005 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25511] ppid=25499 vsize=826944 CPUtime=0.71
/proc/25501/task/25511/stat : 25511 (java) S 25499 25501 22761 0 -1 64 3808 0 0 0 69 2 0 0 16 0 12 0 642057599 846790656 142005 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25512] ppid=25499 vsize=826944 CPUtime=0
/proc/25501/task/25512/stat : 25512 (java) S 25499 25501 22761 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 642057599 846790656 142005 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25513] ppid=25499 vsize=826944 CPUtime=0
/proc/25501/task/25513/stat : 25513 (java) S 25499 25501 22761 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 642057599 846790656 142008 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 13.52
Current children cumulated vsize (KiB) 826944

[startup+25.5016 s]
/proc/loadavg: 2.13 2.05 2.01 3/86 25513
/proc/meminfo: memFree=758128/2055920 swapFree=4176960/4192956
[pid=25501] ppid=25499 vsize=826944 CPUtime=26.4
/proc/25501/stat : 25501 (java) S 25499 25501 22761 0 -1 0 217149 0 1 0 2548 92 0 0 18 0 12 0 642057591 846790656 174945 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25501/statm: 206736 174945 1372 9 0 204098 0
[pid=25501/tid=25503] ppid=25499 vsize=826944 CPUtime=6.21
/proc/25501/task/25503/stat : 25503 (java) S 25499 25501 22761 0 -1 64 35686 0 1 0 605 16 0 0 18 0 12 0 642057592 846790656 174945 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25501/tid=25504] ppid=25499 vsize=826944 CPUtime=1.67
/proc/25501/task/25504/stat : 25504 (java) S 25499 25501 22761 0 -1 64 24560 0 0 0 156 11 0 0 17 0 12 0 642057593 846790656 174945 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25501/tid=25505] ppid=25499 vsize=826944 CPUtime=6.95
/proc/25501/task/25505/stat : 25505 (java) S 25499 25501 22761 0 -1 64 114659 0 0 0 651 44 0 0 17 0 12 0 642057593 846790656 174945 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25501/tid=25506] ppid=25499 vsize=826944 CPUtime=10.19
/proc/25501/task/25506/stat : 25506 (java) R 25499 25501 22761 0 -1 64 36517 0 0 0 1003 16 0 0 25 0 12 0 642057595 846790656 174945 996147200 134512640 134550740 4294955984 18446744073709551615 106123721 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25501/tid=25507] ppid=25499 vsize=826944 CPUtime=0
/proc/25501/task/25507/stat : 25507 (java) S 25499 25501 22761 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 642057595 846790656 174945 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25508] ppid=25499 vsize=826944 CPUtime=0
/proc/25501/task/25508/stat : 25508 (java) S 25499 25501 22761 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 642057595 846790656 174945 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25509] ppid=25499 vsize=826944 CPUtime=0
/proc/25501/task/25509/stat : 25509 (java) S 25499 25501 22761 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 642057599 846790656 174945 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25510] ppid=25499 vsize=826944 CPUtime=0.61
/proc/25501/task/25510/stat : 25510 (java) S 25499 25501 22761 0 -1 64 1156 0 0 0 61 0 0 0 16 0 12 0 642057599 846790656 174945 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25511] ppid=25499 vsize=826944 CPUtime=0.71
/proc/25501/task/25511/stat : 25511 (java) S 25499 25501 22761 0 -1 64 3808 0 0 0 69 2 0 0 16 0 12 0 642057599 846790656 174945 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25512] ppid=25499 vsize=826944 CPUtime=0
/proc/25501/task/25512/stat : 25512 (java) S 25499 25501 22761 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 642057599 846790656 174945 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25513] ppid=25499 vsize=826944 CPUtime=0
/proc/25501/task/25513/stat : 25513 (java) S 25499 25501 22761 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 642057599 846790656 174945 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 26.4
Current children cumulated vsize (KiB) 826944



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+29.3029 s]
/proc/loadavg: 2.12 2.04 2.01 3/86 25513
/proc/meminfo: memFree=665840/2055920 swapFree=4176960/4192956
[pid=25501] ppid=25499 vsize=922952 CPUtime=30.2
/proc/25501/stat : 25501 (java) S 25499 25501 22761 0 -1 0 248503 0 1 0 2916 104 0 0 18 0 12 0 642057591 945102848 198793 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25501/statm: 230738 198799 1372 9 0 228100 0
[pid=25501/tid=25503] ppid=25499 vsize=922952 CPUtime=6.48
/proc/25501/task/25503/stat : 25503 (java) S 25499 25501 22761 0 -1 64 35688 0 1 0 632 16 0 0 17 0 12 0 642057592 945102848 198815 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25501/tid=25504] ppid=25499 vsize=922952 CPUtime=1.67
/proc/25501/task/25504/stat : 25504 (java) S 25499 25501 22761 0 -1 64 24560 0 0 0 156 11 0 0 17 0 12 0 642057593 945102848 198823 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25501/tid=25505] ppid=25499 vsize=922952 CPUtime=6.95
/proc/25501/task/25505/stat : 25505 (java) S 25499 25501 22761 0 -1 64 114659 0 0 0 651 44 0 0 17 0 12 0 642057593 945102848 198831 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25501/tid=25506] ppid=25499 vsize=922952 CPUtime=13.72
/proc/25501/task/25506/stat : 25506 (java) R 25499 25501 22761 0 -1 64 67915 0 0 0 1345 27 0 0 25 0 12 0 642057595 945102848 198839 996147200 134512640 134550740 4294955984 18446744073709551615 103550884 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25501/tid=25507] ppid=25499 vsize=922952 CPUtime=0
/proc/25501/task/25507/stat : 25507 (java) S 25499 25501 22761 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 642057595 945102848 198846 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25508] ppid=25499 vsize=922952 CPUtime=0
/proc/25501/task/25508/stat : 25508 (java) S 25499 25501 22761 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 642057595 945102848 198854 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25509] ppid=25499 vsize=922952 CPUtime=0
/proc/25501/task/25509/stat : 25509 (java) S 25499 25501 22761 0 -1 64 1 0 0 0 0 0 0 0 18 0 12 0 642057599 945102848 198861 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25510] ppid=25499 vsize=922952 CPUtime=0.61
/proc/25501/task/25510/stat : 25510 (java) S 25499 25501 22761 0 -1 64 1156 0 0 0 61 0 0 0 16 0 12 0 642057599 945102848 198868 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25511] ppid=25499 vsize=922952 CPUtime=0.71
/proc/25501/task/25511/stat : 25511 (java) S 25499 25501 22761 0 -1 64 3808 0 0 0 69 2 0 0 16 0 12 0 642057599 945102848 198876 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25512] ppid=25499 vsize=922952 CPUtime=0
/proc/25501/task/25512/stat : 25512 (java) S 25499 25501 22761 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 642057599 945102848 198883 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25513] ppid=25499 vsize=922952 CPUtime=0
/proc/25501/task/25513/stat : 25513 (java) S 25499 25501 22761 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 642057599 945102848 198891 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 30.2
Current children cumulated vsize (KiB) 922952

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+30.202 s]
/proc/loadavg: 2.12 2.04 2.01 3/87 25514
/proc/meminfo: memFree=688680/2055920 swapFree=4176960/4192956
[pid=25501] ppid=25499 vsize=890948 CPUtime=31.09
/proc/25501/stat : 25501 (java) S 25499 25501 22761 0 -1 0 249949 0 1 0 3004 105 0 0 16 0 12 0 642057591 912330752 192237 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25501/statm: 222737 192237 1372 9 0 220099 0
[pid=25501/tid=25503] ppid=25499 vsize=890948 CPUtime=6.48
/proc/25501/task/25503/stat : 25503 (java) S 25499 25501 22761 0 -1 64 35688 0 1 0 632 16 0 0 17 0 12 0 642057592 912330752 192237 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25501/tid=25504] ppid=25499 vsize=890948 CPUtime=1.67
/proc/25501/task/25504/stat : 25504 (java) S 25499 25501 22761 0 -1 64 24560 0 0 0 156 11 0 0 17 0 12 0 642057593 912330752 192237 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25501/tid=25505] ppid=25499 vsize=890948 CPUtime=6.95
/proc/25501/task/25505/stat : 25505 (java) S 25499 25501 22761 0 -1 64 114659 0 0 0 651 44 0 0 17 0 12 0 642057593 912330752 192237 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25501/tid=25506] ppid=25499 vsize=890948 CPUtime=14.62
/proc/25501/task/25506/stat : 25506 (java) R 25499 25501 22761 0 -1 64 69314 0 0 0 1433 29 0 0 25 0 12 0 642057595 912330752 192237 996147200 134512640 134550740 4294955984 18446744073709551615 105678194 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25501/tid=25507] ppid=25499 vsize=890948 CPUtime=0
/proc/25501/task/25507/stat : 25507 (java) S 25499 25501 22761 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 642057595 912330752 192237 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25508] ppid=25499 vsize=890948 CPUtime=0
/proc/25501/task/25508/stat : 25508 (java) S 25499 25501 22761 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 642057595 912330752 192237 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25509] ppid=25499 vsize=890948 CPUtime=0
/proc/25501/task/25509/stat : 25509 (java) S 25499 25501 22761 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 642057599 912330752 192237 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25510] ppid=25499 vsize=890948 CPUtime=0.61
/proc/25501/task/25510/stat : 25510 (java) S 25499 25501 22761 0 -1 64 1156 0 0 0 61 0 0 0 16 0 12 0 642057599 912330752 192237 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25511] ppid=25499 vsize=890948 CPUtime=0.71
/proc/25501/task/25511/stat : 25511 (java) S 25499 25501 22761 0 -1 64 3808 0 0 0 69 2 0 0 16 0 12 0 642057599 912330752 192237 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25512] ppid=25499 vsize=890948 CPUtime=0
/proc/25501/task/25512/stat : 25512 (java) S 25499 25501 22761 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 642057599 912330752 192237 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25513] ppid=25499 vsize=890948 CPUtime=0
/proc/25501/task/25513/stat : 25513 (java) S 25499 25501 22761 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 642057599 912330752 192237 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.09
Current children cumulated vsize (KiB) 890948

[startup+31.0021 s]
/proc/loadavg: 2.12 2.04 2.01 3/87 25514
/proc/meminfo: memFree=688680/2055920 swapFree=4176960/4192956
[pid=25501] ppid=25499 vsize=890948 CPUtime=31.89
/proc/25501/stat : 25501 (java) S 25499 25501 22761 0 -1 0 249949 0 1 0 3084 105 0 0 16 0 12 0 642057591 912330752 192237 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25501/statm: 222737 192237 1372 9 0 220099 0
[pid=25501/tid=25503] ppid=25499 vsize=890948 CPUtime=6.48
/proc/25501/task/25503/stat : 25503 (java) S 25499 25501 22761 0 -1 64 35688 0 1 0 632 16 0 0 17 0 12 0 642057592 912330752 192237 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25501/tid=25504] ppid=25499 vsize=890948 CPUtime=1.67
/proc/25501/task/25504/stat : 25504 (java) S 25499 25501 22761 0 -1 64 24560 0 0 0 156 11 0 0 17 0 12 0 642057593 912330752 192237 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25501/tid=25505] ppid=25499 vsize=890948 CPUtime=6.95
/proc/25501/task/25505/stat : 25505 (java) S 25499 25501 22761 0 -1 64 114659 0 0 0 651 44 0 0 17 0 12 0 642057593 912330752 192237 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25501/tid=25506] ppid=25499 vsize=890948 CPUtime=15.42
/proc/25501/task/25506/stat : 25506 (java) R 25499 25501 22761 0 -1 64 69314 0 0 0 1513 29 0 0 25 0 12 0 642057595 912330752 192237 996147200 134512640 134550740 4294955984 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25501/tid=25507] ppid=25499 vsize=890948 CPUtime=0
/proc/25501/task/25507/stat : 25507 (java) S 25499 25501 22761 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 642057595 912330752 192237 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25508] ppid=25499 vsize=890948 CPUtime=0
/proc/25501/task/25508/stat : 25508 (java) S 25499 25501 22761 0 -1 64 5 0 0 0 0 0 0 0 16 0 12 0 642057595 912330752 192237 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25509] ppid=25499 vsize=890948 CPUtime=0
/proc/25501/task/25509/stat : 25509 (java) S 25499 25501 22761 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 642057599 912330752 192237 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25510] ppid=25499 vsize=890948 CPUtime=0.61
/proc/25501/task/25510/stat : 25510 (java) S 25499 25501 22761 0 -1 64 1156 0 0 0 61 0 0 0 16 0 12 0 642057599 912330752 192237 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25511] ppid=25499 vsize=890948 CPUtime=0.71
/proc/25501/task/25511/stat : 25511 (java) S 25499 25501 22761 0 -1 64 3808 0 0 0 69 2 0 0 16 0 12 0 642057599 912330752 192237 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25512] ppid=25499 vsize=890948 CPUtime=0
/proc/25501/task/25512/stat : 25512 (java) S 25499 25501 22761 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 642057599 912330752 192237 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25501/tid=25513] ppid=25499 vsize=890948 CPUtime=0
/proc/25501/task/25513/stat : 25513 (java) S 25499 25501 22761 0 -1 64 2 0 0 0 0 0 0 0 15 0 12 0 642057599 912330752 192237 996147200 134512640 134550740 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 31.89
Current children cumulated vsize (KiB) 890948

[startup+31.4024 s]
/proc/loadavg: 2.12 2.04 2.01 3/87 25514
/proc/meminfo: memFree=688680/2055920 swapFree=4176960/4192956
[pid=25501] ppid=25499 vsize=0 CPUtime=32.29
/proc/25501/stat : 25501 (java) Z 25499 25501 22761 0 -1 1036 249959 0 1 0 3115 114 0 0 16 0 2 0 642057591 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25501/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 32.29
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 31.4251
CPU time (s): 32.3221
CPU user time (s): 31.1583
CPU system time (s): 1.16382
CPU usage (%): 102.854
Max. virtual memory (cumulated for all children) (KiB): 922952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 31.1583
system time used= 1.16382
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 249959
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= 1460
involuntary context switches= 1115

runsolver used 0.036994 second user time and 0.123981 second system time

The end

Launcher Data (download as text)

Begin job on node84 at 2008-07-04 19:09:34
IDJOB=1077037
IDBENCH=56626
IDSOLVER=344
FILE ID=node84/1077037-1215191374
PBS_JOBID= 7881494
Free space on /tmp= 66556 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9f01dc7a4ec49ede22f1d95a14de7260
RANDOM SEED=1395164525

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1455096 kB
Buffers:         73660 kB
Cached:         307772 kB
SwapCached:      10452 kB
Active:         343752 kB
Inactive:       209944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1455096 kB
SwapTotal:     4192956 kB
SwapFree:      4176960 kB
Dirty:            2196 kB
Writeback:           0 kB
Mapped:         177896 kB
Slab:            31892 kB
Committed_AS:  1414116 kB
PageTables:       2336 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66556 MiB
End job on node84 at 2008-07-04 19:10:06