Trace number 1078830

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) 41.9986 40.0468

General information on the benchmark

Namecsp/ogdPuzzle/
normalized-crossword-m1-ogd-puzzle22.xml
MD5SUM4fd9722e59aa2e5ca5e508f77baf17c8
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.346946
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints662
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension60
Number of constraints which are defined in intension602
Global constraints used (with number of constraints)

Solver Data (download as text)

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

[startup+0.0371221 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 1350
/proc/meminfo: memFree=601136/2055920 swapFree=4192812/4192956
[pid=1350] ppid=1348 vsize=800592 CPUtime=0.02
/proc/1350/stat : 1350 (java) S 1348 1350 380 0 -1 0 2167 0 1 0 1 1 0 0 20 0 4 0 132503663 819806208 1905 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/1350/statm: 200148 1905 794 9 0 197531 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 800592

[startup+0.102129 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 1350
/proc/meminfo: memFree=601136/2055920 swapFree=4192812/4192956
[pid=1350] ppid=1348 vsize=804432 CPUtime=0.08
/proc/1350/stat : 1350 (java) S 1348 1350 380 0 -1 0 2919 0 1 0 6 2 0 0 20 0 12 0 132503663 823738368 2652 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1350/statm: 201108 2652 1026 9 0 198491 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804432

[startup+0.301158 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 1350
/proc/meminfo: memFree=601136/2055920 swapFree=4192812/4192956
[pid=1350] ppid=1348 vsize=808296 CPUtime=0.27
/proc/1350/stat : 1350 (java) S 1348 1350 380 0 -1 0 4814 0 1 0 24 3 0 0 20 0 12 0 132503663 827695104 4142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1350/statm: 202074 4142 1297 9 0 199443 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 808296

[startup+0.701192 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 1350
/proc/meminfo: memFree=601136/2055920 swapFree=4192812/4192956
[pid=1350] ppid=1348 vsize=808324 CPUtime=0.68
/proc/1350/stat : 1350 (java) S 1348 1350 380 0 -1 0 6274 0 1 0 63 5 0 0 20 0 12 0 132503663 827723776 5455 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1350/statm: 202081 5455 1335 9 0 199443 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808324

[startup+1.50127 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 1362
/proc/meminfo: memFree=582544/2055920 swapFree=4192812/4192956
[pid=1350] ppid=1348 vsize=813308 CPUtime=1.47
/proc/1350/stat : 1350 (java) S 1348 1350 380 0 -1 0 9781 0 1 0 140 7 0 0 20 0 12 0 132503663 832827392 7624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1350/statm: 203327 7624 1349 9 0 200689 0
[pid=1350/tid=1352] ppid=1348 vsize=813308 CPUtime=0.64
/proc/1350/task/1352/stat : 1352 (java) R 1348 1350 380 0 -1 64 4726 0 1 0 60 4 0 0 25 0 12 0 132503665 832827392 7624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1353] ppid=1348 vsize=813308 CPUtime=0
/proc/1350/task/1353/stat : 1353 (java) S 1348 1350 380 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 132503666 832827392 7624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1354] ppid=1348 vsize=813308 CPUtime=0
/proc/1350/task/1354/stat : 1354 (java) S 1348 1350 380 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 132503666 832827392 7624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1355] ppid=1348 vsize=813308 CPUtime=0
/proc/1350/task/1355/stat : 1355 (java) S 1348 1350 380 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 132503668 832827392 7624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1356] ppid=1348 vsize=813308 CPUtime=0
/proc/1350/task/1356/stat : 1356 (java) S 1348 1350 380 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 132503668 832827392 7624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1357] ppid=1348 vsize=813308 CPUtime=0
/proc/1350/task/1357/stat : 1357 (java) S 1348 1350 380 0 -1 64 4 0 0 0 0 0 0 0 25 0 12 0 132503668 832827392 7624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1358] ppid=1348 vsize=813308 CPUtime=0
/proc/1350/task/1358/stat : 1358 (java) S 1348 1350 380 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 132503673 832827392 7624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1359] ppid=1348 vsize=813308 CPUtime=0.33
/proc/1350/task/1359/stat : 1359 (java) R 1348 1350 380 0 -1 64 657 0 0 0 33 0 0 0 16 0 12 0 132503673 832827392 7624 996147200 134512640 134550740 4294956016 18446744073709551615 103098977 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1360] ppid=1348 vsize=813308 CPUtime=0.47
/proc/1350/task/1360/stat : 1360 (java) S 1348 1350 380 0 -1 64 3632 0 0 0 46 1 0 0 17 0 12 0 132503673 832827392 7624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1361] ppid=1348 vsize=813308 CPUtime=0
/proc/1350/task/1361/stat : 1361 (java) S 1348 1350 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 132503673 832827392 7624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1362] ppid=1348 vsize=813308 CPUtime=0
/proc/1350/task/1362/stat : 1362 (java) S 1348 1350 380 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 132503673 832827392 7624 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 813308

[startup+3.10243 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 1362
/proc/meminfo: memFree=546640/2055920 swapFree=4192812/4192956
[pid=1350] ppid=1348 vsize=813308 CPUtime=3.07
/proc/1350/stat : 1350 (java) S 1348 1350 380 0 -1 0 26335 0 1 0 288 19 0 0 20 0 12 0 132503663 832827392 24174 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1350/statm: 203327 24174 1366 9 0 200689 0
[pid=1350/tid=1352] ppid=1348 vsize=813308 CPUtime=1.74
/proc/1350/task/1352/stat : 1352 (java) R 1348 1350 380 0 -1 64 17263 0 1 0 161 13 0 0 25 0 12 0 132503665 832827392 24174 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1353] ppid=1348 vsize=813308 CPUtime=0.03
/proc/1350/task/1353/stat : 1353 (java) S 1348 1350 380 0 -1 64 2176 0 0 0 2 1 0 0 17 0 12 0 132503666 832827392 24174 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1354] ppid=1348 vsize=813308 CPUtime=0.01
/proc/1350/task/1354/stat : 1354 (java) S 1348 1350 380 0 -1 64 1736 0 0 0 0 1 0 0 17 0 12 0 132503666 832827392 24174 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1355] ppid=1348 vsize=813308 CPUtime=0
/proc/1350/task/1355/stat : 1355 (java) S 1348 1350 380 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 132503668 832827392 24174 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1356] ppid=1348 vsize=813308 CPUtime=0
/proc/1350/task/1356/stat : 1356 (java) S 1348 1350 380 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 132503668 832827392 24174 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1357] ppid=1348 vsize=813308 CPUtime=0
/proc/1350/task/1357/stat : 1357 (java) S 1348 1350 380 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 132503668 832827392 24174 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1358] ppid=1348 vsize=813308 CPUtime=0
/proc/1350/task/1358/stat : 1358 (java) S 1348 1350 380 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 132503673 832827392 24174 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1359] ppid=1348 vsize=813308 CPUtime=0.61
/proc/1350/task/1359/stat : 1359 (java) R 1348 1350 380 0 -1 64 721 0 0 0 61 0 0 0 16 0 12 0 132503673 832827392 24174 996147200 134512640 134550740 4294956016 18446744073709551615 104089106 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1360] ppid=1348 vsize=813308 CPUtime=0.61
/proc/1350/task/1360/stat : 1360 (java) S 1348 1350 380 0 -1 64 3645 0 0 0 60 1 0 0 16 0 12 0 132503673 832827392 24174 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1361] ppid=1348 vsize=813308 CPUtime=0
/proc/1350/task/1361/stat : 1361 (java) S 1348 1350 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 132503673 832827392 24174 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1362] ppid=1348 vsize=813308 CPUtime=0
/proc/1350/task/1362/stat : 1362 (java) S 1348 1350 380 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 132503673 832827392 24174 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 813308

[startup+6.30276 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 1362
/proc/meminfo: memFree=403160/2055920 swapFree=4192812/4192956
[pid=1350] ppid=1348 vsize=823420 CPUtime=7.08
/proc/1350/stat : 1350 (java) S 1348 1350 380 0 -1 0 69925 0 1 0 670 38 0 0 20 0 12 0 132503663 843182080 63203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1350/statm: 205855 63203 1368 9 0 203217 0
[pid=1350/tid=1352] ppid=1348 vsize=823420 CPUtime=3.23
/proc/1350/task/1352/stat : 1352 (java) R 1348 1350 380 0 -1 64 17267 0 1 0 310 13 0 0 25 0 12 0 132503665 843182080 63203 996147200 134512640 134550740 4294956016 18446744073709551615 4109769618 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1353] ppid=1348 vsize=823420 CPUtime=1.24
/proc/1350/task/1353/stat : 1353 (java) S 1348 1350 380 0 -1 64 21950 0 0 0 114 10 0 0 20 0 12 0 132503666 843182080 63203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1354] ppid=1348 vsize=823420 CPUtime=1.22
/proc/1350/task/1354/stat : 1354 (java) S 1348 1350 380 0 -1 64 25533 0 0 0 111 11 0 0 20 0 12 0 132503666 843182080 63203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1355] ppid=1348 vsize=823420 CPUtime=0
/proc/1350/task/1355/stat : 1355 (java) S 1348 1350 380 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 132503668 843182080 63203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1356] ppid=1348 vsize=823420 CPUtime=0
/proc/1350/task/1356/stat : 1356 (java) S 1348 1350 380 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 132503668 843182080 63203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1357] ppid=1348 vsize=823420 CPUtime=0
/proc/1350/task/1357/stat : 1357 (java) S 1348 1350 380 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 132503668 843182080 63203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1358] ppid=1348 vsize=823420 CPUtime=0
/proc/1350/task/1358/stat : 1358 (java) S 1348 1350 380 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 132503673 843182080 63203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1359] ppid=1348 vsize=823420 CPUtime=0.68
/proc/1350/task/1359/stat : 1359 (java) S 1348 1350 380 0 -1 64 735 0 0 0 68 0 0 0 16 0 12 0 132503673 843182080 63203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1360] ppid=1348 vsize=823420 CPUtime=0.67
/proc/1350/task/1360/stat : 1360 (java) S 1348 1350 380 0 -1 64 3646 0 0 0 66 1 0 0 16 0 12 0 132503673 843182080 63203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1361] ppid=1348 vsize=823420 CPUtime=0
/proc/1350/task/1361/stat : 1361 (java) S 1348 1350 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 132503673 843182080 63203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1362] ppid=1348 vsize=823420 CPUtime=0
/proc/1350/task/1362/stat : 1362 (java) S 1348 1350 380 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 132503673 843182080 63203 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.08
Current children cumulated vsize (KiB) 823420

[startup+12.7024 s]
/proc/loadavg: 2.00 2.00 2.00 3/93 1362
/proc/meminfo: memFree=127648/2055920 swapFree=4192812/4192956
[pid=1350] ppid=1348 vsize=828540 CPUtime=14.26
/proc/1350/stat : 1350 (java) S 1348 1350 380 0 -1 0 135705 0 1 0 1352 74 0 0 20 0 12 0 132503663 848424960 127058 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1350/statm: 207135 127061 1368 9 0 204497 0
[pid=1350/tid=1352] ppid=1348 vsize=828540 CPUtime=5.39
/proc/1350/task/1352/stat : 1352 (java) R 1348 1350 380 0 -1 64 23423 0 1 0 523 16 0 0 25 0 12 0 132503665 848424960 127062 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1353] ppid=1348 vsize=828540 CPUtime=3.72
/proc/1350/task/1353/stat : 1353 (java) R 1348 1350 380 0 -1 64 60510 0 0 0 341 31 0 0 16 0 12 0 132503666 848424960 127064 996147200 134512640 134550740 4294956016 18446744073709551615 106160148 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1354] ppid=1348 vsize=828540 CPUtime=3.73
/proc/1350/task/1354/stat : 1354 (java) R 1348 1350 380 0 -1 64 46603 0 0 0 351 22 0 0 16 0 12 0 132503666 848424960 127071 996147200 134512640 134550740 4294956016 18446744073709551615 105852877 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1355] ppid=1348 vsize=828540 CPUtime=0
/proc/1350/task/1355/stat : 1355 (java) S 1348 1350 380 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 132503668 848424960 127078 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1356] ppid=1348 vsize=828540 CPUtime=0
/proc/1350/task/1356/stat : 1356 (java) S 1348 1350 380 0 -1 64 10 0 0 0 0 0 0 0 17 0 12 0 132503668 848424960 127085 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1357] ppid=1348 vsize=828540 CPUtime=0
/proc/1350/task/1357/stat : 1357 (java) S 1348 1350 380 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 132503668 848424960 127092 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1358] ppid=1348 vsize=828540 CPUtime=0
/proc/1350/task/1358/stat : 1358 (java) S 1348 1350 380 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 132503673 848424960 127101 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1359] ppid=1348 vsize=828540 CPUtime=0.68
/proc/1350/task/1359/stat : 1359 (java) S 1348 1350 380 0 -1 64 735 0 0 0 68 0 0 0 16 0 12 0 132503673 848424960 127108 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1360] ppid=1348 vsize=828540 CPUtime=0.67
/proc/1350/task/1360/stat : 1360 (java) S 1348 1350 380 0 -1 64 3646 0 0 0 66 1 0 0 16 0 12 0 132503673 848424960 127112 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1361] ppid=1348 vsize=828540 CPUtime=0
/proc/1350/task/1361/stat : 1361 (java) S 1348 1350 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 132503673 848424960 127112 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1362] ppid=1348 vsize=828540 CPUtime=0
/proc/1350/task/1362/stat : 1362 (java) S 1348 1350 380 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 132503673 848424960 127112 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 14.26
Current children cumulated vsize (KiB) 828540

[startup+25.5027 s]
/proc/loadavg: 2.21 2.05 2.02 4/93 1362
/proc/meminfo: memFree=42464/2055920 swapFree=4192812/4192956
[pid=1350] ppid=1348 vsize=860544 CPUtime=27.56
/proc/1350/stat : 1350 (java) S 1348 1350 380 0 -1 0 215380 0 1 0 2640 116 0 0 20 0 12 0 132503663 881197056 177984 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1350/statm: 215136 177984 1387 9 0 212498 0
[pid=1350/tid=1352] ppid=1348 vsize=860544 CPUtime=9.84
/proc/1350/task/1352/stat : 1352 (java) S 1348 1350 380 0 -1 64 35734 0 1 0 962 22 0 0 25 0 12 0 132503665 881197056 177984 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1353] ppid=1348 vsize=860544 CPUtime=5.58
/proc/1350/task/1353/stat : 1353 (java) R 1348 1350 380 0 -1 64 79684 0 0 0 517 41 0 0 17 0 12 0 132503666 881197056 177984 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1354] ppid=1348 vsize=860544 CPUtime=5.44
/proc/1350/task/1354/stat : 1354 (java) S 1348 1350 380 0 -1 64 61512 0 0 0 514 30 0 0 17 0 12 0 132503666 881197056 177984 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1355] ppid=1348 vsize=860544 CPUtime=4.78
/proc/1350/task/1355/stat : 1355 (java) R 1348 1350 380 0 -1 64 31545 0 0 0 460 18 0 0 16 0 12 0 132503668 881197056 177984 996147200 134512640 134550740 4294956016 18446744073709551615 105677428 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1356] ppid=1348 vsize=860544 CPUtime=0
/proc/1350/task/1356/stat : 1356 (java) S 1348 1350 380 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 132503668 881197056 177984 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1357] ppid=1348 vsize=860544 CPUtime=0
/proc/1350/task/1357/stat : 1357 (java) S 1348 1350 380 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 132503668 881197056 177984 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1358] ppid=1348 vsize=860544 CPUtime=0
/proc/1350/task/1358/stat : 1358 (java) S 1348 1350 380 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 132503673 881197056 177984 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1359] ppid=1348 vsize=860544 CPUtime=0.76
/proc/1350/task/1359/stat : 1359 (java) S 1348 1350 380 0 -1 64 917 0 0 0 76 0 0 0 16 0 12 0 132503673 881197056 177984 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1360] ppid=1348 vsize=860544 CPUtime=1.1
/proc/1350/task/1360/stat : 1360 (java) S 1348 1350 380 0 -1 64 5224 0 0 0 108 2 0 0 17 0 12 0 132503673 881197056 177984 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1361] ppid=1348 vsize=860544 CPUtime=0
/proc/1350/task/1361/stat : 1361 (java) S 1348 1350 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 132503673 881197056 177984 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1362] ppid=1348 vsize=860544 CPUtime=0
/proc/1350/task/1362/stat : 1362 (java) S 1348 1350 380 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 132503673 881197056 177984 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 27.56
Current children cumulated vsize (KiB) 860544



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+37.903 s]
/proc/loadavg: 2.18 2.05 2.01 4/93 1362
/proc/meminfo: memFree=15072/2055920 swapFree=4192812/4192956
[pid=1350] ppid=1348 vsize=924548 CPUtime=39.88
/proc/1350/stat : 1350 (java) S 1348 1350 380 0 -1 0 275438 0 1 0 3837 151 0 0 20 0 12 0 132503663 946737152 190773 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1350/statm: 231137 190779 1388 9 0 228499 0
[pid=1350/tid=1352] ppid=1348 vsize=924548 CPUtime=10.37
/proc/1350/task/1352/stat : 1352 (java) S 1348 1350 380 0 -1 64 35736 0 1 0 1015 22 0 0 18 0 12 0 132503665 946737152 190795 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1353] ppid=1348 vsize=924548 CPUtime=5.58
/proc/1350/task/1353/stat : 1353 (java) S 1348 1350 380 0 -1 64 79684 0 0 0 517 41 0 0 17 0 12 0 132503666 946737152 190803 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1354] ppid=1348 vsize=924548 CPUtime=5.44
/proc/1350/task/1354/stat : 1354 (java) S 1348 1350 380 0 -1 64 61512 0 0 0 514 30 0 0 16 0 12 0 132503666 946737152 190811 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1355] ppid=1348 vsize=924548 CPUtime=16.56
/proc/1350/task/1355/stat : 1355 (java) R 1348 1350 380 0 -1 64 91647 0 0 0 1603 53 0 0 25 0 12 0 132503668 946737152 190818 996147200 134512640 134550740 4294956016 18446744073709551615 103550858 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1356] ppid=1348 vsize=924548 CPUtime=0
/proc/1350/task/1356/stat : 1356 (java) S 1348 1350 380 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 132503668 946737152 190825 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1357] ppid=1348 vsize=924548 CPUtime=0
/proc/1350/task/1357/stat : 1357 (java) S 1348 1350 380 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 132503668 946737152 190832 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1358] ppid=1348 vsize=924548 CPUtime=0
/proc/1350/task/1358/stat : 1358 (java) S 1348 1350 380 0 -1 64 2 0 0 0 0 0 0 0 25 0 12 0 132503673 946737152 190840 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1359] ppid=1348 vsize=924548 CPUtime=0.76
/proc/1350/task/1359/stat : 1359 (java) S 1348 1350 380 0 -1 64 917 0 0 0 76 0 0 0 16 0 12 0 132503673 946737152 190847 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1360] ppid=1348 vsize=924548 CPUtime=1.1
/proc/1350/task/1360/stat : 1360 (java) S 1348 1350 380 0 -1 64 5224 0 0 0 108 2 0 0 17 0 12 0 132503673 946737152 190854 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1361] ppid=1348 vsize=924548 CPUtime=0
/proc/1350/task/1361/stat : 1361 (java) S 1348 1350 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 132503673 946737152 190862 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1362] ppid=1348 vsize=924548 CPUtime=0
/proc/1350/task/1362/stat : 1362 (java) S 1348 1350 380 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 132503673 946737152 190869 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 39.88
Current children cumulated vsize (KiB) 924548

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+38.203 s]
/proc/loadavg: 2.18 2.05 2.01 4/93 1362
/proc/meminfo: memFree=15072/2055920 swapFree=4192812/4192956
[pid=1350] ppid=1348 vsize=892544 CPUtime=40.16
/proc/1350/stat : 1350 (java) S 1348 1350 380 0 -1 0 285392 0 1 0 3859 157 0 0 16 0 12 0 132503663 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1350/statm: 223136 192724 1387 9 0 220498 0
[pid=1350/tid=1352] ppid=1348 vsize=892544 CPUtime=10.37
/proc/1350/task/1352/stat : 1352 (java) S 1348 1350 380 0 -1 64 35736 0 1 0 1015 22 0 0 18 0 12 0 132503665 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1353] ppid=1348 vsize=892544 CPUtime=5.58
/proc/1350/task/1353/stat : 1353 (java) S 1348 1350 380 0 -1 64 79684 0 0 0 517 41 0 0 17 0 12 0 132503666 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1354] ppid=1348 vsize=892544 CPUtime=5.44
/proc/1350/task/1354/stat : 1354 (java) S 1348 1350 380 0 -1 64 61512 0 0 0 514 30 0 0 16 0 12 0 132503666 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1355] ppid=1348 vsize=892544 CPUtime=16.84
/proc/1350/task/1355/stat : 1355 (java) R 1348 1350 380 0 -1 64 101554 0 0 0 1626 58 0 0 25 0 12 0 132503668 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1356] ppid=1348 vsize=892544 CPUtime=0
/proc/1350/task/1356/stat : 1356 (java) S 1348 1350 380 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 132503668 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1357] ppid=1348 vsize=892544 CPUtime=0
/proc/1350/task/1357/stat : 1357 (java) S 1348 1350 380 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 132503668 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1358] ppid=1348 vsize=892544 CPUtime=0
/proc/1350/task/1358/stat : 1358 (java) S 1348 1350 380 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 132503673 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1359] ppid=1348 vsize=892544 CPUtime=0.76
/proc/1350/task/1359/stat : 1359 (java) S 1348 1350 380 0 -1 64 917 0 0 0 76 0 0 0 16 0 12 0 132503673 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1360] ppid=1348 vsize=892544 CPUtime=1.1
/proc/1350/task/1360/stat : 1360 (java) S 1348 1350 380 0 -1 64 5224 0 0 0 108 2 0 0 17 0 12 0 132503673 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1361] ppid=1348 vsize=892544 CPUtime=0
/proc/1350/task/1361/stat : 1361 (java) S 1348 1350 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 132503673 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1362] ppid=1348 vsize=892544 CPUtime=0
/proc/1350/task/1362/stat : 1362 (java) S 1348 1350 380 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 132503673 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.16
Current children cumulated vsize (KiB) 892544

[startup+39.0021 s]
/proc/loadavg: 2.18 2.05 2.01 3/94 1363
/proc/meminfo: memFree=47640/2055920 swapFree=4192812/4192956
[pid=1350] ppid=1348 vsize=892544 CPUtime=40.96
/proc/1350/stat : 1350 (java) S 1348 1350 380 0 -1 0 285392 0 1 0 3939 157 0 0 16 0 12 0 132503663 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1350/statm: 223136 192724 1387 9 0 220498 0
[pid=1350/tid=1352] ppid=1348 vsize=892544 CPUtime=10.37
/proc/1350/task/1352/stat : 1352 (java) S 1348 1350 380 0 -1 64 35736 0 1 0 1015 22 0 0 18 0 12 0 132503665 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1353] ppid=1348 vsize=892544 CPUtime=5.58
/proc/1350/task/1353/stat : 1353 (java) S 1348 1350 380 0 -1 64 79684 0 0 0 517 41 0 0 17 0 12 0 132503666 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1354] ppid=1348 vsize=892544 CPUtime=5.44
/proc/1350/task/1354/stat : 1354 (java) S 1348 1350 380 0 -1 64 61512 0 0 0 514 30 0 0 16 0 12 0 132503666 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1355] ppid=1348 vsize=892544 CPUtime=17.63
/proc/1350/task/1355/stat : 1355 (java) R 1348 1350 380 0 -1 64 101554 0 0 0 1705 58 0 0 25 0 12 0 132503668 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 106122234 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1356] ppid=1348 vsize=892544 CPUtime=0
/proc/1350/task/1356/stat : 1356 (java) S 1348 1350 380 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 132503668 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1357] ppid=1348 vsize=892544 CPUtime=0
/proc/1350/task/1357/stat : 1357 (java) S 1348 1350 380 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 132503668 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1358] ppid=1348 vsize=892544 CPUtime=0
/proc/1350/task/1358/stat : 1358 (java) S 1348 1350 380 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 132503673 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1359] ppid=1348 vsize=892544 CPUtime=0.76
/proc/1350/task/1359/stat : 1359 (java) S 1348 1350 380 0 -1 64 917 0 0 0 76 0 0 0 16 0 12 0 132503673 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1360] ppid=1348 vsize=892544 CPUtime=1.1
/proc/1350/task/1360/stat : 1360 (java) S 1348 1350 380 0 -1 64 5224 0 0 0 108 2 0 0 17 0 12 0 132503673 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1361] ppid=1348 vsize=892544 CPUtime=0
/proc/1350/task/1361/stat : 1361 (java) S 1348 1350 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 132503673 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1362] ppid=1348 vsize=892544 CPUtime=0
/proc/1350/task/1362/stat : 1362 (java) S 1348 1350 380 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 132503673 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 40.96
Current children cumulated vsize (KiB) 892544

[startup+39.8022 s]
/proc/loadavg: 2.16 2.04 2.01 3/94 1363
/proc/meminfo: memFree=47640/2055920 swapFree=4192812/4192956
[pid=1350] ppid=1348 vsize=892544 CPUtime=41.75
/proc/1350/stat : 1350 (java) S 1348 1350 380 0 -1 0 285392 0 1 0 4018 157 0 0 16 0 12 0 132503663 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1350/statm: 223136 192724 1387 9 0 220498 0
[pid=1350/tid=1352] ppid=1348 vsize=892544 CPUtime=10.37
/proc/1350/task/1352/stat : 1352 (java) S 1348 1350 380 0 -1 64 35736 0 1 0 1015 22 0 0 18 0 12 0 132503665 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1353] ppid=1348 vsize=892544 CPUtime=5.58
/proc/1350/task/1353/stat : 1353 (java) S 1348 1350 380 0 -1 64 79684 0 0 0 517 41 0 0 17 0 12 0 132503666 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1354] ppid=1348 vsize=892544 CPUtime=5.44
/proc/1350/task/1354/stat : 1354 (java) S 1348 1350 380 0 -1 64 61512 0 0 0 514 30 0 0 16 0 12 0 132503666 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1355] ppid=1348 vsize=892544 CPUtime=18.42
/proc/1350/task/1355/stat : 1355 (java) R 1348 1350 380 0 -1 64 101554 0 0 0 1784 58 0 0 25 0 12 0 132503668 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1356] ppid=1348 vsize=892544 CPUtime=0
/proc/1350/task/1356/stat : 1356 (java) S 1348 1350 380 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 132503668 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1357] ppid=1348 vsize=892544 CPUtime=0
/proc/1350/task/1357/stat : 1357 (java) S 1348 1350 380 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 132503668 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1358] ppid=1348 vsize=892544 CPUtime=0
/proc/1350/task/1358/stat : 1358 (java) S 1348 1350 380 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 132503673 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1359] ppid=1348 vsize=892544 CPUtime=0.76
/proc/1350/task/1359/stat : 1359 (java) S 1348 1350 380 0 -1 64 917 0 0 0 76 0 0 0 16 0 12 0 132503673 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1360] ppid=1348 vsize=892544 CPUtime=1.1
/proc/1350/task/1360/stat : 1360 (java) S 1348 1350 380 0 -1 64 5224 0 0 0 108 2 0 0 17 0 12 0 132503673 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1350/tid=1361] ppid=1348 vsize=892544 CPUtime=0
/proc/1350/task/1361/stat : 1361 (java) S 1348 1350 380 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 132503673 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=1350/tid=1362] ppid=1348 vsize=892544 CPUtime=0
/proc/1350/task/1362/stat : 1362 (java) S 1348 1350 380 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 132503673 913965056 192724 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 41.75
Current children cumulated vsize (KiB) 892544

[startup+40.0022 s]
/proc/loadavg: 2.16 2.04 2.01 3/94 1363
/proc/meminfo: memFree=47640/2055920 swapFree=4192812/4192956
[pid=1350] ppid=1348 vsize=0 CPUtime=41.94
/proc/1350/stat : 1350 (java) Z 1348 1350 380 0 -1 1036 285392 0 1 0 4030 164 0 0 16 0 2 0 132503663 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/1350/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 41.94
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 40.0468
CPU time (s): 41.9986
CPU user time (s): 40.3059
CPU system time (s): 1.69274
CPU usage (%): 104.874
Max. virtual memory (cumulated for all children) (KiB): 924548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 40.3059
system time used= 1.69274
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 285392
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= 1781
involuntary context switches= 3135

runsolver used 0.052991 second user time and 0.156976 second system time

The end

Launcher Data (download as text)

Begin job on node27 at 2008-07-04 23:52:15
IDJOB=1078830
IDBENCH=56845
IDSOLVER=344
FILE ID=node27/1078830-1215208335
PBS_JOBID= 7881712
Free space on /tmp= 66464 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 4fd9722e59aa2e5ca5e508f77baf17c8
RANDOM SEED=1407832390

node27.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		: 2800.188
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	: 5521.40
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		: 2800.188
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:        601552 kB
Buffers:         92688 kB
Cached:         540596 kB
SwapCached:          0 kB
Active:        1017912 kB
Inactive:       357680 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        601552 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2592 kB
Writeback:           0 kB
Mapped:         763972 kB
Slab:            62608 kB
Committed_AS:  1084060 kB
PageTables:       3152 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66464 MiB
End job on node27 at 2008-07-04 23:52:56