Trace number 1041829

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.13+picosat? (TO) 1800.09 1801.52

General information on the benchmark

Namecsp/cjss/
normalized-ft10x2-837.xml
MD5SUM5cfa427c258a5a1491bc4b587b0b078f
Bench CategoryGLOBAL (global constraints)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables201
Number of constraints210
Maximum constraint arity20
Maximum domain size838
Number of constraints which are defined in extension0
Number of constraints which are defined in intension200
Global constraints used (with number of constraints)cumulative(10)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Wed Jul  2 14:15:36 2008
0.00/0.04	c 0	PID 6411
0.00/0.04	c 0	HOST node37.alineos.net
0.00/0.04	c 0	CONVERTING HOME/instance-1041829-1215000935.xml TO HOME/temp.csp
0.00/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1041829-1215000935.xml' 'HOME/temp.csp'
0.03/0.38	c 0	2 domains, 201 variables, 1 predicates, 0 relations, 210 constraints
0.03/0.42	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.43	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.38/0.50	c 0	Parsing HOME/temp.csp
0.38/0.63	c 0	parsed 414 expressions
0.38/0.63	c 0	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.38/0.63	c 0	Converting to clausal form CSP
0.38/0.65	c 0	converted 42 (10%) expressions
0.38/0.65	c 0	converted 83 (20%) expressions
0.38/0.65	c 0	converted 125 (30%) expressions
0.38/0.65	c 0	converted 166 (40%) expressions
0.38/0.66	c 0	converted 207 (50%) expressions
0.38/0.67	c 0	converted 249 (60%) expressions
0.38/0.68	c 0	converted 290 (70%) expressions
0.38/0.69	c 0	converted 332 (80%) expressions
0.38/0.70	c 0	converted 373 (90%) expressions
35.81/36.24	c 36	converted 414 (100%) expressions
35.81/36.29	c 36	CSP : 351967 integers, 157182 booleans, 1019831 clauses, largest domain size 838
35.81/36.29	c 36	Heap : 578 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
35.81/36.29	c 36	Propagation in CSP
48.98/49.56	c 49	415218 values, 0 unsatisfiable literals, and 117 valid clauses are removed
49.08/49.61	c 49	CSP : 351967 integers, 157182 booleans, 1019714 clauses, largest domain size 445
49.08/49.61	c 49	Heap : 628 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
49.27/49.87	c 49	Simplifing CSP by introducing new Boolean variables
49.67/50.27	c 50	CSP : 351967 integers, 157182 booleans, 1019714 clauses, largest domain size 445
49.67/50.27	c 50	Heap : 650 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
53.23/53.88	c 53	Encoding CSP to SAT : HOME/temp.cnf
53.52/54.12	c 54	35197 (10%) CSP integer variables are encoded (81013 clauses, 1202741 bytes)
53.52/54.19	c 54	70394 (20%) CSP integer variables are encoded (97119 clauses, 1476543 bytes)
53.63/54.26	c 54	105591 (30%) CSP integer variables are encoded (113227 clauses, 1750379 bytes)
53.73/54.33	c 54	140787 (40%) CSP integer variables are encoded (129397 clauses, 2025269 bytes)
53.73/54.39	c 54	175984 (50%) CSP integer variables are encoded (145420 clauses, 2297660 bytes)
53.83/54.46	c 54	211181 (60%) CSP integer variables are encoded (161287 clauses, 2567399 bytes)
53.92/54.52	c 54	246377 (70%) CSP integer variables are encoded (177213 clauses, 2838141 bytes)
53.92/54.59	c 54	281574 (80%) CSP integer variables are encoded (193156 clauses, 3109172 bytes)
54.03/54.65	c 54	316771 (90%) CSP integer variables are encoded (209171 clauses, 3381427 bytes)
54.13/54.72	c 54	351967 (100%) CSP integer variables are encoded (224980 clauses, 3650180 bytes)
55.01/55.65	c 55	101972 (10%) CSP clauses are encoded (456640 clauses, 7487661 bytes)
55.80/56.47	c 56	203943 (20%) CSP clauses are encoded (630372 clauses, 10707745 bytes)
56.60/57.27	c 57	305915 (30%) CSP clauses are encoded (803804 clauses, 13924559 bytes)
57.49/58.10	c 58	407886 (40%) CSP clauses are encoded (978026 clauses, 17157575 bytes)
58.27/58.93	c 58	509857 (50%) CSP clauses are encoded (1150833 clauses, 20365122 bytes)
59.06/59.76	c 59	611829 (60%) CSP clauses are encoded (1323360 clauses, 23563052 bytes)
59.86/60.58	c 60	713800 (70%) CSP clauses are encoded (1496146 clauses, 26767201 bytes)
60.74/61.40	c 61	815772 (80%) CSP clauses are encoded (1669090 clauses, 29974313 bytes)
61.54/62.22	c 62	917743 (90%) CSP clauses are encoded (1842490 clauses, 33190639 bytes)
62.33/63.05	c 63	1019714 (100%) CSP clauses are encoded (2015208 clauses, 36391521 bytes)
62.33/63.05	c 63	1019714 CSP clauses encoded
62.33/63.05	c 63	Writing map file : HOME/temp.map
62.33/63.10	c 63	Heap : 619 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
62.33/63.10	c 63	SAT : 723980 SAT variables, 2015208 SAT clauses, 36391521 bytes
62.33/63.10	c 63	Heap : 619 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
62.47/63.26	c 63	SOLVING HOME/temp.cnf
62.47/63.26	c 63	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1801.51	c ERROR INTERRUPTED
1800.09/1801.52	s UNKNOWN
1800.09/1801.52	c 1801	CPU 61.24 (0.03 0.01 61.21 1.3)
1800.09/1801.52	c 1801	END Wed Jul  2 14:45:37 2008

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-1041829-1215000935/watcher-1041829-1215000935 -o /tmp/evaluation-result-1041829-1215000935/solver-1041829-1215000935 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1041829-1215000935.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.90 4/72 6411
/proc/meminfo: memFree=1564216/2055920 swapFree=4179760/4192956
[pid=6411] ppid=6409 vsize=12272 CPUtime=0
/proc/6411/stat : 6411 (sugar) R 6409 6411 5722 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 1979066797 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 213116484197 0 0 4224 0 0 0 0 17 1 0 0
/proc/6411/statm: 3068 364 274 3 0 168 0

[startup+0.120795 s]
/proc/loadavg: 1.91 1.95 1.90 4/72 6411
/proc/meminfo: memFree=1564216/2055920 swapFree=4179760/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=0.03
/proc/6411/stat : 6411 (sugar) S 6409 6411 5722 0 -1 4194304 900 127 0 0 2 1 0 0 21 0 1 0 1979066797 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.201791 s]
/proc/loadavg: 1.91 1.95 1.90 4/72 6411
/proc/meminfo: memFree=1564216/2055920 swapFree=4179760/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=0.03
/proc/6411/stat : 6411 (sugar) S 6409 6411 5722 0 -1 4194304 900 127 0 0 2 1 0 0 21 0 1 0 1979066797 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301805 s]
/proc/loadavg: 1.91 1.95 1.90 4/72 6411
/proc/meminfo: memFree=1564216/2055920 swapFree=4179760/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=0.03
/proc/6411/stat : 6411 (sugar) S 6409 6411 5722 0 -1 4194304 900 127 0 0 2 1 0 0 21 0 1 0 1979066797 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701848 s]
/proc/loadavg: 1.91 1.95 1.90 4/72 6411
/proc/meminfo: memFree=1564216/2055920 swapFree=4179760/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=0.39
/proc/6411/stat : 6411 (sugar) S 6409 6411 5722 0 -1 4194304 973 4456 0 1 3 1 33 2 15 0 1 0 1979066797 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.39
Current children cumulated vsize (KiB) 13600

[startup+1.50294 s]
/proc/loadavg: 1.91 1.95 1.90 3/83 6433
/proc/meminfo: memFree=1543648/2055920 swapFree=4179760/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=0.39
/proc/6411/stat : 6411 (sugar) S 6409 6411 5722 0 -1 4194304 973 4456 0 1 3 1 33 2 15 0 1 0 1979066797 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 797 370 3 0 500 0
[pid=6424] ppid=6411 vsize=5356 CPUtime=0
/proc/6424/stat : 6424 (sh) S 6411 6411 5722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979066840 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6424/statm: 1339 233 193 169 0 50 0
[pid=6425] ppid=6424 vsize=868360 CPUtime=1.05
/proc/6425/stat : 6425 (java) S 6424 6411 5722 0 -1 0 9190 0 1 0 100 5 0 0 18 0 9 0 1979066840 889200640 8387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6425/statm: 217090 8387 2539 9 0 211665 0
[pid=6425/tid=6426] ppid=6424 vsize=868360 CPUtime=0.56
/proc/6425/task/6426/stat : 6426 (java) R 6424 6411 5722 0 -1 64 2686 0 1 0 55 1 0 0 24 0 9 0 1979066841 889200640 8387 996147200 134512640 134550740 4294955952 18446744073709551615 4126531606 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6427] ppid=6424 vsize=868360 CPUtime=0.24
/proc/6425/task/6427/stat : 6427 (java) S 6424 6411 5722 0 -1 64 4325 0 0 0 23 1 0 0 16 0 9 0 1979066842 889200640 8387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6428] ppid=6424 vsize=868360 CPUtime=0
/proc/6425/task/6428/stat : 6428 (java) S 6424 6411 5722 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1979066843 889200640 8387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6429] ppid=6424 vsize=868360 CPUtime=0
/proc/6425/task/6429/stat : 6429 (java) S 6424 6411 5722 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979066843 889200640 8387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6430] ppid=6424 vsize=868360 CPUtime=0
/proc/6425/task/6430/stat : 6430 (java) S 6424 6411 5722 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979066845 889200640 8387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6431] ppid=6424 vsize=868360 CPUtime=0.2
/proc/6425/task/6431/stat : 6431 (java) S 6424 6411 5722 0 -1 64 1486 0 0 0 20 0 0 0 16 0 9 0 1979066845 889200640 8387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6432] ppid=6424 vsize=868360 CPUtime=0
/proc/6425/task/6432/stat : 6432 (java) S 6424 6411 5722 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979066845 889200640 8387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6433] ppid=6424 vsize=868360 CPUtime=0
/proc/6425/task/6433/stat : 6433 (java) S 6424 6411 5722 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979066845 889200640 8387 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887316

[startup+3.10211 s]
/proc/loadavg: 1.91 1.95 1.90 3/83 6433
/proc/meminfo: memFree=1527648/2055920 swapFree=4179760/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=0.39
/proc/6411/stat : 6411 (sugar) S 6409 6411 5722 0 -1 4194304 973 4456 0 1 3 1 33 2 15 0 1 0 1979066797 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 797 370 3 0 500 0
[pid=6424] ppid=6411 vsize=5356 CPUtime=0
/proc/6424/stat : 6424 (sh) S 6411 6411 5722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979066840 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6424/statm: 1339 233 193 169 0 50 0
[pid=6425] ppid=6424 vsize=868360 CPUtime=2.64
/proc/6425/stat : 6425 (java) S 6424 6411 5722 0 -1 0 15822 0 1 0 255 9 0 0 18 0 9 0 1979066840 889200640 14643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6425/statm: 217090 14643 2540 9 0 211665 0
[pid=6425/tid=6426] ppid=6424 vsize=868360 CPUtime=1.43
/proc/6425/task/6426/stat : 6426 (java) R 6424 6411 5722 0 -1 64 3277 0 1 0 141 2 0 0 25 0 9 0 1979066841 889200640 14643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6427] ppid=6424 vsize=868360 CPUtime=0.96
/proc/6425/task/6427/stat : 6427 (java) R 6424 6411 5722 0 -1 64 10364 0 0 0 91 5 0 0 16 0 9 0 1979066842 889200640 14643 996147200 134512640 134550740 4294955952 18446744073709551615 102723285 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6428] ppid=6424 vsize=868360 CPUtime=0
/proc/6425/task/6428/stat : 6428 (java) S 6424 6411 5722 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1979066843 889200640 14643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6429] ppid=6424 vsize=868360 CPUtime=0
/proc/6425/task/6429/stat : 6429 (java) S 6424 6411 5722 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979066843 889200640 14643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6430] ppid=6424 vsize=868360 CPUtime=0
/proc/6425/task/6430/stat : 6430 (java) S 6424 6411 5722 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979066845 889200640 14643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6431] ppid=6424 vsize=868360 CPUtime=0.21
/proc/6425/task/6431/stat : 6431 (java) S 6424 6411 5722 0 -1 64 1488 0 0 0 21 0 0 0 16 0 9 0 1979066845 889200640 14643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6432] ppid=6424 vsize=868360 CPUtime=0
/proc/6425/task/6432/stat : 6432 (java) S 6424 6411 5722 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979066845 889200640 14643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6433] ppid=6424 vsize=868360 CPUtime=0
/proc/6425/task/6433/stat : 6433 (java) S 6424 6411 5722 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979066845 889200640 14643 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887316

[startup+6.30547 s]
/proc/loadavg: 2.00 1.97 1.91 3/83 6433
/proc/meminfo: memFree=1467040/2055920 swapFree=4179760/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=0.39
/proc/6411/stat : 6411 (sugar) S 6409 6411 5722 0 -1 4194304 973 4456 0 1 3 1 33 2 15 0 1 0 1979066797 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 797 370 3 0 500 0
[pid=6424] ppid=6411 vsize=5356 CPUtime=0
/proc/6424/stat : 6424 (sh) S 6411 6411 5722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979066840 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6424/statm: 1339 233 193 169 0 50 0
[pid=6425] ppid=6424 vsize=868360 CPUtime=5.81
/proc/6425/stat : 6425 (java) S 6424 6411 5722 0 -1 0 31898 0 1 0 565 16 0 0 18 0 9 0 1979066840 889200640 30190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6425/statm: 217090 30190 2540 9 0 211665 0
[pid=6425/tid=6426] ppid=6424 vsize=868360 CPUtime=3.45
/proc/6425/task/6426/stat : 6426 (java) R 6424 6411 5722 0 -1 64 3767 0 1 0 343 2 0 0 25 0 9 0 1979066841 889200640 30190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6427] ppid=6424 vsize=868360 CPUtime=2.1
/proc/6425/task/6427/stat : 6427 (java) R 6424 6411 5722 0 -1 64 25936 0 0 0 199 11 0 0 15 0 9 0 1979066842 889200640 30190 996147200 134512640 134550740 4294955952 18446744073709551615 102674816 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6428] ppid=6424 vsize=868360 CPUtime=0
/proc/6425/task/6428/stat : 6428 (java) S 6424 6411 5722 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1979066843 889200640 30190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6429] ppid=6424 vsize=868360 CPUtime=0
/proc/6425/task/6429/stat : 6429 (java) S 6424 6411 5722 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979066843 889200640 30190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6430] ppid=6424 vsize=868360 CPUtime=0
/proc/6425/task/6430/stat : 6430 (java) S 6424 6411 5722 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979066845 889200640 30190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6431] ppid=6424 vsize=868360 CPUtime=0.22
/proc/6425/task/6431/stat : 6431 (java) S 6424 6411 5722 0 -1 64 1502 0 0 0 22 0 0 0 16 0 9 0 1979066845 889200640 30190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6432] ppid=6424 vsize=868360 CPUtime=0
/proc/6425/task/6432/stat : 6432 (java) S 6424 6411 5722 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979066845 889200640 30190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6433] ppid=6424 vsize=868360 CPUtime=0
/proc/6425/task/6433/stat : 6433 (java) S 6424 6411 5722 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979066845 889200640 30190 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 887316

[startup+12.7012 s]
/proc/loadavg: 2.00 1.97 1.91 3/83 6433
/proc/meminfo: memFree=1372704/2055920 swapFree=4179760/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=0.39
/proc/6411/stat : 6411 (sugar) S 6409 6411 5722 0 -1 4194304 973 4456 0 1 3 1 33 2 15 0 1 0 1979066797 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 797 370 3 0 500 0
[pid=6424] ppid=6411 vsize=5356 CPUtime=0
/proc/6424/stat : 6424 (sh) S 6411 6411 5722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979066840 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6424/statm: 1339 233 193 169 0 50 0
[pid=6425] ppid=6424 vsize=868360 CPUtime=12.13
/proc/6425/stat : 6425 (java) S 6424 6411 5722 0 -1 0 63852 0 1 0 1184 29 0 0 18 0 9 0 1979066840 889200640 53256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6425/statm: 217090 53256 2540 9 0 211665 0
[pid=6425/tid=6426] ppid=6424 vsize=868360 CPUtime=6.84
/proc/6425/task/6426/stat : 6426 (java) R 6424 6411 5722 0 -1 64 5071 0 1 0 681 3 0 0 25 0 9 0 1979066841 889200640 53256 996147200 134512640 134550740 4294955952 18446744073709551615 4126601502 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6427] ppid=6424 vsize=868360 CPUtime=5.04
/proc/6425/task/6427/stat : 6427 (java) S 6424 6411 5722 0 -1 64 56586 0 0 0 480 24 0 0 16 0 9 0 1979066842 889200640 53256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6428] ppid=6424 vsize=868360 CPUtime=0
/proc/6425/task/6428/stat : 6428 (java) S 6424 6411 5722 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1979066843 889200640 53256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6429] ppid=6424 vsize=868360 CPUtime=0
/proc/6425/task/6429/stat : 6429 (java) S 6424 6411 5722 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979066843 889200640 53256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6430] ppid=6424 vsize=868360 CPUtime=0
/proc/6425/task/6430/stat : 6430 (java) S 6424 6411 5722 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1979066845 889200640 53256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6431] ppid=6424 vsize=868360 CPUtime=0.22
/proc/6425/task/6431/stat : 6431 (java) S 6424 6411 5722 0 -1 64 1502 0 0 0 22 0 0 0 16 0 9 0 1979066845 889200640 53256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6432] ppid=6424 vsize=868360 CPUtime=0
/proc/6425/task/6432/stat : 6432 (java) S 6424 6411 5722 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1979066845 889200640 53256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6433] ppid=6424 vsize=868360 CPUtime=0
/proc/6425/task/6433/stat : 6433 (java) S 6424 6411 5722 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1979066845 889200640 53256 996147200 134512640 134550740 4294955952 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) 887316

[startup+25.5026 s]
/proc/loadavg: 2.07 1.99 1.91 4/83 6433
/proc/meminfo: memFree=1126880/2055920 swapFree=4179760/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=0.39
/proc/6411/stat : 6411 (sugar) S 6409 6411 5722 0 -1 4194304 973 4456 0 1 3 1 33 2 15 0 1 0 1979066797 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 797 370 3 0 500 0
[pid=6424] ppid=6411 vsize=5356 CPUtime=0
/proc/6424/stat : 6424 (sh) S 6411 6411 5722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1979066840 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6424/statm: 1339 233 193 169 0 50 0
[pid=6425] ppid=6424 vsize=872364 CPUtime=24.81
/proc/6425/stat : 6425 (java) S 6424 6411 5722 0 -1 0 127392 0 1 0 2425 56 0 0 18 0 9 0 1979066840 893300736 110884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6425/statm: 218091 110884 2540 9 0 212666 0
[pid=6425/tid=6426] ppid=6424 vsize=872364 CPUtime=14.46
/proc/6425/task/6426/stat : 6426 (java) R 6424 6411 5722 0 -1 64 6735 0 1 0 1442 4 0 0 25 0 9 0 1979066841 893300736 110884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6427] ppid=6424 vsize=872364 CPUtime=10.09
/proc/6425/task/6427/stat : 6427 (java) R 6424 6411 5722 0 -1 64 118462 0 0 0 960 49 0 0 16 0 9 0 1979066842 893300736 110884 996147200 134512640 134550740 4294955952 18446744073709551615 102721949 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6428] ppid=6424 vsize=872364 CPUtime=0
/proc/6425/task/6428/stat : 6428 (java) S 6424 6411 5722 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1979066843 893300736 110884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6425/tid=6429] ppid=6424 vsize=872364 CPUtime=0
/proc/6425/task/6429/stat : 6429 (java) S 6424 6411 5722 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1979066843 893300736 110884 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1364384/2055920 swapFree=4179760/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=62.54
/proc/6411/stat : 6411 (sugar) S 6409 6411 5722 0 -1 4194304 1024 225657 0 2 3 1 6121 129 16 0 1 0 1979066797 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 799 370 3 0 500 0
[pid=6434] ppid=6411 vsize=5356 CPUtime=0
/proc/6434/stat : 6434 (sh) S 6411 6411 5722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979073124 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6434/statm: 1339 232 193 169 0 50 0
[pid=6435] ppid=6434 vsize=128732 CPUtime=1238.53
/proc/6435/stat : 6435 (picosat) R 6434 6411 5722 0 -1 4194304 23456 0 0 0 123101 752 0 0 25 0 1 0 1979073124 131821568 23429 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/6435/statm: 32183 23429 48 102 0 32078 0
Current children cumulated CPU time (s) 1301.07
Current children cumulated vsize (KiB) 147688

[startup+1362.3 s]
/proc/loadavg: 2.03 2.01 1.93 3/83 6470
/proc/meminfo: memFree=1363872/2055920 swapFree=4179760/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=62.54
/proc/6411/stat : 6411 (sugar) S 6409 6411 5722 0 -1 4194304 1024 225657 0 2 3 1 6121 129 16 0 1 0 1979066797 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 799 370 3 0 500 0
[pid=6434] ppid=6411 vsize=5356 CPUtime=0
/proc/6434/stat : 6434 (sh) S 6411 6411 5722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979073124 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6434/statm: 1339 232 193 169 0 50 0
[pid=6435] ppid=6434 vsize=129128 CPUtime=1298.51
/proc/6435/stat : 6435 (picosat) R 6434 6411 5722 0 -1 4194304 23565 0 0 0 129099 752 0 0 25 0 1 0 1979073124 132227072 23538 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/6435/statm: 32282 23538 48 102 0 32177 0
Current children cumulated CPU time (s) 1361.05
Current children cumulated vsize (KiB) 148084

[startup+1422.3 s]
/proc/loadavg: 2.01 2.01 1.93 3/83 6470
/proc/meminfo: memFree=1363488/2055920 swapFree=4179760/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=62.54
/proc/6411/stat : 6411 (sugar) S 6409 6411 5722 0 -1 4194304 1024 225657 0 2 3 1 6121 129 16 0 1 0 1979066797 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 799 370 3 0 500 0
[pid=6434] ppid=6411 vsize=5356 CPUtime=0
/proc/6434/stat : 6434 (sh) S 6411 6411 5722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979073124 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6434/statm: 1339 232 193 169 0 50 0
[pid=6435] ppid=6434 vsize=129656 CPUtime=1358.49
/proc/6435/stat : 6435 (picosat) R 6434 6411 5722 0 -1 4194304 23671 0 0 0 135097 752 0 0 25 0 1 0 1979073124 132767744 23644 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/6435/statm: 32414 23644 48 102 0 32309 0
Current children cumulated CPU time (s) 1421.03
Current children cumulated vsize (KiB) 148612

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/83 6472
/proc/meminfo: memFree=1362848/2055920 swapFree=4179760/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=62.54
/proc/6411/stat : 6411 (sugar) S 6409 6411 5722 0 -1 4194304 1024 225657 0 2 3 1 6121 129 16 0 1 0 1979066797 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 799 370 3 0 500 0
[pid=6434] ppid=6411 vsize=5356 CPUtime=0
/proc/6434/stat : 6434 (sh) S 6411 6411 5722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979073124 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6434/statm: 1339 232 193 169 0 50 0
[pid=6435] ppid=6434 vsize=130052 CPUtime=1418.46
/proc/6435/stat : 6435 (picosat) R 6434 6411 5722 0 -1 4194304 23773 0 0 0 141094 752 0 0 25 0 1 0 1979073124 133173248 23746 996147200 134512640 134931368 4294956256 18446744073709551615 134524112 0 0 4096 0 0 0 0 17 0 0 0
/proc/6435/statm: 32513 23746 48 102 0 32408 0
Current children cumulated CPU time (s) 1481
Current children cumulated vsize (KiB) 149008

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/83 6472
/proc/meminfo: memFree=1362528/2055920 swapFree=4179760/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=62.54
/proc/6411/stat : 6411 (sugar) S 6409 6411 5722 0 -1 4194304 1024 225657 0 2 3 1 6121 129 16 0 1 0 1979066797 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 799 370 3 0 500 0
[pid=6434] ppid=6411 vsize=5356 CPUtime=0
/proc/6434/stat : 6434 (sh) S 6411 6411 5722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979073124 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6434/statm: 1339 232 193 169 0 50 0
[pid=6435] ppid=6434 vsize=130448 CPUtime=1478.44
/proc/6435/stat : 6435 (picosat) R 6434 6411 5722 0 -1 4194304 23876 0 0 0 147092 752 0 0 25 0 1 0 1979073124 133578752 23849 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/6435/statm: 32612 23849 48 102 0 32507 0
Current children cumulated CPU time (s) 1540.98
Current children cumulated vsize (KiB) 149404

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/83 6472
/proc/meminfo: memFree=1362144/2055920 swapFree=4179760/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=62.54
/proc/6411/stat : 6411 (sugar) S 6409 6411 5722 0 -1 4194304 1024 225657 0 2 3 1 6121 129 16 0 1 0 1979066797 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 799 370 3 0 500 0
[pid=6434] ppid=6411 vsize=5356 CPUtime=0
/proc/6434/stat : 6434 (sh) S 6411 6411 5722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979073124 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6434/statm: 1339 232 193 169 0 50 0
[pid=6435] ppid=6434 vsize=130844 CPUtime=1538.41
/proc/6435/stat : 6435 (picosat) R 6434 6411 5722 0 -1 4194304 23989 0 0 0 153089 752 0 0 25 0 1 0 1979073124 133984256 23962 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/6435/statm: 32711 23962 48 102 0 32606 0
Current children cumulated CPU time (s) 1600.95
Current children cumulated vsize (KiB) 149800

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/83 6472
/proc/meminfo: memFree=1361760/2055920 swapFree=4179760/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=62.54
/proc/6411/stat : 6411 (sugar) S 6409 6411 5722 0 -1 4194304 1024 225657 0 2 3 1 6121 129 16 0 1 0 1979066797 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 799 370 3 0 500 0
[pid=6434] ppid=6411 vsize=5356 CPUtime=0
/proc/6434/stat : 6434 (sh) S 6411 6411 5722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979073124 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6434/statm: 1339 232 193 169 0 50 0
[pid=6435] ppid=6434 vsize=131240 CPUtime=1598.39
/proc/6435/stat : 6435 (picosat) R 6434 6411 5722 0 -1 4194304 24088 0 0 0 159087 752 0 0 25 0 1 0 1979073124 134389760 24061 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/6435/statm: 32810 24061 48 102 0 32705 0
Current children cumulated CPU time (s) 1660.93
Current children cumulated vsize (KiB) 150196

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/83 6472
/proc/meminfo: memFree=1361056/2055920 swapFree=4179760/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=62.54
/proc/6411/stat : 6411 (sugar) S 6409 6411 5722 0 -1 4194304 1024 225657 0 2 3 1 6121 129 16 0 1 0 1979066797 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 799 370 3 0 500 0
[pid=6434] ppid=6411 vsize=5356 CPUtime=0
/proc/6434/stat : 6434 (sh) S 6411 6411 5722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979073124 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6434/statm: 1339 232 193 169 0 50 0
[pid=6435] ppid=6434 vsize=131636 CPUtime=1658.37
/proc/6435/stat : 6435 (picosat) R 6434 6411 5722 0 -1 4194304 24298 0 0 0 165084 753 0 0 25 0 1 0 1979073124 134795264 24198 996147200 134512640 134931368 4294956256 18446744073709551615 134525624 0 0 4096 0 0 0 0 17 0 0 0
/proc/6435/statm: 32909 24198 48 102 0 32804 0
Current children cumulated CPU time (s) 1720.91
Current children cumulated vsize (KiB) 150592

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/83 6472
/proc/meminfo: memFree=1361056/2055920 swapFree=4179760/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=62.54
/proc/6411/stat : 6411 (sugar) S 6409 6411 5722 0 -1 4194304 1024 225657 0 2 3 1 6121 129 16 0 1 0 1979066797 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 799 370 3 0 500 0
[pid=6434] ppid=6411 vsize=5356 CPUtime=0
/proc/6434/stat : 6434 (sh) S 6411 6411 5722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979073124 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6434/statm: 1339 232 193 169 0 50 0
[pid=6435] ppid=6434 vsize=131636 CPUtime=1718.35
/proc/6435/stat : 6435 (picosat) R 6434 6411 5722 0 -1 4194304 24298 0 0 0 171082 753 0 0 25 0 1 0 1979073124 134795264 24198 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6435/statm: 32909 24198 48 102 0 32804 0
Current children cumulated CPU time (s) 1780.89
Current children cumulated vsize (KiB) 150592



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.5 s]
/proc/loadavg: 2.00 2.00 1.93 3/83 6472
/proc/meminfo: memFree=1361056/2055920 swapFree=4179760/4192956
[pid=6411] ppid=6409 vsize=13600 CPUtime=62.54
/proc/6411/stat : 6411 (sugar) S 6409 6411 5722 0 -1 4194304 1024 225657 0 2 3 1 6121 129 16 0 1 0 1979066797 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 213125214306 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6411/statm: 3400 799 370 3 0 500 0
[pid=6434] ppid=6411 vsize=5356 CPUtime=0
/proc/6434/stat : 6434 (sh) S 6411 6411 5722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1979073124 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 213116314436 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6434/statm: 1339 232 193 169 0 50 0
[pid=6435] ppid=6434 vsize=131636 CPUtime=1737.55
/proc/6435/stat : 6435 (picosat) R 6434 6411 5722 0 -1 4194304 24298 0 0 0 173002 753 0 0 25 0 1 0 1979073124 134795264 24198 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/6435/statm: 32909 24198 48 102 0 32804 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 150592

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6411 and gives
#  childrusage.ru_utime.tv_sec=61
#  childrusage.ru_utime.tv_usec=252688
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=320799
# CPU time returned by wait4() is 62.5735
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.52
CPU time (s): 1800.09
CPU user time (s): 1791.26
CPU system time (s): 8.83
CPU usage (%): 99.9204
Max. virtual memory (cumulated for all children) (KiB): 916132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.2527
system time used= 1.3208
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 227035
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= 5681
involuntary context switches= 6850

runsolver used 2.03469 second user time and 6.17906 second system time

The end

Launcher Data (download as text)

Begin job on node37 at 2008-07-02 14:15:35
IDJOB=1041829
IDBENCH=53845
IDSOLVER=345
FILE ID=node37/1041829-1215000935
PBS_JOBID= 7870849
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/cjss/normalized-ft10x2-837.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1041829-1215000935/watcher-1041829-1215000935 -o /tmp/evaluation-result-1041829-1215000935/solver-1041829-1215000935 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1041829-1215000935.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5cfa427c258a5a1491bc4b587b0b078f
RANDOM SEED=1224325621

node37.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.236
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.236
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:       1564696 kB
Buffers:         62820 kB
Cached:         345336 kB
SwapCached:       7460 kB
Active:         108712 kB
Inactive:       311552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1564696 kB
SwapTotal:     4192956 kB
SwapFree:      4179760 kB
Dirty:            1744 kB
Writeback:           0 kB
Mapped:          19052 kB
Slab:            56596 kB
Committed_AS:  3342380 kB
PageTables:       1736 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 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 node37 at 2008-07-02 14:45:39