Trace number 2080805

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? (TO) 1800.01 1816.53

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-39.xml
MD5SUMfc8636b483e33815847709f2fb0cf1bf
Bench Category2-ARY-INT (binary constraints in intension)
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 variables1521
Number of constraints28937
Maximum constraint arity2
Maximum domain size39
Number of constraints which are defined in extension0
Number of constraints which are defined in intension28937
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 06:01:29 2009
0.00/0.08	c 0	PID 21938
0.00/0.08	c 0	HOST node2.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2080805-1247371289.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2080805-1247371289.xml' 'HOME/temp.csp'
1.76/1.89	c 2	1 domains, 1521 variables, 4 predicates, 0 relations, 28937 constraints
1.85/1.92	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.85/1.92	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.85/1.99	c 2	Parsing HOME/temp.csp
2.03/2.15	c 2	parsed 10000 expressions
2.12/2.27	c 2	parsed 20000 expressions
2.23/2.35	c 2	parsed 30000 expressions
2.23/2.36	c 2	parsed 30463 expressions
2.23/2.37	c 2	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.23/2.37	c 2	Converting to clausal form CSP
2.83/2.99	c 3	converted 3047 (10%) expressions
3.62/3.71	c 4	converted 6093 (20%) expressions
4.20/4.34	c 4	converted 9139 (30%) expressions
5.00/5.10	c 5	converted 12186 (40%) expressions
5.58/5.72	c 6	converted 15232 (50%) expressions
6.19/6.33	c 6	converted 18278 (60%) expressions
6.78/6.93	c 7	converted 21325 (70%) expressions
7.66/7.87	c 8	converted 24371 (80%) expressions
8.26/8.47	c 8	converted 27417 (90%) expressions
8.85/9.08	c 9	converted 30463 (100%) expressions
8.85/9.08	c 9	CSP : 1521 integers, 27728 booleans, 85875 clauses, largest domain size 39
8.85/9.08	c 9	Heap : 47 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
8.85/9.08	c 9	Propagation in CSP
10.04/10.23	c 10	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
10.04/10.23	c 10	CSP : 1521 integers, 27728 booleans, 85875 clauses, largest domain size 39
10.04/10.23	c 10	Heap : 47 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.04/10.26	c 10	Simplifing CSP by introducing new Boolean variables
10.24/10.42	c 10	CSP : 1521 integers, 57798 booleans, 115945 clauses, largest domain size 39
10.24/10.42	c 10	Heap : 58 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.64/10.81	c 11	Encoding CSP to SAT : HOME/temp.cnf
10.73/10.90	c 11	153 (10%) CSP integer variables are encoded (5661 clauses, 71502 bytes)
10.73/10.93	c 11	305 (20%) CSP integer variables are encoded (11285 clauses, 147713 bytes)
10.73/10.96	c 11	457 (30%) CSP integer variables are encoded (16909 clauses, 232073 bytes)
10.73/10.99	c 11	609 (40%) CSP integer variables are encoded (22533 clauses, 316433 bytes)
10.83/11.01	c 11	761 (50%) CSP integer variables are encoded (28157 clauses, 400793 bytes)
10.83/11.04	c 11	913 (60%) CSP integer variables are encoded (33781 clauses, 485153 bytes)
10.83/11.06	c 11	1065 (70%) CSP integer variables are encoded (39405 clauses, 569513 bytes)
10.83/11.09	c 11	1217 (80%) CSP integer variables are encoded (45029 clauses, 653873 bytes)
10.93/11.12	c 11	1369 (90%) CSP integer variables are encoded (50653 clauses, 738233 bytes)
10.93/11.15	c 11	1521 (100%) CSP integer variables are encoded (56277 clauses, 822593 bytes)
12.52/12.75	c 13	11595 (10%) CSP clauses are encoded (394132 clauses, 7614514 bytes)
13.99/14.26	c 14	23189 (20%) CSP clauses are encoded (730803 clauses, 14528249 bytes)
15.48/15.76	c 16	34784 (30%) CSP clauses are encoded (1069326 clauses, 21495099 bytes)
16.96/17.27	c 17	46378 (40%) CSP clauses are encoded (1404376 clauses, 28672076 bytes)
18.53/18.82	c 19	57973 (50%) CSP clauses are encoded (1741099 clauses, 35960204 bytes)
20.02/20.35	c 20	69567 (60%) CSP clauses are encoded (2076273 clauses, 43322695 bytes)
21.51/21.88	c 22	81162 (70%) CSP clauses are encoded (2413291 clauses, 50720009 bytes)
23.08/23.43	c 23	92756 (80%) CSP clauses are encoded (2750885 clauses, 58129583 bytes)
24.57/24.98	c 25	104351 (90%) CSP clauses are encoded (3088500 clauses, 65534707 bytes)
26.15/26.54	c 27	115945 (100%) CSP clauses are encoded (3426466 clauses, 72953553 bytes)
26.15/26.54	c 27	115945 CSP clauses encoded
26.15/26.54	c 27	Writing map file : HOME/temp.map
26.15/26.57	c 27	Heap : 43 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
26.15/26.57	c 27	SAT : 115596 SAT variables, 3426466 SAT clauses, 72953553 bytes
26.15/26.57	c 27	Heap : 43 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
26.15/26.59	c 27	SOLVING HOME/temp.cnf
26.15/26.59	c 27	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.01/1816.51	c ERROR INTERRUPTED
1800.01/1816.53	s UNKNOWN
1800.01/1816.53	c 1817	CPU 26.25 (0.06 0.01 25.42 0.76)
1800.01/1816.53	c 1817	END Sun Jul 12 06:31:46 2009

Verifier Data

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

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2080805-1247371289/watcher-2080805-1247371289 -o /tmp/evaluation-result-2080805-1247371289/solver-2080805-1247371289 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2080805-1247371289.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.97 1.98 1.99 4/72 21938
/proc/meminfo: memFree=1724384/2055920 swapFree=4192812/4192956
[pid=21938] ppid=21936 vsize=4708 CPUtime=0
/proc/21938/stat : 21938 (sugar) R 21936 21938 17474 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 24196570 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 206378694025 0 0 4096 0 0 0 0 17 1 0 0
/proc/21938/statm: 1177 43 33 3 0 8 0

[startup+0.086635 s]
/proc/loadavg: 1.97 1.98 1.99 4/72 21938
/proc/meminfo: memFree=1724384/2055920 swapFree=4192812/4192956
[pid=21938] ppid=21936 vsize=16868 CPUtime=0.07
/proc/21938/stat : 21938 (sugar) S 21936 21938 17474 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24196570 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21938/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.10164 s]
/proc/loadavg: 1.97 1.98 1.99 4/72 21938
/proc/meminfo: memFree=1724384/2055920 swapFree=4192812/4192956
[pid=21938] ppid=21936 vsize=16868 CPUtime=0.07
/proc/21938/stat : 21938 (sugar) S 21936 21938 17474 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24196570 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21938/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301671 s]
/proc/loadavg: 1.97 1.98 1.99 4/72 21938
/proc/meminfo: memFree=1724384/2055920 swapFree=4192812/4192956
[pid=21938] ppid=21936 vsize=16868 CPUtime=0.07
/proc/21938/stat : 21938 (sugar) S 21936 21938 17474 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24196570 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21938/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701749 s]
/proc/loadavg: 1.97 1.98 1.99 4/72 21938
/proc/meminfo: memFree=1724384/2055920 swapFree=4192812/4192956
[pid=21938] ppid=21936 vsize=16868 CPUtime=0.07
/proc/21938/stat : 21938 (sugar) S 21936 21938 17474 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24196570 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21938/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.5029 s]
/proc/loadavg: 1.97 1.98 1.99 3/83 21950
/proc/meminfo: memFree=1696008/2055920 swapFree=4192812/4192956
[pid=21938] ppid=21936 vsize=16868 CPUtime=0.07
/proc/21938/stat : 21938 (sugar) S 21936 21938 17474 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24196570 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21938/statm: 4217 1111 409 3 0 796 0
[pid=21941] ppid=21938 vsize=5356 CPUtime=0
/proc/21941/stat : 21941 (sh) S 21938 21938 17474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24196578 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21941/statm: 1339 233 193 169 0 50 0
[pid=21942] ppid=21941 vsize=864768 CPUtime=1.39
/proc/21942/stat : 21942 (java) S 21941 21938 17474 0 -1 0 15219 0 1 0 132 7 0 0 18 0 9 0 24196578 885522432 13246 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21942/statm: 216192 13246 2556 9 0 210704 0
[pid=21942/tid=21943] ppid=21941 vsize=864768 CPUtime=0.78
/proc/21942/task/21943/stat : 21943 (java) R 21941 21938 17474 0 -1 64 3075 0 1 0 76 2 0 0 23 0 9 0 24196580 885522432 13246 996147200 134512640 134550932 4294955984 18446744073709551615 4126672907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21942/tid=21944] ppid=21941 vsize=864768 CPUtime=0.47
/proc/21942/task/21944/stat : 21944 (java) S 21941 21938 17474 0 -1 64 10924 0 0 0 43 4 0 0 16 0 9 0 24196581 885522432 13246 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21942/tid=21945] ppid=21941 vsize=864768 CPUtime=0
/proc/21942/task/21945/stat : 21945 (java) S 21941 21938 17474 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24196581 885522432 13246 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21942/tid=21946] ppid=21941 vsize=864768 CPUtime=0
/proc/21942/task/21946/stat : 21946 (java) S 21941 21938 17474 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24196581 885522432 13246 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21942/tid=21947] ppid=21941 vsize=864768 CPUtime=0
/proc/21942/task/21947/stat : 21947 (java) S 21941 21938 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24196583 885522432 13246 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21942/tid=21948] ppid=21941 vsize=864768 CPUtime=0.12
/proc/21942/task/21948/stat : 21948 (java) S 21941 21938 17474 0 -1 64 516 0 0 0 12 0 0 0 16 0 9 0 24196583 885522432 13246 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21942/tid=21949] ppid=21941 vsize=864768 CPUtime=0
/proc/21942/task/21949/stat : 21949 (java) S 21941 21938 17474 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24196583 885522432 13246 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21942/tid=21950] ppid=21941 vsize=864768 CPUtime=0
/proc/21942/task/21950/stat : 21950 (java) S 21941 21938 17474 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24196583 885522432 13246 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 886992

[startup+3.10219 s]
/proc/loadavg: 1.97 1.98 1.99 3/83 21960
/proc/meminfo: memFree=1714504/2055920 swapFree=4192812/4192956
[pid=21938] ppid=21936 vsize=16868 CPUtime=1.87
/proc/21938/stat : 21938 (sugar) S 21936 21938 17474 0 -1 4194304 1309 16411 0 1 6 1 170 10 15 0 1 0 24196570 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21938/statm: 4217 1111 409 3 0 796 0
[pid=21951] ppid=21938 vsize=5356 CPUtime=0
/proc/21951/stat : 21951 (sh) S 21938 21938 17474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24196762 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21951/statm: 1339 233 193 169 0 50 0
[pid=21952] ppid=21951 vsize=868508 CPUtime=1.15
/proc/21952/stat : 21952 (java) S 21951 21938 17474 0 -1 0 8971 0 1 0 110 5 0 0 18 0 9 0 24196762 889352192 8040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21952/statm: 217127 8040 2568 9 0 211632 0
[pid=21952/tid=21953] ppid=21951 vsize=868508 CPUtime=0.75
/proc/21952/task/21953/stat : 21953 (java) R 21951 21938 17474 0 -1 64 2603 0 1 0 74 1 0 0 25 0 9 0 24196763 889352192 8040 996147200 134512640 134550932 4294955936 18446744073709551615 4126558328 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21952/tid=21954] ppid=21951 vsize=868508 CPUtime=0.2
/proc/21952/task/21954/stat : 21954 (java) S 21951 21938 17474 0 -1 64 4217 0 0 0 19 1 0 0 16 0 9 0 24196764 889352192 8040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21952/tid=21955] ppid=21951 vsize=868508 CPUtime=0
/proc/21952/task/21955/stat : 21955 (java) S 21951 21938 17474 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24196765 889352192 8040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21952/tid=21956] ppid=21951 vsize=868508 CPUtime=0
/proc/21952/task/21956/stat : 21956 (java) S 21951 21938 17474 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24196765 889352192 8040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21952/tid=21957] ppid=21951 vsize=868508 CPUtime=0
/proc/21952/task/21957/stat : 21957 (java) S 21951 21938 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24196767 889352192 8040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21952/tid=21958] ppid=21951 vsize=868508 CPUtime=0.17
/proc/21952/task/21958/stat : 21958 (java) S 21951 21938 17474 0 -1 64 1447 0 0 0 16 1 0 0 16 0 9 0 24196767 889352192 8040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21952/tid=21959] ppid=21951 vsize=868508 CPUtime=0
/proc/21952/task/21959/stat : 21959 (java) S 21951 21938 17474 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24196767 889352192 8040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21952/tid=21960] ppid=21951 vsize=868508 CPUtime=0
/proc/21952/task/21960/stat : 21960 (java) S 21951 21938 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24196767 889352192 8040 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890732

[startup+6.30277 s]
/proc/loadavg: 1.97 1.98 1.99 3/83 21960
/proc/meminfo: memFree=1682632/2055920 swapFree=4192812/4192956
[pid=21938] ppid=21936 vsize=16868 CPUtime=1.87
/proc/21938/stat : 21938 (sugar) S 21936 21938 17474 0 -1 4194304 1309 16411 0 1 6 1 170 10 15 0 1 0 24196570 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21938/statm: 4217 1111 409 3 0 796 0
[pid=21951] ppid=21938 vsize=5356 CPUtime=0
/proc/21951/stat : 21951 (sh) S 21938 21938 17474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24196762 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21951/statm: 1339 233 193 169 0 50 0
[pid=21952] ppid=21951 vsize=868592 CPUtime=4.32
/proc/21952/stat : 21952 (java) S 21951 21938 17474 0 -1 0 14762 0 1 0 422 10 0 0 18 0 9 0 24196762 889438208 13404 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21952/statm: 217148 13404 2567 9 0 211653 0
[pid=21952/tid=21953] ppid=21951 vsize=868592 CPUtime=3.38
/proc/21952/task/21953/stat : 21953 (java) R 21951 21938 17474 0 -1 64 3003 0 1 0 336 2 0 0 25 0 9 0 24196763 889438208 13404 996147200 134512640 134550932 4294955936 18446744073709551615 4126426573 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21952/tid=21954] ppid=21951 vsize=868592 CPUtime=0.73
/proc/21952/task/21954/stat : 21954 (java) S 21951 21938 17474 0 -1 64 9606 0 0 0 68 5 0 0 16 0 9 0 24196764 889438208 13404 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21952/tid=21955] ppid=21951 vsize=868592 CPUtime=0
/proc/21952/task/21955/stat : 21955 (java) S 21951 21938 17474 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24196765 889438208 13404 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21952/tid=21956] ppid=21951 vsize=868592 CPUtime=0
/proc/21952/task/21956/stat : 21956 (java) S 21951 21938 17474 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24196765 889438208 13404 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21952/tid=21957] ppid=21951 vsize=868592 CPUtime=0
/proc/21952/task/21957/stat : 21957 (java) S 21951 21938 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24196767 889438208 13404 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21952/tid=21958] ppid=21951 vsize=868592 CPUtime=0.18
/proc/21952/task/21958/stat : 21958 (java) S 21951 21938 17474 0 -1 64 1449 0 0 0 17 1 0 0 16 0 9 0 24196767 889438208 13404 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21952/tid=21959] ppid=21951 vsize=868592 CPUtime=0
/proc/21952/task/21959/stat : 21959 (java) S 21951 21938 17474 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24196767 889438208 13404 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21952/tid=21960] ppid=21951 vsize=868592 CPUtime=0
/proc/21952/task/21960/stat : 21960 (java) S 21951 21938 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24196767 889438208 13404 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 890816

[startup+12.7019 s]
/proc/loadavg: 2.06 2.00 2.00 3/83 21960
/proc/meminfo: memFree=1644232/2055920 swapFree=4192812/4192956
[pid=21938] ppid=21936 vsize=16868 CPUtime=1.87
/proc/21938/stat : 21938 (sugar) S 21936 21938 17474 0 -1 4194304 1310 16411 0 1 6 1 170 10 16 0 1 0 24196570 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21938/statm: 4217 1111 409 3 0 796 0
[pid=21951] ppid=21938 vsize=5356 CPUtime=0
/proc/21951/stat : 21951 (sh) S 21938 21938 17474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24196762 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21951/statm: 1339 233 193 169 0 50 0
[pid=21952] ppid=21951 vsize=868704 CPUtime=10.65
/proc/21952/stat : 21952 (java) S 21951 21938 17474 0 -1 0 26975 0 1 0 1042 23 0 0 18 0 9 0 24196762 889552896 20330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21952/statm: 217176 20330 2593 9 0 211653 0
[pid=21952/tid=21953] ppid=21951 vsize=868704 CPUtime=8.54
/proc/21952/task/21953/stat : 21953 (java) R 21951 21938 17474 0 -1 64 3465 0 1 0 846 8 0 0 25 0 9 0 24196763 889552896 20330 996147200 134512640 134550932 4294955936 18446744073709551615 4126575579 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21952/tid=21954] ppid=21951 vsize=868704 CPUtime=1.81
/proc/21952/task/21954/stat : 21954 (java) S 21951 21938 17474 0 -1 64 21308 0 0 0 170 11 0 0 16 0 9 0 24196764 889552896 20330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21952/tid=21955] ppid=21951 vsize=868704 CPUtime=0
/proc/21952/task/21955/stat : 21955 (java) S 21951 21938 17474 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24196765 889552896 20330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21952/tid=21956] ppid=21951 vsize=868704 CPUtime=0
/proc/21952/task/21956/stat : 21956 (java) S 21951 21938 17474 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24196765 889552896 20330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21952/tid=21957] ppid=21951 vsize=868704 CPUtime=0
/proc/21952/task/21957/stat : 21957 (java) S 21951 21938 17474 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24196767 889552896 20330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21952/tid=21958] ppid=21951 vsize=868704 CPUtime=0.25
/proc/21952/task/21958/stat : 21958 (java) S 21951 21938 17474 0 -1 64 1498 0 0 0 24 1 0 0 16 0 9 0 24196767 889552896 20330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21952/tid=21959] ppid=21951 vsize=868704 CPUtime=0
/proc/21952/task/21959/stat : 21959 (java) S 21951 21938 17474 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24196767 889552896 20330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21952/tid=21960] ppid=21951 vsize=868704 CPUtime=0
/proc/21952/task/21960/stat : 21960 (java) S 21951 21938 17474 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24196767 889552896 20330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 890928

[startup+25.5023 s]
/proc/loadavg: 2.05 2.00 2.00 3/83 21960
/proc/meminfo: memFree=1582984/2055920 swapFree=4192812/4192956
[pid=21938] ppid=21936 vsize=16868 CPUtime=1.87
/proc/21938/stat : 21938 (sugar) S 21936 21938 17474 0 -1 4194304 1310 16411 0 1 6 1 170 10 16 0 1 0 24196570 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21938/statm: 4217 1111 409 3 0 796 0
[pid=21951] ppid=21938 vsize=5356 CPUtime=0
/proc/21951/stat : 21951 (sh) S 21938 21938 17474 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24196762 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21951/statm: 1339 233 193 169 0 50 0
[pid=21952] ppid=21951 vsize=868704 CPUtime=23.29
/proc/21952/stat : 21952 (java) S 21951 21938 17474 0 -1 0 27401 0 1 0 2267 62 0 0 18 0 9 0 24196762 889552896 20330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21952/statm: 217176 20330 2593 9 0 211653 0
[pid=21952/tid=21953] ppid=21951 vsize=868704 CPUtime=20.95
/proc/21952/task/21953/stat : 21953 (java) R 21951 21938 17474 0 -1 64 3891 0 1 0 2051 44 0 0 25 0 9 0 24196763 889552896 20330 996147200 134512640 134550932 4294955936 18446744073709551615 4127004437 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21952/tid=21954] ppid=21951 vsize=868704 CPUtime=2.04
/proc/21952/task/21954/stat : 21954 (java) S 21951 21938 17474 0 -1 64 21308 0 0 0 190 14 0 0 16 0 9 0 24196764 889552896 20330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21952/tid=21955] ppid=21951 vsize=868704 CPUtime=0
/proc/21952/task/21955/stat : 21955 (java) S 21951 21938 17474 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24196765 889552896 20330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21952/tid=21956] ppid=21951 vsize=868704 CPUtime=0
/proc/21952/task/21956/stat : 21956 (java) S 21951 21938 17474 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24196765 889552896 20330 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21952/tid=21957] ppid=21951 vsize=868704 CPUtime=0

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

/proc/meminfo: memFree=1510664/2055920 swapFree=4192812/4192956
[pid=21938] ppid=21936 vsize=16868 CPUtime=26.25
/proc/21938/stat : 21938 (sugar) S 21936 21938 17474 0 -1 4194304 1365 44156 0 2 6 1 2542 76 16 0 1 0 24196570 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21938/statm: 4217 1113 409 3 0 796 0
[pid=21961] ppid=21938 vsize=5356 CPUtime=0
/proc/21961/stat : 21961 (sh) S 21938 21938 17474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24199229 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21961/statm: 1339 232 193 169 0 50 0
[pid=21962] ppid=21961 vsize=142620 CPUtime=1323.1
/proc/21962/stat : 21962 (picosat) R 21961 21938 17474 0 -1 4194304 34943 0 0 0 130649 1661 0 0 25 0 1 0 24199229 146042880 34128 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21962/statm: 35655 34128 48 102 0 35550 0
Current children cumulated CPU time (s) 1349.35
Current children cumulated vsize (KiB) 164844

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21962
/proc/meminfo: memFree=1509704/2055920 swapFree=4192812/4192956
[pid=21938] ppid=21936 vsize=16868 CPUtime=26.25
/proc/21938/stat : 21938 (sugar) S 21936 21938 17474 0 -1 4194304 1365 44156 0 2 6 1 2542 76 16 0 1 0 24196570 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21938/statm: 4217 1113 409 3 0 796 0
[pid=21961] ppid=21938 vsize=5356 CPUtime=0
/proc/21961/stat : 21961 (sh) S 21938 21938 17474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24199229 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21961/statm: 1339 232 193 169 0 50 0
[pid=21962] ppid=21961 vsize=143412 CPUtime=1382.53
/proc/21962/stat : 21962 (picosat) R 21961 21938 17474 0 -1 4194304 35276 0 0 0 136592 1661 0 0 25 0 1 0 24199229 146853888 34315 996147200 134512640 134931368 4294956256 18446744073709551615 134544809 0 0 4096 0 0 0 0 17 1 0 0
/proc/21962/statm: 35853 34315 48 102 0 35748 0
Current children cumulated CPU time (s) 1408.78
Current children cumulated vsize (KiB) 165636

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21962
/proc/meminfo: memFree=1509640/2055920 swapFree=4192812/4192956
[pid=21938] ppid=21936 vsize=16868 CPUtime=26.25
/proc/21938/stat : 21938 (sugar) S 21936 21938 17474 0 -1 4194304 1365 44156 0 2 6 1 2542 76 16 0 1 0 24196570 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21938/statm: 4217 1113 409 3 0 796 0
[pid=21961] ppid=21938 vsize=5356 CPUtime=0
/proc/21961/stat : 21961 (sh) S 21938 21938 17474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24199229 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21961/statm: 1339 232 193 169 0 50 0
[pid=21962] ppid=21961 vsize=143412 CPUtime=1441.97
/proc/21962/stat : 21962 (picosat) R 21961 21938 17474 0 -1 4194304 35276 0 0 0 142535 1662 0 0 25 0 1 0 24199229 146853888 34315 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21962/statm: 35853 34315 48 102 0 35748 0
Current children cumulated CPU time (s) 1468.22
Current children cumulated vsize (KiB) 165636

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21962
/proc/meminfo: memFree=1509384/2055920 swapFree=4192812/4192956
[pid=21938] ppid=21936 vsize=16868 CPUtime=26.25
/proc/21938/stat : 21938 (sugar) S 21936 21938 17474 0 -1 4194304 1365 44156 0 2 6 1 2542 76 16 0 1 0 24196570 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21938/statm: 4217 1113 409 3 0 796 0
[pid=21961] ppid=21938 vsize=5356 CPUtime=0
/proc/21961/stat : 21961 (sh) S 21938 21938 17474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24199229 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21961/statm: 1339 232 193 169 0 50 0
[pid=21962] ppid=21961 vsize=143412 CPUtime=1501.4
/proc/21962/stat : 21962 (picosat) R 21961 21938 17474 0 -1 4194304 35468 0 0 0 148478 1662 0 0 25 0 1 0 24199229 146853888 34354 996147200 134512640 134931368 4294956256 18446744073709551615 134524197 0 0 4096 0 0 0 0 17 1 0 0
/proc/21962/statm: 35853 34354 48 102 0 35748 0
Current children cumulated CPU time (s) 1527.65
Current children cumulated vsize (KiB) 165636

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21962
/proc/meminfo: memFree=1509384/2055920 swapFree=4192812/4192956
[pid=21938] ppid=21936 vsize=16868 CPUtime=26.25
/proc/21938/stat : 21938 (sugar) S 21936 21938 17474 0 -1 4194304 1365 44156 0 2 6 1 2542 76 16 0 1 0 24196570 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21938/statm: 4217 1113 409 3 0 796 0
[pid=21961] ppid=21938 vsize=5356 CPUtime=0
/proc/21961/stat : 21961 (sh) S 21938 21938 17474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24199229 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21961/statm: 1339 232 193 169 0 50 0
[pid=21962] ppid=21961 vsize=143412 CPUtime=1560.83
/proc/21962/stat : 21962 (picosat) R 21961 21938 17474 0 -1 4194304 35468 0 0 0 154421 1662 0 0 25 0 1 0 24199229 146853888 34354 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/21962/statm: 35853 34354 48 102 0 35748 0
Current children cumulated CPU time (s) 1587.08
Current children cumulated vsize (KiB) 165636

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21962
/proc/meminfo: memFree=1509384/2055920 swapFree=4192812/4192956
[pid=21938] ppid=21936 vsize=16868 CPUtime=26.25
/proc/21938/stat : 21938 (sugar) S 21936 21938 17474 0 -1 4194304 1365 44156 0 2 6 1 2542 76 16 0 1 0 24196570 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21938/statm: 4217 1113 409 3 0 796 0
[pid=21961] ppid=21938 vsize=5356 CPUtime=0
/proc/21961/stat : 21961 (sh) S 21938 21938 17474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24199229 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21961/statm: 1339 232 193 169 0 50 0
[pid=21962] ppid=21961 vsize=143544 CPUtime=1620.26
/proc/21962/stat : 21962 (picosat) R 21961 21938 17474 0 -1 4194304 35503 0 0 0 160364 1662 0 0 25 0 1 0 24199229 146989056 34389 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/21962/statm: 35886 34389 48 102 0 35781 0
Current children cumulated CPU time (s) 1646.51
Current children cumulated vsize (KiB) 165768

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 21962
/proc/meminfo: memFree=1508168/2055920 swapFree=4192812/4192956
[pid=21938] ppid=21936 vsize=16868 CPUtime=26.25
/proc/21938/stat : 21938 (sugar) S 21936 21938 17474 0 -1 4194304 1365 44156 0 2 6 1 2542 76 16 0 1 0 24196570 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21938/statm: 4217 1113 409 3 0 796 0
[pid=21961] ppid=21938 vsize=5356 CPUtime=0
/proc/21961/stat : 21961 (sh) S 21938 21938 17474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24199229 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21961/statm: 1339 232 193 169 0 50 0
[pid=21962] ppid=21961 vsize=144468 CPUtime=1679.71
/proc/21962/stat : 21962 (picosat) R 21961 21938 17474 0 -1 4194304 35883 0 0 0 166308 1663 0 0 25 0 1 0 24199229 147935232 34610 996147200 134512640 134931368 4294956256 18446744073709551615 134525807 0 0 4096 0 0 0 0 17 1 0 0
/proc/21962/statm: 36117 34610 48 102 0 36012 0
Current children cumulated CPU time (s) 1705.96
Current children cumulated vsize (KiB) 166692

[startup+1782.3 s]
/proc/loadavg: 1.96 1.98 1.99 3/76 21991
/proc/meminfo: memFree=1535872/2055920 swapFree=4192812/4192956
[pid=21938] ppid=21936 vsize=16868 CPUtime=26.25
/proc/21938/stat : 21938 (sugar) S 21936 21938 17474 0 -1 4194304 1365 44156 0 2 6 1 2542 76 16 0 1 0 24196570 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21938/statm: 4217 1113 409 3 0 796 0
[pid=21961] ppid=21938 vsize=5356 CPUtime=0
/proc/21961/stat : 21961 (sh) S 21938 21938 17474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24199229 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21961/statm: 1339 232 193 169 0 50 0
[pid=21962] ppid=21961 vsize=144468 CPUtime=1739.57
/proc/21962/stat : 21962 (picosat) R 21961 21938 17474 0 -1 4194304 35883 0 0 0 172293 1664 0 0 25 0 1 0 24199229 147935232 34610 996147200 134512640 134931368 4294956256 18446744073709551615 134525924 0 0 4096 0 0 0 0 17 0 0 0
/proc/21962/statm: 36117 34610 48 102 0 36012 0
Current children cumulated CPU time (s) 1765.82
Current children cumulated vsize (KiB) 166692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1816.5 s]
/proc/loadavg: 1.98 1.98 1.99 3/76 21991
/proc/meminfo: memFree=1535104/2055920 swapFree=4192812/4192956
[pid=21938] ppid=21936 vsize=16868 CPUtime=26.25
/proc/21938/stat : 21938 (sugar) S 21936 21938 17474 0 -1 4194304 1365 44156 0 2 6 1 2542 76 16 0 1 0 24196570 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21938/statm: 4217 1113 409 3 0 796 0
[pid=21961] ppid=21938 vsize=5356 CPUtime=0
/proc/21961/stat : 21961 (sh) S 21938 21938 17474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24199229 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21961/statm: 1339 232 193 169 0 50 0
[pid=21962] ppid=21961 vsize=145392 CPUtime=1773.76
/proc/21962/stat : 21962 (picosat) R 21961 21938 17474 0 -1 4194304 36118 0 0 0 175712 1664 0 0 25 0 1 0 24199229 148881408 34845 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21962/statm: 36348 34845 48 102 0 36243 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 167616

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

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

[startup+1816.5 s]
/proc/loadavg: 1.98 1.98 1.99 3/76 21991
/proc/meminfo: memFree=1535104/2055920 swapFree=4192812/4192956
[pid=21938] ppid=21936 vsize=16868 CPUtime=26.25
/proc/21938/stat : 21938 (sugar) S 21936 21938 17474 0 -1 4194304 1365 44156 0 2 6 1 2542 76 16 0 1 0 24196570 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21938/statm: 4217 1113 409 3 0 796 0
[pid=21961] ppid=21938 vsize=5356 CPUtime=0
/proc/21961/stat : 21961 (sh) S 21938 21938 17474 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24199229 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21961/statm: 1339 232 193 169 0 50 0
[pid=21962] ppid=21961 vsize=145392 CPUtime=1773.76
/proc/21962/stat : 21962 (picosat) R 21961 21938 17474 0 -1 4194304 36118 0 0 0 175712 1664 0 0 25 0 1 0 24199229 148881408 34845 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21962/statm: 36348 34845 48 102 0 36243 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 167616

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21938 and gives
#  childrusage.ru_utime.tv_sec=25
#  childrusage.ru_utime.tv_usec=490124
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=777881
# CPU time returned by wait4() is 26.268
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1816.53
CPU time (s): 1800.01
CPU user time (s): 1782.6
CPU system time (s): 17.41
CPU usage (%): 99.0905
Max. virtual memory (cumulated for all children) (KiB): 901064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 25.4901
system time used= 0.777881
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45915
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= 9639
involuntary context switches= 10033

runsolver used 2.28965 second user time and 5.99109 second system time

The end

Launcher Data

Begin job on node2 at 2009-07-12 06:01:29
IDJOB=2080805
IDBENCH=57173
IDSOLVER=738
FILE ID=node2/2080805-1247371289
PBS_JOBID= 9507033
Free space on /tmp= 66328 MiB

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

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

MD5SUM BENCH= fc8636b483e33815847709f2fb0cf1bf
RANDOM SEED=618173771

node2.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 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.265
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1724928 kB
Buffers:         37744 kB
Cached:         181556 kB
SwapCached:          0 kB
Active:         188892 kB
Inactive:        87688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1724928 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4896 kB
Writeback:           0 kB
Mapped:          68856 kB
Slab:            39600 kB
Committed_AS:   207596 kB
PageTables:       1916 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= 66332 MiB
End job on node2 at 2009-07-12 06:31:47