Trace number 1079034

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.13 1811.73

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg5-7_ext.xml
MD5SUMc56f703fbfb446fbf73a9fe89e10396f
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 benchmark113.01
Satisfiable
(Un)Satisfiability was proved
Number of variables35
Number of constraints12
Maximum constraint arity7
Maximum domain size26
Number of constraints which are defined in extension12
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 00:04:24 2008
0.00/0.05	c 0	PID 20180
0.00/0.05	c 0	HOST node67.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1079034-1215209064.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-1079034-1215209064.xml' 'HOME/temp.csp'
0.04/0.26	c 1	1 domains, 35 variables, 0 predicates, 2 relations, 12 constraints
0.04/0.32	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.32	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.04/0.39	c 1	Parsing HOME/temp.csp
0.25/0.69	c 1	parsed 50 expressions
0.25/0.71	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.25/0.71	c 1	Converting to clausal form CSP
0.25/0.73	c 1	converted 5 (10%) expressions
0.25/0.73	c 1	converted 10 (20%) expressions
0.25/0.73	c 1	converted 15 (30%) expressions
0.25/0.73	c 1	converted 20 (40%) expressions
0.25/0.73	c 1	converted 25 (50%) expressions
0.25/0.73	c 1	converted 30 (60%) expressions
0.25/0.73	c 1	converted 35 (70%) expressions
0.25/0.93	c 1	converted 40 (80%) expressions
0.25/1.07	c 1	converted 45 (90%) expressions
1.20/1.36	c 2	converted 50 (100%) expressions
1.20/1.36	c 2	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
1.20/1.36	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.20/1.36	c 2	Propagation in CSP
1.20/1.36	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.20/1.36	c 2	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
1.20/1.36	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.20/1.36	c 2	Simplifing CSP by introducing new Boolean variables
1.20/1.36	c 2	CSP : 35 integers, 0 booleans, 12 clauses, largest domain size 26
1.20/1.36	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.30/1.44	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.30/1.45	c 2	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
1.30/1.45	c 2	7 (20%) CSP integer variables are encoded (168 clauses, 1704 bytes)
1.30/1.46	c 2	11 (30%) CSP integer variables are encoded (264 clauses, 2760 bytes)
1.30/1.46	c 2	14 (40%) CSP integer variables are encoded (336 clauses, 3552 bytes)
1.30/1.46	c 2	18 (50%) CSP integer variables are encoded (432 clauses, 4608 bytes)
1.30/1.46	c 2	21 (60%) CSP integer variables are encoded (504 clauses, 5400 bytes)
1.30/1.46	c 2	25 (70%) CSP integer variables are encoded (600 clauses, 6456 bytes)
1.30/1.46	c 2	28 (80%) CSP integer variables are encoded (672 clauses, 7248 bytes)
1.30/1.47	c 2	32 (90%) CSP integer variables are encoded (768 clauses, 8304 bytes)
1.30/1.47	c 2	35 (100%) CSP integer variables are encoded (840 clauses, 9096 bytes)
2.49/2.67	c 3	2 (10%) CSP clauses are encoded (24190 clauses, 794568 bytes)
3.08/3.24	c 4	3 (20%) CSP clauses are encoded (35865 clauses, 1192258 bytes)
3.68/3.80	c 4	4 (30%) CSP clauses are encoded (47540 clauses, 1590097 bytes)
4.17/4.37	c 5	5 (40%) CSP clauses are encoded (59215 clauses, 2010053 bytes)
4.77/4.94	c 5	6 (50%) CSP clauses are encoded (70890 clauses, 2430009 bytes)
9.41/9.65	c 10	8 (60%) CSP clauses are encoded (115330 clauses, 4089531 bytes)
13.57/13.80	c 14	9 (70%) CSP clauses are encoded (148095 clauses, 5601211 bytes)
17.54/17.85	c 18	10 (80%) CSP clauses are encoded (180860 clauses, 7112891 bytes)
21.49/21.86	c 22	11 (90%) CSP clauses are encoded (213625 clauses, 8624571 bytes)
25.55/25.98	c 26	12 (100%) CSP clauses are encoded (246390 clauses, 10136251 bytes)
25.55/25.98	c 26	12 CSP clauses encoded
25.55/25.98	c 26	Writing map file : HOME/temp.map
25.55/25.98	c 26	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.55/25.98	c 26	SAT : 875 SAT variables, 246390 SAT clauses, 10136251 bytes
25.55/25.98	c 26	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.64/26.00	c 26	SOLVING HOME/temp.cnf
25.64/26.00	c 26	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1811.71	sh: line 1: 20204 Terminated              HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out' 2>&1
1800.09/1811.71	c 1812	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1811.71	c 1812	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.09/1811.72	c ERROR INTERRUPTED
1800.09/1811.72	s UNKNOWN
1800.09/1811.72	c 1812	CPU 1796.73 (0.03 0.01 1796.7 3.37)
1800.09/1811.72	c 1812	END Sat Jul  5 00:34:36 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-1079034-1215209064/watcher-1079034-1215209064 -o /tmp/evaluation-result-1079034-1215209064/solver-1079034-1215209064 -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-1079034-1215209064.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.97 1.99 4/81 20180
/proc/meminfo: memFree=1782088/2055920 swapFree=4181480/4192956
[pid=20180] ppid=20178 vsize=12268 CPUtime=0
/proc/20180/stat : 20180 (sugar) R 20178 20180 19733 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1999875973 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 271638559333 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/20180/statm: 3067 316 241 3 0 167 0

[startup+0.107737 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 20180
/proc/meminfo: memFree=1782088/2055920 swapFree=4181480/4192956
[pid=20180] ppid=20178 vsize=13600 CPUtime=0.04
/proc/20180/stat : 20180 (sugar) S 20178 20180 19733 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1999875973 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20180/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.202754 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 20180
/proc/meminfo: memFree=1782088/2055920 swapFree=4181480/4192956
[pid=20180] ppid=20178 vsize=13600 CPUtime=0.04
/proc/20180/stat : 20180 (sugar) S 20178 20180 19733 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1999875973 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20180/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302768 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 20180
/proc/meminfo: memFree=1782088/2055920 swapFree=4181480/4192956
[pid=20180] ppid=20178 vsize=13600 CPUtime=0.04
/proc/20180/stat : 20180 (sugar) S 20178 20180 19733 0 -1 4194304 918 127 0 0 3 1 0 0 15 0 1 0 1999875973 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20180/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701844 s]
/proc/loadavg: 1.91 1.97 1.99 4/81 20180
/proc/meminfo: memFree=1782088/2055920 swapFree=4181480/4192956
[pid=20180] ppid=20178 vsize=13600 CPUtime=0.25
/proc/20180/stat : 20180 (sugar) S 20178 20180 19733 0 -1 4194304 973 4647 0 1 3 1 17 4 15 0 1 0 1999875973 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20180/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13600

[startup+1.50199 s]
/proc/loadavg: 1.91 1.97 1.99 3/92 20202
/proc/meminfo: memFree=1766640/2055920 swapFree=4181480/4192956
[pid=20180] ppid=20178 vsize=13600 CPUtime=0.25
/proc/20180/stat : 20180 (sugar) S 20178 20180 19733 0 -1 4194304 974 4647 0 1 3 1 17 4 15 0 1 0 1999875973 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20180/statm: 3400 797 370 3 0 500 0
[pid=20193] ppid=20180 vsize=5356 CPUtime=0
/proc/20193/stat : 20193 (sh) S 20180 20180 19733 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999876005 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20193/statm: 1339 233 193 169 0 50 0
[pid=20194] ppid=20193 vsize=864324 CPUtime=1.15
/proc/20194/stat : 20194 (java) S 20193 20180 19733 0 -1 0 8365 0 1 0 111 4 0 0 18 0 9 0 1999876005 885067776 7616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20194/statm: 216081 7616 2564 9 0 210628 0
[pid=20194/tid=20195] ppid=20193 vsize=864324 CPUtime=0.69
/proc/20194/task/20195/stat : 20195 (java) R 20193 20180 19733 0 -1 64 2810 0 1 0 68 1 0 0 18 0 9 0 1999876006 885067776 7616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20196] ppid=20193 vsize=864324 CPUtime=0.37
/proc/20194/task/20196/stat : 20196 (java) S 20193 20180 19733 0 -1 64 4523 0 0 0 36 1 0 0 17 0 9 0 1999876007 885067776 7616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20197] ppid=20193 vsize=864324 CPUtime=0
/proc/20194/task/20197/stat : 20197 (java) S 20193 20180 19733 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999876007 885067776 7616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20198] ppid=20193 vsize=864324 CPUtime=0
/proc/20194/task/20198/stat : 20198 (java) S 20193 20180 19733 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999876008 885067776 7616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20199] ppid=20193 vsize=864324 CPUtime=0
/proc/20194/task/20199/stat : 20199 (java) S 20193 20180 19733 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999876009 885067776 7616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20200] ppid=20193 vsize=864324 CPUtime=0.06
/proc/20194/task/20200/stat : 20200 (java) R 20193 20180 19733 0 -1 64 339 0 0 0 6 0 0 0 16 0 9 0 1999876009 885067776 7616 996147200 134512640 134550740 4294955952 18446744073709551615 102386043 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20201] ppid=20193 vsize=864324 CPUtime=0
/proc/20194/task/20201/stat : 20201 (java) S 20193 20180 19733 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999876009 885067776 7616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20202] ppid=20193 vsize=864324 CPUtime=0
/proc/20194/task/20202/stat : 20202 (java) S 20193 20180 19733 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999876010 885067776 7616 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883280

[startup+3.10228 s]
/proc/loadavg: 1.91 1.97 1.99 3/92 20202
/proc/meminfo: memFree=1758640/2055920 swapFree=4181480/4192956
[pid=20180] ppid=20178 vsize=13600 CPUtime=0.25
/proc/20180/stat : 20180 (sugar) S 20178 20180 19733 0 -1 4194304 974 4647 0 1 3 1 17 4 16 0 1 0 1999875973 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20180/statm: 3400 797 370 3 0 500 0
[pid=20193] ppid=20180 vsize=5356 CPUtime=0
/proc/20193/stat : 20193 (sh) S 20180 20180 19733 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999876005 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20193/statm: 1339 233 193 169 0 50 0
[pid=20194] ppid=20193 vsize=864324 CPUtime=2.73
/proc/20194/stat : 20194 (java) S 20193 20180 19733 0 -1 0 8958 0 1 0 268 5 0 0 18 0 9 0 1999876005 885067776 8144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20194/statm: 216081 8144 2564 9 0 210628 0
[pid=20194/tid=20195] ppid=20193 vsize=864324 CPUtime=2.19
/proc/20194/task/20195/stat : 20195 (java) R 20193 20180 19733 0 -1 64 2875 0 1 0 217 2 0 0 25 0 9 0 1999876006 885067776 8144 996147200 134512640 134550740 4294955952 18446744073709551615 4126558615 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20196] ppid=20193 vsize=864324 CPUtime=0.43
/proc/20194/task/20196/stat : 20196 (java) S 20193 20180 19733 0 -1 64 5036 0 0 0 41 2 0 0 16 0 9 0 1999876007 885067776 8144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20197] ppid=20193 vsize=864324 CPUtime=0
/proc/20194/task/20197/stat : 20197 (java) S 20193 20180 19733 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999876007 885067776 8144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20198] ppid=20193 vsize=864324 CPUtime=0
/proc/20194/task/20198/stat : 20198 (java) S 20193 20180 19733 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1999876008 885067776 8144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20199] ppid=20193 vsize=864324 CPUtime=0
/proc/20194/task/20199/stat : 20199 (java) S 20193 20180 19733 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999876009 885067776 8144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20200] ppid=20193 vsize=864324 CPUtime=0.09
/proc/20194/task/20200/stat : 20200 (java) S 20193 20180 19733 0 -1 64 354 0 0 0 9 0 0 0 16 0 9 0 1999876009 885067776 8144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20201] ppid=20193 vsize=864324 CPUtime=0
/proc/20194/task/20201/stat : 20201 (java) S 20193 20180 19733 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999876009 885067776 8144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20202] ppid=20193 vsize=864324 CPUtime=0
/proc/20194/task/20202/stat : 20202 (java) S 20193 20180 19733 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999876010 885067776 8144 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883280

[startup+6.30186 s]
/proc/loadavg: 2.00 1.98 1.99 3/92 20202
/proc/meminfo: memFree=1748912/2055920 swapFree=4181480/4192956
[pid=20180] ppid=20178 vsize=13600 CPUtime=0.25
/proc/20180/stat : 20180 (sugar) S 20178 20180 19733 0 -1 4194304 974 4647 0 1 3 1 17 4 15 0 1 0 1999875973 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20180/statm: 3400 797 370 3 0 500 0
[pid=20193] ppid=20180 vsize=5356 CPUtime=0
/proc/20193/stat : 20193 (sh) S 20180 20180 19733 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999876005 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20193/statm: 1339 233 193 169 0 50 0
[pid=20194] ppid=20193 vsize=864404 CPUtime=5.9
/proc/20194/stat : 20194 (java) S 20193 20180 19733 0 -1 0 11699 0 1 0 582 8 0 0 18 0 9 0 1999876005 885149696 9508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20194/statm: 216101 9508 2564 9 0 210648 0
[pid=20194/tid=20195] ppid=20193 vsize=864404 CPUtime=5.15
/proc/20194/task/20195/stat : 20195 (java) R 20193 20180 19733 0 -1 64 3008 0 1 0 512 3 0 0 25 0 9 0 1999876006 885149696 9508 996147200 134512640 134550740 4294955952 18446744073709551615 4126556784 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20196] ppid=20193 vsize=864404 CPUtime=0.64
/proc/20194/task/20196/stat : 20196 (java) S 20193 20180 19733 0 -1 64 7644 0 0 0 60 4 0 0 16 0 9 0 1999876007 885149696 9508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20197] ppid=20193 vsize=864404 CPUtime=0
/proc/20194/task/20197/stat : 20197 (java) S 20193 20180 19733 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999876007 885149696 9508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20198] ppid=20193 vsize=864404 CPUtime=0
/proc/20194/task/20198/stat : 20198 (java) S 20193 20180 19733 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999876008 885149696 9508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20199] ppid=20193 vsize=864404 CPUtime=0
/proc/20194/task/20199/stat : 20199 (java) S 20193 20180 19733 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999876009 885149696 9508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20200] ppid=20193 vsize=864404 CPUtime=0.09
/proc/20194/task/20200/stat : 20200 (java) S 20193 20180 19733 0 -1 64 354 0 0 0 9 0 0 0 16 0 9 0 1999876009 885149696 9508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20201] ppid=20193 vsize=864404 CPUtime=0
/proc/20194/task/20201/stat : 20201 (java) S 20193 20180 19733 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999876009 885149696 9508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20202] ppid=20193 vsize=864404 CPUtime=0
/proc/20194/task/20202/stat : 20202 (java) S 20193 20180 19733 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999876010 885149696 9508 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 883360

[startup+12.702 s]
/proc/loadavg: 2.00 1.98 1.99 3/92 20202
/proc/meminfo: memFree=1747120/2055920 swapFree=4181480/4192956
[pid=20180] ppid=20178 vsize=13600 CPUtime=0.25
/proc/20180/stat : 20180 (sugar) S 20178 20180 19733 0 -1 4194304 974 4647 0 1 3 1 17 4 16 0 1 0 1999875973 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20180/statm: 3400 797 370 3 0 500 0
[pid=20193] ppid=20180 vsize=5356 CPUtime=0
/proc/20193/stat : 20193 (sh) S 20180 20180 19733 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999876005 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20193/statm: 1339 233 193 169 0 50 0
[pid=20194] ppid=20193 vsize=867224 CPUtime=12.24
/proc/20194/stat : 20194 (java) S 20193 20180 19733 0 -1 0 13139 0 1 0 1212 12 0 0 18 0 9 0 1999876005 888037376 10213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20194/statm: 216806 10213 2564 9 0 211353 0
[pid=20194/tid=20195] ppid=20193 vsize=867224 CPUtime=11.31
/proc/20194/task/20195/stat : 20195 (java) R 20193 20180 19733 0 -1 64 3158 0 1 0 1127 4 0 0 25 0 9 0 1999876006 888037376 10213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20196] ppid=20193 vsize=867224 CPUtime=0.81
/proc/20194/task/20196/stat : 20196 (java) R 20193 20180 19733 0 -1 64 8934 0 0 0 75 6 0 0 16 0 9 0 1999876007 888037376 10213 996147200 134512640 134550740 4294955952 18446744073709551615 102721857 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20197] ppid=20193 vsize=867224 CPUtime=0
/proc/20194/task/20197/stat : 20197 (java) S 20193 20180 19733 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999876007 888037376 10213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20198] ppid=20193 vsize=867224 CPUtime=0
/proc/20194/task/20198/stat : 20198 (java) S 20193 20180 19733 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999876008 888037376 10213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20199] ppid=20193 vsize=867224 CPUtime=0
/proc/20194/task/20199/stat : 20199 (java) S 20193 20180 19733 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1999876009 888037376 10213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20200] ppid=20193 vsize=867224 CPUtime=0.09
/proc/20194/task/20200/stat : 20200 (java) S 20193 20180 19733 0 -1 64 354 0 0 0 9 0 0 0 17 0 9 0 1999876009 888037376 10213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20201] ppid=20193 vsize=867224 CPUtime=0
/proc/20194/task/20201/stat : 20201 (java) S 20193 20180 19733 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1999876009 888037376 10213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20202] ppid=20193 vsize=867224 CPUtime=0
/proc/20194/task/20202/stat : 20202 (java) S 20193 20180 19733 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1999876010 888037376 10213 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 886180

[startup+25.5024 s]
/proc/loadavg: 2.00 1.98 1.99 3/92 20202
/proc/meminfo: memFree=1738800/2055920 swapFree=4181480/4192956
[pid=20180] ppid=20178 vsize=13600 CPUtime=0.25
/proc/20180/stat : 20180 (sugar) S 20178 20180 19733 0 -1 4194304 974 4647 0 1 3 1 17 4 16 0 1 0 1999875973 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20180/statm: 3400 797 370 3 0 500 0
[pid=20193] ppid=20180 vsize=5356 CPUtime=0
/proc/20193/stat : 20193 (sh) S 20180 20180 19733 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1999876005 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20193/statm: 1339 233 193 169 0 50 0
[pid=20194] ppid=20193 vsize=864404 CPUtime=24.9
/proc/20194/stat : 20194 (java) S 20193 20180 19733 0 -1 0 15626 0 1 0 2472 18 0 0 18 0 9 0 1999876005 885149696 10488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20194/statm: 216101 10488 2564 9 0 210648 0
[pid=20194/tid=20195] ppid=20193 vsize=864404 CPUtime=23.54
/proc/20194/task/20195/stat : 20195 (java) R 20193 20180 19733 0 -1 64 3448 0 1 0 2345 9 0 0 25 0 9 0 1999876006 885149696 10488 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20196] ppid=20193 vsize=864404 CPUtime=1.25
/proc/20194/task/20196/stat : 20196 (java) S 20193 20180 19733 0 -1 64 11128 0 0 0 117 8 0 0 16 0 9 0 1999876007 885149696 10488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20197] ppid=20193 vsize=864404 CPUtime=0
/proc/20194/task/20197/stat : 20197 (java) S 20193 20180 19733 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1999876007 885149696 10488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20194/tid=20198] ppid=20193 vsize=864404 CPUtime=0
/proc/20194/task/20198/stat : 20198 (java) S 20193 20180 19733 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1999876008 885149696 10488 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=20180] ppid=20178 vsize=13600 CPUtime=25.66
/proc/20180/stat : 20180 (sugar) S 20178 20180 19733 0 -1 4194304 1022 20611 0 2 3 1 2537 25 16 0 1 0 1999875973 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20180/statm: 3400 798 370 3 0 500 0
[pid=20203] ppid=20180 vsize=5356 CPUtime=0
/proc/20203/stat : 20203 (sh) S 20180 20180 19733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999878574 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20203/statm: 1339 232 193 169 0 50 0
[pid=20204] ppid=20203 vsize=23600 CPUtime=1205.3
/proc/20204/stat : 20204 (picosat) R 20203 20180 19733 0 -1 4194304 6201 0 0 0 120221 309 0 0 25 0 1 0 1999878574 24166400 5584 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20204/statm: 5900 5584 48 102 0 5795 0
Current children cumulated CPU time (s) 1230.96
Current children cumulated vsize (KiB) 42556

[startup+1302.3 s]
/proc/loadavg: 2.05 2.02 2.00 3/77 20364
/proc/meminfo: memFree=1748264/2055920 swapFree=4181480/4192956
[pid=20180] ppid=20178 vsize=13600 CPUtime=25.66
/proc/20180/stat : 20180 (sugar) S 20178 20180 19733 0 -1 4194304 1022 20611 0 2 3 1 2537 25 16 0 1 0 1999875973 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20180/statm: 3400 798 370 3 0 500 0
[pid=20203] ppid=20180 vsize=5356 CPUtime=0
/proc/20203/stat : 20203 (sh) S 20180 20180 19733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999878574 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20203/statm: 1339 232 193 169 0 50 0
[pid=20204] ppid=20203 vsize=23600 CPUtime=1265.27
/proc/20204/stat : 20204 (picosat) R 20203 20180 19733 0 -1 4194304 6201 0 0 0 126217 310 0 0 25 0 1 0 1999878574 24166400 5584 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20204/statm: 5900 5584 48 102 0 5795 0
Current children cumulated CPU time (s) 1290.93
Current children cumulated vsize (KiB) 42556

[startup+1362.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/77 20364
/proc/meminfo: memFree=1703976/2055920 swapFree=4181480/4192956
[pid=20180] ppid=20178 vsize=13600 CPUtime=25.66
/proc/20180/stat : 20180 (sugar) S 20178 20180 19733 0 -1 4194304 1022 20611 0 2 3 1 2537 25 16 0 1 0 1999875973 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20180/statm: 3400 798 370 3 0 500 0
[pid=20203] ppid=20180 vsize=5356 CPUtime=0
/proc/20203/stat : 20203 (sh) S 20180 20180 19733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999878574 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20203/statm: 1339 232 193 169 0 50 0
[pid=20204] ppid=20203 vsize=23600 CPUtime=1325.22
/proc/20204/stat : 20204 (picosat) R 20203 20180 19733 0 -1 4194304 6201 0 0 0 132212 310 0 0 25 0 1 0 1999878574 24166400 5584 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20204/statm: 5900 5584 48 102 0 5795 0
Current children cumulated CPU time (s) 1350.88
Current children cumulated vsize (KiB) 42556

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 20364
/proc/meminfo: memFree=1700648/2055920 swapFree=4181480/4192956
[pid=20180] ppid=20178 vsize=13600 CPUtime=25.66
/proc/20180/stat : 20180 (sugar) S 20178 20180 19733 0 -1 4194304 1022 20611 0 2 3 1 2537 25 16 0 1 0 1999875973 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20180/statm: 3400 798 370 3 0 500 0
[pid=20203] ppid=20180 vsize=5356 CPUtime=0
/proc/20203/stat : 20203 (sh) S 20180 20180 19733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999878574 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20203/statm: 1339 232 193 169 0 50 0
[pid=20204] ppid=20203 vsize=23600 CPUtime=1385.19
/proc/20204/stat : 20204 (picosat) R 20203 20180 19733 0 -1 4194304 6201 0 0 0 138209 310 0 0 25 0 1 0 1999878574 24166400 5584 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20204/statm: 5900 5584 48 102 0 5795 0
Current children cumulated CPU time (s) 1410.85
Current children cumulated vsize (KiB) 42556

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 20364
/proc/meminfo: memFree=1697768/2055920 swapFree=4181480/4192956
[pid=20180] ppid=20178 vsize=13600 CPUtime=25.66
/proc/20180/stat : 20180 (sugar) S 20178 20180 19733 0 -1 4194304 1022 20611 0 2 3 1 2537 25 16 0 1 0 1999875973 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20180/statm: 3400 798 370 3 0 500 0
[pid=20203] ppid=20180 vsize=5356 CPUtime=0
/proc/20203/stat : 20203 (sh) S 20180 20180 19733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999878574 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20203/statm: 1339 232 193 169 0 50 0
[pid=20204] ppid=20203 vsize=23864 CPUtime=1445.16
/proc/20204/stat : 20204 (picosat) R 20203 20180 19733 0 -1 4194304 6365 0 0 0 144206 310 0 0 25 0 1 0 1999878574 24436736 5659 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20204/statm: 5966 5659 48 102 0 5861 0
Current children cumulated CPU time (s) 1470.82
Current children cumulated vsize (KiB) 42820

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 20364
/proc/meminfo: memFree=1696872/2055920 swapFree=4181480/4192956
[pid=20180] ppid=20178 vsize=13600 CPUtime=25.66
/proc/20180/stat : 20180 (sugar) S 20178 20180 19733 0 -1 4194304 1022 20611 0 2 3 1 2537 25 16 0 1 0 1999875973 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20180/statm: 3400 798 370 3 0 500 0
[pid=20203] ppid=20180 vsize=5356 CPUtime=0
/proc/20203/stat : 20203 (sh) S 20180 20180 19733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999878574 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20203/statm: 1339 232 193 169 0 50 0
[pid=20204] ppid=20203 vsize=23864 CPUtime=1505.14
/proc/20204/stat : 20204 (picosat) R 20203 20180 19733 0 -1 4194304 6365 0 0 0 150204 310 0 0 25 0 1 0 1999878574 24436736 5659 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20204/statm: 5966 5659 48 102 0 5861 0
Current children cumulated CPU time (s) 1530.8
Current children cumulated vsize (KiB) 42820

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 20364
/proc/meminfo: memFree=1695720/2055920 swapFree=4181480/4192956
[pid=20180] ppid=20178 vsize=13600 CPUtime=25.66
/proc/20180/stat : 20180 (sugar) S 20178 20180 19733 0 -1 4194304 1022 20611 0 2 3 1 2537 25 16 0 1 0 1999875973 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20180/statm: 3400 798 370 3 0 500 0
[pid=20203] ppid=20180 vsize=5356 CPUtime=0
/proc/20203/stat : 20203 (sh) S 20180 20180 19733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999878574 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20203/statm: 1339 232 193 169 0 50 0
[pid=20204] ppid=20203 vsize=23864 CPUtime=1565.12
/proc/20204/stat : 20204 (picosat) R 20203 20180 19733 0 -1 4194304 6365 0 0 0 156201 311 0 0 25 0 1 0 1999878574 24436736 5659 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20204/statm: 5966 5659 48 102 0 5861 0
Current children cumulated CPU time (s) 1590.78
Current children cumulated vsize (KiB) 42820

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 20364
/proc/meminfo: memFree=1695720/2055920 swapFree=4181480/4192956
[pid=20180] ppid=20178 vsize=13600 CPUtime=25.66
/proc/20180/stat : 20180 (sugar) S 20178 20180 19733 0 -1 4194304 1022 20611 0 2 3 1 2537 25 16 0 1 0 1999875973 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20180/statm: 3400 798 370 3 0 500 0
[pid=20203] ppid=20180 vsize=5356 CPUtime=0
/proc/20203/stat : 20203 (sh) S 20180 20180 19733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999878574 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20203/statm: 1339 232 193 169 0 50 0
[pid=20204] ppid=20203 vsize=23864 CPUtime=1625.09
/proc/20204/stat : 20204 (picosat) R 20203 20180 19733 0 -1 4194304 6365 0 0 0 162198 311 0 0 25 0 1 0 1999878574 24436736 5659 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20204/statm: 5966 5659 48 102 0 5861 0
Current children cumulated CPU time (s) 1650.75
Current children cumulated vsize (KiB) 42820

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 20364
/proc/meminfo: memFree=1695144/2055920 swapFree=4181480/4192956
[pid=20180] ppid=20178 vsize=13600 CPUtime=25.66
/proc/20180/stat : 20180 (sugar) S 20178 20180 19733 0 -1 4194304 1022 20611 0 2 3 1 2537 25 16 0 1 0 1999875973 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20180/statm: 3400 798 370 3 0 500 0
[pid=20203] ppid=20180 vsize=5356 CPUtime=0
/proc/20203/stat : 20203 (sh) S 20180 20180 19733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999878574 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20203/statm: 1339 232 193 169 0 50 0
[pid=20204] ppid=20203 vsize=24260 CPUtime=1685.07
/proc/20204/stat : 20204 (picosat) R 20203 20180 19733 0 -1 4194304 6561 0 0 0 168196 311 0 0 25 0 1 0 1999878574 24842240 5762 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20204/statm: 6065 5762 48 102 0 5960 0
Current children cumulated CPU time (s) 1710.73
Current children cumulated vsize (KiB) 43216

[startup+1782.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/77 20364
/proc/meminfo: memFree=1695144/2055920 swapFree=4181480/4192956
[pid=20180] ppid=20178 vsize=13600 CPUtime=25.66
/proc/20180/stat : 20180 (sugar) S 20178 20180 19733 0 -1 4194304 1022 20611 0 2 3 1 2537 25 16 0 1 0 1999875973 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20180/statm: 3400 798 370 3 0 500 0
[pid=20203] ppid=20180 vsize=5356 CPUtime=0
/proc/20203/stat : 20203 (sh) S 20180 20180 19733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999878574 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20203/statm: 1339 232 193 169 0 50 0
[pid=20204] ppid=20203 vsize=24260 CPUtime=1745.04
/proc/20204/stat : 20204 (picosat) R 20203 20180 19733 0 -1 4194304 6561 0 0 0 174193 311 0 0 25 0 1 0 1999878574 24842240 5762 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20204/statm: 6065 5762 48 102 0 5960 0
Current children cumulated CPU time (s) 1770.7
Current children cumulated vsize (KiB) 43216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.7 s]
/proc/loadavg: 2.08 2.03 2.00 3/77 20364
/proc/meminfo: memFree=1695144/2055920 swapFree=4181480/4192956
[pid=20180] ppid=20178 vsize=13600 CPUtime=25.66
/proc/20180/stat : 20180 (sugar) S 20178 20180 19733 0 -1 4194304 1022 20611 0 2 3 1 2537 25 16 0 1 0 1999875973 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 271647289442 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20180/statm: 3400 798 370 3 0 500 0
[pid=20203] ppid=20180 vsize=5356 CPUtime=0
/proc/20203/stat : 20203 (sh) S 20180 20180 19733 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1999878574 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 271638389572 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20203/statm: 1339 232 193 169 0 50 0
[pid=20204] ppid=20203 vsize=24260 CPUtime=1774.43
/proc/20204/stat : 20204 (picosat) R 20203 20180 19733 0 -1 4194304 6561 0 0 0 177132 311 0 0 25 0 1 0 1999878574 24842240 5762 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/20204/statm: 6065 5762 48 102 0 5960 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 43216

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

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

Child status: 0
Real time (s): 1811.73
CPU time (s): 1800.13
CPU user time (s): 1796.73
CPU system time (s): 3.39848
CPU usage (%): 99.3598
Max. virtual memory (cumulated for all children) (KiB): 886572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.73
system time used= 3.39848
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28864
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= 6224
involuntary context switches= 56380

runsolver used 2.04769 second user time and 6.17806 second system time

The end

Launcher Data (download as text)

Begin job on node67 at 2008-07-05 00:04:24
IDJOB=1079034
IDBENCH=56858
IDSOLVER=345
FILE ID=node67/1079034-1215209064
PBS_JOBID= 7881735
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg5-7_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-1079034-1215209064/watcher-1079034-1215209064 -o /tmp/evaluation-result-1079034-1215209064/solver-1079034-1215209064 -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-1079034-1215209064.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c56f703fbfb446fbf73a9fe89e10396f
RANDOM SEED=1314479997

node67.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.281
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.281
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:       1782568 kB
Buffers:         22184 kB
Cached:         140108 kB
SwapCached:       5124 kB
Active:         134856 kB
Inactive:        79056 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1782568 kB
SwapTotal:     4192956 kB
SwapFree:      4181480 kB
Dirty:            1396 kB
Writeback:           0 kB
Mapped:          65616 kB
Slab:            44352 kB
Committed_AS:  4876120 kB
PageTables:       1972 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= 66392 MiB
End job on node67 at 2008-07-05 00:34:38