Trace number 2069238

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 2.1.1? (TO) 1801.63 1811.28

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-ooo-burch-dill-8-accl.xml
MD5SUMa836148987a747fe0e78f1f820e1fc6b
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 benchmark1485.25
Satisfiable
(Un)Satisfiability was proved
Number of variables21380
Number of constraints60983
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60983
Global constraints used (with number of constraints)

Solver Data

0.09/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.09/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.13	c See www.sat4j.org for details.
0.09/0.13	c That software uses the Rhino library from the Mozilla project.
0.09/0.14	c version 2.1.1.v20090622
0.09/0.14	c sun.arch.data.model	32
0.09/0.14	c java.version	1.6.0_12
0.09/0.14	c os.name	Linux
0.09/0.14	c os.version	2.6.9-22.EL.rootsmp
0.09/0.14	c os.arch	i386
0.09/0.14	c Free memory 671000808
0.09/0.14	c Max memory 672137216
0.09/0.14	c Total memory 672137216
0.09/0.15	c Number of processors 2
0.18/0.22	c c --- Begin Solver configuration ---
0.18/0.22	c Stops conflict analysis at the first Unique Implication Point
0.18/0.22	c org.sat4j.minisat.constraints.MixedDataStructureDanielWL@1f14ceb
0.18/0.22	c Learn all clauses as in MiniSAT
0.18/0.22	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.18/0.22	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.18/0.22	c Expensive reason simplification
0.18/0.22	c MiniSAT restarts strategy
0.18/0.22	c Memory based learned constraints deletion strategy
0.18/0.22	c timeout=2147483s
0.18/0.22	c DB Simplification allowed=false
0.18/0.22	c --- End Solver configuration ---
0.18/0.22	c solving HOME/instance-2069238-1247349862.xml
0.18/0.22	c reading problem ... 
0.39/0.46	c reading problem named null
0.39/0.46	c reading domains done.
0.39/0.47	c reading variables done.
3.11/3.12	c reading predicates  done.
3.31/3.34	c reading constraints
264.77/265.33	c done with constraints.
264.77/265.37	c ... done. Wall clock time 265.151s.
264.77/265.37	c #vars     42759
264.77/265.37	c #constraints  4261649
264.77/265.37	c constraints type 
264.77/265.37	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4139314
264.77/265.37	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
264.77/265.37	c org.sat4j.minisat.constraints.card.AtLeast => 21379
264.77/265.37	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100952
271.54/272.11	c cleaning 715 clauses out of 1499
306.16/307.04	c cleaning 5837 clauses out of 11783
323.99/325.06	c cleaning 3692 clauses out of 7445
337.49/338.64	c cleaning 3845 clauses out of 7753
466.89/468.04	c cleaning 23413 clauses out of 46909
491.98/493.16	c cleaning 15441 clauses out of 30995
509.97/511.21	c cleaning 9170 clauses out of 18554
515.51/516.80	c cleaning 5126 clauses out of 10386
686.59/689.51	c cleaning 24252 clauses out of 48758
717.75/720.63	c cleaning 16645 clauses out of 33504
738.27/741.19	c cleaning 11069 clauses out of 22359
747.36/750.23	c cleaning 6833 clauses out of 13791
902.19/906.51	c cleaning 24615 clauses out of 49458
960.36/964.70	c cleaning 16336 clauses out of 32842
982.66/987.10	c cleaning 8420 clauses out of 17006
995.80/1000.25	c cleaning 4457 clauses out of 9086
1124.69/1130.30	c cleaning 20941 clauses out of 42128
1178.39/1184.57	c cleaning 17224 clauses out of 34690
1184.87/1191.02	c cleaning 8868 clauses out of 17963
1211.72/1218.14	c cleaning 7455 clauses out of 15096
1290.08/1297.21	c cleaning 14947 clauses out of 30143
1361.99/1369.83	c cleaning 16015 clauses out of 32192
1378.02/1385.83	c cleaning 8262 clauses out of 16677
1429.81/1437.63	c cleaning 10876 clauses out of 21915
1591.67/1599.60	c cleaning 24681 clauses out of 49539
1618.13/1626.29	c cleaning 15357 clauses out of 30858
1630.55/1638.66	c cleaning 9104 clauses out of 18502
1654.14/1662.46	c cleaning 7269 clauses out of 14897
1769.04/1778.45	c cleaning 18718 clauses out of 37627
1797.97/1807.62	c cleaning 12885 clauses out of 25909
1801.03/1810.79	c starts		: 19
1801.03/1810.79	c conflicts		: 385504
1801.03/1810.79	c decisions		: 765057
1801.03/1810.79	c propagations		: 205090873
1801.03/1810.79	c inspects		: 3809338541
1801.03/1810.79	c learnt literals	: 9
1801.03/1810.79	c learnt binary clauses	: 91
1801.03/1810.79	c learnt ternary clauses	: 505
1801.03/1810.79	c learnt clauses	: 385495
1801.03/1810.79	c ignored clauses	: 0
1801.03/1810.79	c root simplifications	: 0
1801.03/1810.79	c removed literals (reason simplification)	: 7944022
1801.03/1810.79	c reason swapping (by a shorter reason)	: 0
1801.03/1810.79	c Calls to reduceDB	: 30
1801.03/1810.79	c speed (assignments/second)	: 132708.68660724396
1801.03/1810.79	c non guided choices	46506
1801.24/1810.90	c learnt constraints type 
1801.24/1810.90	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 91
1801.24/1810.90	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12995
1801.24/1810.90	c constraints type 
1801.24/1810.90	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4139314
1801.24/1810.90	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
1801.24/1810.90	c org.sat4j.minisat.constraints.card.AtLeast => 21379
1801.24/1810.90	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 100952
1801.24/1810.90	s UNKNOWN
1801.24/1810.90	c Total wall clock time (in seconds) : 1810.577

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2069238-1247349862/watcher-2069238-1247349862 -o /tmp/evaluation-result-2069238-1247349862/solver-2069238-1247349862 -C 1800 -W 2000 -M 900 java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2069238-1247349862.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.99 2.02 4/82 17828
/proc/meminfo: memFree=1462768/2055920 swapFree=4191900/4192956
[pid=17828] ppid=17826 vsize=0 CPUtime=0
/proc/17828/stat : 17828 (java6) R 17826 17828 17791 0 -1 0 179 0 0 0 0 0 0 0 18 0 1 0 22053125 0 0 996147200 0 0 0 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 0 0 0
/proc/17828/statm: 1 0 0 0 0 1 0

[startup+0.0680581 s]
/proc/loadavg: 1.92 1.99 2.02 4/82 17828
/proc/meminfo: memFree=1462768/2055920 swapFree=4191900/4192956
[pid=17828] ppid=17826 vsize=802164 CPUtime=0.05
/proc/17828/stat : 17828 (java) S 17826 17828 17791 0 -1 0 2773 0 1 0 4 1 0 0 18 0 7 0 22053125 821415936 2519 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0
/proc/17828/statm: 200541 2519 1032 9 0 197892 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 802164

[startup+0.10106 s]
/proc/loadavg: 1.92 1.99 2.02 4/82 17828
/proc/meminfo: memFree=1462768/2055920 swapFree=4191900/4192956
[pid=17828] ppid=17826 vsize=804560 CPUtime=0.09
/proc/17828/stat : 17828 (java) S 17826 17828 17791 0 -1 0 3059 0 1 0 7 2 0 0 18 0 12 0 22053125 823869440 2802 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17828/statm: 201140 2802 1083 9 0 198474 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 804560

[startup+0.301076 s]
/proc/loadavg: 1.92 1.99 2.02 4/82 17828
/proc/meminfo: memFree=1462768/2055920 swapFree=4191900/4192956
[pid=17828] ppid=17826 vsize=805840 CPUtime=0.29
/proc/17828/stat : 17828 (java) S 17826 17828 17791 0 -1 0 4382 0 1 0 26 3 0 0 18 0 12 0 22053125 825180160 4119 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17828/statm: 201460 4119 1363 9 0 198787 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 805840

[startup+0.701111 s]
/proc/loadavg: 1.92 1.99 2.02 4/82 17828
/proc/meminfo: memFree=1462768/2055920 swapFree=4191900/4192956
[pid=17828] ppid=17826 vsize=807408 CPUtime=0.69
/proc/17828/stat : 17828 (java) S 17826 17828 17791 0 -1 0 5521 0 1 0 64 5 0 0 18 0 12 0 22053125 826785792 4980 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17828/statm: 201852 4980 1392 9 0 199179 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 807408

[startup+1.50118 s]
/proc/loadavg: 1.92 1.99 2.02 4/94 17840
/proc/meminfo: memFree=1447568/2055920 swapFree=4191900/4192956
[pid=17828] ppid=17826 vsize=809996 CPUtime=1.49
/proc/17828/stat : 17828 (java) S 17826 17828 17791 0 -1 0 7495 0 1 0 143 6 0 0 18 0 12 0 22053125 829435904 6012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17828/statm: 202499 6012 1418 9 0 199826 0
[pid=17828/tid=17830] ppid=17826 vsize=809996 CPUtime=0.8
/proc/17828/task/17830/stat : 17830 (java) R 17826 17828 17791 0 -1 64 3863 0 1 0 77 3 0 0 25 0 12 0 22053126 829435904 6012 996147200 134512640 134550932 4294956016 18446744073709551615 4109554534 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17831] ppid=17826 vsize=809996 CPUtime=0
/proc/17828/task/17831/stat : 17831 (java) S 17826 17828 17791 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 22053127 829435904 6012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17832] ppid=17826 vsize=809996 CPUtime=0
/proc/17828/task/17832/stat : 17832 (java) S 17826 17828 17791 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 22053127 829435904 6012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17833] ppid=17826 vsize=809996 CPUtime=0
/proc/17828/task/17833/stat : 17833 (java) S 17826 17828 17791 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 22053129 829435904 6012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17834] ppid=17826 vsize=809996 CPUtime=0
/proc/17828/task/17834/stat : 17834 (java) S 17826 17828 17791 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 22053129 829435904 6012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17835] ppid=17826 vsize=809996 CPUtime=0
/proc/17828/task/17835/stat : 17835 (java) S 17826 17828 17791 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 22053129 829435904 6012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17836] ppid=17826 vsize=809996 CPUtime=0
/proc/17828/task/17836/stat : 17836 (java) S 17826 17828 17791 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22053133 829435904 6012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17837] ppid=17826 vsize=809996 CPUtime=0.02
/proc/17828/task/17837/stat : 17837 (java) S 17826 17828 17791 0 -1 64 243 0 0 0 2 0 0 0 17 0 12 0 22053134 829435904 6012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17838] ppid=17826 vsize=809996 CPUtime=0.64
/proc/17828/task/17838/stat : 17838 (java) S 17826 17828 17791 0 -1 64 2647 0 0 0 63 1 0 0 16 0 12 0 22053134 829435904 6012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17839] ppid=17826 vsize=809996 CPUtime=0
/proc/17828/task/17839/stat : 17839 (java) S 17826 17828 17791 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22053134 829435904 6012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17840] ppid=17826 vsize=809996 CPUtime=0
/proc/17828/task/17840/stat : 17840 (java) S 17826 17828 17791 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22053134 829435904 6012 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 809996

[startup+3.10232 s]
/proc/loadavg: 1.92 1.99 2.02 4/94 17840
/proc/meminfo: memFree=1442128/2055920 swapFree=4191900/4192956
[pid=17828] ppid=17826 vsize=811524 CPUtime=3.11
/proc/17828/stat : 17828 (java) S 17826 17828 17791 0 -1 0 11932 0 1 0 304 7 0 0 18 0 12 0 22053125 831000576 10037 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17828/statm: 202881 10041 1424 9 0 200208 0
[pid=17828/tid=17830] ppid=17826 vsize=811524 CPUtime=1.29
/proc/17828/task/17830/stat : 17830 (java) R 17826 17828 17791 0 -1 64 7427 0 1 0 124 5 0 0 25 0 12 0 22053126 831000576 10044 996147200 134512640 134550932 4294956016 18446744073709551615 4109939652 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17831] ppid=17826 vsize=811524 CPUtime=0
/proc/17828/task/17831/stat : 17831 (java) S 17826 17828 17791 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 22053127 831000576 10048 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17832] ppid=17826 vsize=811524 CPUtime=0
/proc/17828/task/17832/stat : 17832 (java) S 17826 17828 17791 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 22053127 831000576 10051 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17833] ppid=17826 vsize=811524 CPUtime=0
/proc/17828/task/17833/stat : 17833 (java) S 17826 17828 17791 0 -1 64 2 0 0 0 0 0 0 0 16 0 12 0 22053129 831000576 10054 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17834] ppid=17826 vsize=811524 CPUtime=0
/proc/17828/task/17834/stat : 17834 (java) S 17826 17828 17791 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 22053129 831000576 10058 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17835] ppid=17826 vsize=811524 CPUtime=0
/proc/17828/task/17835/stat : 17835 (java) S 17826 17828 17791 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 22053129 831000576 10061 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17836] ppid=17826 vsize=811524 CPUtime=0
/proc/17828/task/17836/stat : 17836 (java) S 17826 17828 17791 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22053133 831000576 10065 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17837] ppid=17826 vsize=811524 CPUtime=0.17
/proc/17828/task/17837/stat : 17837 (java) S 17826 17828 17791 0 -1 64 257 0 0 0 17 0 0 0 17 0 12 0 22053134 831000576 10068 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17838] ppid=17826 vsize=811524 CPUtime=1.63
/proc/17828/task/17838/stat : 17838 (java) S 17826 17828 17791 0 -1 64 3514 0 0 0 162 1 0 0 17 0 12 0 22053134 831000576 10073 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17839] ppid=17826 vsize=811524 CPUtime=0
/proc/17828/task/17839/stat : 17839 (java) S 17826 17828 17791 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22053134 831000576 10076 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17840] ppid=17826 vsize=811524 CPUtime=0
/proc/17828/task/17840/stat : 17840 (java) S 17826 17828 17791 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22053134 831000576 10080 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 811524

[startup+6.3026 s]
/proc/loadavg: 2.09 2.02 2.03 3/94 17840
/proc/meminfo: memFree=1407888/2055920 swapFree=4191900/4192956
[pid=17828] ppid=17826 vsize=811820 CPUtime=6.31
/proc/17828/stat : 17828 (java) S 17826 17828 17791 0 -1 0 21537 0 1 0 619 12 0 0 18 0 12 0 22053125 831303680 18890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17828/statm: 202955 18890 1442 9 0 200282 0
[pid=17828/tid=17830] ppid=17826 vsize=811820 CPUtime=2.78
/proc/17828/task/17830/stat : 17830 (java) R 17826 17828 17791 0 -1 64 16038 0 1 0 269 9 0 0 25 0 12 0 22053126 831303680 18890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17831] ppid=17826 vsize=811820 CPUtime=0
/proc/17828/task/17831/stat : 17831 (java) S 17826 17828 17791 0 -1 64 3 0 0 0 0 0 0 0 20 0 12 0 22053127 831303680 18890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17832] ppid=17826 vsize=811820 CPUtime=0
/proc/17828/task/17832/stat : 17832 (java) S 17826 17828 17791 0 -1 64 1 0 0 0 0 0 0 0 21 0 12 0 22053127 831303680 18890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17833] ppid=17826 vsize=811820 CPUtime=0
/proc/17828/task/17833/stat : 17833 (java) S 17826 17828 17791 0 -1 64 2 0 0 0 0 0 0 0 17 0 12 0 22053129 831303680 18890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17834] ppid=17826 vsize=811820 CPUtime=0
/proc/17828/task/17834/stat : 17834 (java) S 17826 17828 17791 0 -1 64 10 0 0 0 0 0 0 0 23 0 12 0 22053129 831303680 18890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17835] ppid=17826 vsize=811820 CPUtime=0
/proc/17828/task/17835/stat : 17835 (java) S 17826 17828 17791 0 -1 64 3 0 0 0 0 0 0 0 24 0 12 0 22053129 831303680 18890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17836] ppid=17826 vsize=811820 CPUtime=0
/proc/17828/task/17836/stat : 17836 (java) S 17826 17828 17791 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22053133 831303680 18890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17837] ppid=17826 vsize=811820 CPUtime=0.17
/proc/17828/task/17837/stat : 17837 (java) S 17826 17828 17791 0 -1 64 257 0 0 0 17 0 0 0 17 0 12 0 22053134 831303680 18890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17838] ppid=17826 vsize=811820 CPUtime=3.33
/proc/17828/task/17838/stat : 17838 (java) R 17826 17828 17791 0 -1 64 4500 0 0 0 331 2 0 0 16 0 12 0 22053134 831303680 18890 996147200 134512640 134550932 4294956016 18446744073709551615 107030714 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17839] ppid=17826 vsize=811820 CPUtime=0
/proc/17828/task/17839/stat : 17839 (java) S 17826 17828 17791 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22053134 831303680 18890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17840] ppid=17826 vsize=811820 CPUtime=0
/proc/17828/task/17840/stat : 17840 (java) S 17826 17828 17791 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22053134 831303680 18890 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.31
Current children cumulated vsize (KiB) 811820

[startup+12.7022 s]
/proc/loadavg: 2.16 2.04 2.04 5/94 17840
/proc/meminfo: memFree=1346704/2055920 swapFree=4191900/4192956
[pid=17828] ppid=17826 vsize=811820 CPUtime=12.71
/proc/17828/stat : 17828 (java) S 17826 17828 17791 0 -1 0 33031 0 1 0 1253 18 0 0 18 0 12 0 22053125 831303680 30291 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17828/statm: 202955 30291 1451 9 0 200282 0
[pid=17828/tid=17830] ppid=17826 vsize=811820 CPUtime=7.65
/proc/17828/task/17830/stat : 17830 (java) R 17826 17828 17791 0 -1 64 17242 0 1 0 754 11 0 0 25 0 12 0 22053126 831303680 30291 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17831] ppid=17826 vsize=811820 CPUtime=0.41
/proc/17828/task/17831/stat : 17831 (java) S 17826 17828 17791 0 -1 64 4959 0 0 0 40 1 0 0 16 0 12 0 22053127 831303680 30291 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17832] ppid=17826 vsize=811820 CPUtime=0.39
/proc/17828/task/17832/stat : 17832 (java) S 17826 17828 17791 0 -1 64 5209 0 0 0 37 2 0 0 16 0 12 0 22053127 831303680 30291 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17833] ppid=17826 vsize=811820 CPUtime=0
/proc/17828/task/17833/stat : 17833 (java) S 17826 17828 17791 0 -1 64 8 0 0 0 0 0 0 0 16 0 12 0 22053129 831303680 30291 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17834] ppid=17826 vsize=811820 CPUtime=0
/proc/17828/task/17834/stat : 17834 (java) S 17826 17828 17791 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22053129 831303680 30291 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17835] ppid=17826 vsize=811820 CPUtime=0
/proc/17828/task/17835/stat : 17835 (java) S 17826 17828 17791 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22053129 831303680 30291 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17836] ppid=17826 vsize=811820 CPUtime=0
/proc/17828/task/17836/stat : 17836 (java) S 17826 17828 17791 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22053133 831303680 30291 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17837] ppid=17826 vsize=811820 CPUtime=0.17
/proc/17828/task/17837/stat : 17837 (java) S 17826 17828 17791 0 -1 64 257 0 0 0 17 0 0 0 17 0 12 0 22053134 831303680 30291 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17838] ppid=17826 vsize=811820 CPUtime=4.03
/proc/17828/task/17838/stat : 17838 (java) R 17826 17828 17791 0 -1 64 4615 0 0 0 401 2 0 0 16 0 12 0 22053134 831303680 30291 996147200 134512640 134550932 4294956016 18446744073709551615 103980554 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17839] ppid=17826 vsize=811820 CPUtime=0
/proc/17828/task/17839/stat : 17839 (java) S 17826 17828 17791 0 -1 64 1 0 0 0 0 0 0 0 25 0 12 0 22053134 831303680 30291 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17840] ppid=17826 vsize=811820 CPUtime=0
/proc/17828/task/17840/stat : 17840 (java) S 17826 17828 17791 0 -1 64 1 0 0 0 0 0 0 0 15 0 12 0 22053134 831303680 30291 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.71
Current children cumulated vsize (KiB) 811820

[startup+25.5012 s]
/proc/loadavg: 2.34 2.08 2.05 3/94 17840
/proc/meminfo: memFree=1314512/2055920 swapFree=4191900/4192956
[pid=17828] ppid=17826 vsize=819868 CPUtime=25.45
/proc/17828/stat : 17828 (java) S 17826 17828 17791 0 -1 0 46166 0 1 0 2521 24 0 0 18 0 12 0 22053125 839544832 39448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17828/statm: 204967 39448 1451 9 0 202294 0
[pid=17828/tid=17830] ppid=17826 vsize=819868 CPUtime=17.96
/proc/17828/task/17830/stat : 17830 (java) R 17826 17828 17791 0 -1 64 17269 0 1 0 1785 11 0 0 25 0 12 0 22053126 839544832 39448 996147200 134512640 134550932 4294956016 18446744073709551615 4110643217 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17831] ppid=17826 vsize=819868 CPUtime=0.65
/proc/17828/task/17831/stat : 17831 (java) S 17826 17828 17791 0 -1 64 8592 0 0 0 63 2 0 0 16 0 12 0 22053127 839544832 39448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17832] ppid=17826 vsize=819868 CPUtime=0.67
/proc/17828/task/17832/stat : 17832 (java) S 17826 17828 17791 0 -1 64 8572 0 0 0 64 3 0 0 16 0 12 0 22053127 839544832 39448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17833] ppid=17826 vsize=819868 CPUtime=0.01
/proc/17828/task/17833/stat : 17833 (java) S 17826 17828 17791 0 -1 64 8 0 0 0 1 0 0 0 15 0 12 0 22053129 839544832 39448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17834] ppid=17826 vsize=819868 CPUtime=0
/proc/17828/task/17834/stat : 17834 (java) S 17826 17828 17791 0 -1 64 11 0 0 0 0 0 0 0 16 0 12 0 22053129 839544832 39448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17835] ppid=17826 vsize=819868 CPUtime=0
/proc/17828/task/17835/stat : 17835 (java) S 17826 17828 17791 0 -1 64 7 0 0 0 0 0 0 0 16 0 12 0 22053129 839544832 39448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17836] ppid=17826 vsize=819868 CPUtime=0
/proc/17828/task/17836/stat : 17836 (java) S 17826 17828 17791 0 -1 64 0 0 0 0 0 0 0 0 25 0 12 0 22053133 839544832 39448 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17837] ppid=17826 vsize=819868 CPUtime=0.17

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

[pid=17828/tid=17833] ppid=17826 vsize=813168 CPUtime=86.91
/proc/17828/task/17833/stat : 17833 (java) S 17826 17828 17791 0 -1 64 33634 0 0 0 8670 21 0 0 16 0 13 0 22053129 832684032 170371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17834] ppid=17826 vsize=813168 CPUtime=0
/proc/17828/task/17834/stat : 17834 (java) S 17826 17828 17791 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22053129 832684032 170371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17835] ppid=17826 vsize=813168 CPUtime=0
/proc/17828/task/17835/stat : 17835 (java) S 17826 17828 17791 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22053129 832684032 170371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17836] ppid=17826 vsize=813168 CPUtime=0
/proc/17828/task/17836/stat : 17836 (java) S 17826 17828 17791 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22053133 832684032 170371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17837] ppid=17826 vsize=813168 CPUtime=0.17
/proc/17828/task/17837/stat : 17837 (java) S 17826 17828 17791 0 -1 64 270 0 0 0 17 0 0 0 16 0 13 0 22053134 832684032 170371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17838] ppid=17826 vsize=813168 CPUtime=7.38
/proc/17828/task/17838/stat : 17838 (java) S 17826 17828 17791 0 -1 64 10749 0 0 0 733 5 0 0 17 0 13 0 22053134 832684032 170371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17839] ppid=17826 vsize=813168 CPUtime=0
/proc/17828/task/17839/stat : 17839 (java) S 17826 17828 17791 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22053134 832684032 170371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17840] ppid=17826 vsize=813168 CPUtime=0
/proc/17828/task/17840/stat : 17840 (java) S 17826 17828 17791 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22053134 832684032 170371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17870] ppid=17826 vsize=813168 CPUtime=0
/proc/17828/task/17870/stat : 17870 (java) S 17826 17828 17791 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 22079674 832684032 170371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1713.47
Current children cumulated vsize (KiB) 813168

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 4/85 17870
/proc/meminfo: memFree=1093472/2055920 swapFree=4191900/4192956
[pid=17828] ppid=17826 vsize=813168 CPUtime=1772.91
/proc/17828/stat : 17828 (java) S 17826 17828 17791 0 -1 0 213095 0 1 0 177176 115 0 0 18 0 13 0 22053125 832684032 170371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17828/statm: 203292 170371 1462 9 0 200619 0
[pid=17828/tid=17830] ppid=17826 vsize=813168 CPUtime=1643.21
/proc/17828/task/17830/stat : 17830 (java) R 17826 17828 17791 0 -1 64 17642 0 1 0 164306 15 0 0 21 0 13 0 22053126 832684032 170371 996147200 134512640 134550932 4294956016 18446744073709551615 4110041375 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17831] ppid=17826 vsize=813168 CPUtime=14.99
/proc/17828/task/17831/stat : 17831 (java) S 17826 17828 17791 0 -1 64 85273 0 0 0 1459 40 0 0 16 0 13 0 22053127 832684032 170371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17832] ppid=17826 vsize=813168 CPUtime=17.17
/proc/17828/task/17832/stat : 17832 (java) S 17826 17828 17791 0 -1 64 63028 0 0 0 1688 29 0 0 17 0 13 0 22053127 832684032 170371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17833] ppid=17826 vsize=813168 CPUtime=89.9
/proc/17828/task/17833/stat : 17833 (java) S 17826 17828 17791 0 -1 64 35387 0 0 0 8968 22 0 0 19 0 13 0 22053129 832684032 170371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17834] ppid=17826 vsize=813168 CPUtime=0
/proc/17828/task/17834/stat : 17834 (java) S 17826 17828 17791 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22053129 832684032 170371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17835] ppid=17826 vsize=813168 CPUtime=0
/proc/17828/task/17835/stat : 17835 (java) S 17826 17828 17791 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22053129 832684032 170371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17836] ppid=17826 vsize=813168 CPUtime=0
/proc/17828/task/17836/stat : 17836 (java) S 17826 17828 17791 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22053133 832684032 170371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17837] ppid=17826 vsize=813168 CPUtime=0.17
/proc/17828/task/17837/stat : 17837 (java) S 17826 17828 17791 0 -1 64 270 0 0 0 17 0 0 0 16 0 13 0 22053134 832684032 170371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17838] ppid=17826 vsize=813168 CPUtime=7.38
/proc/17828/task/17838/stat : 17838 (java) S 17826 17828 17791 0 -1 64 10749 0 0 0 733 5 0 0 17 0 13 0 22053134 832684032 170371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17839] ppid=17826 vsize=813168 CPUtime=0
/proc/17828/task/17839/stat : 17839 (java) S 17826 17828 17791 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22053134 832684032 170371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17840] ppid=17826 vsize=813168 CPUtime=0
/proc/17828/task/17840/stat : 17840 (java) S 17826 17828 17791 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22053134 832684032 170371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17870] ppid=17826 vsize=813168 CPUtime=0
/proc/17828/task/17870/stat : 17870 (java) S 17826 17828 17791 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 22079674 832684032 170371 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1772.91
Current children cumulated vsize (KiB) 813168



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1809.7 s]
/proc/loadavg: 2.08 2.03 2.01 3/85 17870
/proc/meminfo: memFree=1089504/2055920 swapFree=4191900/4192956
[pid=17828] ppid=17826 vsize=817172 CPUtime=1800.05
/proc/17828/stat : 17828 (java) S 17826 17828 17791 0 -1 0 214849 0 1 0 179889 116 0 0 18 0 13 0 22053125 836784128 171372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17828/statm: 204293 171372 1462 9 0 201620 0
[pid=17828/tid=17830] ppid=17826 vsize=817172 CPUtime=1668.3
/proc/17828/task/17830/stat : 17830 (java) S 17826 17828 17791 0 -1 64 17643 0 1 0 166815 15 0 0 25 0 13 0 22053126 836784128 171372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17831] ppid=17826 vsize=817172 CPUtime=15.06
/proc/17828/task/17831/stat : 17831 (java) S 17826 17828 17791 0 -1 64 85273 0 0 0 1466 40 0 0 16 0 13 0 22053127 836784128 171372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17832] ppid=17826 vsize=817172 CPUtime=17.26
/proc/17828/task/17832/stat : 17832 (java) S 17826 17828 17791 0 -1 64 63028 0 0 0 1697 29 0 0 17 0 13 0 22053127 836784128 171372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17833] ppid=17826 vsize=817172 CPUtime=91.8
/proc/17828/task/17833/stat : 17833 (java) R 17826 17828 17791 0 -1 64 37140 0 0 0 9157 23 0 0 18 0 13 0 22053129 836784128 171372 996147200 134512640 134550932 4294956016 18446744073709551615 106157873 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17834] ppid=17826 vsize=817172 CPUtime=0
/proc/17828/task/17834/stat : 17834 (java) S 17826 17828 17791 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22053129 836784128 171372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17835] ppid=17826 vsize=817172 CPUtime=0
/proc/17828/task/17835/stat : 17835 (java) S 17826 17828 17791 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22053129 836784128 171372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17836] ppid=17826 vsize=817172 CPUtime=0
/proc/17828/task/17836/stat : 17836 (java) S 17826 17828 17791 0 -1 64 0 0 0 0 0 0 0 0 25 0 13 0 22053133 836784128 171372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17837] ppid=17826 vsize=817172 CPUtime=0.17
/proc/17828/task/17837/stat : 17837 (java) S 17826 17828 17791 0 -1 64 270 0 0 0 17 0 0 0 16 0 13 0 22053134 836784128 171372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17838] ppid=17826 vsize=817172 CPUtime=7.38
/proc/17828/task/17838/stat : 17838 (java) S 17826 17828 17791 0 -1 64 10749 0 0 0 733 5 0 0 17 0 13 0 22053134 836784128 171372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17839] ppid=17826 vsize=817172 CPUtime=0
/proc/17828/task/17839/stat : 17839 (java) S 17826 17828 17791 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22053134 836784128 171372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17840] ppid=17826 vsize=817172 CPUtime=0
/proc/17828/task/17840/stat : 17840 (java) S 17826 17828 17791 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22053134 836784128 171372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17870] ppid=17826 vsize=817172 CPUtime=0
/proc/17828/task/17870/stat : 17870 (java) S 17826 17828 17791 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 22079674 836784128 171372 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 817172

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1810.2 s]
/proc/loadavg: 2.08 2.03 2.01 3/85 17870
/proc/meminfo: memFree=1089504/2055920 swapFree=4191900/4192956
[pid=17828] ppid=17826 vsize=817172 CPUtime=1800.53
/proc/17828/stat : 17828 (java) S 17826 17828 17791 0 -1 0 214850 0 1 0 179937 116 0 0 16 0 13 0 22053125 836784128 171373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17828/statm: 204293 171373 1462 9 0 201620 0
[pid=17828/tid=17830] ppid=17826 vsize=817172 CPUtime=1668.3
/proc/17828/task/17830/stat : 17830 (java) S 17826 17828 17791 0 -1 64 17643 0 1 0 166815 15 0 0 25 0 13 0 22053126 836784128 171373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17831] ppid=17826 vsize=817172 CPUtime=15.06
/proc/17828/task/17831/stat : 17831 (java) S 17826 17828 17791 0 -1 64 85273 0 0 0 1466 40 0 0 16 0 13 0 22053127 836784128 171373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17832] ppid=17826 vsize=817172 CPUtime=17.26
/proc/17828/task/17832/stat : 17832 (java) S 17826 17828 17791 0 -1 64 63028 0 0 0 1697 29 0 0 17 0 13 0 22053127 836784128 171373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17833] ppid=17826 vsize=817172 CPUtime=92.29
/proc/17828/task/17833/stat : 17833 (java) R 17826 17828 17791 0 -1 64 37140 0 0 0 9206 23 0 0 18 0 13 0 22053129 836784128 171373 996147200 134512640 134550932 4294956016 18446744073709551615 105886120 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17834] ppid=17826 vsize=817172 CPUtime=0
/proc/17828/task/17834/stat : 17834 (java) S 17826 17828 17791 0 -1 64 11 0 0 0 0 0 0 0 16 0 13 0 22053129 836784128 171373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17835] ppid=17826 vsize=817172 CPUtime=0
/proc/17828/task/17835/stat : 17835 (java) S 17826 17828 17791 0 -1 64 7 0 0 0 0 0 0 0 16 0 13 0 22053129 836784128 171373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17836] ppid=17826 vsize=817172 CPUtime=0
/proc/17828/task/17836/stat : 17836 (java) S 17826 17828 17791 0 -1 64 1 0 0 0 0 0 0 0 16 0 13 0 22053133 836784128 171373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17837] ppid=17826 vsize=817172 CPUtime=0.17
/proc/17828/task/17837/stat : 17837 (java) S 17826 17828 17791 0 -1 64 270 0 0 0 17 0 0 0 16 0 13 0 22053134 836784128 171373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17838] ppid=17826 vsize=817172 CPUtime=7.38
/proc/17828/task/17838/stat : 17838 (java) S 17826 17828 17791 0 -1 64 10749 0 0 0 733 5 0 0 17 0 13 0 22053134 836784128 171373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17839] ppid=17826 vsize=817172 CPUtime=0
/proc/17828/task/17839/stat : 17839 (java) S 17826 17828 17791 0 -1 64 1 0 0 0 0 0 0 0 25 0 13 0 22053134 836784128 171373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17840] ppid=17826 vsize=817172 CPUtime=0
/proc/17828/task/17840/stat : 17840 (java) S 17826 17828 17791 0 -1 64 1 0 0 0 0 0 0 0 15 0 13 0 22053134 836784128 171373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17870] ppid=17826 vsize=817172 CPUtime=0
/proc/17828/task/17870/stat : 17870 (java) S 17826 17828 17791 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 22079674 836784128 171373 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.53
Current children cumulated vsize (KiB) 817172

[startup+1811 s]
/proc/loadavg: 2.08 2.03 2.01 3/86 17871
/proc/meminfo: memFree=1089496/2055920 swapFree=4191900/4192956
[pid=17828] ppid=17826 vsize=813816 CPUtime=1801.34
/proc/17828/stat : 17828 (java) S 17826 17828 17791 0 -1 0 214868 0 1 0 180018 116 0 0 16 0 14 0 22053125 833347584 170390 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17828/statm: 203454 170390 1463 9 0 200781 0
[pid=17828/tid=17830] ppid=17826 vsize=813816 CPUtime=1668.5
/proc/17828/task/17830/stat : 17830 (java) R 17826 17828 17791 0 -1 64 17643 0 1 0 166835 15 0 0 18 0 14 0 22053126 833347584 170390 996147200 134512640 134550932 4294956016 18446744073709551615 4109839716 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17831] ppid=17826 vsize=813816 CPUtime=15.06
/proc/17828/task/17831/stat : 17831 (java) S 17826 17828 17791 0 -1 64 85273 0 0 0 1466 40 0 0 16 0 14 0 22053127 833347584 170390 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17832] ppid=17826 vsize=813816 CPUtime=17.26
/proc/17828/task/17832/stat : 17832 (java) S 17826 17828 17791 0 -1 64 63028 0 0 0 1697 29 0 0 17 0 14 0 22053127 833347584 170390 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17833] ppid=17826 vsize=813816 CPUtime=92.88
/proc/17828/task/17833/stat : 17833 (java) R 17826 17828 17791 0 -1 64 37140 0 0 0 9265 23 0 0 19 0 14 0 22053129 833347584 170390 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17834] ppid=17826 vsize=813816 CPUtime=0
/proc/17828/task/17834/stat : 17834 (java) S 17826 17828 17791 0 -1 64 11 0 0 0 0 0 0 0 16 0 14 0 22053129 833347584 170390 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17835] ppid=17826 vsize=813816 CPUtime=0
/proc/17828/task/17835/stat : 17835 (java) S 17826 17828 17791 0 -1 64 7 0 0 0 0 0 0 0 16 0 14 0 22053129 833347584 170390 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17836] ppid=17826 vsize=813816 CPUtime=0
/proc/17828/task/17836/stat : 17836 (java) S 17826 17828 17791 0 -1 64 5 0 0 0 0 0 0 0 18 0 14 0 22053133 833347584 170390 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17837] ppid=17826 vsize=813816 CPUtime=0.17
/proc/17828/task/17837/stat : 17837 (java) S 17826 17828 17791 0 -1 64 270 0 0 0 17 0 0 0 16 0 14 0 22053134 833347584 170390 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17838] ppid=17826 vsize=813816 CPUtime=7.39
/proc/17828/task/17838/stat : 17838 (java) S 17826 17828 17791 0 -1 64 10749 0 0 0 734 5 0 0 17 0 14 0 22053134 833347584 170390 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17839] ppid=17826 vsize=813816 CPUtime=0
/proc/17828/task/17839/stat : 17839 (java) S 17826 17828 17791 0 -1 64 1 0 0 0 0 0 0 0 25 0 14 0 22053134 833347584 170390 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17828/tid=17840] ppid=17826 vsize=813816 CPUtime=0
/proc/17828/task/17840/stat : 17840 (java) S 17826 17828 17791 0 -1 64 1 0 0 0 0 0 0 0 15 0 14 0 22053134 833347584 170390 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17828/tid=17870] ppid=17826 vsize=813816 CPUtime=0
/proc/17828/task/17870/stat : 17870 (java) S 17826 17828 17791 0 -1 64 5 0 0 0 0 0 0 0 23 0 14 0 22079674 833347584 170390 996147200 134512640 134550932 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1801.34
Current children cumulated vsize (KiB) 813816

[startup+1811.2 s]
/proc/loadavg: 2.08 2.03 2.01 3/86 17871
/proc/meminfo: memFree=1089496/2055920 swapFree=4191900/4192956
[pid=17828] ppid=17826 vsize=0 CPUtime=1801.54
/proc/17828/stat : 17828 (java) Z 17826 17828 17791 0 -1 1036 214869 0 1 0 180035 119 0 0 16 0 2 0 22053125 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17828/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1801.54
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1811.28
CPU time (s): 1801.63
CPU user time (s): 1800.35
CPU system time (s): 1.27481
CPU usage (%): 99.467
Max. virtual memory (cumulated for all children) (KiB): 822140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.35
system time used= 1.27481
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214869
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= 44507
involuntary context switches= 58389

runsolver used 2.26765 second user time and 6.13607 second system time

The end

Launcher Data

Begin job on node15 at 2009-07-12 00:04:23
IDJOB=2069238
IDBENCH=55009
IDSOLVER=731
FILE ID=node15/2069238-1247349862
PBS_JOBID= 9506924
Free space on /tmp= 66260 MiB

SOLVER NAME= SAT4J CSP 2.1.1
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-ooo-burch-dill-8-accl.xml
COMMAND LINE= java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2069238-1247349862/watcher-2069238-1247349862 -o /tmp/evaluation-result-2069238-1247349862/solver-2069238-1247349862 -C 1800 -W 2000 -M 900  java6 -server -Xms650m -Xmx650m -jar HOME/sat4j-csp.jar HOME/instance-2069238-1247349862.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= a836148987a747fe0e78f1f820e1fc6b
RANDOM SEED=40575985

node15.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.220
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.220
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:       1463312 kB
Buffers:         22152 kB
Cached:         102848 kB
SwapCached:        392 kB
Active:         505056 kB
Inactive:        35748 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1463312 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           10616 kB
Writeback:           0 kB
Mapped:         435556 kB
Slab:            35984 kB
Committed_AS:   575272 kB
PageTables:       2816 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= 66248 MiB
End job on node15 at 2009-07-12 00:34:34