Trace number 1081988

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) 1800.19 1806.56

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-30.xml
MD5SUMbccb1afd07064f82b769e57196d4b8ac
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.6019
Satisfiable
(Un)Satisfiability was proved
Number of variables900
Number of constraints13079
Maximum constraint arity2
Maximum domain size30
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13079
Global constraints used (with number of constraints)

Solver Data (download as text)

0.28/0.32	c SAT4J: a SATisfiability library for Java (c) 2004-2008 Daniel Le Berre
0.28/0.32	c This is free software under the dual EPL/GNU LGPL licenses.
0.28/0.32	c See www.sat4j.org for details.
0.28/0.32	c That software uses the Rhino library from the Mozilla project.
0.28/0.36	c version 9.9.9.token
0.28/0.36	c sun.arch.data.model	32
0.28/0.36	c java.version	1.6.0_06
0.28/0.36	c os.name	Linux
0.28/0.36	c os.version	2.6.9-22.EL.rootsmp
0.28/0.36	c os.arch	i386
0.28/0.36	c Free memory 669864272
0.28/0.36	c Max memory 672137216
0.28/0.36	c Total memory 672137216
0.28/0.36	c Number of processors 2
0.37/0.41	c c --- Begin Solver configuration ---
0.37/0.41	c Stops conflict analysis at the first Unique Implication Point
0.37/0.41	c org.sat4j.minisat.constraints.MixedDataStructureDaniel@1d2068d
0.37/0.41	c Learn all clauses as in MiniSAT
0.37/0.41	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.37/0.41	c Expensive reason simplification
0.37/0.41	c MiniSAT restarts strategy
0.37/0.41	c timeout=2147483s
0.37/0.41	c DB Simplification allowed=false
0.37/0.41	c --- End Solver configuration ---
0.37/0.41	c solving HOME/instance-1081988-1215220442.xml
0.37/0.41	c reading problem ... 
0.57/0.68	c reading problem named null
0.57/0.68	c reading domains done.
0.57/0.68	c reading variables done.
1.17/1.26	c reading predicates  done.
1.36/1.45	c reading constraints
26.48/26.63	c done with constraints.
26.48/26.63	c ... done. Wall clock time 26.219s.
26.48/26.63	c #vars     27000
26.48/26.63	c #constraints  786540
26.48/26.63	c constraints type 
26.48/26.63	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 785640
26.48/26.63	c org.sat4j.minisat.constraints.card.AtLeast => 900
641.48/642.31	c cleaning 106241 clauses out of 212501 for limit 1.0158404741062343E7
643.48/644.38	c cleaning 53368 clauses out of 106759 for limit 3.331220409393661E7
644.97/645.84	c cleaning 26929 clauses out of 53893 for limit 1.090436591778351E8
646.37/647.24	c cleaning 13719 clauses out of 27467 for limit 3.539003328946078E8
647.77/648.60	c cleaning 7109 clauses out of 14244 for limit 1.1209289185930176E9
648.66/649.59	c cleaning 3811 clauses out of 7636 for limit 3.451711723811902E9
649.36/650.24	c cleaning 2149 clauses out of 4323 for limit 1.0034646211117922E10
649.96/650.87	c cleaning 1320 clauses out of 2674 for limit 2.6753572609788536E10
650.56/651.47	c cleaning 924 clauses out of 1854 for limit 6.363401778953672E10
651.26/652.16	c cleaning 715 clauses out of 1431 for limit 1.360974035491998E11
651.86/652.78	c cleaning 600 clauses out of 1216 for limit 2.6412638397609164E11
652.46/653.33	c cleaning 553 clauses out of 1115 for limit 4.745608076618181E11
652.96/653.85	c cleaning 519 clauses out of 1063 for limit 8.217200239273828E11
653.46/654.37	c cleaning 521 clauses out of 1044 for limit 1.3797885064823896E12
654.06/654.93	c cleaning 499 clauses out of 1024 for limit 2.3222205492613867E12
654.56/655.49	c cleaning 512 clauses out of 1024 for limit 3.8258226944923184E12
655.26/656.10	c cleaning 490 clauses out of 1011 for limit 6.384031412986319E12
655.86/656.71	c cleaning 511 clauses out of 1023 for limit 1.0425465315236031E13
656.36/657.25	c cleaning 486 clauses out of 1011 for limit 1.7379661002859283E13
656.96/657.85	c cleaning 512 clauses out of 1024 for limit 2.826922323042331E13
657.56/658.42	c cleaning 497 clauses out of 1017 for limit 4.717602282492588E13
658.16/659.00	c cleaning 508 clauses out of 1016 for limit 7.756510947332881E13
658.66/659.51	c cleaning 489 clauses out of 1007 for limit 1.2892941805590203E14
659.16/660.08	c cleaning 509 clauses out of 1019 for limit 2.1032829812231766E14
659.86/660.71	c cleaning 487 clauses out of 1009 for limit 3.4994685976637794E14
660.46/661.35	c cleaning 504 clauses out of 1022 for limit 5.697682676021285E14
661.06/661.98	c cleaning 497 clauses out of 1022 for limit 9.433920069595008E14
661.66/662.54	c cleaning 512 clauses out of 1024 for limit 1.551188251130376E15
662.26/663.13	c cleaning 495 clauses out of 1009 for limit 2.5883657756286923E-5
662.86/663.74	c cleaning 504 clauses out of 1014 for limit 4.247513296109233E-5
663.47/664.37	c cleaning 497 clauses out of 1010 for limit 7.032459103476479E-5
664.06/664.98	c cleaning 502 clauses out of 1014 for limit 1.1563279754756786E-4
664.67/665.60	c cleaning 500 clauses out of 1011 for limit 1.910685498502117E-4
665.36/666.27	c cleaning 501 clauses out of 1016 for limit 3.151193710450492E-4
1800.03/1806.41	c starts		: 19
1800.03/1806.41	c conflicts		: 414494
1800.03/1806.41	c decisions		: 722125
1800.03/1806.41	c propagations		: 10479146
1800.03/1806.41	c inspects		: 2789956058
1800.03/1806.42	c learnt literals	: 0
1800.03/1806.42	c learnt binary clauses	: 0
1800.03/1806.42	c learnt ternary clauses	: 0
1800.03/1806.42	c learnt clauses	: 414494
1800.03/1806.42	c ignored clauses	: 0
1800.03/1806.42	c root simplifications	: 0
1800.03/1806.42	c removed literals (reason simplification)	: 3121652
1800.03/1806.42	c reason swapping (by a shorter reason)	: 0
1800.03/1806.42	c Calls to reduceDB	: 34
1800.03/1806.42	c speed (assignments/second)	: 5888.090198508866
1800.03/1806.42	c non guided choices	276541
1800.03/1806.42	s UNKNOWN
1800.03/1806.42	c Total wall clock time (in seconds) : 1806.006

Verifier Data (download as text)

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

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-1081988-1215220442/watcher-1081988-1215220442 -o /tmp/evaluation-result-1081988-1215220442/solver-1081988-1215220442 -C 1800 -W 2200 -M 900 --output-limit 1,15 java6 -server -Xms650m -Xmx650m -jar HOME/sat4jcsp.jar HOME/instance-1081988-1215220442.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.95 1.98 4/72 2681
/proc/meminfo: memFree=1719784/2055920 swapFree=4114104/4192956
[pid=2681] ppid=2679 vsize=18572 CPUtime=0
/proc/2681/stat : 2681 (runsolver) R 2679 2681 31598 0 -1 4194368 16 0 0 0 0 0 0 0 19 0 1 0 1551720416 19017728 292 996147200 4194304 4296836 548682068416 18446744073709551615 215418989863 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/2681/statm: 4643 292 257 25 0 2626 0

[startup+0.0789909 s]
/proc/loadavg: 1.91 1.95 1.98 4/72 2681
/proc/meminfo: memFree=1719784/2055920 swapFree=4114104/4192956
[pid=2681] ppid=2679 vsize=802236 CPUtime=0.06
/proc/2681/stat : 2681 (java) S 2679 2681 31598 0 -1 0 2793 0 1 0 5 1 0 0 18 0 7 0 1551720416 821489664 2528 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800971 18446744073709551615 0 0 17 1 0 0
/proc/2681/statm: 200559 2528 1008 9 0 197942 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 802236

[startup+0.101763 s]
/proc/loadavg: 1.91 1.95 1.98 4/72 2681
/proc/meminfo: memFree=1719784/2055920 swapFree=4114104/4192956
[pid=2681] ppid=2679 vsize=804612 CPUtime=0.08
/proc/2681/stat : 2681 (java) S 2679 2681 31598 0 -1 0 2995 0 1 0 7 1 0 0 18 0 12 0 1551720416 823922688 2728 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2681/statm: 201153 2728 1048 9 0 198522 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 804612

[startup+0.301799 s]
/proc/loadavg: 1.91 1.95 1.98 4/72 2681
/proc/meminfo: memFree=1719784/2055920 swapFree=4114104/4192956
[pid=2681] ppid=2679 vsize=808276 CPUtime=0.28
/proc/2681/stat : 2681 (java) S 2679 2681 31598 0 -1 0 4923 0 1 0 25 3 0 0 18 0 12 0 1551720416 827674624 4250 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2681/statm: 202069 4250 1297 9 0 199438 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 808276

[startup+0.701874 s]
/proc/loadavg: 1.91 1.95 1.98 4/72 2681
/proc/meminfo: memFree=1719784/2055920 swapFree=4114104/4192956
[pid=2681] ppid=2679 vsize=808304 CPUtime=0.68
/proc/2681/stat : 2681 (java) S 2679 2681 31598 0 -1 0 6361 0 1 0 63 5 0 0 18 0 12 0 1551720416 827703296 5489 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2681/statm: 202076 5489 1335 9 0 199438 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 808304

[startup+1.50303 s]
/proc/loadavg: 1.91 1.95 1.98 4/84 2693
/proc/meminfo: memFree=1700616/2055920 swapFree=4114104/4192956
[pid=2681] ppid=2679 vsize=808304 CPUtime=1.47
/proc/2681/stat : 2681 (java) S 2679 2681 31598 0 -1 0 9450 0 1 0 140 7 0 0 18 0 12 0 1551720416 827703296 7830 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2681/statm: 202076 7830 1354 9 0 199438 0
[pid=2681/tid=2683] ppid=2679 vsize=808304 CPUtime=0.82
/proc/2681/task/2683/stat : 2683 (java) R 2679 2681 31598 0 -1 64 6137 0 1 0 77 5 0 0 18 0 12 0 1551720418 827703296 7830 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2684] ppid=2679 vsize=808304 CPUtime=0
/proc/2681/task/2684/stat : 2684 (java) S 2679 2681 31598 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1551720419 827703296 7830 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2685] ppid=2679 vsize=808304 CPUtime=0
/proc/2681/task/2685/stat : 2685 (java) S 2679 2681 31598 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1551720419 827703296 7830 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2686] ppid=2679 vsize=808304 CPUtime=0
/proc/2681/task/2686/stat : 2686 (java) S 2679 2681 31598 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1551720421 827703296 7830 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2687] ppid=2679 vsize=808304 CPUtime=0
/proc/2681/task/2687/stat : 2687 (java) S 2679 2681 31598 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1551720421 827703296 7830 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2688] ppid=2679 vsize=808304 CPUtime=0
/proc/2681/task/2688/stat : 2688 (java) S 2679 2681 31598 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1551720421 827703296 7830 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2689] ppid=2679 vsize=808304 CPUtime=0
/proc/2681/task/2689/stat : 2689 (java) S 2679 2681 31598 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1551720425 827703296 7830 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2690] ppid=2679 vsize=808304 CPUtime=0.25
/proc/2681/task/2690/stat : 2690 (java) S 2679 2681 31598 0 -1 64 650 0 0 0 25 0 0 0 16 0 12 0 1551720426 827703296 7830 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2691] ppid=2679 vsize=808304 CPUtime=0.37
/proc/2681/task/2691/stat : 2691 (java) R 2679 2681 31598 0 -1 64 1901 0 0 0 37 0 0 0 16 0 12 0 1551720426 827703296 7830 996147200 134512640 134550740 4294956016 18446744073709551615 104091630 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2692] ppid=2679 vsize=808304 CPUtime=0
/proc/2681/task/2692/stat : 2692 (java) S 2679 2681 31598 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1551720426 827703296 7830 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2693] ppid=2679 vsize=808304 CPUtime=0
/proc/2681/task/2693/stat : 2693 (java) S 2679 2681 31598 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1551720426 827703296 7830 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 808304

[startup+3.10234 s]
/proc/loadavg: 1.91 1.95 1.98 4/84 2693
/proc/meminfo: memFree=1686856/2055920 swapFree=4114104/4192956
[pid=2681] ppid=2679 vsize=813540 CPUtime=3.06
/proc/2681/stat : 2681 (java) S 2679 2681 31598 0 -1 0 18756 0 1 0 294 12 0 0 18 0 12 0 1551720416 833064960 14839 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2681/statm: 203385 14839 1380 9 0 200747 0
[pid=2681/tid=2683] ppid=2679 vsize=813540 CPUtime=1.44
/proc/2681/task/2683/stat : 2683 (java) R 2679 2681 31598 0 -1 64 11723 0 1 0 135 9 0 0 24 0 12 0 1551720418 833064960 14839 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2684] ppid=2679 vsize=813540 CPUtime=0
/proc/2681/task/2684/stat : 2684 (java) S 2679 2681 31598 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1551720419 833064960 14839 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2685] ppid=2679 vsize=813540 CPUtime=0
/proc/2681/task/2685/stat : 2685 (java) S 2679 2681 31598 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1551720419 833064960 14839 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2686] ppid=2679 vsize=813540 CPUtime=0
/proc/2681/task/2686/stat : 2686 (java) S 2679 2681 31598 0 -1 64 1 0 0 0 0 0 0 0 16 0 12 0 1551720421 833064960 14839 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2687] ppid=2679 vsize=813540 CPUtime=0
/proc/2681/task/2687/stat : 2687 (java) S 2679 2681 31598 0 -1 64 9 0 0 0 0 0 0 0 20 0 12 0 1551720421 833064960 14839 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2688] ppid=2679 vsize=813540 CPUtime=0
/proc/2681/task/2688/stat : 2688 (java) S 2679 2681 31598 0 -1 64 4 0 0 0 0 0 0 0 21 0 12 0 1551720421 833064960 14839 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2689] ppid=2679 vsize=813540 CPUtime=0
/proc/2681/task/2689/stat : 2689 (java) S 2679 2681 31598 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1551720425 833064960 14839 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2690] ppid=2679 vsize=813540 CPUtime=0.75
/proc/2681/task/2690/stat : 2690 (java) R 2679 2681 31598 0 -1 64 2376 0 0 0 75 0 0 0 16 0 12 0 1551720426 833064960 14839 996147200 134512640 134550740 4294956016 18446744073709551615 105554867 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2691] ppid=2679 vsize=813540 CPUtime=0.84
/proc/2681/task/2691/stat : 2691 (java) S 2679 2681 31598 0 -1 64 3895 0 0 0 82 2 0 0 16 0 12 0 1551720426 833064960 14839 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2692] ppid=2679 vsize=813540 CPUtime=0
/proc/2681/task/2692/stat : 2692 (java) S 2679 2681 31598 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1551720426 833064960 14839 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2693] ppid=2679 vsize=813540 CPUtime=0
/proc/2681/task/2693/stat : 2693 (java) S 2679 2681 31598 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1551720426 833064960 14839 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 813540

[startup+6.30295 s]
/proc/loadavg: 1.92 1.95 1.98 3/84 2693
/proc/meminfo: memFree=1620488/2055920 swapFree=4114104/4192956
[pid=2681] ppid=2679 vsize=812664 CPUtime=6.23
/proc/2681/stat : 2681 (java) S 2679 2681 31598 0 -1 0 31462 0 1 0 606 17 0 0 18 0 12 0 1551720416 832167936 27122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2681/statm: 203166 27122 1387 9 0 200528 0
[pid=2681/tid=2683] ppid=2679 vsize=812664 CPUtime=3.59
/proc/2681/task/2683/stat : 2683 (java) R 2679 2681 31598 0 -1 64 17288 0 1 0 348 11 0 0 25 0 12 0 1551720418 832167936 27122 996147200 134512640 134550740 4294956016 18446744073709551615 4109584221 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2684] ppid=2679 vsize=812664 CPUtime=0.11
/proc/2681/task/2684/stat : 2684 (java) S 2679 2681 31598 0 -1 64 3463 0 0 0 10 1 0 0 17 0 12 0 1551720419 832167936 27122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2685] ppid=2679 vsize=812664 CPUtime=0.1
/proc/2681/task/2685/stat : 2685 (java) S 2679 2681 31598 0 -1 64 3356 0 0 0 9 1 0 0 17 0 12 0 1551720419 832167936 27122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2686] ppid=2679 vsize=812664 CPUtime=0
/proc/2681/task/2686/stat : 2686 (java) S 2679 2681 31598 0 -1 64 58 0 0 0 0 0 0 0 16 0 12 0 1551720421 832167936 27122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2687] ppid=2679 vsize=812664 CPUtime=0
/proc/2681/task/2687/stat : 2687 (java) S 2679 2681 31598 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1551720421 832167936 27122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2688] ppid=2679 vsize=812664 CPUtime=0
/proc/2681/task/2688/stat : 2688 (java) S 2679 2681 31598 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1551720421 832167936 27122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2689] ppid=2679 vsize=812664 CPUtime=0
/proc/2681/task/2689/stat : 2689 (java) S 2679 2681 31598 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1551720425 832167936 27122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2690] ppid=2679 vsize=812664 CPUtime=1.19
/proc/2681/task/2690/stat : 2690 (java) S 2679 2681 31598 0 -1 64 2516 0 0 0 119 0 0 0 16 0 12 0 1551720426 832167936 27122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2691] ppid=2679 vsize=812664 CPUtime=1.19
/proc/2681/task/2691/stat : 2691 (java) S 2679 2681 31598 0 -1 64 4020 0 0 0 117 2 0 0 16 0 12 0 1551720426 832167936 27122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2692] ppid=2679 vsize=812664 CPUtime=0
/proc/2681/task/2692/stat : 2692 (java) S 2679 2681 31598 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1551720426 832167936 27122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2693] ppid=2679 vsize=812664 CPUtime=0
/proc/2681/task/2693/stat : 2693 (java) S 2679 2681 31598 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1551720426 832167936 27122 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 812664

[startup+12.7022 s]
/proc/loadavg: 2.09 1.99 1.99 6/84 2693
/proc/meminfo: memFree=1581192/2055920 swapFree=4114104/4192956
[pid=2681] ppid=2679 vsize=814208 CPUtime=12.58
/proc/2681/stat : 2681 (java) S 2679 2681 31598 0 -1 0 42115 0 1 0 1237 21 0 0 18 0 12 0 1551720416 833748992 37530 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2681/statm: 203552 37530 1398 9 0 200914 0
[pid=2681/tid=2683] ppid=2679 vsize=814208 CPUtime=8.47
/proc/2681/task/2683/stat : 2683 (java) R 2679 2681 31598 0 -1 64 17304 0 1 0 836 11 0 0 25 0 12 0 1551720418 833748992 37530 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2684] ppid=2679 vsize=814208 CPUtime=0.39
/proc/2681/task/2684/stat : 2684 (java) S 2679 2681 31598 0 -1 64 8011 0 0 0 37 2 0 0 16 0 12 0 1551720419 833748992 37530 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2685] ppid=2679 vsize=814208 CPUtime=0.45
/proc/2681/task/2685/stat : 2685 (java) S 2679 2681 31598 0 -1 64 8917 0 0 0 42 3 0 0 16 0 12 0 1551720419 833748992 37530 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2686] ppid=2679 vsize=814208 CPUtime=0
/proc/2681/task/2686/stat : 2686 (java) S 2679 2681 31598 0 -1 64 58 0 0 0 0 0 0 0 16 0 12 0 1551720421 833748992 37530 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2687] ppid=2679 vsize=814208 CPUtime=0
/proc/2681/task/2687/stat : 2687 (java) S 2679 2681 31598 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1551720421 833748992 37530 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2688] ppid=2679 vsize=814208 CPUtime=0
/proc/2681/task/2688/stat : 2688 (java) S 2679 2681 31598 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1551720421 833748992 37530 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2689] ppid=2679 vsize=814208 CPUtime=0
/proc/2681/task/2689/stat : 2689 (java) S 2679 2681 31598 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1551720425 833748992 37530 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2690] ppid=2679 vsize=814208 CPUtime=1.39
/proc/2681/task/2690/stat : 2690 (java) R 2679 2681 31598 0 -1 64 3001 0 0 0 139 0 0 0 17 0 12 0 1551720426 833748992 37530 996147200 134512640 134550740 4294956016 18446744073709551615 105479872 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2691] ppid=2679 vsize=814208 CPUtime=1.81
/proc/2681/task/2691/stat : 2691 (java) S 2679 2681 31598 0 -1 64 4063 0 0 0 179 2 0 0 16 0 12 0 1551720426 833748992 37530 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2692] ppid=2679 vsize=814208 CPUtime=0
/proc/2681/task/2692/stat : 2692 (java) S 2679 2681 31598 0 -1 64 0 0 0 0 0 0 0 0 19 0 12 0 1551720426 833748992 37530 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2693] ppid=2679 vsize=814208 CPUtime=0
/proc/2681/task/2693/stat : 2693 (java) S 2679 2681 31598 0 -1 64 0 0 0 0 0 0 0 0 15 0 12 0 1551720426 833748992 37530 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 814208

[startup+25.5016 s]
/proc/loadavg: 2.07 1.99 1.99 3/84 2693
/proc/meminfo: memFree=1490376/2055920 swapFree=4114104/4192956
[pid=2681] ppid=2679 vsize=813588 CPUtime=25.38
/proc/2681/stat : 2681 (java) S 2679 2681 31598 0 -1 0 64867 0 1 0 2507 31 0 0 18 0 12 0 1551720416 833114112 58552 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2681/statm: 203397 58552 1398 9 0 200759 0
[pid=2681/tid=2683] ppid=2679 vsize=813588 CPUtime=19.53
/proc/2681/task/2683/stat : 2683 (java) R 2679 2681 31598 0 -1 64 17331 0 1 0 1941 12 0 0 25 0 12 0 1551720418 833114112 58552 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2681/tid=2684] ppid=2679 vsize=813588 CPUtime=0.88
/proc/2681/task/2684/stat : 2684 (java) R 2679 2681 31598 0 -1 64 18759 0 0 0 82 6 0 0 15 0 12 0 1551720419 833114112 58552 996147200 134512640 134550740 4294956016 18446744073709551615 106160196 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2681/tid=2685] ppid=2679 vsize=813588 CPUtime=0.96
/proc/2681/task/2685/stat : 2685 (java) R 2679 2681 31598 0 -1 64 19450 0 0 0 89 7 0 0 15 0 12 0 1551720419 833114112 58552 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2681/tid=2686] ppid=2679 vsize=813588 CPUtime=0.01
/proc/2681/task/2686/stat : 2686 (java) S 2679 2681 31598 0 -1 64 58 0 0 0 1 0 0 0 15 0 12 0 1551720421 833114112 58552 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=2681/tid=2687] ppid=2679 vsize=813588 CPUtime=0
/proc/2681/task/2687/stat : 2687 (java) S 2679 2681 31598 0 -1 64 9 0 0 0 0 0 0 0 16 0 12 0 1551720421 833114112 58552 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2688] ppid=2679 vsize=813588 CPUtime=0
/proc/2681/task/2688/stat : 2688 (java) S 2679 2681 31598 0 -1 64 6 0 0 0 0 0 0 0 16 0 12 0 1551720421 833114112 58552 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2689] ppid=2679 vsize=813588 CPUtime=0
/proc/2681/task/2689/stat : 2689 (java) S 2679 2681 31598 0 -1 64 2 0 0 0 0 0 0 0 18 0 12 0 1551720425 833114112 58552 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=2681/tid=2686] ppid=2679 vsize=813880 CPUtime=3.24
/proc/2681/task/2686/stat : 2686 (java) S 2679 2681 31598 0 -1 64 6579 0 0 0 322 2 0 0 16 0 13 0 1551720421 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2687] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2687/stat : 2687 (java) S 2679 2681 31598 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1551720421 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2681/tid=2688] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2688/stat : 2688 (java) S 2679 2681 31598 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1551720421 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2681/tid=2689] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2689/stat : 2689 (java) S 2679 2681 31598 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1551720425 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2690] ppid=2679 vsize=813880 CPUtime=2.33
/proc/2681/task/2690/stat : 2690 (java) S 2679 2681 31598 0 -1 64 4470 0 0 0 232 1 0 0 17 0 13 0 1551720426 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2681/tid=2691] ppid=2679 vsize=813880 CPUtime=2.54
/proc/2681/task/2691/stat : 2691 (java) S 2679 2681 31598 0 -1 64 4107 0 0 0 252 2 0 0 15 0 13 0 1551720426 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2681/tid=2692] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2692/stat : 2692 (java) S 2679 2681 31598 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1551720426 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2693] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2693/stat : 2693 (java) S 2679 2681 31598 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1551720426 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2694] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2694/stat : 2694 (java) S 2679 2681 31598 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 1551723087 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1597.87
Current children cumulated vsize (KiB) 813880

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/86 2746
/proc/meminfo: memFree=888440/2055920 swapFree=4114104/4192956
[pid=2681] ppid=2679 vsize=813880 CPUtime=1657.3
/proc/2681/stat : 2681 (java) S 2679 2681 31598 0 -1 0 189811 0 1 0 165647 83 0 0 18 0 13 0 1551720416 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2681/statm: 203470 173142 1408 9 0 200832 0
[pid=2681/tid=2683] ppid=2679 vsize=813880 CPUtime=1641.08
/proc/2681/task/2683/stat : 2683 (java) R 2679 2681 31598 0 -1 64 17389 0 1 0 164093 15 0 0 19 0 13 0 1551720418 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4110459423 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2684] ppid=2679 vsize=813880 CPUtime=3.03
/proc/2681/task/2684/stat : 2684 (java) S 2679 2681 31598 0 -1 64 74771 0 0 0 274 29 0 0 17 0 13 0 1551720419 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2685] ppid=2679 vsize=813880 CPUtime=3.11
/proc/2681/task/2685/stat : 2685 (java) S 2679 2681 31598 0 -1 64 79976 0 0 0 282 29 0 0 16 0 13 0 1551720419 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2686] ppid=2679 vsize=813880 CPUtime=5.13
/proc/2681/task/2686/stat : 2686 (java) S 2679 2681 31598 0 -1 64 8332 0 0 0 510 3 0 0 17 0 13 0 1551720421 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2687] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2687/stat : 2687 (java) S 2679 2681 31598 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1551720421 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2681/tid=2688] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2688/stat : 2688 (java) S 2679 2681 31598 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1551720421 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2681/tid=2689] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2689/stat : 2689 (java) S 2679 2681 31598 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1551720425 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2690] ppid=2679 vsize=813880 CPUtime=2.33
/proc/2681/task/2690/stat : 2690 (java) S 2679 2681 31598 0 -1 64 4470 0 0 0 232 1 0 0 17 0 13 0 1551720426 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2681/tid=2691] ppid=2679 vsize=813880 CPUtime=2.54
/proc/2681/task/2691/stat : 2691 (java) S 2679 2681 31598 0 -1 64 4107 0 0 0 252 2 0 0 15 0 13 0 1551720426 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2681/tid=2692] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2692/stat : 2692 (java) S 2679 2681 31598 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1551720426 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2693] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2693/stat : 2693 (java) S 2679 2681 31598 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1551720426 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2694] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2694/stat : 2694 (java) S 2679 2681 31598 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 1551723087 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.3
Current children cumulated vsize (KiB) 813880

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/86 2746
/proc/meminfo: memFree=886904/2055920 swapFree=4114104/4192956
[pid=2681] ppid=2679 vsize=813880 CPUtime=1716.73
/proc/2681/stat : 2681 (java) S 2679 2681 31598 0 -1 0 189811 0 1 0 171590 83 0 0 18 0 13 0 1551720416 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2681/statm: 203470 173142 1408 9 0 200832 0
[pid=2681/tid=2683] ppid=2679 vsize=813880 CPUtime=1700.52
/proc/2681/task/2683/stat : 2683 (java) R 2679 2681 31598 0 -1 64 17389 0 1 0 170037 15 0 0 25 0 13 0 1551720418 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4110452006 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2684] ppid=2679 vsize=813880 CPUtime=3.03
/proc/2681/task/2684/stat : 2684 (java) S 2679 2681 31598 0 -1 64 74771 0 0 0 274 29 0 0 17 0 13 0 1551720419 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2685] ppid=2679 vsize=813880 CPUtime=3.11
/proc/2681/task/2685/stat : 2685 (java) S 2679 2681 31598 0 -1 64 79976 0 0 0 282 29 0 0 16 0 13 0 1551720419 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2686] ppid=2679 vsize=813880 CPUtime=5.13
/proc/2681/task/2686/stat : 2686 (java) S 2679 2681 31598 0 -1 64 8332 0 0 0 510 3 0 0 16 0 13 0 1551720421 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2687] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2687/stat : 2687 (java) S 2679 2681 31598 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1551720421 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2681/tid=2688] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2688/stat : 2688 (java) S 2679 2681 31598 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1551720421 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2681/tid=2689] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2689/stat : 2689 (java) S 2679 2681 31598 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1551720425 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2690] ppid=2679 vsize=813880 CPUtime=2.33
/proc/2681/task/2690/stat : 2690 (java) S 2679 2681 31598 0 -1 64 4470 0 0 0 232 1 0 0 17 0 13 0 1551720426 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2681/tid=2691] ppid=2679 vsize=813880 CPUtime=2.54
/proc/2681/task/2691/stat : 2691 (java) S 2679 2681 31598 0 -1 64 4107 0 0 0 252 2 0 0 15 0 13 0 1551720426 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2681/tid=2692] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2692/stat : 2692 (java) S 2679 2681 31598 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1551720426 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2693] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2693/stat : 2693 (java) S 2679 2681 31598 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1551720426 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2694] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2694/stat : 2694 (java) S 2679 2681 31598 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 1551723087 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1716.73
Current children cumulated vsize (KiB) 813880

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.99 3/86 2746
/proc/meminfo: memFree=884600/2055920 swapFree=4114104/4192956
[pid=2681] ppid=2679 vsize=813880 CPUtime=1776.16
/proc/2681/stat : 2681 (java) S 2679 2681 31598 0 -1 0 189811 0 1 0 177533 83 0 0 18 0 13 0 1551720416 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2681/statm: 203470 173142 1408 9 0 200832 0
[pid=2681/tid=2683] ppid=2679 vsize=813880 CPUtime=1759.94
/proc/2681/task/2683/stat : 2683 (java) R 2679 2681 31598 0 -1 64 17389 0 1 0 175979 15 0 0 25 0 13 0 1551720418 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4110459423 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2684] ppid=2679 vsize=813880 CPUtime=3.03
/proc/2681/task/2684/stat : 2684 (java) S 2679 2681 31598 0 -1 64 74771 0 0 0 274 29 0 0 17 0 13 0 1551720419 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2685] ppid=2679 vsize=813880 CPUtime=3.11
/proc/2681/task/2685/stat : 2685 (java) S 2679 2681 31598 0 -1 64 79976 0 0 0 282 29 0 0 16 0 13 0 1551720419 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2686] ppid=2679 vsize=813880 CPUtime=5.13
/proc/2681/task/2686/stat : 2686 (java) S 2679 2681 31598 0 -1 64 8332 0 0 0 510 3 0 0 16 0 13 0 1551720421 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2687] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2687/stat : 2687 (java) S 2679 2681 31598 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1551720421 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2681/tid=2688] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2688/stat : 2688 (java) S 2679 2681 31598 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1551720421 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2681/tid=2689] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2689/stat : 2689 (java) S 2679 2681 31598 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1551720425 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2690] ppid=2679 vsize=813880 CPUtime=2.33
/proc/2681/task/2690/stat : 2690 (java) S 2679 2681 31598 0 -1 64 4470 0 0 0 232 1 0 0 17 0 13 0 1551720426 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2681/tid=2691] ppid=2679 vsize=813880 CPUtime=2.54
/proc/2681/task/2691/stat : 2691 (java) S 2679 2681 31598 0 -1 64 4107 0 0 0 252 2 0 0 15 0 13 0 1551720426 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2681/tid=2692] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2692/stat : 2692 (java) S 2679 2681 31598 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1551720426 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2693] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2693/stat : 2693 (java) S 2679 2681 31598 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1551720426 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2694] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2694/stat : 2694 (java) S 2679 2681 31598 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 1551723087 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1776.16
Current children cumulated vsize (KiB) 813880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1806.4 s]
/proc/loadavg: 2.00 2.00 1.99 3/86 2746
/proc/meminfo: memFree=884536/2055920 swapFree=4114104/4192956
[pid=2681] ppid=2679 vsize=813880 CPUtime=1800.03
/proc/2681/stat : 2681 (java) S 2679 2681 31598 0 -1 0 189811 0 1 0 179920 83 0 0 18 0 13 0 1551720416 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2681/statm: 203470 173142 1408 9 0 200832 0
[pid=2681/tid=2683] ppid=2679 vsize=813880 CPUtime=1783.82
/proc/2681/task/2683/stat : 2683 (java) R 2679 2681 31598 0 -1 64 17389 0 1 0 178367 15 0 0 25 0 13 0 1551720418 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4110452027 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2684] ppid=2679 vsize=813880 CPUtime=3.03
/proc/2681/task/2684/stat : 2684 (java) S 2679 2681 31598 0 -1 64 74771 0 0 0 274 29 0 0 17 0 13 0 1551720419 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2685] ppid=2679 vsize=813880 CPUtime=3.11
/proc/2681/task/2685/stat : 2685 (java) S 2679 2681 31598 0 -1 64 79976 0 0 0 282 29 0 0 16 0 13 0 1551720419 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2686] ppid=2679 vsize=813880 CPUtime=5.13
/proc/2681/task/2686/stat : 2686 (java) S 2679 2681 31598 0 -1 64 8332 0 0 0 510 3 0 0 16 0 13 0 1551720421 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2687] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2687/stat : 2687 (java) S 2679 2681 31598 0 -1 64 9 0 0 0 0 0 0 0 16 0 13 0 1551720421 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2681/tid=2688] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2688/stat : 2688 (java) S 2679 2681 31598 0 -1 64 6 0 0 0 0 0 0 0 16 0 13 0 1551720421 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2681/tid=2689] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2689/stat : 2689 (java) S 2679 2681 31598 0 -1 64 2 0 0 0 0 0 0 0 18 0 13 0 1551720425 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2690] ppid=2679 vsize=813880 CPUtime=2.33
/proc/2681/task/2690/stat : 2690 (java) S 2679 2681 31598 0 -1 64 4470 0 0 0 232 1 0 0 17 0 13 0 1551720426 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2681/tid=2691] ppid=2679 vsize=813880 CPUtime=2.54
/proc/2681/task/2691/stat : 2691 (java) S 2679 2681 31598 0 -1 64 4107 0 0 0 252 2 0 0 15 0 13 0 1551720426 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2681/tid=2692] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2692/stat : 2692 (java) S 2679 2681 31598 0 -1 64 0 0 0 0 0 0 0 0 19 0 13 0 1551720426 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2693] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2693/stat : 2693 (java) S 2679 2681 31598 0 -1 64 0 0 0 0 0 0 0 0 15 0 13 0 1551720426 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2681/tid=2694] ppid=2679 vsize=813880 CPUtime=0
/proc/2681/task/2694/stat : 2694 (java) S 2679 2681 31598 0 -1 64 5 0 0 0 0 0 0 0 23 0 13 0 1551723087 833413120 173142 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 813880

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

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

[startup+1806.52 s]
/proc/loadavg: 2.00 2.00 1.99 3/86 2746
/proc/meminfo: memFree=884536/2055920 swapFree=4114104/4192956
[pid=2681] ppid=2679 vsize=0 CPUtime=1800.14
/proc/2681/stat : 2681 (java) Z 2679 2681 31598 0 -1 1036 189828 0 1 0 179924 90 0 0 16 0 2 0 1551720416 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2681/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1806.56
CPU time (s): 1800.19
CPU user time (s): 1799.24
CPU system time (s): 0.950855
CPU usage (%): 99.6477
Max. virtual memory (cumulated for all children) (KiB): 817884

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.24
system time used= 0.950855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 189828
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= 38907
involuntary context switches= 32852

runsolver used 2.13068 second user time and 6.13607 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-05 03:14:02
IDJOB=1081988
IDBENCH=57167
IDSOLVER=344
FILE ID=node9/1081988-1215220442
PBS_JOBID= 7881686
Free space on /tmp= 66544 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bccb1afd07064f82b769e57196d4b8ac
RANDOM SEED=759107218

node9.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.265
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	: 5931.00
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.265
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:       1720264 kB
Buffers:         31860 kB
Cached:         148972 kB
SwapCached:      73012 kB
Active:         231268 kB
Inactive:        49688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1720264 kB
SwapTotal:     4192956 kB
SwapFree:      4114104 kB
Dirty:            2680 kB
Writeback:           0 kB
Mapped:         107596 kB
Slab:            39884 kB
Committed_AS:  3113164 kB
PageTables:       1964 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= 66540 MiB
End job on node9 at 2008-07-05 03:44:10