Trace number 1048319

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.03 1808.14

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-10_ext.xml
MD5SUM8251395210f77b2e86753effd7694eb9
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.679895
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Thu Jul  3 01:53:39 2008
0.00/0.04	c 0	PID 6772
0.00/0.05	c 0	HOST node46.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1048319-1215042819.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1048319-1215042819.xml' 'HOME/temp.csp'
0.02/0.61	c 1	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.02/0.63	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.02/0.63	c 1	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.58/0.71	c 1	Parsing HOME/temp.csp
1.23/1.33	c 1	parsed 31 expressions
1.23/1.33	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.23/1.33	c 1	Converting to clausal form CSP
1.23/1.35	c 2	converted 4 (10%) expressions
1.23/1.35	c 2	converted 7 (20%) expressions
1.23/1.35	c 2	converted 10 (30%) expressions
1.23/1.35	c 2	converted 13 (40%) expressions
1.23/1.35	c 2	converted 16 (50%) expressions
1.23/1.35	c 2	converted 19 (60%) expressions
1.23/1.37	c 2	converted 22 (70%) expressions
1.33/1.47	c 2	converted 25 (80%) expressions
1.83/1.97	c 2	converted 28 (90%) expressions
2.53/2.68	c 3	converted 31 (100%) expressions
2.53/2.68	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.53/2.68	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.53/2.68	c 3	Propagation in CSP
2.53/2.68	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.53/2.68	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.53/2.68	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.53/2.68	c 3	Simplifing CSP by introducing new Boolean variables
2.53/2.68	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.53/2.68	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.82/2.94	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.82/2.95	c 3	2 (10%) CSP integer variables are encoded (16 clauses, 192 bytes)
2.82/2.95	c 3	4 (20%) CSP integer variables are encoded (32 clauses, 336 bytes)
2.82/2.95	c 3	6 (30%) CSP integer variables are encoded (48 clauses, 480 bytes)
2.82/2.95	c 3	8 (40%) CSP integer variables are encoded (64 clauses, 624 bytes)
2.82/2.96	c 3	10 (50%) CSP integer variables are encoded (80 clauses, 768 bytes)
2.82/2.96	c 3	12 (60%) CSP integer variables are encoded (96 clauses, 928 bytes)
2.82/2.96	c 3	14 (70%) CSP integer variables are encoded (112 clauses, 1104 bytes)
2.82/2.96	c 3	16 (80%) CSP integer variables are encoded (128 clauses, 1280 bytes)
2.82/2.96	c 3	18 (90%) CSP integer variables are encoded (144 clauses, 1456 bytes)
2.82/2.96	c 3	20 (100%) CSP integer variables are encoded (160 clauses, 1632 bytes)
169.90/170.83	c 171	1 (10%) CSP clauses are encoded (140866 clauses, 6560375 bytes)
335.88/337.63	c 338	2 (20%) CSP clauses are encoded (281848 clauses, 13137476 bytes)
498.57/501.12	c 501	3 (30%) CSP clauses are encoded (422901 clauses, 19714487 bytes)
646.64/649.99	c 650	4 (40%) CSP clauses are encoded (563930 clauses, 26719169 bytes)
796.98/801.09	c 801	5 (50%) CSP clauses are encoded (705060 clauses, 34229299 bytes)
796.98/801.09	c 801	5 CSP clauses encoded
796.98/801.09	c 801	Writing map file : HOME/temp.map
796.98/801.09	c 801	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
796.98/801.09	c 801	SAT : 180 SAT variables, 705060 SAT clauses, 34229299 bytes
796.98/801.09	c 801	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
797.07/801.12	c 801	SOLVING HOME/temp.cnf
797.07/801.12	c 801	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1808.11	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.03/1808.11	c 1808	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.03/1808.11	c ERROR INTERRUPTED
1800.03/1808.12	s UNKNOWN
1800.03/1808.12	c 1808	CPU 796.6 (0.03 0 796.57 0.5)
1800.03/1808.12	c 1808	END Thu Jul  3 02:23:47 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-1048319-1215042819/watcher-1048319-1215042819 -o /tmp/evaluation-result-1048319-1215042819/solver-1048319-1215042819 -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-1048319-1215042819.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 1.98 4/82 6772
/proc/meminfo: memFree=1709040/2055920 swapFree=4181040/4192956
[pid=6772] ppid=6770 vsize=18572 CPUtime=0
/proc/6772/stat : 6772 (runsolver) R 6770 6772 6069 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 142093278 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 212218735911 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6772/statm: 4643 292 257 25 0 2626 0

[startup+0.055771 s]
/proc/loadavg: 2.00 2.01 1.98 4/82 6772
/proc/meminfo: memFree=1709040/2055920 swapFree=4181040/4192956
[pid=6772] ppid=6770 vsize=13600 CPUtime=0.02
/proc/6772/stat : 6772 (sugar) S 6770 6772 6069 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 142093278 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6772/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.101779 s]
/proc/loadavg: 2.00 2.01 1.98 4/82 6772
/proc/meminfo: memFree=1709040/2055920 swapFree=4181040/4192956
[pid=6772] ppid=6770 vsize=13600 CPUtime=0.02
/proc/6772/stat : 6772 (sugar) S 6770 6772 6069 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 142093278 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6772/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.301798 s]
/proc/loadavg: 2.00 2.01 1.98 4/82 6772
/proc/meminfo: memFree=1709040/2055920 swapFree=4181040/4192956
[pid=6772] ppid=6770 vsize=13600 CPUtime=0.02
/proc/6772/stat : 6772 (sugar) S 6770 6772 6069 0 -1 4194304 900 127 0 0 2 0 0 0 16 0 1 0 142093278 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6772/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13600

[startup+0.701837 s]
/proc/loadavg: 2.00 2.01 1.98 4/82 6772
/proc/meminfo: memFree=1709040/2055920 swapFree=4181040/4192956
[pid=6772] ppid=6770 vsize=13600 CPUtime=0.58
/proc/6772/stat : 6772 (sugar) S 6770 6772 6069 0 -1 4194304 956 7973 0 1 3 0 50 5 16 0 1 0 142093278 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6772/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 13600

[startup+1.50292 s]
/proc/loadavg: 2.00 2.01 1.98 3/93 6794
/proc/meminfo: memFree=1694296/2055920 swapFree=4181040/4192956
[pid=6772] ppid=6770 vsize=13600 CPUtime=0.58
/proc/6772/stat : 6772 (sugar) S 6770 6772 6069 0 -1 4194304 973 7973 0 1 3 0 50 5 15 0 1 0 142093278 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6772/statm: 3400 797 370 3 0 500 0
[pid=6785] ppid=6772 vsize=5356 CPUtime=0
/proc/6785/stat : 6785 (sh) S 6772 6772 6069 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 142093341 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6785/statm: 1339 233 193 169 0 50 0
[pid=6786] ppid=6785 vsize=864156 CPUtime=0.85
/proc/6786/stat : 6786 (java) S 6785 6772 6069 0 -1 0 8750 0 1 0 81 4 0 0 18 0 9 0 142093342 884895744 7941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6786/statm: 216039 7941 2540 9 0 210614 0
[pid=6786/tid=6787] ppid=6785 vsize=864156 CPUtime=0.44
/proc/6786/task/6787/stat : 6787 (java) R 6785 6772 6069 0 -1 64 2688 0 1 0 43 1 0 0 23 0 9 0 142093342 884895744 7941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6788] ppid=6785 vsize=864156 CPUtime=0.34
/proc/6786/task/6788/stat : 6788 (java) R 6785 6772 6069 0 -1 64 5056 0 0 0 33 1 0 0 16 0 9 0 142093344 884895744 7941 996147200 134512640 134550740 4294955952 18446744073709551615 102723087 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6789] ppid=6785 vsize=864156 CPUtime=0
/proc/6786/task/6789/stat : 6789 (java) S 6785 6772 6069 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 142093344 884895744 7941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6790] ppid=6785 vsize=864156 CPUtime=0
/proc/6786/task/6790/stat : 6790 (java) S 6785 6772 6069 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 142093344 884895744 7941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6791] ppid=6785 vsize=864156 CPUtime=0
/proc/6786/task/6791/stat : 6791 (java) S 6785 6772 6069 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 142093346 884895744 7941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6792] ppid=6785 vsize=864156 CPUtime=0.04
/proc/6786/task/6792/stat : 6792 (java) S 6785 6772 6069 0 -1 64 309 0 0 0 4 0 0 0 16 0 9 0 142093346 884895744 7941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6793] ppid=6785 vsize=864156 CPUtime=0
/proc/6786/task/6793/stat : 6793 (java) S 6785 6772 6069 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 142093346 884895744 7941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6794] ppid=6785 vsize=864156 CPUtime=0
/proc/6786/task/6794/stat : 6794 (java) S 6785 6772 6069 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 142093346 884895744 7941 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883112

[startup+3.1011 s]
/proc/loadavg: 2.00 2.01 1.98 3/93 6794
/proc/meminfo: memFree=1660952/2055920 swapFree=4181040/4192956
[pid=6772] ppid=6770 vsize=13600 CPUtime=0.58
/proc/6772/stat : 6772 (sugar) S 6770 6772 6069 0 -1 4194304 974 7973 0 1 3 0 50 5 15 0 1 0 142093278 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6772/statm: 3400 797 370 3 0 500 0
[pid=6785] ppid=6772 vsize=5356 CPUtime=0
/proc/6785/stat : 6785 (sh) S 6772 6772 6069 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 142093341 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6785/statm: 1339 233 193 169 0 50 0
[pid=6786] ppid=6785 vsize=864300 CPUtime=2.44
/proc/6786/stat : 6786 (java) S 6785 6772 6069 0 -1 0 18954 0 1 0 234 10 0 0 18 0 9 0 142093342 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6786/statm: 216075 17482 2564 9 0 210622 0
[pid=6786/tid=6787] ppid=6785 vsize=864300 CPUtime=0.89
/proc/6786/task/6787/stat : 6787 (java) R 6785 6772 6069 0 -1 64 3294 0 1 0 87 2 0 0 18 0 9 0 142093342 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6788] ppid=6785 vsize=864300 CPUtime=1.44
/proc/6786/task/6788/stat : 6788 (java) S 6785 6772 6069 0 -1 64 14634 0 0 0 139 5 0 0 16 0 9 0 142093344 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6789] ppid=6785 vsize=864300 CPUtime=0
/proc/6786/task/6789/stat : 6789 (java) S 6785 6772 6069 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 142093344 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6790] ppid=6785 vsize=864300 CPUtime=0
/proc/6786/task/6790/stat : 6790 (java) S 6785 6772 6069 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 142093344 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6791] ppid=6785 vsize=864300 CPUtime=0
/proc/6786/task/6791/stat : 6791 (java) S 6785 6772 6069 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 142093346 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6792] ppid=6785 vsize=864300 CPUtime=0.07
/proc/6786/task/6792/stat : 6792 (java) S 6785 6772 6069 0 -1 64 329 0 0 0 7 0 0 0 16 0 9 0 142093346 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6793] ppid=6785 vsize=864300 CPUtime=0
/proc/6786/task/6793/stat : 6793 (java) S 6785 6772 6069 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 142093346 885043200 17482 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6794] ppid=6785 vsize=864300 CPUtime=0
/proc/6786/task/6794/stat : 6794 (java) S 6785 6772 6069 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 142093346 885043200 17482 996147200 134512640 134550740 4294955952 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) 883256

[startup+6.30243 s]
/proc/loadavg: 2.00 2.01 1.98 3/93 6794
/proc/meminfo: memFree=1643992/2055920 swapFree=4181040/4192956
[pid=6772] ppid=6770 vsize=13600 CPUtime=0.58
/proc/6772/stat : 6772 (sugar) S 6770 6772 6069 0 -1 4194304 974 7973 0 1 3 0 50 5 15 0 1 0 142093278 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6772/statm: 3400 797 370 3 0 500 0
[pid=6785] ppid=6772 vsize=5356 CPUtime=0
/proc/6785/stat : 6785 (sh) S 6772 6772 6069 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 142093341 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6785/statm: 1339 233 193 169 0 50 0
[pid=6786] ppid=6785 vsize=864300 CPUtime=5.62
/proc/6786/stat : 6786 (java) S 6785 6772 6069 0 -1 0 18965 0 1 0 552 10 0 0 18 0 9 0 142093342 885043200 17483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6786/statm: 216075 17483 2564 9 0 210622 0
[pid=6786/tid=6787] ppid=6785 vsize=864300 CPUtime=4.03
/proc/6786/task/6787/stat : 6787 (java) R 6785 6772 6069 0 -1 64 3304 0 1 0 401 2 0 0 25 0 9 0 142093342 885043200 17483 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6788] ppid=6785 vsize=864300 CPUtime=1.48
/proc/6786/task/6788/stat : 6788 (java) S 6785 6772 6069 0 -1 64 14634 0 0 0 142 6 0 0 16 0 9 0 142093344 885043200 17483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6789] ppid=6785 vsize=864300 CPUtime=0
/proc/6786/task/6789/stat : 6789 (java) S 6785 6772 6069 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 142093344 885043200 17483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6790] ppid=6785 vsize=864300 CPUtime=0
/proc/6786/task/6790/stat : 6790 (java) S 6785 6772 6069 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 142093344 885043200 17483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6791] ppid=6785 vsize=864300 CPUtime=0
/proc/6786/task/6791/stat : 6791 (java) S 6785 6772 6069 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 142093346 885043200 17483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6792] ppid=6785 vsize=864300 CPUtime=0.07
/proc/6786/task/6792/stat : 6792 (java) S 6785 6772 6069 0 -1 64 330 0 0 0 7 0 0 0 16 0 9 0 142093346 885043200 17483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6793] ppid=6785 vsize=864300 CPUtime=0
/proc/6786/task/6793/stat : 6793 (java) S 6785 6772 6069 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 142093346 885043200 17483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6794] ppid=6785 vsize=864300 CPUtime=0
/proc/6786/task/6794/stat : 6794 (java) S 6785 6772 6069 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 142093346 885043200 17483 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) 883256

[startup+12.7011 s]
/proc/loadavg: 2.00 2.01 1.98 3/93 6794
/proc/meminfo: memFree=1643864/2055920 swapFree=4181040/4192956
[pid=6772] ppid=6770 vsize=13600 CPUtime=0.58
/proc/6772/stat : 6772 (sugar) S 6770 6772 6069 0 -1 4194304 974 7973 0 1 3 0 50 5 15 0 1 0 142093278 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6772/statm: 3400 797 370 3 0 500 0
[pid=6785] ppid=6772 vsize=5356 CPUtime=0
/proc/6785/stat : 6785 (sh) S 6772 6772 6069 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 142093341 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6785/statm: 1339 233 193 169 0 50 0
[pid=6786] ppid=6785 vsize=864300 CPUtime=11.99
/proc/6786/stat : 6786 (java) S 6785 6772 6069 0 -1 0 18965 0 1 0 1189 10 0 0 18 0 9 0 142093342 885043200 17483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6786/statm: 216075 17483 2564 9 0 210622 0
[pid=6786/tid=6787] ppid=6785 vsize=864300 CPUtime=10.4
/proc/6786/task/6787/stat : 6787 (java) R 6785 6772 6069 0 -1 64 3304 0 1 0 1038 2 0 0 25 0 9 0 142093342 885043200 17483 996147200 134512640 134550740 4294955952 18446744073709551615 4126547008 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6788] ppid=6785 vsize=864300 CPUtime=1.48
/proc/6786/task/6788/stat : 6788 (java) S 6785 6772 6069 0 -1 64 14634 0 0 0 142 6 0 0 16 0 9 0 142093344 885043200 17483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6789] ppid=6785 vsize=864300 CPUtime=0
/proc/6786/task/6789/stat : 6789 (java) S 6785 6772 6069 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 142093344 885043200 17483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6790] ppid=6785 vsize=864300 CPUtime=0
/proc/6786/task/6790/stat : 6790 (java) S 6785 6772 6069 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 142093344 885043200 17483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6791] ppid=6785 vsize=864300 CPUtime=0
/proc/6786/task/6791/stat : 6791 (java) S 6785 6772 6069 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 142093346 885043200 17483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6792] ppid=6785 vsize=864300 CPUtime=0.07
/proc/6786/task/6792/stat : 6792 (java) S 6785 6772 6069 0 -1 64 330 0 0 0 7 0 0 0 16 0 9 0 142093346 885043200 17483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6793] ppid=6785 vsize=864300 CPUtime=0
/proc/6786/task/6793/stat : 6793 (java) S 6785 6772 6069 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 142093346 885043200 17483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6794] ppid=6785 vsize=864300 CPUtime=0
/proc/6786/task/6794/stat : 6794 (java) S 6785 6772 6069 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 142093346 885043200 17483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 883256

[startup+25.5025 s]
/proc/loadavg: 2.00 2.01 1.98 3/93 6794
/proc/meminfo: memFree=1640600/2055920 swapFree=4181040/4192956
[pid=6772] ppid=6770 vsize=13600 CPUtime=0.58
/proc/6772/stat : 6772 (sugar) S 6770 6772 6069 0 -1 4194304 974 7973 0 1 3 0 50 5 15 0 1 0 142093278 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6772/statm: 3400 797 370 3 0 500 0
[pid=6785] ppid=6772 vsize=5356 CPUtime=0
/proc/6785/stat : 6785 (sh) S 6772 6772 6069 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 142093341 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6785/statm: 1339 233 193 169 0 50 0
[pid=6786] ppid=6785 vsize=864300 CPUtime=24.72
/proc/6786/stat : 6786 (java) S 6785 6772 6069 0 -1 0 18965 0 1 0 2462 10 0 0 18 0 9 0 142093342 885043200 17483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6786/statm: 216075 17483 2564 9 0 210622 0
[pid=6786/tid=6787] ppid=6785 vsize=864300 CPUtime=23.14
/proc/6786/task/6787/stat : 6787 (java) R 6785 6772 6069 0 -1 64 3304 0 1 0 2312 2 0 0 25 0 9 0 142093342 885043200 17483 996147200 134512640 134550740 4294955952 18446744073709551615 4126566020 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6788] ppid=6785 vsize=864300 CPUtime=1.48
/proc/6786/task/6788/stat : 6788 (java) S 6785 6772 6069 0 -1 64 14634 0 0 0 142 6 0 0 16 0 9 0 142093344 885043200 17483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6789] ppid=6785 vsize=864300 CPUtime=0
/proc/6786/task/6789/stat : 6789 (java) S 6785 6772 6069 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 142093344 885043200 17483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6786/tid=6790] ppid=6785 vsize=864300 CPUtime=0
/proc/6786/task/6790/stat : 6790 (java) S 6785 6772 6069 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 142093344 885043200 17483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/meminfo: memFree=1713064/2055920 swapFree=4181040/4192956
[pid=6772] ppid=6770 vsize=13600 CPUtime=797.1
/proc/6772/stat : 6772 (sugar) S 6770 6772 6069 0 -1 4194304 1022 45769 0 2 3 0 79657 50 16 0 1 0 142093278 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6772/statm: 3400 798 370 3 0 500 0
[pid=6840] ppid=6772 vsize=5356 CPUtime=0
/proc/6840/stat : 6840 (sh) S 6772 6772 6069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 142173390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6840/statm: 1339 232 193 169 0 50 0
[pid=6841] ppid=6840 vsize=58520 CPUtime=558.92
/proc/6841/stat : 6841 (picosat) R 6840 6772 6069 0 -1 4194304 14409 0 0 0 54812 1080 0 0 25 0 1 0 142173391 59924480 14284 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 14630 14284 48 102 0 14525 0
Current children cumulated CPU time (s) 1356.02
Current children cumulated vsize (KiB) 77476

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.98 3/75 6843
/proc/meminfo: memFree=1713064/2055920 swapFree=4181040/4192956
[pid=6772] ppid=6770 vsize=13600 CPUtime=797.1
/proc/6772/stat : 6772 (sugar) S 6770 6772 6069 0 -1 4194304 1022 45769 0 2 3 0 79657 50 16 0 1 0 142093278 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6772/statm: 3400 798 370 3 0 500 0
[pid=6840] ppid=6772 vsize=5356 CPUtime=0
/proc/6840/stat : 6840 (sh) S 6772 6772 6069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 142173390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6840/statm: 1339 232 193 169 0 50 0
[pid=6841] ppid=6840 vsize=58520 CPUtime=618.69
/proc/6841/stat : 6841 (picosat) R 6840 6772 6069 0 -1 4194304 14409 0 0 0 60789 1080 0 0 25 0 1 0 142173391 59924480 14284 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 14630 14284 48 102 0 14525 0
Current children cumulated CPU time (s) 1415.79
Current children cumulated vsize (KiB) 77476

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/75 6843
/proc/meminfo: memFree=1713064/2055920 swapFree=4181040/4192956
[pid=6772] ppid=6770 vsize=13600 CPUtime=797.1
/proc/6772/stat : 6772 (sugar) S 6770 6772 6069 0 -1 4194304 1022 45769 0 2 3 0 79657 50 16 0 1 0 142093278 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6772/statm: 3400 798 370 3 0 500 0
[pid=6840] ppid=6772 vsize=5356 CPUtime=0
/proc/6840/stat : 6840 (sh) S 6772 6772 6069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 142173390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6840/statm: 1339 232 193 169 0 50 0
[pid=6841] ppid=6840 vsize=58652 CPUtime=678.44
/proc/6841/stat : 6841 (picosat) R 6840 6772 6069 0 -1 4194304 14448 0 0 0 66764 1080 0 0 25 0 1 0 142173391 60059648 14323 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 14663 14323 48 102 0 14558 0
Current children cumulated CPU time (s) 1475.54
Current children cumulated vsize (KiB) 77608

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/75 6843
/proc/meminfo: memFree=1711848/2055920 swapFree=4181040/4192956
[pid=6772] ppid=6770 vsize=13600 CPUtime=797.1
/proc/6772/stat : 6772 (sugar) S 6770 6772 6069 0 -1 4194304 1022 45769 0 2 3 0 79657 50 16 0 1 0 142093278 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6772/statm: 3400 798 370 3 0 500 0
[pid=6840] ppid=6772 vsize=5356 CPUtime=0
/proc/6840/stat : 6840 (sh) S 6772 6772 6069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 142173390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6840/statm: 1339 232 193 169 0 50 0
[pid=6841] ppid=6840 vsize=59840 CPUtime=738.19
/proc/6841/stat : 6841 (picosat) R 6840 6772 6069 0 -1 4194304 14752 0 0 0 72739 1080 0 0 25 0 1 0 142173391 61276160 14627 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 14960 14627 48 102 0 14855 0
Current children cumulated CPU time (s) 1535.29
Current children cumulated vsize (KiB) 78796

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/75 6843
/proc/meminfo: memFree=1711208/2055920 swapFree=4181040/4192956
[pid=6772] ppid=6770 vsize=13600 CPUtime=797.1
/proc/6772/stat : 6772 (sugar) S 6770 6772 6069 0 -1 4194304 1022 45769 0 2 3 0 79657 50 16 0 1 0 142093278 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6772/statm: 3400 798 370 3 0 500 0
[pid=6840] ppid=6772 vsize=5356 CPUtime=0
/proc/6840/stat : 6840 (sh) S 6772 6772 6069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 142173390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6840/statm: 1339 232 193 169 0 50 0
[pid=6841] ppid=6840 vsize=60236 CPUtime=797.96
/proc/6841/stat : 6841 (picosat) R 6840 6772 6069 0 -1 4194304 14996 0 0 0 78715 1081 0 0 25 0 1 0 142173391 61681664 14749 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 15059 14749 48 102 0 14954 0
Current children cumulated CPU time (s) 1595.06
Current children cumulated vsize (KiB) 79192

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/75 6843
/proc/meminfo: memFree=1711208/2055920 swapFree=4181040/4192956
[pid=6772] ppid=6770 vsize=13600 CPUtime=797.1
/proc/6772/stat : 6772 (sugar) S 6770 6772 6069 0 -1 4194304 1022 45769 0 2 3 0 79657 50 16 0 1 0 142093278 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6772/statm: 3400 798 370 3 0 500 0
[pid=6840] ppid=6772 vsize=5356 CPUtime=0
/proc/6840/stat : 6840 (sh) S 6772 6772 6069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 142173390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6840/statm: 1339 232 193 169 0 50 0
[pid=6841] ppid=6840 vsize=60236 CPUtime=857.71
/proc/6841/stat : 6841 (picosat) R 6840 6772 6069 0 -1 4194304 14996 0 0 0 84690 1081 0 0 25 0 1 0 142173391 61681664 14749 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 15059 14749 48 102 0 14954 0
Current children cumulated CPU time (s) 1654.81
Current children cumulated vsize (KiB) 79192

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/75 6843
/proc/meminfo: memFree=1711208/2055920 swapFree=4181040/4192956
[pid=6772] ppid=6770 vsize=13600 CPUtime=797.1
/proc/6772/stat : 6772 (sugar) S 6770 6772 6069 0 -1 4194304 1022 45769 0 2 3 0 79657 50 16 0 1 0 142093278 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6772/statm: 3400 798 370 3 0 500 0
[pid=6840] ppid=6772 vsize=5356 CPUtime=0
/proc/6840/stat : 6840 (sh) S 6772 6772 6069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 142173390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6840/statm: 1339 232 193 169 0 50 0
[pid=6841] ppid=6840 vsize=60236 CPUtime=917.47
/proc/6841/stat : 6841 (picosat) R 6840 6772 6069 0 -1 4194304 14996 0 0 0 90666 1081 0 0 25 0 1 0 142173391 61681664 14749 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 15059 14749 48 102 0 14954 0
Current children cumulated CPU time (s) 1714.57
Current children cumulated vsize (KiB) 79192

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.98 3/75 6843
/proc/meminfo: memFree=1711144/2055920 swapFree=4181040/4192956
[pid=6772] ppid=6770 vsize=13600 CPUtime=797.1
/proc/6772/stat : 6772 (sugar) S 6770 6772 6069 0 -1 4194304 1022 45769 0 2 3 0 79657 50 16 0 1 0 142093278 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6772/statm: 3400 798 370 3 0 500 0
[pid=6840] ppid=6772 vsize=5356 CPUtime=0
/proc/6840/stat : 6840 (sh) S 6772 6772 6069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 142173390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6840/statm: 1339 232 193 169 0 50 0
[pid=6841] ppid=6840 vsize=60236 CPUtime=977.23
/proc/6841/stat : 6841 (picosat) R 6840 6772 6069 0 -1 4194304 14996 0 0 0 96642 1081 0 0 25 0 1 0 142173391 61681664 14749 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 15059 14749 48 102 0 14954 0
Current children cumulated CPU time (s) 1774.33
Current children cumulated vsize (KiB) 79192



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/75 6843
/proc/meminfo: memFree=1711144/2055920 swapFree=4181040/4192956
[pid=6772] ppid=6770 vsize=13600 CPUtime=797.1
/proc/6772/stat : 6772 (sugar) S 6770 6772 6069 0 -1 4194304 1022 45769 0 2 3 0 79657 50 16 0 1 0 142093278 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6772/statm: 3400 798 370 3 0 500 0
[pid=6840] ppid=6772 vsize=5356 CPUtime=0
/proc/6840/stat : 6840 (sh) S 6772 6772 6069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 142173390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6840/statm: 1339 232 193 169 0 50 0
[pid=6841] ppid=6840 vsize=60236 CPUtime=1002.93
/proc/6841/stat : 6841 (picosat) R 6840 6772 6069 0 -1 4194304 14996 0 0 0 99212 1081 0 0 25 0 1 0 142173391 61681664 14749 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 15059 14749 48 102 0 14954 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 79192

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

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

[startup+1808.1 s]
/proc/loadavg: 2.00 2.00 1.98 3/75 6843
/proc/meminfo: memFree=1711144/2055920 swapFree=4181040/4192956
[pid=6772] ppid=6770 vsize=13600 CPUtime=797.1
/proc/6772/stat : 6772 (sugar) S 6770 6772 6069 0 -1 4194304 1022 45769 0 2 3 0 79657 50 16 0 1 0 142093278 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 212227633250 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/6772/statm: 3400 798 370 3 0 500 0
[pid=6840] ppid=6772 vsize=5356 CPUtime=0
/proc/6840/stat : 6840 (sh) S 6772 6772 6069 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 142173390 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212218733380 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6840/statm: 1339 232 193 169 0 50 0
[pid=6841] ppid=6840 vsize=60236 CPUtime=1002.93
/proc/6841/stat : 6841 (picosat) R 6840 6772 6069 0 -1 4194304 14996 0 0 0 99212 1081 0 0 25 0 1 0 142173391 61681664 14749 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/6841/statm: 15059 14749 48 102 0 14954 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 79192

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6772 and gives
#  childrusage.ru_utime.tv_sec=796
#  childrusage.ru_utime.tv_usec=614896
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=535918
# CPU time returned by wait4() is 797.151
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1808.14
CPU time (s): 1800.03
CPU user time (s): 1788.72
CPU system time (s): 11.31
CPU usage (%): 99.5516
Max. virtual memory (cumulated for all children) (KiB): 889388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 796.615
system time used= 0.535918
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47227
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= 21253
involuntary context switches= 26831

runsolver used 1.9857 second user time and 5.33419 second system time

The end

Launcher Data (download as text)

Begin job on node46 at 2008-07-03 01:53:39
IDJOB=1048319
IDBENCH=54357
IDSOLVER=345
FILE ID=node46/1048319-1215042819
PBS_JOBID= 7875083
Free space on /tmp= 66192 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-10_ext.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-1048319-1215042819/watcher-1048319-1215042819 -o /tmp/evaluation-result-1048319-1215042819/solver-1048319-1215042819 -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-1048319-1215042819.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 8251395210f77b2e86753effd7694eb9
RANDOM SEED=2081421139

node46.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.238
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.238
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:       1709520 kB
Buffers:         35692 kB
Cached:         156248 kB
SwapCached:       5872 kB
Active:         225608 kB
Inactive:        61352 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1709520 kB
SwapTotal:     4192956 kB
SwapFree:      4181040 kB
Dirty:            2464 kB
Writeback:           0 kB
Mapped:         112716 kB
Slab:            44628 kB
Committed_AS:   376248 kB
PageTables:       1852 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66204 MiB
End job on node46 at 2008-07-03 02:23:49