Trace number 1076827

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) 37.7593 29.6388

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-23-07.xml
MD5SUM9d8ebef5d3e95d8c2bf8acdb5a217291
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 benchmark3.82042
Satisfiable
(Un)Satisfiability was proved
Number of variables446
Number of constraints3889
Maximum constraint arity24
Maximum domain size26
Number of constraints which are defined in extension174
Number of constraints which are defined in intension3715
Global constraints used (with number of constraints)

Solver Data (download as text)

0.26/0.23	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.26/0.23	c This is free software under the dual EPL/GNU LGPL licenses.
0.26/0.23	c See www.sat4j.org for details.
0.26/0.23	c That software uses the Rhino library from the Mozilla project.
0.26/0.25	c version 9.9.9.token
0.26/0.25	c sun.arch.data.model	32
0.26/0.25	c java.version	1.6.0_06
0.26/0.25	c os.name	Linux
0.26/0.25	c os.version	2.6.9-22.EL.rootsmp
0.26/0.25	c os.arch	i386
0.26/0.25	c Free memory 669864272
0.26/0.25	c Max memory 672137216
0.26/0.25	c Total memory 672137216
0.26/0.25	c Number of processors 2
0.26/0.29	c c --- Begin Solver configuration ---
0.26/0.29	c Stops conflict analysis at the first Unique Implication Point
0.26/0.29	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.26/0.29	c Learn all clauses as in MiniSAT
0.26/0.29	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.26/0.29	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.26/0.29	c Expensive reason simplification
0.26/0.29	c MiniSAT restarts strategy
0.26/0.29	c timeout=2147483s
0.26/0.29	c DB Simplification allowed=false
0.26/0.29	c --- End Solver configuration ---
0.26/0.29	c solving HOME/instance-1076827-1215190263.xml
0.26/0.29	c reading problem ... 
0.54/0.46	c reading problem named null
0.54/0.46	c reading domains done.
0.54/0.46	c reading variables done.
1.01/0.71	c reading relations done.
2.51/1.73	c reading predicates  done.
2.71/1.92	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-1076827-1215190263/watcher-1076827-1215190263 -o /tmp/evaluation-result-1076827-1215190263/solver-1076827-1215190263 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1076827-1215190263.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.14 1.67 1.80 3/64 17582
/proc/meminfo: memFree=1358480/2055920 swapFree=4181480/4192956
[pid=17582] ppid=17580 vsize=152 CPUtime=0
/proc/17582/stat : 17582 (java6) R 17580 17582 13757 0 -1 0 41 0 0 0 0 0 0 0 20 0 1 0 1997995863 155648 26 996147200 134512640 134550740 4294956176 18446744073709551615 6889771 0 0 4096 0 0 0 0 17 1 0 0
/proc/17582/statm: 38 26 19 9 0 4 0

[startup+0.102085 s]
/proc/loadavg: 1.14 1.67 1.80 3/64 17582
/proc/meminfo: memFree=1358480/2055920 swapFree=4181480/4192956
[pid=17582] ppid=17580 vsize=804612 CPUtime=0.09
/proc/17582/stat : 17582 (java) S 17580 17582 13757 0 -1 0 3012 0 1 0 7 2 0 0 18 0 12 0 1997995863 823922688 2745 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17582/statm: 201153 2745 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804612

[startup+0.201105 s]
/proc/loadavg: 1.14 1.67 1.80 3/64 17582
/proc/meminfo: memFree=1358480/2055920 swapFree=4181480/4192956
[pid=17582] ppid=17580 vsize=808296 CPUtime=0.26
/proc/17582/stat : 17582 (java) S 17580 17582 13757 0 -1 0 4799 0 1 0 23 3 0 0 18 0 12 0 1997995863 827695104 4131 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17582/statm: 202074 4131 1298 9 0 199443 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 808296

[startup+0.301123 s]
/proc/loadavg: 1.14 1.67 1.80 3/64 17582
/proc/meminfo: memFree=1358480/2055920 swapFree=4181480/4192956
[pid=17582] ppid=17580 vsize=808296 CPUtime=0.39
/proc/17582/stat : 17582 (java) S 17580 17582 13757 0 -1 0 5374 0 1 0 35 4 0 0 18 0 12 0 1997995863 827695104 4704 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17582/statm: 202074 4704 1312 9 0 199443 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 808296

[startup+0.701196 s]
/proc/loadavg: 1.14 1.67 1.80 3/64 17582
/proc/meminfo: memFree=1358480/2055920 swapFree=4181480/4192956
[pid=17582] ppid=17580 vsize=809348 CPUtime=1.01
/proc/17582/stat : 17582 (java) S 17580 17582 13757 0 -1 0 7553 0 1 0 96 5 0 0 18 0 12 0 1997995863 828772352 6137 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17582/statm: 202337 6137 1342 9 0 199699 0
Current children cumulated CPU time (s) 1.01
Current children cumulated vsize (KiB) 809348

[startup+1.50234 s]
/proc/loadavg: 1.21 1.67 1.80 4/76 17594
/proc/meminfo: memFree=1330160/2055920 swapFree=4181480/4192956
[pid=17582] ppid=17580 vsize=814432 CPUtime=2.28
/proc/17582/stat : 17582 (java) S 17580 17582 13757 0 -1 0 16610 0 1 0 219 9 0 0 18 0 12 0 1997995863 833978368 14144 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17582/statm: 203608 14148 1352 9 0 200970 0
[pid=17582/tid=17584] ppid=17580 vsize=814432 CPUtime=1.03
/proc/17582/task/17584/stat : 17584 (java) R 17580 17582 13757 0 -1 64 11254 0 1 0 96 7 0 0 22 0 12 0 1997995864 833978368 14150 996147200 134512640 134550740 4294956016 18446744073709551615 4109734895 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17585] ppid=17580 vsize=814432 CPUtime=0
/proc/17582/task/17585/stat : 17585 (java) S 17580 17582 13757 0 -1 64 3 0 0 0 0 0 0 0 19 0 12 0 1997995865 833978368 14153 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17586] ppid=17580 vsize=814432 CPUtime=0
/proc/17582/task/17586/stat : 17586 (java) S 17580 17582 13757 0 -1 64 1 0 0 0 0 0 0 0 20 0 12 0 1997995865 833978368 14156 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17587] ppid=17580 vsize=814432 CPUtime=0
/proc/17582/task/17587/stat : 17587 (java) S 17580 17582 13757 0 -1 64 1 0 0 0 0 0 0 0 17 0 12 0 1997995867 833978368 14158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17588] ppid=17580 vsize=814432 CPUtime=0
/proc/17582/task/17588/stat : 17588 (java) S 17580 17582 13757 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1997995867 833978368 14161 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17589] ppid=17580 vsize=814432 CPUtime=0
/proc/17582/task/17589/stat : 17589 (java) S 17580 17582 13757 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1997995867 833978368 14163 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17590] ppid=17580 vsize=814432 CPUtime=0
/proc/17582/task/17590/stat : 17590 (java) S 17580 17582 13757 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1997995871 833978368 14166 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17591] ppid=17580 vsize=814432 CPUtime=0.63
/proc/17582/task/17591/stat : 17591 (java) S 17580 17582 13757 0 -1 64 2535 0 0 0 62 1 0 0 16 0 12 0 1997995871 833978368 14168 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17592] ppid=17580 vsize=814432 CPUtime=0.6
/proc/17582/task/17592/stat : 17592 (java) S 17580 17582 13757 0 -1 64 2061 0 0 0 60 0 0 0 16 0 12 0 1997995871 833978368 14171 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17593] ppid=17580 vsize=814432 CPUtime=0
/proc/17582/task/17593/stat : 17593 (java) S 17580 17582 13757 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1997995872 833978368 14173 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17594] ppid=17580 vsize=814432 CPUtime=0
/proc/17582/task/17594/stat : 17594 (java) S 17580 17582 13757 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997995872 833978368 14176 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 814432

[startup+3.10164 s]
/proc/loadavg: 1.21 1.67 1.80 2/76 17594
/proc/meminfo: memFree=1275512/2055920 swapFree=4181480/4192956
[pid=17582] ppid=17580 vsize=818280 CPUtime=4.38
/proc/17582/stat : 17582 (java) S 17580 17582 13757 0 -1 0 38407 0 1 0 418 20 0 0 18 0 12 0 1997995863 837918720 33031 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17582/statm: 204570 33033 1368 9 0 201932 0
[pid=17582/tid=17584] ppid=17580 vsize=818280 CPUtime=2.2
/proc/17582/task/17584/stat : 17584 (java) S 17580 17582 13757 0 -1 64 17405 0 1 0 210 10 0 0 18 0 12 0 1997995864 837918720 33035 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17585] ppid=17580 vsize=818280 CPUtime=0.34
/proc/17582/task/17585/stat : 17585 (java) R 17580 17582 13757 0 -1 64 6281 0 0 0 31 3 0 0 16 0 12 0 1997995865 837918720 33036 996147200 134512640 134550740 4294956016 18446744073709551615 104146064 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17586] ppid=17580 vsize=818280 CPUtime=0.35
/proc/17582/task/17586/stat : 17586 (java) R 17580 17582 13757 0 -1 64 8519 0 0 0 31 4 0 0 17 0 12 0 1997995865 837918720 33038 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17587] ppid=17580 vsize=818280 CPUtime=0
/proc/17582/task/17587/stat : 17587 (java) S 17580 17582 13757 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1997995867 837918720 33040 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17588] ppid=17580 vsize=818280 CPUtime=0
/proc/17582/task/17588/stat : 17588 (java) S 17580 17582 13757 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997995867 837918720 33042 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17589] ppid=17580 vsize=818280 CPUtime=0
/proc/17582/task/17589/stat : 17589 (java) S 17580 17582 13757 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997995867 837918720 33044 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17590] ppid=17580 vsize=818280 CPUtime=0
/proc/17582/task/17590/stat : 17590 (java) S 17580 17582 13757 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1997995871 837918720 33046 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17591] ppid=17580 vsize=818280 CPUtime=0.69
/proc/17582/task/17591/stat : 17591 (java) S 17580 17582 13757 0 -1 64 2542 0 0 0 68 1 0 0 16 0 12 0 1997995871 837918720 33048 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17592] ppid=17580 vsize=818280 CPUtime=0.75
/proc/17582/task/17592/stat : 17592 (java) S 17580 17582 13757 0 -1 64 2847 0 0 0 75 0 0 0 16 0 12 0 1997995871 837918720 33050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17593] ppid=17580 vsize=818280 CPUtime=0
/proc/17582/task/17593/stat : 17593 (java) S 17580 17582 13757 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1997995872 837918720 33052 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17594] ppid=17580 vsize=818280 CPUtime=0
/proc/17582/task/17594/stat : 17594 (java) S 17580 17582 13757 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997995872 837918720 33053 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 818280

[startup+6.30222 s]
/proc/loadavg: 1.21 1.67 1.80 2/76 17594
/proc/meminfo: memFree=1099448/2055920 swapFree=4181480/4192956
[pid=17582] ppid=17580 vsize=827688 CPUtime=9.58
/proc/17582/stat : 17582 (java) S 17580 17582 13757 0 -1 0 86678 0 1 0 915 43 0 0 18 0 12 0 1997995863 847552512 72154 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17582/statm: 206922 72156 1368 9 0 204284 0
[pid=17582/tid=17584] ppid=17580 vsize=827688 CPUtime=3.31
/proc/17582/task/17584/stat : 17584 (java) S 17580 17582 13757 0 -1 64 17408 0 1 0 321 10 0 0 18 0 12 0 1997995864 847552512 72158 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17585] ppid=17580 vsize=827688 CPUtime=2.37
/proc/17582/task/17585/stat : 17585 (java) R 17580 17582 13757 0 -1 64 30778 0 0 0 222 15 0 0 21 0 12 0 1997995865 847552512 72159 996147200 134512640 134550740 4294956016 18446744073709551615 104146064 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17586] ppid=17580 vsize=827688 CPUtime=2.41
/proc/17582/task/17586/stat : 17586 (java) R 17580 17582 13757 0 -1 64 32290 0 0 0 226 15 0 0 20 0 12 0 1997995865 847552512 72161 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17587] ppid=17580 vsize=827688 CPUtime=0
/proc/17582/task/17587/stat : 17587 (java) S 17580 17582 13757 0 -1 64 57 0 0 0 0 0 0 0 16 0 12 0 1997995867 847552512 72162 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17588] ppid=17580 vsize=827688 CPUtime=0
/proc/17582/task/17588/stat : 17588 (java) S 17580 17582 13757 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997995867 847552512 72163 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17589] ppid=17580 vsize=827688 CPUtime=0
/proc/17582/task/17589/stat : 17589 (java) S 17580 17582 13757 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997995867 847552512 72165 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17590] ppid=17580 vsize=827688 CPUtime=0
/proc/17582/task/17590/stat : 17590 (java) S 17580 17582 13757 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1997995871 847552512 72166 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17591] ppid=17580 vsize=827688 CPUtime=0.69
/proc/17582/task/17591/stat : 17591 (java) S 17580 17582 13757 0 -1 64 2542 0 0 0 68 1 0 0 16 0 12 0 1997995871 847552512 72168 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17592] ppid=17580 vsize=827688 CPUtime=0.75
/proc/17582/task/17592/stat : 17592 (java) S 17580 17582 13757 0 -1 64 2847 0 0 0 75 0 0 0 16 0 12 0 1997995871 847552512 72169 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17593] ppid=17580 vsize=827688 CPUtime=0
/proc/17582/task/17593/stat : 17593 (java) S 17580 17582 13757 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1997995872 847552512 72169 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17594] ppid=17580 vsize=827688 CPUtime=0
/proc/17582/task/17594/stat : 17594 (java) S 17580 17582 13757 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997995872 847552512 72169 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 9.58
Current children cumulated vsize (KiB) 827688

[startup+12.7024 s]
/proc/loadavg: 1.18 1.65 1.79 3/76 17594
/proc/meminfo: memFree=816056/2055920 swapFree=4181480/4192956
[pid=17582] ppid=17580 vsize=832808 CPUtime=19.66
/proc/17582/stat : 17582 (java) S 17580 17582 13757 0 -1 0 175796 0 1 0 1880 86 0 0 18 0 12 0 1997995863 852795392 153408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17582/statm: 208202 153408 1368 9 0 205564 0
[pid=17582/tid=17584] ppid=17580 vsize=832808 CPUtime=5.9
/proc/17582/task/17584/stat : 17584 (java) S 17580 17582 13757 0 -1 64 35853 0 1 0 573 17 0 0 18 0 12 0 1997995864 852795392 153408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17585] ppid=17580 vsize=832808 CPUtime=6.07
/proc/17582/task/17585/stat : 17585 (java) R 17580 17582 13757 0 -1 64 66414 0 0 0 575 32 0 0 17 0 12 0 1997995865 852795392 153408 996147200 134512640 134550740 4294956016 18446744073709551615 106158040 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17586] ppid=17580 vsize=832808 CPUtime=6.17
/proc/17582/task/17586/stat : 17586 (java) R 17580 17582 13757 0 -1 64 67320 0 0 0 585 32 0 0 18 0 12 0 1997995865 852795392 153408 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17587] ppid=17580 vsize=832808 CPUtime=0
/proc/17582/task/17587/stat : 17587 (java) S 17580 17582 13757 0 -1 64 57 0 0 0 0 0 0 0 15 0 12 0 1997995867 852795392 153408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17588] ppid=17580 vsize=832808 CPUtime=0
/proc/17582/task/17588/stat : 17588 (java) S 17580 17582 13757 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997995867 852795392 153408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17589] ppid=17580 vsize=832808 CPUtime=0
/proc/17582/task/17589/stat : 17589 (java) S 17580 17582 13757 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997995867 852795392 153408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17590] ppid=17580 vsize=832808 CPUtime=0
/proc/17582/task/17590/stat : 17590 (java) S 17580 17582 13757 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1997995871 852795392 153408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17591] ppid=17580 vsize=832808 CPUtime=0.69
/proc/17582/task/17591/stat : 17591 (java) S 17580 17582 13757 0 -1 64 2542 0 0 0 68 1 0 0 16 0 12 0 1997995871 852795392 153408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17592] ppid=17580 vsize=832808 CPUtime=0.75
/proc/17582/task/17592/stat : 17592 (java) S 17580 17582 13757 0 -1 64 2847 0 0 0 75 0 0 0 16 0 12 0 1997995871 852795392 153408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17593] ppid=17580 vsize=832808 CPUtime=0
/proc/17582/task/17593/stat : 17593 (java) S 17580 17582 13757 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1997995872 852795392 153408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17594] ppid=17580 vsize=832808 CPUtime=0
/proc/17582/task/17594/stat : 17594 (java) S 17580 17582 13757 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997995872 852795392 153408 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 19.66
Current children cumulated vsize (KiB) 832808

[startup+25.5027 s]
/proc/loadavg: 1.15 1.63 1.79 2/76 17594
/proc/meminfo: memFree=618552/2055920 swapFree=4181480/4192956
[pid=17582] ppid=17580 vsize=864812 CPUtime=33.62
/proc/17582/stat : 17582 (java) S 17580 17582 13757 0 -1 0 250928 0 1 0 3244 118 0 0 18 0 12 0 1997995863 885567488 185698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17582/statm: 216203 185698 1372 9 0 213565 0
[pid=17582/tid=17584] ppid=17580 vsize=864812 CPUtime=7.11
/proc/17582/task/17584/stat : 17584 (java) S 17580 17582 13757 0 -1 64 35860 0 1 0 694 17 0 0 18 0 12 0 1997995864 885567488 185698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17585] ppid=17580 vsize=864812 CPUtime=7.26
/proc/17582/task/17585/stat : 17585 (java) S 17580 17582 13757 0 -1 64 76934 0 0 0 688 38 0 0 17 0 12 0 1997995865 885567488 185698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17586] ppid=17580 vsize=864812 CPUtime=7.35
/proc/17582/task/17586/stat : 17586 (java) S 17580 17582 13757 0 -1 64 77442 0 0 0 698 37 0 0 18 0 12 0 1997995865 885567488 185698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17587] ppid=17580 vsize=864812 CPUtime=10.38
/proc/17582/task/17587/stat : 17587 (java) R 17580 17582 13757 0 -1 64 54540 0 0 0 1016 22 0 0 25 0 12 0 1997995867 885567488 185698 996147200 134512640 134550740 4294956016 18446744073709551615 105852568 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17588] ppid=17580 vsize=864812 CPUtime=0
/proc/17582/task/17588/stat : 17588 (java) S 17580 17582 13757 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997995867 885567488 185698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17589] ppid=17580 vsize=864812 CPUtime=0
/proc/17582/task/17589/stat : 17589 (java) S 17580 17582 13757 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997995867 885567488 185698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17590] ppid=17580 vsize=864812 CPUtime=0
/proc/17582/task/17590/stat : 17590 (java) S 17580 17582 13757 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1997995871 885567488 185698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17591] ppid=17580 vsize=864812 CPUtime=0.69
/proc/17582/task/17591/stat : 17591 (java) S 17580 17582 13757 0 -1 64 2542 0 0 0 68 1 0 0 16 0 12 0 1997995871 885567488 185698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17592] ppid=17580 vsize=864812 CPUtime=0.76
/proc/17582/task/17592/stat : 17592 (java) S 17580 17582 13757 0 -1 64 2847 0 0 0 76 0 0 0 16 0 12 0 1997995871 885567488 185698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17593] ppid=17580 vsize=864812 CPUtime=0
/proc/17582/task/17593/stat : 17593 (java) S 17580 17582 13757 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1997995872 885567488 185698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17594] ppid=17580 vsize=864812 CPUtime=0
/proc/17582/task/17594/stat : 17594 (java) S 17580 17582 13757 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997995872 885567488 185698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 33.62
Current children cumulated vsize (KiB) 864812



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+27.5021 s]
/proc/loadavg: 1.14 1.62 1.78 2/76 17594
/proc/meminfo: memFree=566200/2055920 swapFree=4181480/4192956
[pid=17582] ppid=17580 vsize=928816 CPUtime=35.62
/proc/17582/stat : 17582 (java) S 17580 17582 13757 0 -1 0 280667 0 1 0 3432 130 0 0 18 0 12 0 1997995863 951107584 199554 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17582/statm: 232204 199560 1372 9 0 229566 0
[pid=17582/tid=17584] ppid=17580 vsize=928816 CPUtime=7.28
/proc/17582/task/17584/stat : 17584 (java) S 17580 17582 13757 0 -1 64 35861 0 1 0 711 17 0 0 18 0 12 0 1997995864 951107584 199574 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17585] ppid=17580 vsize=928816 CPUtime=7.26
/proc/17582/task/17585/stat : 17585 (java) S 17580 17582 13757 0 -1 64 76934 0 0 0 688 38 0 0 17 0 12 0 1997995865 951107584 199582 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17586] ppid=17580 vsize=928816 CPUtime=7.35
/proc/17582/task/17586/stat : 17586 (java) S 17580 17582 13757 0 -1 64 77442 0 0 0 698 37 0 0 18 0 12 0 1997995865 951107584 199590 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17587] ppid=17580 vsize=928816 CPUtime=12.21
/proc/17582/task/17587/stat : 17587 (java) R 17580 17582 13757 0 -1 64 84322 0 0 0 1187 34 0 0 25 0 12 0 1997995867 951107584 199598 996147200 134512640 134550740 4294956016 18446744073709551615 103550884 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17588] ppid=17580 vsize=928816 CPUtime=0
/proc/17582/task/17588/stat : 17588 (java) S 17580 17582 13757 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997995867 951107584 199606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17589] ppid=17580 vsize=928816 CPUtime=0
/proc/17582/task/17589/stat : 17589 (java) S 17580 17582 13757 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997995867 951107584 199614 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17590] ppid=17580 vsize=928816 CPUtime=0
/proc/17582/task/17590/stat : 17590 (java) S 17580 17582 13757 0 -1 64 2 0 0 0 0 0 0 0 22 0 12 0 1997995871 951107584 199622 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17591] ppid=17580 vsize=928816 CPUtime=0.69
/proc/17582/task/17591/stat : 17591 (java) S 17580 17582 13757 0 -1 64 2542 0 0 0 68 1 0 0 16 0 12 0 1997995871 951107584 199629 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17592] ppid=17580 vsize=928816 CPUtime=0.76
/proc/17582/task/17592/stat : 17592 (java) S 17580 17582 13757 0 -1 64 2847 0 0 0 76 0 0 0 16 0 12 0 1997995871 951107584 199637 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17593] ppid=17580 vsize=928816 CPUtime=0
/proc/17582/task/17593/stat : 17593 (java) S 17580 17582 13757 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1997995872 951107584 199645 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17594] ppid=17580 vsize=928816 CPUtime=0
/proc/17582/task/17594/stat : 17594 (java) S 17580 17582 13757 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997995872 951107584 199652 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 35.62
Current children cumulated vsize (KiB) 928816

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+28.7053 s]
/proc/loadavg: 1.14 1.62 1.78 2/77 17595
/proc/meminfo: memFree=586544/2055920 swapFree=4181480/4192956
[pid=17582] ppid=17580 vsize=896812 CPUtime=36.81
/proc/17582/stat : 17582 (java) S 17580 17582 13757 0 -1 0 282813 0 1 0 3550 131 0 0 16 0 12 0 1997995863 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17582/statm: 224203 193698 1372 9 0 221565 0
[pid=17582/tid=17584] ppid=17580 vsize=896812 CPUtime=7.28
/proc/17582/task/17584/stat : 17584 (java) S 17580 17582 13757 0 -1 64 35861 0 1 0 711 17 0 0 18 0 12 0 1997995864 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17585] ppid=17580 vsize=896812 CPUtime=7.26
/proc/17582/task/17585/stat : 17585 (java) S 17580 17582 13757 0 -1 64 76934 0 0 0 688 38 0 0 17 0 12 0 1997995865 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17586] ppid=17580 vsize=896812 CPUtime=7.35
/proc/17582/task/17586/stat : 17586 (java) S 17580 17582 13757 0 -1 64 77442 0 0 0 698 37 0 0 18 0 12 0 1997995865 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17587] ppid=17580 vsize=896812 CPUtime=13.4
/proc/17582/task/17587/stat : 17587 (java) R 17580 17582 13757 0 -1 64 86423 0 0 0 1305 35 0 0 25 0 12 0 1997995867 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 106736479 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17588] ppid=17580 vsize=896812 CPUtime=0
/proc/17582/task/17588/stat : 17588 (java) S 17580 17582 13757 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997995867 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17589] ppid=17580 vsize=896812 CPUtime=0
/proc/17582/task/17589/stat : 17589 (java) S 17580 17582 13757 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997995867 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17590] ppid=17580 vsize=896812 CPUtime=0
/proc/17582/task/17590/stat : 17590 (java) S 17580 17582 13757 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1997995871 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17591] ppid=17580 vsize=896812 CPUtime=0.69
/proc/17582/task/17591/stat : 17591 (java) S 17580 17582 13757 0 -1 64 2542 0 0 0 68 1 0 0 16 0 12 0 1997995871 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17592] ppid=17580 vsize=896812 CPUtime=0.76
/proc/17582/task/17592/stat : 17592 (java) S 17580 17582 13757 0 -1 64 2847 0 0 0 76 0 0 0 16 0 12 0 1997995871 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17593] ppid=17580 vsize=896812 CPUtime=0
/proc/17582/task/17593/stat : 17593 (java) S 17580 17582 13757 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1997995872 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17594] ppid=17580 vsize=896812 CPUtime=0
/proc/17582/task/17594/stat : 17594 (java) S 17580 17582 13757 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997995872 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 36.81
Current children cumulated vsize (KiB) 896812

[startup+29.1014 s]
/proc/loadavg: 1.14 1.62 1.78 2/77 17595
/proc/meminfo: memFree=586544/2055920 swapFree=4181480/4192956
[pid=17582] ppid=17580 vsize=896812 CPUtime=37.21
/proc/17582/stat : 17582 (java) S 17580 17582 13757 0 -1 0 282813 0 1 0 3590 131 0 0 16 0 12 0 1997995863 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17582/statm: 224203 193698 1372 9 0 221565 0
[pid=17582/tid=17584] ppid=17580 vsize=896812 CPUtime=7.28
/proc/17582/task/17584/stat : 17584 (java) S 17580 17582 13757 0 -1 64 35861 0 1 0 711 17 0 0 18 0 12 0 1997995864 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17585] ppid=17580 vsize=896812 CPUtime=7.26
/proc/17582/task/17585/stat : 17585 (java) S 17580 17582 13757 0 -1 64 76934 0 0 0 688 38 0 0 17 0 12 0 1997995865 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17586] ppid=17580 vsize=896812 CPUtime=7.35
/proc/17582/task/17586/stat : 17586 (java) S 17580 17582 13757 0 -1 64 77442 0 0 0 698 37 0 0 18 0 12 0 1997995865 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17587] ppid=17580 vsize=896812 CPUtime=13.8
/proc/17582/task/17587/stat : 17587 (java) R 17580 17582 13757 0 -1 64 86423 0 0 0 1345 35 0 0 25 0 12 0 1997995867 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17588] ppid=17580 vsize=896812 CPUtime=0
/proc/17582/task/17588/stat : 17588 (java) S 17580 17582 13757 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997995867 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17589] ppid=17580 vsize=896812 CPUtime=0
/proc/17582/task/17589/stat : 17589 (java) S 17580 17582 13757 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997995867 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17590] ppid=17580 vsize=896812 CPUtime=0
/proc/17582/task/17590/stat : 17590 (java) S 17580 17582 13757 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1997995871 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17591] ppid=17580 vsize=896812 CPUtime=0.69
/proc/17582/task/17591/stat : 17591 (java) S 17580 17582 13757 0 -1 64 2542 0 0 0 68 1 0 0 16 0 12 0 1997995871 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17592] ppid=17580 vsize=896812 CPUtime=0.76
/proc/17582/task/17592/stat : 17592 (java) S 17580 17582 13757 0 -1 64 2847 0 0 0 76 0 0 0 16 0 12 0 1997995871 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17593] ppid=17580 vsize=896812 CPUtime=0
/proc/17582/task/17593/stat : 17593 (java) S 17580 17582 13757 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1997995872 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17594] ppid=17580 vsize=896812 CPUtime=0
/proc/17582/task/17594/stat : 17594 (java) S 17580 17582 13757 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997995872 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.21
Current children cumulated vsize (KiB) 896812

[startup+29.5014 s]
/proc/loadavg: 1.14 1.62 1.78 2/77 17595
/proc/meminfo: memFree=586544/2055920 swapFree=4181480/4192956
[pid=17582] ppid=17580 vsize=896812 CPUtime=37.61
/proc/17582/stat : 17582 (java) S 17580 17582 13757 0 -1 0 282813 0 1 0 3630 131 0 0 16 0 12 0 1997995863 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17582/statm: 224203 193698 1372 9 0 221565 0
[pid=17582/tid=17584] ppid=17580 vsize=896812 CPUtime=7.28
/proc/17582/task/17584/stat : 17584 (java) S 17580 17582 13757 0 -1 64 35861 0 1 0 711 17 0 0 18 0 12 0 1997995864 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17585] ppid=17580 vsize=896812 CPUtime=7.26
/proc/17582/task/17585/stat : 17585 (java) S 17580 17582 13757 0 -1 64 76934 0 0 0 688 38 0 0 17 0 12 0 1997995865 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17586] ppid=17580 vsize=896812 CPUtime=7.35
/proc/17582/task/17586/stat : 17586 (java) S 17580 17582 13757 0 -1 64 77442 0 0 0 698 37 0 0 18 0 12 0 1997995865 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17587] ppid=17580 vsize=896812 CPUtime=14.2
/proc/17582/task/17587/stat : 17587 (java) R 17580 17582 13757 0 -1 64 86423 0 0 0 1385 35 0 0 25 0 12 0 1997995867 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 105678345 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17582/tid=17588] ppid=17580 vsize=896812 CPUtime=0
/proc/17582/task/17588/stat : 17588 (java) S 17580 17582 13757 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1997995867 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17589] ppid=17580 vsize=896812 CPUtime=0
/proc/17582/task/17589/stat : 17589 (java) S 17580 17582 13757 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1997995867 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17590] ppid=17580 vsize=896812 CPUtime=0
/proc/17582/task/17590/stat : 17590 (java) S 17580 17582 13757 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 1997995871 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17591] ppid=17580 vsize=896812 CPUtime=0.69
/proc/17582/task/17591/stat : 17591 (java) S 17580 17582 13757 0 -1 64 2542 0 0 0 68 1 0 0 16 0 12 0 1997995871 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17592] ppid=17580 vsize=896812 CPUtime=0.76
/proc/17582/task/17592/stat : 17592 (java) S 17580 17582 13757 0 -1 64 2847 0 0 0 76 0 0 0 16 0 12 0 1997995871 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17593] ppid=17580 vsize=896812 CPUtime=0
/proc/17582/task/17593/stat : 17593 (java) S 17580 17582 13757 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 1997995872 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17582/tid=17594] ppid=17580 vsize=896812 CPUtime=0
/proc/17582/task/17594/stat : 17594 (java) S 17580 17582 13757 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 1997995872 918335488 193698 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 37.61
Current children cumulated vsize (KiB) 896812

[startup+29.6016 s]
/proc/loadavg: 1.14 1.62 1.78 2/77 17595
/proc/meminfo: memFree=586544/2055920 swapFree=4181480/4192956
[pid=17582] ppid=17580 vsize=0 CPUtime=37.71
/proc/17582/stat : 17582 (java) Z 17580 17582 13757 0 -1 1036 282813 0 1 0 3632 139 0 0 16 0 2 0 1997995863 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17582/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 37.71
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 29.6388
CPU time (s): 37.7593
CPU user time (s): 36.3275
CPU system time (s): 1.43178
CPU usage (%): 127.398
Max. virtual memory (cumulated for all children) (KiB): 928816

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

runsolver used 0.032994 second user time and 0.097985 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-04 18:51:03
IDJOB=1076827
IDBENCH=56609
IDSOLVER=344
FILE ID=node67/1076827-1215190263
PBS_JOBID= 7881572
Free space on /tmp= 66428 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9d8ebef5d3e95d8c2bf8acdb5a217291
RANDOM SEED=1779589442

node67.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.281
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.281
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:       1358960 kB
Buffers:         97068 kB
Cached:         520684 kB
SwapCached:       5332 kB
Active:         156188 kB
Inactive:       469488 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1358960 kB
SwapTotal:     4192956 kB
SwapFree:      4181480 kB
Dirty:            2632 kB
Writeback:           0 kB
Mapped:          13620 kB
Slab:            57244 kB
Committed_AS:  4069300 kB
PageTables:       1436 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= 66428 MiB
End job on node67 at 2008-07-04 18:51:33