Trace number 1080451

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? (TO) 1802.27 1741.83

General information on the benchmark

Namecsp/radar-8-24-3-2/
normalized-radar-8-24-3-2-32.xml
MD5SUMc9c6f341263973f32f04d798bb112060
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.035994
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints64
Maximum constraint arity16
Maximum domain size4
Number of constraints which are defined in extension0
Number of constraints which are defined in intension64
Global constraints used (with number of constraints)

Solver Data (download as text)

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

[startup+0.0878931 s]
/proc/loadavg: 2.02 2.02 2.00 4/75 25404
/proc/meminfo: memFree=1723600/2055920 swapFree=4166000/4192956
[pid=25404] ppid=25402 vsize=802236 CPUtime=0.07
/proc/25404/stat : 25404 (java) S 25402 25404 24139 0 -1 0 2871 0 1 0 5 2 0 0 20 0 7 0 634517213 821489664 2606 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0
/proc/25404/statm: 200559 2606 1014 9 0 197942 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 802236

[startup+0.102898 s]
/proc/loadavg: 2.02 2.02 2.00 4/75 25404
/proc/meminfo: memFree=1723600/2055920 swapFree=4166000/4192956
[pid=25404] ppid=25402 vsize=804612 CPUtime=0.08
/proc/25404/stat : 25404 (java) S 25402 25404 24139 0 -1 0 3005 0 1 0 6 2 0 0 20 0 12 0 634517213 823922688 2738 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25404/statm: 201153 2738 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.302936 s]
/proc/loadavg: 2.02 2.02 2.00 4/75 25404
/proc/meminfo: memFree=1723600/2055920 swapFree=4166000/4192956
[pid=25404] ppid=25402 vsize=807848 CPUtime=0.28
/proc/25404/stat : 25404 (java) S 25402 25404 24139 0 -1 0 4951 0 1 0 25 3 0 0 20 0 12 0 634517213 827236352 4278 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25404/statm: 201962 4278 1306 9 0 199331 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 807848

[startup+0.703016 s]
/proc/loadavg: 2.02 2.02 2.00 4/75 25404
/proc/meminfo: memFree=1723600/2055920 swapFree=4166000/4192956
[pid=25404] ppid=25402 vsize=807876 CPUtime=0.69
/proc/25404/stat : 25404 (java) S 25402 25404 24139 0 -1 0 6125 0 1 0 64 5 0 0 20 0 12 0 634517213 827265024 5450 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25404/statm: 201969 5450 1335 9 0 199331 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807876

[startup+1.50118 s]
/proc/loadavg: 2.02 2.02 2.00 4/87 25416
/proc/meminfo: memFree=1703344/2055920 swapFree=4166000/4192956
[pid=25404] ppid=25402 vsize=814936 CPUtime=1.47
/proc/25404/stat : 25404 (java) S 25402 25404 24139 0 -1 0 9897 0 1 0 141 6 0 0 20 0 12 0 634517213 834494464 8050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25404/statm: 203734 8050 1363 9 0 201096 0
[pid=25404/tid=25406] ppid=25402 vsize=814936 CPUtime=0.8
/proc/25404/task/25406/stat : 25406 (java) R 25402 25404 24139 0 -1 64 5019 0 1 0 76 4 0 0 25 0 12 0 634517215 834494464 8050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25407] ppid=25402 vsize=814936 CPUtime=0
/proc/25404/task/25407/stat : 25407 (java) S 25402 25404 24139 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 634517216 834494464 8050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25408] ppid=25402 vsize=814936 CPUtime=0
/proc/25404/task/25408/stat : 25408 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 634517216 834494464 8050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25409] ppid=25402 vsize=814936 CPUtime=0
/proc/25404/task/25409/stat : 25409 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 634517218 834494464 8050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25410] ppid=25402 vsize=814936 CPUtime=0
/proc/25404/task/25410/stat : 25410 (java) S 25402 25404 24139 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 634517218 834494464 8050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25411] ppid=25402 vsize=814936 CPUtime=0
/proc/25404/task/25411/stat : 25411 (java) S 25402 25404 24139 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 634517218 834494464 8050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25412] ppid=25402 vsize=814936 CPUtime=0
/proc/25404/task/25412/stat : 25412 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 634517222 834494464 8050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25413] ppid=25402 vsize=814936 CPUtime=0.32
/proc/25404/task/25413/stat : 25413 (java) R 25402 25404 24139 0 -1 64 2985 0 0 0 32 0 0 0 17 0 12 0 634517222 834494464 8050 996147200 134512640 134550740 4294956016 18446744073709551615 103336650 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25414] ppid=25402 vsize=814936 CPUtime=0.32
/proc/25404/task/25414/stat : 25414 (java) S 25402 25404 24139 0 -1 64 1129 0 0 0 32 0 0 0 16 0 12 0 634517222 834494464 8050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25415] ppid=25402 vsize=814936 CPUtime=0
/proc/25404/task/25415/stat : 25415 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 634517222 834494464 8050 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25416] ppid=25402 vsize=814936 CPUtime=0
/proc/25404/task/25416/stat : 25416 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 634517222 834494464 8050 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) 814936

[startup+3.10249 s]
/proc/loadavg: 2.10 2.04 2.01 4/87 25416
/proc/meminfo: memFree=1691696/2055920 swapFree=4166000/4192956
[pid=25404] ppid=25402 vsize=817244 CPUtime=3.05
/proc/25404/stat : 25404 (java) S 25402 25404 24139 0 -1 0 16766 0 1 0 294 11 0 0 20 0 12 0 634517213 836857856 13257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25404/statm: 204311 13257 1380 9 0 201673 0
[pid=25404/tid=25406] ppid=25402 vsize=817244 CPUtime=1.66
/proc/25404/task/25406/stat : 25406 (java) R 25402 25404 24139 0 -1 64 9472 0 1 0 159 7 0 0 25 0 12 0 634517215 836857856 13257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25407] ppid=25402 vsize=817244 CPUtime=0
/proc/25404/task/25407/stat : 25407 (java) S 25402 25404 24139 0 -1 64 3 0 0 0 0 0 0 0 22 0 12 0 634517216 836857856 13257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25408] ppid=25402 vsize=817244 CPUtime=0
/proc/25404/task/25408/stat : 25408 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 23 0 12 0 634517216 836857856 13257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25409] ppid=25402 vsize=817244 CPUtime=0
/proc/25404/task/25409/stat : 25409 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 634517218 836857856 13257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25410] ppid=25402 vsize=817244 CPUtime=0
/proc/25404/task/25410/stat : 25410 (java) S 25402 25404 24139 0 -1 64 9 0 0 0 0 0 0 0 25 0 12 0 634517218 836857856 13257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25411] ppid=25402 vsize=817244 CPUtime=0
/proc/25404/task/25411/stat : 25411 (java) S 25402 25404 24139 0 -1 64 3 0 0 0 0 0 0 0 25 0 12 0 634517218 836857856 13257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25412] ppid=25402 vsize=817244 CPUtime=0
/proc/25404/task/25412/stat : 25412 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 634517222 836857856 13257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25413] ppid=25402 vsize=817244 CPUtime=0.74
/proc/25404/task/25413/stat : 25413 (java) S 25402 25404 24139 0 -1 64 4638 0 0 0 72 2 0 0 16 0 12 0 634517222 836857856 13257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25414] ppid=25402 vsize=817244 CPUtime=0.62
/proc/25404/task/25414/stat : 25414 (java) R 25402 25404 24139 0 -1 64 1892 0 0 0 62 0 0 0 17 0 12 0 634517222 836857856 13257 996147200 134512640 134550740 4294956016 18446744073709551615 103121804 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25415] ppid=25402 vsize=817244 CPUtime=0
/proc/25404/task/25415/stat : 25415 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 634517222 836857856 13257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25416] ppid=25402 vsize=817244 CPUtime=0
/proc/25404/task/25416/stat : 25416 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 634517222 836857856 13257 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 817244

[startup+6.30113 s]
/proc/loadavg: 2.10 2.04 2.01 5/87 25416
/proc/meminfo: memFree=1640496/2055920 swapFree=4166000/4192956
[pid=25404] ppid=25402 vsize=818872 CPUtime=6.23
/proc/25404/stat : 25404 (java) S 25402 25404 24139 0 -1 0 31011 0 1 0 605 18 0 0 20 0 12 0 634517213 838524928 22727 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25404/statm: 204718 22727 1386 9 0 202080 0
[pid=25404/tid=25406] ppid=25402 vsize=818872 CPUtime=3.02
/proc/25404/task/25406/stat : 25406 (java) R 25402 25404 24139 0 -1 64 17330 0 1 0 291 11 0 0 25 0 12 0 634517215 838524928 22727 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25407] ppid=25402 vsize=818872 CPUtime=0.01
/proc/25404/task/25407/stat : 25407 (java) S 25402 25404 24139 0 -1 64 362 0 0 0 1 0 0 0 17 0 12 0 634517216 838524928 22727 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25408] ppid=25402 vsize=818872 CPUtime=0.02
/proc/25404/task/25408/stat : 25408 (java) S 25402 25404 24139 0 -1 64 597 0 0 0 2 0 0 0 17 0 12 0 634517216 838524928 22727 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25409] ppid=25402 vsize=818872 CPUtime=0
/proc/25404/task/25409/stat : 25409 (java) S 25402 25404 24139 0 -1 64 30 0 0 0 0 0 0 0 16 0 12 0 634517218 838524928 22727 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25410] ppid=25402 vsize=818872 CPUtime=0
/proc/25404/task/25410/stat : 25410 (java) S 25402 25404 24139 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 634517218 838524928 22727 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25411] ppid=25402 vsize=818872 CPUtime=0
/proc/25404/task/25411/stat : 25411 (java) S 25402 25404 24139 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 634517218 838524928 22727 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25412] ppid=25402 vsize=818872 CPUtime=0
/proc/25404/task/25412/stat : 25412 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 634517222 838524928 22727 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25413] ppid=25402 vsize=818872 CPUtime=1.61
/proc/25404/task/25413/stat : 25413 (java) S 25402 25404 24139 0 -1 64 7205 0 0 0 158 3 0 0 16 0 12 0 634517222 838524928 22727 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25414] ppid=25402 vsize=818872 CPUtime=1.52
/proc/25404/task/25414/stat : 25414 (java) R 25402 25404 24139 0 -1 64 4724 0 0 0 150 2 0 0 17 0 12 0 634517222 838524928 22727 996147200 134512640 134550740 4294956016 18446744073709551615 104110006 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25415] ppid=25402 vsize=818872 CPUtime=0
/proc/25404/task/25415/stat : 25415 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 634517222 838524928 22727 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25416] ppid=25402 vsize=818872 CPUtime=0
/proc/25404/task/25416/stat : 25416 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 634517222 838524928 22727 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 818872

[startup+12.7014 s]
/proc/loadavg: 2.16 2.06 2.01 4/87 25416
/proc/meminfo: memFree=1613296/2055920 swapFree=4166000/4192956
[pid=25404] ppid=25402 vsize=820976 CPUtime=12.57
/proc/25404/stat : 25404 (java) S 25402 25404 24139 0 -1 0 44528 0 1 0 1234 23 0 0 20 0 12 0 634517213 840679424 29687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25404/statm: 205244 29687 1386 9 0 202606 0
[pid=25404/tid=25406] ppid=25402 vsize=820976 CPUtime=6.68
/proc/25404/task/25406/stat : 25406 (java) R 25402 25404 24139 0 -1 64 17341 0 1 0 657 11 0 0 25 0 12 0 634517215 840679424 29687 996147200 134512640 134550740 4294956016 18446744073709551615 106734386 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25407] ppid=25402 vsize=820976 CPUtime=0.13
/proc/25404/task/25407/stat : 25407 (java) S 25402 25404 24139 0 -1 64 2199 0 0 0 13 0 0 0 16 0 12 0 634517216 840679424 29687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25408] ppid=25402 vsize=820976 CPUtime=0.25
/proc/25404/task/25408/stat : 25408 (java) S 25402 25404 24139 0 -1 64 5325 0 0 0 23 2 0 0 16 0 12 0 634517216 840679424 29687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25409] ppid=25402 vsize=820976 CPUtime=0
/proc/25404/task/25409/stat : 25409 (java) S 25402 25404 24139 0 -1 64 83 0 0 0 0 0 0 0 16 0 12 0 634517218 840679424 29687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25410] ppid=25402 vsize=820976 CPUtime=0
/proc/25404/task/25410/stat : 25410 (java) S 25402 25404 24139 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 634517218 840679424 29687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25411] ppid=25402 vsize=820976 CPUtime=0
/proc/25404/task/25411/stat : 25411 (java) S 25402 25404 24139 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 634517218 840679424 29687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25412] ppid=25402 vsize=820976 CPUtime=0
/proc/25404/task/25412/stat : 25412 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 634517222 840679424 29687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25413] ppid=25402 vsize=820976 CPUtime=3.14
/proc/25404/task/25413/stat : 25413 (java) S 25402 25404 24139 0 -1 64 11598 0 0 0 310 4 0 0 20 0 12 0 634517222 840679424 29687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25414] ppid=25402 vsize=820976 CPUtime=2.31
/proc/25404/task/25414/stat : 25414 (java) S 25402 25404 24139 0 -1 64 7219 0 0 0 228 3 0 0 15 0 12 0 634517222 840679424 29687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25415] ppid=25402 vsize=820976 CPUtime=0
/proc/25404/task/25415/stat : 25415 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 634517222 840679424 29687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25416] ppid=25402 vsize=820976 CPUtime=0
/proc/25404/task/25416/stat : 25416 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 634517222 840679424 29687 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 820976

[startup+25.5029 s]
/proc/loadavg: 2.30 2.09 2.02 3/87 25416
/proc/meminfo: memFree=1562992/2055920 swapFree=4166000/4192956
[pid=25404] ppid=25402 vsize=822448 CPUtime=25.29
/proc/25404/stat : 25404 (java) S 25402 25404 24139 0 -1 0 60636 0 1 0 2499 30 0 0 20 0 12 0 634517213 842186752 41199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25404/statm: 205612 41199 1386 9 0 202974 0
[pid=25404/tid=25406] ppid=25402 vsize=822448 CPUtime=16.33
/proc/25404/task/25406/stat : 25406 (java) R 25402 25404 24139 0 -1 64 17366 0 1 0 1622 11 0 0 25 0 12 0 634517215 842186752 41199 996147200 134512640 134550740 4294956016 18446744073709551615 4109850100 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25407] ppid=25402 vsize=822448 CPUtime=0.59
/proc/25404/task/25407/stat : 25407 (java) S 25402 25404 24139 0 -1 64 6609 0 0 0 57 2 0 0 16 0 12 0 634517216 842186752 41199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25408] ppid=25402 vsize=822448 CPUtime=0.67
/proc/25404/task/25408/stat : 25408 (java) S 25402 25404 24139 0 -1 64 11901 0 0 0 63 4 0 0 16 0 12 0 634517216 842186752 41199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25409] ppid=25402 vsize=822448 CPUtime=0
/proc/25404/task/25409/stat : 25409 (java) S 25402 25404 24139 0 -1 64 83 0 0 0 0 0 0 0 16 0 12 0 634517218 842186752 41199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25410] ppid=25402 vsize=822448 CPUtime=0
/proc/25404/task/25410/stat : 25410 (java) S 25402 25404 24139 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 634517218 842186752 41199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25411] ppid=25402 vsize=822448 CPUtime=0
/proc/25404/task/25411/stat : 25411 (java) S 25402 25404 24139 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 634517218 842186752 41199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25412] ppid=25402 vsize=822448 CPUtime=0
/proc/25404/task/25412/stat : 25412 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 634517222 842186752 41199 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/25404/stat : 25404 (java) S 25402 25404 24139 0 -1 0 542810 0 1 0 171724 277 0 0 20 0 12 0 634517213 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25404/statm: 205841 176292 1389 9 0 203203 0
[pid=25404/tid=25406] ppid=25402 vsize=823364 CPUtime=116.52
/proc/25404/task/25406/stat : 25406 (java) S 25402 25404 24139 0 -1 64 18061 0 1 0 11639 13 0 0 16 0 12 0 634517215 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25407] ppid=25402 vsize=823364 CPUtime=129.78
/proc/25404/task/25407/stat : 25407 (java) S 25402 25404 24139 0 -1 64 63750 0 0 0 12944 34 0 0 17 0 12 0 634517216 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25408] ppid=25402 vsize=823364 CPUtime=131.01
/proc/25404/task/25408/stat : 25408 (java) S 25402 25404 24139 0 -1 64 92897 0 0 0 13054 47 0 0 17 0 12 0 634517216 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25409] ppid=25402 vsize=823364 CPUtime=1329.11
/proc/25404/task/25409/stat : 25409 (java) R 25402 25404 24139 0 -1 64 330511 0 0 0 132747 164 0 0 25 0 12 0 634517218 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 105677754 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25410] ppid=25402 vsize=823364 CPUtime=0
/proc/25404/task/25410/stat : 25410 (java) S 25402 25404 24139 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 634517218 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25411] ppid=25402 vsize=823364 CPUtime=0
/proc/25404/task/25411/stat : 25411 (java) S 25402 25404 24139 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 634517218 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25412] ppid=25402 vsize=823364 CPUtime=0
/proc/25404/task/25412/stat : 25412 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 634517222 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25413] ppid=25402 vsize=823364 CPUtime=7.35
/proc/25404/task/25413/stat : 25413 (java) S 25402 25404 24139 0 -1 64 19782 0 0 0 727 8 0 0 16 0 12 0 634517222 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25414] ppid=25402 vsize=823364 CPUtime=6.17
/proc/25404/task/25414/stat : 25414 (java) S 25402 25404 24139 0 -1 64 17046 0 0 0 610 7 0 0 15 0 12 0 634517222 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25415] ppid=25402 vsize=823364 CPUtime=0
/proc/25404/task/25415/stat : 25415 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 634517222 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25416] ppid=25402 vsize=823364 CPUtime=0
/proc/25404/task/25416/stat : 25416 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 634517222 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1720.01
Current children cumulated vsize (KiB) 823364

[startup+1722.3 s]
/proc/loadavg: 2.16 2.24 2.18 3/85 25453
/proc/meminfo: memFree=1027856/2055920 swapFree=4166000/4192956
[pid=25404] ppid=25402 vsize=823364 CPUtime=1781.94
/proc/25404/stat : 25404 (java) S 25402 25404 24139 0 -1 0 542831 0 1 0 177917 277 0 0 20 0 12 0 634517213 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25404/statm: 205841 176292 1389 9 0 203203 0
[pid=25404/tid=25406] ppid=25402 vsize=823364 CPUtime=116.52
/proc/25404/task/25406/stat : 25406 (java) S 25402 25404 24139 0 -1 64 18082 0 1 0 11639 13 0 0 16 0 12 0 634517215 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25407] ppid=25402 vsize=823364 CPUtime=134.39
/proc/25404/task/25407/stat : 25407 (java) S 25402 25404 24139 0 -1 64 63750 0 0 0 13404 35 0 0 17 0 12 0 634517216 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25408] ppid=25402 vsize=823364 CPUtime=135.74
/proc/25404/task/25408/stat : 25408 (java) S 25402 25404 24139 0 -1 64 92897 0 0 0 13527 47 0 0 17 0 12 0 634517216 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25409] ppid=25402 vsize=823364 CPUtime=1381.72
/proc/25404/task/25409/stat : 25409 (java) R 25402 25404 24139 0 -1 64 330511 0 0 0 138008 164 0 0 25 0 12 0 634517218 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25410] ppid=25402 vsize=823364 CPUtime=0
/proc/25404/task/25410/stat : 25410 (java) S 25402 25404 24139 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 634517218 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25411] ppid=25402 vsize=823364 CPUtime=0
/proc/25404/task/25411/stat : 25411 (java) S 25402 25404 24139 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 634517218 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25412] ppid=25402 vsize=823364 CPUtime=0
/proc/25404/task/25412/stat : 25412 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 634517222 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25413] ppid=25402 vsize=823364 CPUtime=7.35
/proc/25404/task/25413/stat : 25413 (java) S 25402 25404 24139 0 -1 64 19782 0 0 0 727 8 0 0 16 0 12 0 634517222 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25414] ppid=25402 vsize=823364 CPUtime=6.17
/proc/25404/task/25414/stat : 25414 (java) S 25402 25404 24139 0 -1 64 17046 0 0 0 610 7 0 0 15 0 12 0 634517222 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25415] ppid=25402 vsize=823364 CPUtime=0
/proc/25404/task/25415/stat : 25415 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 634517222 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25416] ppid=25402 vsize=823364 CPUtime=0
/proc/25404/task/25416/stat : 25416 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 634517222 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1781.94
Current children cumulated vsize (KiB) 823364



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1739.7 s]
/proc/loadavg: 2.11 2.22 2.18 5/85 25453
/proc/meminfo: memFree=1027856/2055920 swapFree=4166000/4192956
[pid=25404] ppid=25402 vsize=823364 CPUtime=1800.08
/proc/25404/stat : 25404 (java) S 25402 25404 24139 0 -1 0 542838 0 1 0 179731 277 0 0 20 0 12 0 634517213 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25404/statm: 205841 176292 1389 9 0 203203 0
[pid=25404/tid=25406] ppid=25402 vsize=823364 CPUtime=116.52
/proc/25404/task/25406/stat : 25406 (java) S 25402 25404 24139 0 -1 64 18089 0 1 0 11639 13 0 0 16 0 12 0 634517215 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25407] ppid=25402 vsize=823364 CPUtime=135.87
/proc/25404/task/25407/stat : 25407 (java) R 25402 25404 24139 0 -1 64 63750 0 0 0 13552 35 0 0 17 0 12 0 634517216 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 104136940 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25408] ppid=25402 vsize=823364 CPUtime=137.21
/proc/25404/task/25408/stat : 25408 (java) R 25402 25404 24139 0 -1 64 92897 0 0 0 13674 47 0 0 17 0 12 0 634517216 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 103074553 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25409] ppid=25402 vsize=823364 CPUtime=1396.9
/proc/25404/task/25409/stat : 25409 (java) R 25402 25404 24139 0 -1 64 330511 0 0 0 139526 164 0 0 25 0 12 0 634517218 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25410] ppid=25402 vsize=823364 CPUtime=0
/proc/25404/task/25410/stat : 25410 (java) S 25402 25404 24139 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 634517218 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25411] ppid=25402 vsize=823364 CPUtime=0
/proc/25404/task/25411/stat : 25411 (java) S 25402 25404 24139 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 634517218 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25412] ppid=25402 vsize=823364 CPUtime=0
/proc/25404/task/25412/stat : 25412 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 634517222 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25413] ppid=25402 vsize=823364 CPUtime=7.35
/proc/25404/task/25413/stat : 25413 (java) S 25402 25404 24139 0 -1 64 19782 0 0 0 727 8 0 0 16 0 12 0 634517222 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25414] ppid=25402 vsize=823364 CPUtime=6.17
/proc/25404/task/25414/stat : 25414 (java) S 25402 25404 24139 0 -1 64 17046 0 0 0 610 7 0 0 15 0 12 0 634517222 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25415] ppid=25402 vsize=823364 CPUtime=0
/proc/25404/task/25415/stat : 25415 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 634517222 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25416] ppid=25402 vsize=823364 CPUtime=0
/proc/25404/task/25416/stat : 25416 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 634517222 843124736 176292 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 823364

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+1740.6 s]
/proc/loadavg: 2.11 2.22 2.18 3/86 25454
/proc/meminfo: memFree=1027848/2055920 swapFree=4166000/4192956
[pid=25404] ppid=25402 vsize=823364 CPUtime=1801.05
/proc/25404/stat : 25404 (java) S 25402 25404 24139 0 -1 0 542840 0 1 0 179827 278 0 0 16 0 12 0 634517213 843124736 176293 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25404/statm: 205841 176293 1389 9 0 203203 0
[pid=25404/tid=25406] ppid=25402 vsize=823364 CPUtime=116.52
/proc/25404/task/25406/stat : 25406 (java) S 25402 25404 24139 0 -1 64 18089 0 1 0 11639 13 0 0 16 0 12 0 634517215 843124736 176293 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25407] ppid=25402 vsize=823364 CPUtime=135.94
/proc/25404/task/25407/stat : 25407 (java) S 25402 25404 24139 0 -1 64 63750 0 0 0 13559 35 0 0 17 0 12 0 634517216 843124736 176293 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25408] ppid=25402 vsize=823364 CPUtime=137.31
/proc/25404/task/25408/stat : 25408 (java) S 25402 25404 24139 0 -1 64 92897 0 0 0 13684 47 0 0 17 0 12 0 634517216 843124736 176293 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25409] ppid=25402 vsize=823364 CPUtime=1397.69
/proc/25404/task/25409/stat : 25409 (java) R 25402 25404 24139 0 -1 64 330511 0 0 0 139605 164 0 0 24 0 12 0 634517218 843124736 176293 996147200 134512640 134550740 4294956016 18446744073709551615 105677203 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25410] ppid=25402 vsize=823364 CPUtime=0
/proc/25404/task/25410/stat : 25410 (java) S 25402 25404 24139 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 634517218 843124736 176293 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25411] ppid=25402 vsize=823364 CPUtime=0
/proc/25404/task/25411/stat : 25411 (java) S 25402 25404 24139 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 634517218 843124736 176293 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25412] ppid=25402 vsize=823364 CPUtime=0
/proc/25404/task/25412/stat : 25412 (java) S 25402 25404 24139 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 634517222 843124736 176293 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25413] ppid=25402 vsize=823364 CPUtime=7.35
/proc/25404/task/25413/stat : 25413 (java) S 25402 25404 24139 0 -1 64 19782 0 0 0 727 8 0 0 16 0 12 0 634517222 843124736 176293 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25414] ppid=25402 vsize=823364 CPUtime=6.17
/proc/25404/task/25414/stat : 25414 (java) S 25402 25404 24139 0 -1 64 17046 0 0 0 610 7 0 0 15 0 12 0 634517222 843124736 176293 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25415] ppid=25402 vsize=823364 CPUtime=0
/proc/25404/task/25415/stat : 25415 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 634517222 843124736 176293 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25416] ppid=25402 vsize=823364 CPUtime=0
/proc/25404/task/25416/stat : 25416 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 634517222 843124736 176293 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.05
Current children cumulated vsize (KiB) 823364

[startup+1741.4 s]
/proc/loadavg: 2.11 2.22 2.18 3/86 25454
/proc/meminfo: memFree=1027848/2055920 swapFree=4166000/4192956
[pid=25404] ppid=25402 vsize=823364 CPUtime=1801.84
/proc/25404/stat : 25404 (java) S 25402 25404 24139 0 -1 0 542840 0 1 0 179906 278 0 0 16 0 12 0 634517213 843124736 176293 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25404/statm: 205841 176293 1389 9 0 203203 0
[pid=25404/tid=25406] ppid=25402 vsize=823364 CPUtime=116.52
/proc/25404/task/25406/stat : 25406 (java) S 25402 25404 24139 0 -1 64 18089 0 1 0 11639 13 0 0 16 0 12 0 634517215 843124736 176293 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25407] ppid=25402 vsize=823364 CPUtime=135.94
/proc/25404/task/25407/stat : 25407 (java) S 25402 25404 24139 0 -1 64 63750 0 0 0 13559 35 0 0 17 0 12 0 634517216 843124736 176293 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25408] ppid=25402 vsize=823364 CPUtime=137.31
/proc/25404/task/25408/stat : 25408 (java) S 25402 25404 24139 0 -1 64 92897 0 0 0 13684 47 0 0 17 0 12 0 634517216 843124736 176293 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25409] ppid=25402 vsize=823364 CPUtime=1398.48
/proc/25404/task/25409/stat : 25409 (java) R 25402 25404 24139 0 -1 64 330511 0 0 0 139684 164 0 0 25 0 12 0 634517218 843124736 176293 996147200 134512640 134550740 4294956016 18446744073709551615 105852552 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25410] ppid=25402 vsize=823364 CPUtime=0
/proc/25404/task/25410/stat : 25410 (java) S 25402 25404 24139 0 -1 64 10 0 0 0 0 0 0 0 16 0 12 0 634517218 843124736 176293 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25411] ppid=25402 vsize=823364 CPUtime=0
/proc/25404/task/25411/stat : 25411 (java) S 25402 25404 24139 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 634517218 843124736 176293 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25412] ppid=25402 vsize=823364 CPUtime=0
/proc/25404/task/25412/stat : 25412 (java) S 25402 25404 24139 0 -1 64 3 0 0 0 0 0 0 0 16 0 12 0 634517222 843124736 176293 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25413] ppid=25402 vsize=823364 CPUtime=7.35
/proc/25404/task/25413/stat : 25413 (java) S 25402 25404 24139 0 -1 64 19782 0 0 0 727 8 0 0 16 0 12 0 634517222 843124736 176293 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25414] ppid=25402 vsize=823364 CPUtime=6.17
/proc/25404/task/25414/stat : 25414 (java) S 25402 25404 24139 0 -1 64 17046 0 0 0 610 7 0 0 15 0 12 0 634517222 843124736 176293 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25404/tid=25415] ppid=25402 vsize=823364 CPUtime=0
/proc/25404/task/25415/stat : 25415 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 634517222 843124736 176293 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25404/tid=25416] ppid=25402 vsize=823364 CPUtime=0
/proc/25404/task/25416/stat : 25416 (java) S 25402 25404 24139 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 634517222 843124736 176293 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 823364

[startup+1741.8 s]
/proc/loadavg: 2.11 2.22 2.18 3/86 25454
/proc/meminfo: memFree=1027848/2055920 swapFree=4166000/4192956
[pid=25404] ppid=25402 vsize=0 CPUtime=1802.24
/proc/25404/stat : 25404 (java) Z 25402 25404 24139 0 -1 1036 542840 0 1 0 179938 286 0 0 16 0 2 0 634517213 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/25404/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1802.24
Current children cumulated vsize (KiB) 0

Child ended because it received signal 9 (SIGKILL)
Real time (s): 1741.83
CPU time (s): 1802.27
CPU user time (s): 1799.38
CPU system time (s): 2.88656
CPU usage (%): 103.47
Max. virtual memory (cumulated for all children) (KiB): 871372

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.38
system time used= 2.88656
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 542840
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= 41307
involuntary context switches= 52398

runsolver used 2.17567 second user time and 5.78412 second system time

The end

Launcher Data (download as text)

Begin job on node77 at 2008-07-05 01:09:54
IDJOB=1080451
IDBENCH=56983
IDSOLVER=344
FILE ID=node77/1080451-1215212994
PBS_JOBID= 7881740
Free space on /tmp= 66532 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c9c6f341263973f32f04d798bb112060
RANDOM SEED=1832291876

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1724080 kB
Buffers:         57676 kB
Cached:         182828 kB
SwapCached:      20616 kB
Active:         206476 kB
Inactive:        67656 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1724080 kB
SwapTotal:     4192956 kB
SwapFree:      4166000 kB
Dirty:            1120 kB
Writeback:           0 kB
Mapped:          40844 kB
Slab:            42964 kB
Committed_AS:  1124892 kB
PageTables:       1824 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= 66532 MiB
End job on node77 at 2008-07-05 01:38:56