Trace number 2065141

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
Sugar v1.14.6+picosat? (MO) 448.52 453.658

General information on the benchmark

Namecsp/fischer/
normalized-fischer-9-6-fair.xml
MD5SUM34fd0241491a8b5b6d88ff3be7e24b8b
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 benchmark133.392
Satisfiable
(Un)Satisfiability was proved
Number of variables14436
Number of constraints13661
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13661
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 20:45:27 2009
0.00/0.08	c 0	PID 13875
0.06/0.08	c 0	HOST node19.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2065141-1247337927.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2065141-1247337927.xml' 'HOME/temp.csp'
1.54/1.64	c 2	3 domains, 14436 variables, 9 predicates, 0 relations, 13661 constraints
1.54/1.65	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.54/1.65	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.60/1.73	c 2	Parsing HOME/temp.csp
1.60/1.87	c 2	parsed 10000 expressions
1.60/1.98	c 2	parsed 20000 expressions
2.03/2.13	c 2	parsed 28109 expressions
2.03/2.14	c 2	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.03/2.14	c 2	Converting to clausal form CSP
2.03/2.19	c 2	converted 2811 (10%) expressions
2.03/2.19	c 2	converted 5622 (20%) expressions
2.03/2.20	c 2	converted 8433 (30%) expressions
2.03/2.20	c 2	converted 11244 (40%) expressions
2.12/2.22	c 2	converted 14055 (50%) expressions
2.33/2.49	c 2	converted 16866 (60%) expressions
2.82/2.94	c 3	converted 19677 (70%) expressions
3.21/3.40	c 3	converted 22488 (80%) expressions
3.51/3.68	c 4	converted 25299 (90%) expressions
4.11/4.21	c 4	converted 28109 (100%) expressions
4.11/4.22	c 4	CSP : 25279 integers, 870 booleans, 61467 clauses, largest domain size 20001
4.11/4.22	c 4	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.11/4.22	c 4	Propagation in CSP
250.06/252.51	c 252	176979931 values, 0 unsatisfiable literals, and 0 valid clauses are removed
250.06/252.52	c 252	CSP : 25279 integers, 870 booleans, 61467 clauses, largest domain size 20001
250.06/252.52	c 252	Heap : 40 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
250.06/252.54	c 252	Simplifing CSP by introducing new Boolean variables
250.16/252.68	c 253	CSP : 25279 integers, 22820 booleans, 83417 clauses, largest domain size 20001
250.16/252.68	c 253	Heap : 44 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
250.55/253.04	c 253	Encoding CSP to SAT : HOME/temp.cnf
250.85/253.32	c 253	2528 (10%) CSP integer variables are encoded (187855 clauses, 2974288 bytes)
252.43/254.95	c 255	5056 (20%) CSP integer variables are encoded (1464088 clauses, 25601932 bytes)
253.02/255.58	c 256	7584 (30%) CSP integer variables are encoded (1950424 clauses, 34842316 bytes)
253.82/256.33	c 256	10112 (40%) CSP integer variables are encoded (2520361 clauses, 45671119 bytes)
254.30/256.89	c 257	12640 (50%) CSP integer variables are encoded (2947489 clauses, 53786551 bytes)
254.30/256.89	c 257	15168 (60%) CSP integer variables are encoded (2947489 clauses, 53786551 bytes)
254.90/257.42	c 257	17696 (70%) CSP integer variables are encoded (3347409 clauses, 61385031 bytes)
255.17/257.75	c 258	20224 (80%) CSP integer variables are encoded (3577363 clauses, 65754157 bytes)
255.37/257.95	c 258	22752 (90%) CSP integer variables are encoded (3727341 clauses, 68603739 bytes)
255.67/258.23	c 258	25279 (100%) CSP integer variables are encoded (3937309 clauses, 72593131 bytes)
275.72/278.81	c 279	8342 (10%) CSP clauses are encoded (15385170 clauses, 312249313 bytes)
276.32/279.41	c 279	16684 (20%) CSP clauses are encoded (15747984 clauses, 319513507 bytes)
277.40/280.57	c 281	25026 (30%) CSP clauses are encoded (16471216 clauses, 334157028 bytes)
278.77/282.00	c 282	33367 (40%) CSP clauses are encoded (17353552 clauses, 352721024 bytes)
279.73/282.96	c 283	41709 (50%) CSP clauses are encoded (17916396 clauses, 364676536 bytes)
279.82/283.01	c 283	50051 (60%) CSP clauses are encoded (17920325 clauses, 364756422 bytes)
279.82/283.06	c 283	58392 (70%) CSP clauses are encoded (17924219 clauses, 364835560 bytes)
281.09/284.47	c 284	66734 (80%) CSP clauses are encoded (18728216 clauses, 381916980 bytes)
282.18/285.53	c 285	75076 (90%) CSP clauses are encoded (19371665 clauses, 395586091 bytes)
282.28/285.61	c 286	83417 (100%) CSP clauses are encoded (19388764 clauses, 396041403 bytes)
282.28/285.61	c 286	83417 CSP clauses encoded
282.28/285.61	c 286	Writing map file : HOME/temp.map
282.28/285.67	c 286	Heap : 37 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
282.28/285.67	c 286	SAT : 3967153 SAT variables, 19388764 SAT clauses, 396041403 bytes
282.28/285.67	c 286	Heap : 37 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
282.34/285.72	c 286	SOLVING HOME/temp.cnf
282.34/285.72	c 286	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
448.41/453.52	c ERROR INTERRUPTED
448.52/453.65	s UNKNOWN
448.52/453.65	c 454	CPU 282.39 (0.07 0.02 278.53 3.77)
448.52/453.65	c 454	END Sat Jul 11 20:53:01 2009

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-2065141-1247337927/watcher-2065141-1247337927 -o /tmp/evaluation-result-2065141-1247337927/solver-2065141-1247337927 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2065141-1247337927.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.84 1.97 1.99 4/72 13875
/proc/meminfo: memFree=1859056/2055920 swapFree=4192812/4192956
[pid=13875] ppid=13873 vsize=12268 CPUtime=0
/proc/13875/stat : 13875 (sugar) R 13873 13875 12900 0 -1 4194304 335 0 0 0 0 0 0 0 20 0 1 0 20859328 12562432 303 996147200 4194304 4206940 548682068608 18446744073709551615 255250065392 0 0 4224 0 0 0 0 17 1 0 0
/proc/13875/statm: 3067 303 229 3 0 167 0

[startup+0.0826049 s]
/proc/loadavg: 1.84 1.97 1.99 4/72 13875
/proc/meminfo: memFree=1859056/2055920 swapFree=4192812/4192956
[pid=13875] ppid=13873 vsize=16740 CPUtime=0.06
/proc/13875/stat : 13875 (sugar) S 13873 13875 12900 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 20859328 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13875/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101845 s]
/proc/loadavg: 1.84 1.97 1.99 4/72 13875
/proc/meminfo: memFree=1859056/2055920 swapFree=4192812/4192956
[pid=13875] ppid=13873 vsize=16868 CPUtime=0.06
/proc/13875/stat : 13875 (sugar) S 13873 13875 12900 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20859328 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13875/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301733 s]
/proc/loadavg: 1.84 1.97 1.99 4/72 13875
/proc/meminfo: memFree=1859056/2055920 swapFree=4192812/4192956
[pid=13875] ppid=13873 vsize=16868 CPUtime=0.06
/proc/13875/stat : 13875 (sugar) S 13873 13875 12900 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20859328 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13875/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701784 s]
/proc/loadavg: 1.84 1.97 1.99 4/72 13875
/proc/meminfo: memFree=1859056/2055920 swapFree=4192812/4192956
[pid=13875] ppid=13873 vsize=16868 CPUtime=0.06
/proc/13875/stat : 13875 (sugar) S 13873 13875 12900 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20859328 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13875/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50286 s]
/proc/loadavg: 1.84 1.97 1.99 4/83 13887
/proc/meminfo: memFree=1832280/2055920 swapFree=4192812/4192956
[pid=13875] ppid=13873 vsize=16868 CPUtime=0.06
/proc/13875/stat : 13875 (sugar) S 13873 13875 12900 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20859328 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13875/statm: 4217 1111 409 3 0 796 0
[pid=13878] ppid=13875 vsize=5356 CPUtime=0
/proc/13878/stat : 13878 (sh) S 13875 13875 12900 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 20859336 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13878/statm: 1339 233 193 169 0 50 0
[pid=13879] ppid=13878 vsize=864788 CPUtime=1.39
/proc/13879/stat : 13879 (java) S 13878 13875 12900 0 -1 0 12757 0 1 0 131 8 0 0 18 0 9 0 20859337 885542912 10787 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13879/statm: 216197 10787 2557 9 0 210709 0
[pid=13879/tid=13880] ppid=13878 vsize=864788 CPUtime=0.8
/proc/13879/task/13880/stat : 13880 (java) R 13878 13875 12900 0 -1 64 3048 0 1 0 78 2 0 0 24 0 9 0 20859338 885542912 10787 996147200 134512640 134550932 4294955984 18446744073709551615 4125975331 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13879/tid=13881] ppid=13878 vsize=864788 CPUtime=0.43
/proc/13879/task/13881/stat : 13881 (java) S 13878 13875 12900 0 -1 64 8476 0 0 0 39 4 0 0 16 0 9 0 20859339 885542912 10787 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13879/tid=13882] ppid=13878 vsize=864788 CPUtime=0
/proc/13879/task/13882/stat : 13882 (java) S 13878 13875 12900 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 20859339 885542912 10787 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13879/tid=13883] ppid=13878 vsize=864788 CPUtime=0
/proc/13879/task/13883/stat : 13883 (java) S 13878 13875 12900 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 20859339 885542912 10787 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13879/tid=13884] ppid=13878 vsize=864788 CPUtime=0
/proc/13879/task/13884/stat : 13884 (java) S 13878 13875 12900 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20859341 885542912 10787 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13879/tid=13885] ppid=13878 vsize=864788 CPUtime=0.14
/proc/13879/task/13885/stat : 13885 (java) S 13878 13875 12900 0 -1 64 529 0 0 0 14 0 0 0 16 0 9 0 20859341 885542912 10787 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13879/tid=13886] ppid=13878 vsize=864788 CPUtime=0
/proc/13879/task/13886/stat : 13886 (java) S 13878 13875 12900 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20859341 885542912 10787 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13879/tid=13887] ppid=13878 vsize=864788 CPUtime=0
/proc/13879/task/13887/stat : 13887 (java) S 13878 13875 12900 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20859341 885542912 10787 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887012

[startup+3.10205 s]
/proc/loadavg: 1.84 1.97 1.99 3/83 13897
/proc/meminfo: memFree=1841304/2055920 swapFree=4192812/4192956
[pid=13875] ppid=13873 vsize=16868 CPUtime=1.6
/proc/13875/stat : 13875 (sugar) S 13873 13875 12900 0 -1 4194304 1309 13270 0 1 5 2 144 9 15 0 1 0 20859328 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13875/statm: 4217 1111 409 3 0 796 0
[pid=13888] ppid=13875 vsize=5356 CPUtime=0
/proc/13888/stat : 13888 (sh) S 13875 13875 12900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20859494 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13888/statm: 1339 233 193 169 0 50 0
[pid=13889] ppid=13888 vsize=868636 CPUtime=1.42
/proc/13889/stat : 13889 (java) S 13888 13875 12900 0 -1 0 11840 0 1 0 136 6 0 0 18 0 9 0 20859494 889483264 10846 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13889/statm: 217159 10846 2566 9 0 211664 0
[pid=13889/tid=13890] ppid=13888 vsize=868636 CPUtime=0.78
/proc/13889/task/13890/stat : 13890 (java) R 13888 13875 12900 0 -1 64 2732 0 1 0 77 1 0 0 22 0 9 0 20859495 889483264 10846 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13891] ppid=13888 vsize=868636 CPUtime=0.42
/proc/13889/task/13891/stat : 13891 (java) R 13888 13875 12900 0 -1 64 6886 0 0 0 39 3 0 0 16 0 9 0 20859496 889483264 10846 996147200 134512640 134550932 4294955936 18446744073709551615 103732058 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13892] ppid=13888 vsize=868636 CPUtime=0
/proc/13889/task/13892/stat : 13892 (java) S 13888 13875 12900 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20859496 889483264 10846 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13893] ppid=13888 vsize=868636 CPUtime=0
/proc/13889/task/13893/stat : 13893 (java) S 13888 13875 12900 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20859496 889483264 10846 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13894] ppid=13888 vsize=868636 CPUtime=0
/proc/13889/task/13894/stat : 13894 (java) S 13888 13875 12900 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20859498 889483264 10846 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13895] ppid=13888 vsize=868636 CPUtime=0.19
/proc/13889/task/13895/stat : 13895 (java) S 13888 13875 12900 0 -1 64 1519 0 0 0 19 0 0 0 16 0 9 0 20859498 889483264 10846 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13896] ppid=13888 vsize=868636 CPUtime=0
/proc/13889/task/13896/stat : 13896 (java) S 13888 13875 12900 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20859499 889483264 10846 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13897] ppid=13888 vsize=868636 CPUtime=0
/proc/13889/task/13897/stat : 13897 (java) S 13888 13875 12900 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20859499 889483264 10846 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890860

[startup+6.30139 s]
/proc/loadavg: 1.85 1.97 1.99 3/83 13897
/proc/meminfo: memFree=1801176/2055920 swapFree=4192812/4192956
[pid=13875] ppid=13873 vsize=16868 CPUtime=1.6
/proc/13875/stat : 13875 (sugar) S 13873 13875 12900 0 -1 4194304 1310 13270 0 1 5 2 144 9 15 0 1 0 20859328 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13875/statm: 4217 1111 409 3 0 796 0
[pid=13888] ppid=13875 vsize=5356 CPUtime=0
/proc/13888/stat : 13888 (sh) S 13875 13875 12900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20859494 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13888/statm: 1339 233 193 169 0 50 0
[pid=13889] ppid=13888 vsize=868636 CPUtime=4.58
/proc/13889/stat : 13889 (java) S 13888 13875 12900 0 -1 0 17473 0 1 0 447 11 0 0 18 0 9 0 20859494 889483264 15869 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13889/statm: 217159 15869 2566 9 0 211664 0
[pid=13889/tid=13890] ppid=13888 vsize=868636 CPUtime=3.29
/proc/13889/task/13890/stat : 13890 (java) R 13888 13875 12900 0 -1 64 3223 0 1 0 327 2 0 0 25 0 9 0 20859495 889483264 15869 996147200 134512640 134550932 4294955936 18446744073709551615 4126516962 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13891] ppid=13888 vsize=868636 CPUtime=1.07
/proc/13889/task/13891/stat : 13891 (java) S 13888 13875 12900 0 -1 64 12025 0 0 0 99 8 0 0 16 0 9 0 20859496 889483264 15869 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13892] ppid=13888 vsize=868636 CPUtime=0
/proc/13889/task/13892/stat : 13892 (java) S 13888 13875 12900 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20859496 889483264 15869 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13893] ppid=13888 vsize=868636 CPUtime=0
/proc/13889/task/13893/stat : 13893 (java) S 13888 13875 12900 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20859496 889483264 15869 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13894] ppid=13888 vsize=868636 CPUtime=0
/proc/13889/task/13894/stat : 13894 (java) S 13888 13875 12900 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20859498 889483264 15869 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13895] ppid=13888 vsize=868636 CPUtime=0.2
/proc/13889/task/13895/stat : 13895 (java) S 13888 13875 12900 0 -1 64 1522 0 0 0 20 0 0 0 16 0 9 0 20859498 889483264 15869 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13896] ppid=13888 vsize=868636 CPUtime=0
/proc/13889/task/13896/stat : 13896 (java) S 13888 13875 12900 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20859499 889483264 15869 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13897] ppid=13888 vsize=868636 CPUtime=0
/proc/13889/task/13897/stat : 13897 (java) R 13888 13875 12900 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20859499 889483264 15869 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890860

[startup+12.7021 s]
/proc/loadavg: 1.87 1.97 1.99 3/83 13897
/proc/meminfo: memFree=1801240/2055920 swapFree=4192812/4192956
[pid=13875] ppid=13873 vsize=16868 CPUtime=1.6
/proc/13875/stat : 13875 (sugar) S 13873 13875 12900 0 -1 4194304 1310 13270 0 1 5 2 144 9 15 0 1 0 20859328 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13875/statm: 4217 1111 409 3 0 796 0
[pid=13888] ppid=13875 vsize=5356 CPUtime=0
/proc/13888/stat : 13888 (sh) S 13875 13875 12900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20859494 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13888/statm: 1339 233 193 169 0 50 0
[pid=13889] ppid=13888 vsize=868636 CPUtime=10.92
/proc/13889/stat : 13889 (java) S 13888 13875 12900 0 -1 0 17704 0 1 0 1078 14 0 0 18 0 9 0 20859494 889483264 15872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13889/statm: 217159 15872 2566 9 0 211664 0
[pid=13889/tid=13890] ppid=13888 vsize=868636 CPUtime=9.52
/proc/13889/task/13890/stat : 13890 (java) R 13888 13875 12900 0 -1 64 3451 0 1 0 949 3 0 0 25 0 9 0 20859495 889483264 15872 996147200 134512640 134550932 4294955936 18446744073709551615 4126969336 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13891] ppid=13888 vsize=868636 CPUtime=1.18
/proc/13889/task/13891/stat : 13891 (java) S 13888 13875 12900 0 -1 64 12028 0 0 0 108 10 0 0 16 0 9 0 20859496 889483264 15872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13892] ppid=13888 vsize=868636 CPUtime=0
/proc/13889/task/13892/stat : 13892 (java) S 13888 13875 12900 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20859496 889483264 15872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13893] ppid=13888 vsize=868636 CPUtime=0
/proc/13889/task/13893/stat : 13893 (java) S 13888 13875 12900 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20859496 889483264 15872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13894] ppid=13888 vsize=868636 CPUtime=0
/proc/13889/task/13894/stat : 13894 (java) S 13888 13875 12900 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20859498 889483264 15872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13895] ppid=13888 vsize=868636 CPUtime=0.2
/proc/13889/task/13895/stat : 13895 (java) S 13888 13875 12900 0 -1 64 1522 0 0 0 20 0 0 0 16 0 9 0 20859498 889483264 15872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13896] ppid=13888 vsize=868636 CPUtime=0
/proc/13889/task/13896/stat : 13896 (java) S 13888 13875 12900 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20859499 889483264 15872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13897] ppid=13888 vsize=868636 CPUtime=0
/proc/13889/task/13897/stat : 13897 (java) S 13888 13875 12900 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20859499 889483264 15872 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 890860

[startup+25.5024 s]
/proc/loadavg: 1.89 1.97 1.99 3/83 13897
/proc/meminfo: memFree=1801240/2055920 swapFree=4192812/4192956
[pid=13875] ppid=13873 vsize=16868 CPUtime=1.6
/proc/13875/stat : 13875 (sugar) S 13873 13875 12900 0 -1 4194304 1310 13270 0 1 5 2 144 9 15 0 1 0 20859328 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13875/statm: 4217 1111 409 3 0 796 0
[pid=13888] ppid=13875 vsize=5356 CPUtime=0
/proc/13888/stat : 13888 (sh) S 13875 13875 12900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20859494 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13888/statm: 1339 233 193 169 0 50 0
[pid=13889] ppid=13888 vsize=868636 CPUtime=23.6
/proc/13889/stat : 13889 (java) S 13888 13875 12900 0 -1 0 18166 0 1 0 2340 20 0 0 18 0 9 0 20859494 889483264 15877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13889/statm: 217159 15877 2566 9 0 211664 0
[pid=13889/tid=13890] ppid=13888 vsize=868636 CPUtime=21.98
/proc/13889/task/13890/stat : 13890 (java) R 13888 13875 12900 0 -1 64 3908 0 1 0 2193 5 0 0 25 0 9 0 20859495 889483264 15877 996147200 134512640 134550932 4294955936 18446744073709551615 4126567838 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13891] ppid=13888 vsize=868636 CPUtime=1.4
/proc/13889/task/13891/stat : 13891 (java) S 13888 13875 12900 0 -1 64 12033 0 0 0 126 14 0 0 16 0 9 0 20859496 889483264 15877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13892] ppid=13888 vsize=868636 CPUtime=0
/proc/13889/task/13892/stat : 13892 (java) S 13888 13875 12900 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20859496 889483264 15877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13893] ppid=13888 vsize=868636 CPUtime=0
/proc/13889/task/13893/stat : 13893 (java) S 13888 13875 12900 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20859496 889483264 15877 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13894] ppid=13888 vsize=868636 CPUtime=0

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

/proc/13875/statm: 4217 1111 409 3 0 796 0
[pid=13888] ppid=13875 vsize=5356 CPUtime=0
/proc/13888/stat : 13888 (sh) S 13875 13875 12900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20859494 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13888/statm: 1339 233 193 169 0 50 0
[pid=13889] ppid=13888 vsize=868636 CPUtime=159.11
/proc/13889/stat : 13889 (java) S 13888 13875 12900 0 -1 0 23121 0 1 0 15836 75 0 0 18 0 9 0 20859494 889483264 15937 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13889/statm: 217159 15937 2566 9 0 211664 0
[pid=13889/tid=13890] ppid=13888 vsize=868636 CPUtime=155.08
/proc/13889/task/13890/stat : 13890 (java) R 13888 13875 12900 0 -1 64 8803 0 1 0 15484 24 0 0 25 0 9 0 20859495 889483264 15937 996147200 134512640 134550932 4294955936 18446744073709551615 4126857697 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13891] ppid=13888 vsize=868636 CPUtime=3.8
/proc/13889/task/13891/stat : 13891 (java) S 13888 13875 12900 0 -1 64 12093 0 0 0 331 49 0 0 16 0 9 0 20859496 889483264 15937 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13892] ppid=13888 vsize=868636 CPUtime=0
/proc/13889/task/13892/stat : 13892 (java) S 13888 13875 12900 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20859496 889483264 15937 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13893] ppid=13888 vsize=868636 CPUtime=0
/proc/13889/task/13893/stat : 13893 (java) S 13888 13875 12900 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20859496 889483264 15937 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13894] ppid=13888 vsize=868636 CPUtime=0
/proc/13889/task/13894/stat : 13894 (java) S 13888 13875 12900 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20859498 889483264 15937 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13895] ppid=13888 vsize=868636 CPUtime=0.2
/proc/13889/task/13895/stat : 13895 (java) S 13888 13875 12900 0 -1 64 1522 0 0 0 20 0 0 0 16 0 9 0 20859498 889483264 15937 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13896] ppid=13888 vsize=868636 CPUtime=0
/proc/13889/task/13896/stat : 13896 (java) S 13888 13875 12900 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20859499 889483264 15937 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13897] ppid=13888 vsize=868636 CPUtime=0
/proc/13889/task/13897/stat : 13897 (java) S 13888 13875 12900 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20859499 889483264 15937 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 160.71
Current children cumulated vsize (KiB) 890860

[startup+222.303 s]
/proc/loadavg: 2.01 1.99 1.99 3/83 13897
/proc/meminfo: memFree=1800536/2055920 swapFree=4192812/4192956
[pid=13875] ppid=13873 vsize=16868 CPUtime=1.6
/proc/13875/stat : 13875 (sugar) S 13873 13875 12900 0 -1 4194304 1310 13270 0 1 5 2 144 9 15 0 1 0 20859328 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13875/statm: 4217 1111 409 3 0 796 0
[pid=13888] ppid=13875 vsize=5356 CPUtime=0
/proc/13888/stat : 13888 (sh) S 13875 13875 12900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20859494 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13888/statm: 1339 233 193 169 0 50 0
[pid=13889] ppid=13888 vsize=868636 CPUtime=218.54
/proc/13889/stat : 13889 (java) S 13888 13875 12900 0 -1 0 25288 0 1 0 21758 96 0 0 18 0 9 0 20859494 889483264 15963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13889/statm: 217159 15963 2566 9 0 211664 0
[pid=13889/tid=13890] ppid=13888 vsize=868636 CPUtime=213.47
/proc/13889/task/13890/stat : 13890 (java) R 13888 13875 12900 0 -1 64 10944 0 1 0 21316 31 0 0 25 0 9 0 20859495 889483264 15963 996147200 134512640 134550932 4294955936 18446744073709551615 4126966625 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13891] ppid=13888 vsize=868636 CPUtime=4.85
/proc/13889/task/13891/stat : 13891 (java) S 13888 13875 12900 0 -1 64 12119 0 0 0 422 63 0 0 16 0 9 0 20859496 889483264 15963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13892] ppid=13888 vsize=868636 CPUtime=0
/proc/13889/task/13892/stat : 13892 (java) S 13888 13875 12900 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20859496 889483264 15963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13893] ppid=13888 vsize=868636 CPUtime=0
/proc/13889/task/13893/stat : 13893 (java) S 13888 13875 12900 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20859496 889483264 15963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13894] ppid=13888 vsize=868636 CPUtime=0
/proc/13889/task/13894/stat : 13894 (java) S 13888 13875 12900 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20859498 889483264 15963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13895] ppid=13888 vsize=868636 CPUtime=0.2
/proc/13889/task/13895/stat : 13895 (java) S 13888 13875 12900 0 -1 64 1522 0 0 0 20 0 0 0 16 0 9 0 20859498 889483264 15963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13896] ppid=13888 vsize=868636 CPUtime=0
/proc/13889/task/13896/stat : 13896 (java) S 13888 13875 12900 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20859499 889483264 15963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13897] ppid=13888 vsize=868636 CPUtime=0
/proc/13889/task/13897/stat : 13897 (java) S 13888 13875 12900 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20859499 889483264 15963 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.14
Current children cumulated vsize (KiB) 890860

[startup+282.302 s]
/proc/loadavg: 2.08 2.00 2.00 3/83 13897
/proc/meminfo: memFree=1446680/2055920 swapFree=4192812/4192956
[pid=13875] ppid=13873 vsize=16868 CPUtime=1.61
/proc/13875/stat : 13875 (sugar) S 13873 13875 12900 0 -1 4194304 1310 13270 0 1 6 2 144 9 16 0 1 0 20859328 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13875/statm: 4217 1111 409 3 0 796 0
[pid=13888] ppid=13875 vsize=5356 CPUtime=0
/proc/13888/stat : 13888 (sh) S 13875 13875 12900 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20859494 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13888/statm: 1339 233 193 169 0 50 0
[pid=13889] ppid=13888 vsize=868748 CPUtime=277.56
/proc/13889/stat : 13889 (java) S 13888 13875 12900 0 -1 0 34163 0 1 0 27418 338 0 0 18 0 9 0 20859494 889597952 17558 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13889/statm: 217187 17558 2591 9 0 211664 0
[pid=13889/tid=13890] ppid=13888 vsize=868748 CPUtime=270.43
/proc/13889/task/13890/stat : 13890 (java) R 13888 13875 12900 0 -1 64 14098 0 1 0 26796 247 0 0 25 0 9 0 20859495 889597952 17558 996147200 134512640 134550932 4294955936 18446744073709551615 4126878994 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13891] ppid=13888 vsize=868748 CPUtime=6.83
/proc/13889/task/13891/stat : 13891 (java) S 13888 13875 12900 0 -1 64 17796 0 0 0 594 89 0 0 16 0 9 0 20859496 889597952 17558 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13892] ppid=13888 vsize=868748 CPUtime=0
/proc/13889/task/13892/stat : 13892 (java) S 13888 13875 12900 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 20859496 889597952 17558 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13893] ppid=13888 vsize=868748 CPUtime=0
/proc/13889/task/13893/stat : 13893 (java) S 13888 13875 12900 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20859496 889597952 17558 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13894] ppid=13888 vsize=868748 CPUtime=0
/proc/13889/task/13894/stat : 13894 (java) S 13888 13875 12900 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20859498 889597952 17558 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13895] ppid=13888 vsize=868748 CPUtime=0.27
/proc/13889/task/13895/stat : 13895 (java) S 13888 13875 12900 0 -1 64 1566 0 0 0 27 0 0 0 17 0 9 0 20859498 889597952 17558 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13896] ppid=13888 vsize=868748 CPUtime=0
/proc/13889/task/13896/stat : 13896 (java) S 13888 13875 12900 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20859499 889597952 17558 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13889/tid=13897] ppid=13888 vsize=868748 CPUtime=0
/proc/13889/task/13897/stat : 13897 (java) S 13888 13875 12900 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20859499 889597952 17558 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 279.17
Current children cumulated vsize (KiB) 890972

[startup+342.301 s]
/proc/loadavg: 2.06 2.01 2.00 3/75 13901
/proc/meminfo: memFree=994904/2055920 swapFree=4192812/4192956
[pid=13875] ppid=13873 vsize=16868 CPUtime=282.39
/proc/13875/stat : 13875 (sugar) S 13873 13875 12900 0 -1 4194304 1365 47957 0 2 7 2 27853 377 16 0 1 0 20859328 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13875/statm: 4217 1113 409 3 0 796 0
[pid=13898] ppid=13875 vsize=5356 CPUtime=0
/proc/13898/stat : 13898 (sh) S 13875 13875 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20887900 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13898/statm: 1339 232 193 169 0 50 0
[pid=13899] ppid=13898 vsize=484636 CPUtime=56.01
/proc/13899/stat : 13899 (picosat) R 13898 13875 12900 0 -1 4194304 116030 0 0 0 2556 3045 0 0 25 0 1 0 20887901 496267264 116016 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13899/statm: 121159 116016 40 102 0 121054 0
Current children cumulated CPU time (s) 338.4
Current children cumulated vsize (KiB) 506860

[startup+402.302 s]
/proc/loadavg: 2.02 2.01 2.00 3/75 13901
/proc/meminfo: memFree=766232/2055920 swapFree=4192812/4192956
[pid=13875] ppid=13873 vsize=16868 CPUtime=282.39
/proc/13875/stat : 13875 (sugar) S 13873 13875 12900 0 -1 4194304 1365 47957 0 2 7 2 27853 377 16 0 1 0 20859328 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13875/statm: 4217 1113 409 3 0 796 0
[pid=13898] ppid=13875 vsize=5356 CPUtime=0
/proc/13898/stat : 13898 (sh) S 13875 13875 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20887900 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13898/statm: 1339 232 193 169 0 50 0
[pid=13899] ppid=13898 vsize=738520 CPUtime=115.29
/proc/13899/stat : 13899 (picosat) R 13898 13875 12900 0 -1 4194304 173605 0 0 0 5264 6265 0 0 25 0 1 0 20887901 756244480 173591 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/13899/statm: 184630 173591 40 102 0 184525 0
Current children cumulated CPU time (s) 397.68
Current children cumulated vsize (KiB) 760744



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+453.501 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 13901
/proc/meminfo: memFree=628120/2055920 swapFree=4192812/4192956
[pid=13875] ppid=13873 vsize=16868 CPUtime=282.39
/proc/13875/stat : 13875 (sugar) S 13873 13875 12900 0 -1 4194304 1365 47957 0 2 7 2 27853 377 16 0 1 0 20859328 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13875/statm: 4217 1113 409 3 0 796 0
[pid=13898] ppid=13875 vsize=5356 CPUtime=0
/proc/13898/stat : 13898 (sh) S 13875 13875 12900 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20887900 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13898/statm: 1339 232 193 169 0 50 0
[pid=13899] ppid=13898 vsize=918152 CPUtime=166.02
/proc/13899/stat : 13899 (picosat) R 13898 13875 12900 0 -1 4194304 207260 0 0 0 7935 8667 0 0 25 0 1 0 20887901 940187648 207235 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/13899/statm: 229538 207235 42 102 0 229433 0
Current children cumulated CPU time (s) 448.41
Current children cumulated vsize (KiB) 940376

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

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

[startup+453.621 s]
/proc/loadavg: 2.01 2.00 2.00 3/75 13901
/proc/meminfo: memFree=628120/2055920 swapFree=4192812/4192956
[pid=13875] ppid=13873 vsize=16868 CPUtime=282.39
/proc/13875/stat : 13875 (sugar) S 13873 13875 12900 0 -1 4194304 1394 47957 0 2 7 2 27853 377 16 0 1 0 20859328 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/13875/statm: 4217 1113 409 3 0 796 0
[pid=13898] ppid=13875 vsize=0 CPUtime=0
/proc/13898/stat : 13898 (sh) Z 13875 13875 12900 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 20887900 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/13898/statm: 0 0 0 0 0 0 0
[pid=13899] ppid=1 vsize=0 CPUtime=166.13
/proc/13899/stat : 13899 (picosat) R 1 13875 12900 0 -1 4195332 207260 0 0 0 7935 8678 0 0 25 0 1 0 20887901 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/13899/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 448.52
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 13875 and gives
#  childrusage.ru_utime.tv_sec=278
#  childrusage.ru_utime.tv_usec=609644
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=800422
# CPU time returned by wait4() is 282.41
# while last known CPU time is 448.52
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 453.658
CPU time (s): 448.52
CPU user time (s): 357.95
CPU system time (s): 90.57
CPU usage (%): 98.8674
Max. virtual memory (cumulated for all children) (KiB): 940376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 278.61
system time used= 3.80042
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49716
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108074
involuntary context switches= 113739

runsolver used 0.559914 second user time and 1.54976 second system time

The end

Launcher Data

Begin job on node19 at 2009-07-11 20:45:27
IDJOB=2065141
IDBENCH=54308
IDSOLVER=738
FILE ID=node19/2065141-1247337927
PBS_JOBID= 9506650
Free space on /tmp= 66424 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-9-6-fair.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065141-1247337927/watcher-2065141-1247337927 -o /tmp/evaluation-result-2065141-1247337927/solver-2065141-1247337927 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2065141-1247337927.xml

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

MD5SUM BENCH= 34fd0241491a8b5b6d88ff3be7e24b8b
RANDOM SEED=881310406

node19.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.211
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.211
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:       1859536 kB
Buffers:         10584 kB
Cached:          76592 kB
SwapCached:          0 kB
Active:         124592 kB
Inactive:        26848 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1859536 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3896 kB
Writeback:           0 kB
Mapped:          75948 kB
Slab:            30096 kB
Committed_AS:   179788 kB
PageTables:       1900 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= 66424 MiB
End job on node19 at 2009-07-11 20:53:02