Trace number 2070036

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

General information on the benchmark

Namecsp/wordsVg/
normalized-crossword-m1c-words-vg8-8_ext.xml
MD5SUMa8551468042d10e236fa44d6ce944fc0
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 benchmark277.456
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints16
Maximum constraint arity8
Maximum domain size26
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.08	c 0	BEGIN Sun Jul 12 00:23:05 2009
0.05/0.08	c 0	PID 18897
0.05/0.08	c 0	HOST node73.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2070036-1247350985.xml TO HOME/temp.csp
0.05/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-2070036-1247350985.xml' 'HOME/temp.csp'
0.06/0.54	c 0	1 domains, 64 variables, 0 predicates, 1 relations, 16 constraints
0.06/0.56	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.56	c 0	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'
0.51/0.64	c 1	Parsing HOME/temp.csp
0.51/0.76	c 1	parsed 82 expressions
0.51/0.77	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.51/0.77	c 1	Converting to clausal form CSP
0.51/0.79	c 1	converted 9 (10%) expressions
0.51/0.79	c 1	converted 17 (20%) expressions
0.51/0.79	c 1	converted 25 (30%) expressions
0.51/0.79	c 1	converted 33 (40%) expressions
0.51/0.79	c 1	converted 41 (50%) expressions
0.51/0.79	c 1	converted 50 (60%) expressions
0.51/0.79	c 1	converted 58 (70%) expressions
0.51/0.80	c 1	converted 66 (80%) expressions
1.51/1.62	c 1	converted 74 (90%) expressions
2.21/2.38	c 2	converted 82 (100%) expressions
2.21/2.38	c 2	CSP : 64 integers, 0 booleans, 16 clauses, largest domain size 26
2.21/2.38	c 2	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.21/2.38	c 2	Propagation in CSP
2.21/2.38	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.21/2.38	c 2	CSP : 64 integers, 0 booleans, 16 clauses, largest domain size 26
2.21/2.38	c 2	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.21/2.38	c 2	Simplifing CSP by introducing new Boolean variables
2.21/2.38	c 2	CSP : 64 integers, 0 booleans, 16 clauses, largest domain size 26
2.21/2.38	c 2	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.50/2.61	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.50/2.62	c 2	7 (10%) CSP integer variables are encoded (168 clauses, 1704 bytes)
2.50/2.62	c 2	13 (20%) CSP integer variables are encoded (312 clauses, 3288 bytes)
2.50/2.63	c 3	20 (30%) CSP integer variables are encoded (480 clauses, 5136 bytes)
2.50/2.63	c 3	26 (40%) CSP integer variables are encoded (624 clauses, 6720 bytes)
2.50/2.63	c 3	32 (50%) CSP integer variables are encoded (768 clauses, 8304 bytes)
2.50/2.63	c 3	39 (60%) CSP integer variables are encoded (936 clauses, 10152 bytes)
2.50/2.63	c 3	45 (70%) CSP integer variables are encoded (1080 clauses, 11977 bytes)
2.50/2.63	c 3	52 (80%) CSP integer variables are encoded (1248 clauses, 14161 bytes)
2.50/2.63	c 3	58 (90%) CSP integer variables are encoded (1392 clauses, 16033 bytes)
2.50/2.64	c 3	64 (100%) CSP integer variables are encoded (1536 clauses, 17905 bytes)
31.40/31.81	c 32	2 (10%) CSP clauses are encoded (128230 clauses, 6094887 bytes)
60.99/61.74	c 62	4 (20%) CSP clauses are encoded (254924 clauses, 12773107 bytes)
75.34/76.29	c 76	5 (30%) CSP clauses are encoded (318271 clauses, 16112445 bytes)
105.13/106.30	c 106	7 (40%) CSP clauses are encoded (444965 clauses, 23033733 bytes)
120.07/121.44	c 121	8 (50%) CSP clauses are encoded (508312 clauses, 26494377 bytes)
149.96/151.67	c 152	10 (60%) CSP clauses are encoded (635006 clauses, 33284551 bytes)
179.75/181.71	c 182	12 (70%) CSP clauses are encoded (761700 clauses, 39942267 bytes)
195.18/197.35	c 197	13 (80%) CSP clauses are encoded (825047 clauses, 43271628 bytes)
224.88/227.36	c 227	15 (90%) CSP clauses are encoded (951741 clauses, 51344426 bytes)
240.02/242.66	c 243	16 (100%) CSP clauses are encoded (1015088 clauses, 55380825 bytes)
240.02/242.66	c 243	16 CSP clauses encoded
240.02/242.66	c 243	Writing map file : HOME/temp.map
240.02/242.66	c 243	Heap : 78 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
240.02/242.66	c 243	SAT : 1600 SAT variables, 1015088 SAT clauses, 55380825 bytes
240.02/242.66	c 243	Heap : 78 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
240.10/242.71	c 243	SOLVING HOME/temp.cnf
240.10/242.71	c 243	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1810.42	c ERROR INTERRUPTED
1800.03/1810.42	s UNKNOWN
1800.03/1810.42	c 1810	CPU 240.13 (0.07 0.01 239.34 0.71)
1800.03/1810.42	c 1810	END Sun Jul 12 00:53:15 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-2070036-1247350985/watcher-2070036-1247350985 -o /tmp/evaluation-result-2070036-1247350985/solver-2070036-1247350985 -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-2070036-1247350985.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: 2.00 2.00 2.00 4/83 18897
/proc/meminfo: memFree=1457368/2055920 swapFree=4192812/4192956
[pid=18897] ppid=18895 vsize=12132 CPUtime=0
/proc/18897/stat : 18897 (sugar) R 18895 18897 18659 0 -1 4194304 214 0 0 0 0 0 0 0 20 0 1 0 22163836 12423168 182 996147200 4194304 4206940 548682068608 18446744073709551615 210723313085 0 0 4224 0 0 0 0 17 1 0 0
/proc/18897/statm: 3033 182 142 3 0 133 0

[startup+0.080808 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 18897
/proc/meminfo: memFree=1457368/2055920 swapFree=4192812/4192956
[pid=18897] ppid=18895 vsize=16608 CPUtime=0.05
/proc/18897/stat : 18897 (sugar) R 18895 18897 18659 0 -1 4194304 1059 0 0 0 5 0 0 0 18 0 1 0 22163836 17006592 1027 996147200 4194304 4206940 548682068608 18446744073709551615 210736824816 0 0 4224 0 0 0 0 17 1 0 0
/proc/18897/statm: 4152 1027 380 3 0 731 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16608

[startup+0.102814 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 18897
/proc/meminfo: memFree=1457368/2055920 swapFree=4192812/4192956
[pid=18897] ppid=18895 vsize=16868 CPUtime=0.06
/proc/18897/stat : 18897 (sugar) S 18895 18897 18659 0 -1 4194304 1227 128 0 0 6 0 0 0 19 0 1 0 22163836 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18897/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301836 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 18897
/proc/meminfo: memFree=1457368/2055920 swapFree=4192812/4192956
[pid=18897] ppid=18895 vsize=16868 CPUtime=0.06
/proc/18897/stat : 18897 (sugar) S 18895 18897 18659 0 -1 4194304 1227 128 0 0 6 0 0 0 19 0 1 0 22163836 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18897/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70188 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 18897
/proc/meminfo: memFree=1457368/2055920 swapFree=4192812/4192956
[pid=18897] ppid=18895 vsize=16868 CPUtime=0.51
/proc/18897/stat : 18897 (sugar) S 18895 18897 18659 0 -1 4194304 1309 6549 0 1 6 0 41 4 16 0 1 0 22163836 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18897/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 16868

[startup+1.50298 s]
/proc/loadavg: 2.00 2.00 2.00 4/94 18919
/proc/meminfo: memFree=1440056/2055920 swapFree=4192812/4192956
[pid=18897] ppid=18895 vsize=16868 CPUtime=0.51
/proc/18897/stat : 18897 (sugar) S 18895 18897 18659 0 -1 4194304 1310 6549 0 1 6 0 41 4 15 0 1 0 22163836 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18897/statm: 4217 1111 409 3 0 796 0
[pid=18910] ppid=18897 vsize=5356 CPUtime=0
/proc/18910/stat : 18910 (sh) S 18897 18897 18659 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22163893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18910/statm: 1339 233 193 169 0 50 0
[pid=18911] ppid=18910 vsize=864428 CPUtime=0.91
/proc/18911/stat : 18911 (java) S 18910 18897 18659 0 -1 0 10412 0 1 0 87 4 0 0 18 0 9 0 22163893 885174272 9578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18911/statm: 216107 9578 2566 9 0 210612 0
[pid=18911/tid=18912] ppid=18910 vsize=864428 CPUtime=0.39
/proc/18911/task/18912/stat : 18912 (java) R 18910 18897 18659 0 -1 64 2784 0 1 0 37 2 0 0 19 0 9 0 22163894 885174272 9578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18913] ppid=18910 vsize=864428 CPUtime=0.46
/proc/18911/task/18913/stat : 18913 (java) R 18910 18897 18659 0 -1 64 6623 0 0 0 45 1 0 0 17 0 9 0 22163895 885174272 9578 996147200 134512640 134550932 4294955936 18446744073709551615 102768016 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18914] ppid=18910 vsize=864428 CPUtime=0
/proc/18911/task/18914/stat : 18914 (java) S 18910 18897 18659 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22163895 885174272 9578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18915] ppid=18910 vsize=864428 CPUtime=0
/proc/18911/task/18915/stat : 18915 (java) S 18910 18897 18659 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22163895 885174272 9578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18916] ppid=18910 vsize=864428 CPUtime=0
/proc/18911/task/18916/stat : 18916 (java) S 18910 18897 18659 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22163897 885174272 9578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18917] ppid=18910 vsize=864428 CPUtime=0.04
/proc/18911/task/18917/stat : 18917 (java) S 18910 18897 18659 0 -1 64 307 0 0 0 4 0 0 0 16 0 9 0 22163898 885174272 9578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18918] ppid=18910 vsize=864428 CPUtime=0
/proc/18911/task/18918/stat : 18918 (java) S 18910 18897 18659 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22163898 885174272 9578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18919] ppid=18910 vsize=864428 CPUtime=0
/proc/18911/task/18919/stat : 18919 (java) S 18910 18897 18659 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22163898 885174272 9578 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886652

[startup+3.10116 s]
/proc/loadavg: 2.08 2.02 2.01 4/94 18919
/proc/meminfo: memFree=1409016/2055920 swapFree=4192812/4192956
[pid=18897] ppid=18895 vsize=16868 CPUtime=0.51
/proc/18897/stat : 18897 (sugar) S 18895 18897 18659 0 -1 4194304 1310 6549 0 1 6 0 41 4 15 0 1 0 22163836 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18897/statm: 4217 1111 409 3 0 796 0
[pid=18910] ppid=18897 vsize=5356 CPUtime=0
/proc/18910/stat : 18910 (sh) S 18897 18897 18659 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22163893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18910/statm: 1339 233 193 169 0 50 0
[pid=18911] ppid=18910 vsize=864400 CPUtime=2.49
/proc/18911/stat : 18911 (java) S 18910 18897 18659 0 -1 0 18625 0 1 0 240 9 0 0 18 0 9 0 22163893 885145600 17673 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18911/statm: 216100 17673 2590 9 0 210577 0
[pid=18911/tid=18912] ppid=18910 vsize=864400 CPUtime=1.14
/proc/18911/task/18912/stat : 18912 (java) R 18910 18897 18659 0 -1 64 3417 0 1 0 111 3 0 0 21 0 9 0 22163894 885145600 17673 996147200 134512640 134550932 4294955936 18446744073709551615 4126562647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18913] ppid=18910 vsize=864400 CPUtime=1.25
/proc/18911/task/18913/stat : 18913 (java) S 18910 18897 18659 0 -1 64 14181 0 0 0 120 5 0 0 16 0 9 0 22163895 885145600 17673 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18914] ppid=18910 vsize=864400 CPUtime=0
/proc/18911/task/18914/stat : 18914 (java) S 18910 18897 18659 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22163895 885145600 17673 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18915] ppid=18910 vsize=864400 CPUtime=0
/proc/18911/task/18915/stat : 18915 (java) S 18910 18897 18659 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22163895 885145600 17673 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18916] ppid=18910 vsize=864400 CPUtime=0
/proc/18911/task/18916/stat : 18916 (java) S 18910 18897 18659 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22163897 885145600 17673 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18917] ppid=18910 vsize=864400 CPUtime=0.07
/proc/18911/task/18917/stat : 18917 (java) S 18910 18897 18659 0 -1 64 329 0 0 0 7 0 0 0 16 0 9 0 22163898 885145600 17673 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18918] ppid=18910 vsize=864400 CPUtime=0
/proc/18911/task/18918/stat : 18918 (java) S 18910 18897 18659 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22163898 885145600 17673 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18919] ppid=18910 vsize=864400 CPUtime=0
/proc/18911/task/18919/stat : 18919 (java) S 18910 18897 18659 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22163898 885145600 17673 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886624

[startup+6.30254 s]
/proc/loadavg: 2.08 2.02 2.01 3/94 18919
/proc/meminfo: memFree=1392376/2055920 swapFree=4192812/4192956
[pid=18897] ppid=18895 vsize=16868 CPUtime=0.51
/proc/18897/stat : 18897 (sugar) S 18895 18897 18659 0 -1 4194304 1310 6549 0 1 6 0 41 4 15 0 1 0 22163836 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18897/statm: 4217 1111 409 3 0 796 0
[pid=18910] ppid=18897 vsize=5356 CPUtime=0
/proc/18910/stat : 18910 (sh) S 18897 18897 18659 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22163893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18910/statm: 1339 233 193 169 0 50 0
[pid=18911] ppid=18910 vsize=864400 CPUtime=5.65
/proc/18911/stat : 18911 (java) S 18910 18897 18659 0 -1 0 19081 0 1 0 556 9 0 0 18 0 9 0 22163893 885145600 18120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18911/statm: 216100 18120 2590 9 0 210577 0
[pid=18911/tid=18912] ppid=18910 vsize=864400 CPUtime=4.28
/proc/18911/task/18912/stat : 18912 (java) R 18910 18897 18659 0 -1 64 3426 0 1 0 425 3 0 0 25 0 9 0 22163894 885145600 18120 996147200 134512640 134550932 4294955936 18446744073709551615 102094241 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18913] ppid=18910 vsize=864400 CPUtime=1.28
/proc/18911/task/18913/stat : 18913 (java) S 18910 18897 18659 0 -1 64 14628 0 0 0 123 5 0 0 16 0 9 0 22163895 885145600 18120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18914] ppid=18910 vsize=864400 CPUtime=0
/proc/18911/task/18914/stat : 18914 (java) S 18910 18897 18659 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22163895 885145600 18120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18915] ppid=18910 vsize=864400 CPUtime=0
/proc/18911/task/18915/stat : 18915 (java) S 18910 18897 18659 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22163895 885145600 18120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18916] ppid=18910 vsize=864400 CPUtime=0
/proc/18911/task/18916/stat : 18916 (java) S 18910 18897 18659 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22163897 885145600 18120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18917] ppid=18910 vsize=864400 CPUtime=0.07
/proc/18911/task/18917/stat : 18917 (java) S 18910 18897 18659 0 -1 64 329 0 0 0 7 0 0 0 16 0 9 0 22163898 885145600 18120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18918] ppid=18910 vsize=864400 CPUtime=0
/proc/18911/task/18918/stat : 18918 (java) S 18910 18897 18659 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22163898 885145600 18120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18919] ppid=18910 vsize=864400 CPUtime=0
/proc/18911/task/18919/stat : 18919 (java) S 18910 18897 18659 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22163898 885145600 18120 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 886624

[startup+12.7013 s]
/proc/loadavg: 2.07 2.02 2.00 3/94 18919
/proc/meminfo: memFree=1386808/2055920 swapFree=4192812/4192956
[pid=18897] ppid=18895 vsize=16868 CPUtime=0.51
/proc/18897/stat : 18897 (sugar) S 18895 18897 18659 0 -1 4194304 1310 6549 0 1 6 0 41 4 15 0 1 0 22163836 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18897/statm: 4217 1111 409 3 0 796 0
[pid=18910] ppid=18897 vsize=5356 CPUtime=0
/proc/18910/stat : 18910 (sh) S 18897 18897 18659 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22163893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18910/statm: 1339 233 193 169 0 50 0
[pid=18911] ppid=18910 vsize=864400 CPUtime=11.98
/proc/18911/stat : 18911 (java) S 18910 18897 18659 0 -1 0 20172 0 1 0 1189 9 0 0 18 0 9 0 22163893 885145600 19191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18911/statm: 216100 19191 2590 9 0 210577 0
[pid=18911/tid=18912] ppid=18910 vsize=864400 CPUtime=10.54
/proc/18911/task/18912/stat : 18912 (java) R 18910 18897 18659 0 -1 64 3446 0 1 0 1051 3 0 0 25 0 9 0 22163894 885145600 19191 996147200 134512640 134550932 4294955936 18446744073709551615 4126562597 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18913] ppid=18910 vsize=864400 CPUtime=1.34
/proc/18911/task/18913/stat : 18913 (java) S 18910 18897 18659 0 -1 64 15699 0 0 0 129 5 0 0 16 0 9 0 22163895 885145600 19191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18914] ppid=18910 vsize=864400 CPUtime=0
/proc/18911/task/18914/stat : 18914 (java) S 18910 18897 18659 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22163895 885145600 19191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18915] ppid=18910 vsize=864400 CPUtime=0
/proc/18911/task/18915/stat : 18915 (java) S 18910 18897 18659 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22163895 885145600 19191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18916] ppid=18910 vsize=864400 CPUtime=0
/proc/18911/task/18916/stat : 18916 (java) S 18910 18897 18659 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22163897 885145600 19191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18917] ppid=18910 vsize=864400 CPUtime=0.07
/proc/18911/task/18917/stat : 18917 (java) S 18910 18897 18659 0 -1 64 329 0 0 0 7 0 0 0 16 0 9 0 22163898 885145600 19191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18918] ppid=18910 vsize=864400 CPUtime=0
/proc/18911/task/18918/stat : 18918 (java) S 18910 18897 18659 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22163898 885145600 19191 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18919] ppid=18910 vsize=864400 CPUtime=0
/proc/18911/task/18919/stat : 18919 (java) S 18910 18897 18659 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22163898 885145600 19191 996147200 134512640 134550932 4294955936 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) 886624

[startup+25.5028 s]
/proc/loadavg: 2.06 2.01 2.00 3/94 18919
/proc/meminfo: memFree=1377336/2055920 swapFree=4192812/4192956
[pid=18897] ppid=18895 vsize=16868 CPUtime=0.51
/proc/18897/stat : 18897 (sugar) S 18895 18897 18659 0 -1 4194304 1310 6549 0 1 6 0 41 4 15 0 1 0 22163836 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18897/statm: 4217 1111 409 3 0 796 0
[pid=18910] ppid=18897 vsize=5356 CPUtime=0
/proc/18910/stat : 18910 (sh) S 18897 18897 18659 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22163893 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18910/statm: 1339 233 193 169 0 50 0
[pid=18911] ppid=18910 vsize=864400 CPUtime=24.64
/proc/18911/stat : 18911 (java) S 18910 18897 18659 0 -1 0 21786 0 1 0 2451 13 0 0 18 0 9 0 22163893 885145600 20754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18911/statm: 216100 20754 2590 9 0 210577 0
[pid=18911/tid=18912] ppid=18910 vsize=864400 CPUtime=23.1
/proc/18911/task/18912/stat : 18912 (java) R 18910 18897 18659 0 -1 64 3498 0 1 0 2304 6 0 0 25 0 9 0 22163894 885145600 20754 996147200 134512640 134550932 4294955936 18446744073709551615 4126562503 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18913] ppid=18910 vsize=864400 CPUtime=1.45
/proc/18911/task/18913/stat : 18913 (java) S 18910 18897 18659 0 -1 64 17258 0 0 0 139 6 0 0 16 0 9 0 22163895 885145600 20754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18914] ppid=18910 vsize=864400 CPUtime=0
/proc/18911/task/18914/stat : 18914 (java) S 18910 18897 18659 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22163895 885145600 20754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18915] ppid=18910 vsize=864400 CPUtime=0
/proc/18911/task/18915/stat : 18915 (java) S 18910 18897 18659 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22163895 885145600 20754 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18911/tid=18916] ppid=18910 vsize=864400 CPUtime=0

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

/proc/meminfo: memFree=1704904/2055920 swapFree=4192812/4192956
[pid=18897] ppid=18895 vsize=16868 CPUtime=240.13
/proc/18897/stat : 18897 (sugar) S 18895 18897 18659 0 -1 4194304 1365 52632 0 2 7 1 23934 71 16 0 1 0 22163836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18897/statm: 4217 1113 409 3 0 796 0
[pid=18920] ppid=18897 vsize=5356 CPUtime=0
/proc/18920/stat : 18920 (sh) S 18897 18897 18659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22188107 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18920/statm: 1339 232 193 169 0 50 0
[pid=18921] ppid=18920 vsize=86188 CPUtime=1052.01
/proc/18921/stat : 18921 (picosat) R 18920 18897 18659 0 -1 4194304 21867 0 0 0 103697 1504 0 0 25 0 1 0 22188108 88256512 20525 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/18921/statm: 21547 20525 48 102 0 21442 0
Current children cumulated CPU time (s) 1292.14
Current children cumulated vsize (KiB) 108412

[startup+1362.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 19040
/proc/meminfo: memFree=1678856/2055920 swapFree=4192812/4192956
[pid=18897] ppid=18895 vsize=16868 CPUtime=240.13
/proc/18897/stat : 18897 (sugar) S 18895 18897 18659 0 -1 4194304 1365 52632 0 2 7 1 23934 71 16 0 1 0 22163836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18897/statm: 4217 1113 409 3 0 796 0
[pid=18920] ppid=18897 vsize=5356 CPUtime=0
/proc/18920/stat : 18920 (sh) S 18897 18897 18659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22188107 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18920/statm: 1339 232 193 169 0 50 0
[pid=18921] ppid=18920 vsize=87244 CPUtime=1111.98
/proc/18921/stat : 18921 (picosat) R 18920 18897 18659 0 -1 4194304 22317 0 0 0 109693 1505 0 0 25 0 1 0 22188108 89337856 20794 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18921/statm: 21811 20794 48 102 0 21706 0
Current children cumulated CPU time (s) 1352.11
Current children cumulated vsize (KiB) 109468

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 19040
/proc/meminfo: memFree=1660296/2055920 swapFree=4192812/4192956
[pid=18897] ppid=18895 vsize=16868 CPUtime=240.13
/proc/18897/stat : 18897 (sugar) S 18895 18897 18659 0 -1 4194304 1365 52632 0 2 7 1 23934 71 16 0 1 0 22163836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18897/statm: 4217 1113 409 3 0 796 0
[pid=18920] ppid=18897 vsize=5356 CPUtime=0
/proc/18920/stat : 18920 (sh) S 18897 18897 18659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22188107 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18920/statm: 1339 232 193 169 0 50 0
[pid=18921] ppid=18920 vsize=87244 CPUtime=1171.96
/proc/18921/stat : 18921 (picosat) R 18920 18897 18659 0 -1 4194304 22317 0 0 0 115691 1505 0 0 25 0 1 0 22188108 89337856 20794 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18921/statm: 21811 20794 48 102 0 21706 0
Current children cumulated CPU time (s) 1412.09
Current children cumulated vsize (KiB) 109468

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 19040
/proc/meminfo: memFree=1660232/2055920 swapFree=4192812/4192956
[pid=18897] ppid=18895 vsize=16868 CPUtime=240.13
/proc/18897/stat : 18897 (sugar) S 18895 18897 18659 0 -1 4194304 1365 52632 0 2 7 1 23934 71 16 0 1 0 22163836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18897/statm: 4217 1113 409 3 0 796 0
[pid=18920] ppid=18897 vsize=5356 CPUtime=0
/proc/18920/stat : 18920 (sh) S 18897 18897 18659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22188107 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18920/statm: 1339 232 193 169 0 50 0
[pid=18921] ppid=18920 vsize=87044 CPUtime=1231.93
/proc/18921/stat : 18921 (picosat) R 18920 18897 18659 0 -1 4194304 22519 0 0 0 121688 1505 0 0 25 0 1 0 22188108 89133056 20765 996147200 134512640 134931368 4294956256 18446744073709551615 134525760 0 0 4096 0 0 0 0 17 0 0 0
/proc/18921/statm: 21761 20765 48 102 0 21656 0
Current children cumulated CPU time (s) 1472.06
Current children cumulated vsize (KiB) 109268

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 19040
/proc/meminfo: memFree=1660168/2055920 swapFree=4192812/4192956
[pid=18897] ppid=18895 vsize=16868 CPUtime=240.13
/proc/18897/stat : 18897 (sugar) S 18895 18897 18659 0 -1 4194304 1365 52632 0 2 7 1 23934 71 16 0 1 0 22163836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18897/statm: 4217 1113 409 3 0 796 0
[pid=18920] ppid=18897 vsize=5356 CPUtime=0
/proc/18920/stat : 18920 (sh) S 18897 18897 18659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22188107 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18920/statm: 1339 232 193 169 0 50 0
[pid=18921] ppid=18920 vsize=87044 CPUtime=1291.9
/proc/18921/stat : 18921 (picosat) R 18920 18897 18659 0 -1 4194304 22519 0 0 0 127685 1505 0 0 25 0 1 0 22188108 89133056 20765 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18921/statm: 21761 20765 48 102 0 21656 0
Current children cumulated CPU time (s) 1532.03
Current children cumulated vsize (KiB) 109268

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 19040
/proc/meminfo: memFree=1659656/2055920 swapFree=4192812/4192956
[pid=18897] ppid=18895 vsize=16868 CPUtime=240.13
/proc/18897/stat : 18897 (sugar) S 18895 18897 18659 0 -1 4194304 1365 52632 0 2 7 1 23934 71 16 0 1 0 22163836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18897/statm: 4217 1113 409 3 0 796 0
[pid=18920] ppid=18897 vsize=5356 CPUtime=0
/proc/18920/stat : 18920 (sh) S 18897 18897 18659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22188107 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18920/statm: 1339 232 193 169 0 50 0
[pid=18921] ppid=18920 vsize=87572 CPUtime=1351.88
/proc/18921/stat : 18921 (picosat) R 18920 18897 18659 0 -1 4194304 22829 0 0 0 133683 1505 0 0 25 0 1 0 22188108 89673728 20882 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18921/statm: 21893 20882 48 102 0 21788 0
Current children cumulated CPU time (s) 1592.01
Current children cumulated vsize (KiB) 109796

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 19042
/proc/meminfo: memFree=1659528/2055920 swapFree=4192812/4192956
[pid=18897] ppid=18895 vsize=16868 CPUtime=240.13
/proc/18897/stat : 18897 (sugar) S 18895 18897 18659 0 -1 4194304 1365 52632 0 2 7 1 23934 71 16 0 1 0 22163836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18897/statm: 4217 1113 409 3 0 796 0
[pid=18920] ppid=18897 vsize=5356 CPUtime=0
/proc/18920/stat : 18920 (sh) S 18897 18897 18659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22188107 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18920/statm: 1339 232 193 169 0 50 0
[pid=18921] ppid=18920 vsize=87572 CPUtime=1411.85
/proc/18921/stat : 18921 (picosat) R 18920 18897 18659 0 -1 4194304 22829 0 0 0 139680 1505 0 0 25 0 1 0 22188108 89673728 20882 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18921/statm: 21893 20882 48 102 0 21788 0
Current children cumulated CPU time (s) 1651.98
Current children cumulated vsize (KiB) 109796

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 19042
/proc/meminfo: memFree=1658320/2055920 swapFree=4192812/4192956
[pid=18897] ppid=18895 vsize=16868 CPUtime=240.13
/proc/18897/stat : 18897 (sugar) S 18895 18897 18659 0 -1 4194304 1365 52632 0 2 7 1 23934 71 16 0 1 0 22163836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18897/statm: 4217 1113 409 3 0 796 0
[pid=18920] ppid=18897 vsize=5356 CPUtime=0
/proc/18920/stat : 18920 (sh) S 18897 18897 18659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22188107 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18920/statm: 1339 232 193 169 0 50 0
[pid=18921] ppid=18920 vsize=88892 CPUtime=1471.83
/proc/18921/stat : 18921 (picosat) R 18920 18897 18659 0 -1 4194304 23180 0 0 0 145677 1506 0 0 25 0 1 0 22188108 91025408 21233 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18921/statm: 22223 21233 48 102 0 22118 0
Current children cumulated CPU time (s) 1711.96
Current children cumulated vsize (KiB) 111116

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 19042
/proc/meminfo: memFree=1657616/2055920 swapFree=4192812/4192956
[pid=18897] ppid=18895 vsize=16868 CPUtime=240.13
/proc/18897/stat : 18897 (sugar) S 18895 18897 18659 0 -1 4194304 1365 52632 0 2 7 1 23934 71 16 0 1 0 22163836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18897/statm: 4217 1113 409 3 0 796 0
[pid=18920] ppid=18897 vsize=5356 CPUtime=0
/proc/18920/stat : 18920 (sh) S 18897 18897 18659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22188107 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18920/statm: 1339 232 193 169 0 50 0
[pid=18921] ppid=18920 vsize=89288 CPUtime=1531.81
/proc/18921/stat : 18921 (picosat) R 18920 18897 18659 0 -1 4194304 23515 0 0 0 151675 1506 0 0 25 0 1 0 22188108 91430912 21359 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18921/statm: 22322 21359 48 102 0 22217 0
Current children cumulated CPU time (s) 1771.94
Current children cumulated vsize (KiB) 111512



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.4 s]
/proc/loadavg: 1.99 1.98 1.99 3/84 19042
/proc/meminfo: memFree=1657616/2055920 swapFree=4192812/4192956
[pid=18897] ppid=18895 vsize=16868 CPUtime=240.13
/proc/18897/stat : 18897 (sugar) S 18895 18897 18659 0 -1 4194304 1365 52632 0 2 7 1 23934 71 16 0 1 0 22163836 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18897/statm: 4217 1113 409 3 0 796 0
[pid=18920] ppid=18897 vsize=5356 CPUtime=0
/proc/18920/stat : 18920 (sh) S 18897 18897 18659 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22188107 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18920/statm: 1339 232 193 169 0 50 0
[pid=18921] ppid=18920 vsize=89288 CPUtime=1559.9
/proc/18921/stat : 18921 (picosat) R 18920 18897 18659 0 -1 4194304 23515 0 0 0 154484 1506 0 0 25 0 1 0 22188108 91430912 21359 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/18921/statm: 22322 21359 48 102 0 22217 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 111512

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18897 and gives
#  childrusage.ru_utime.tv_sec=239
#  childrusage.ru_utime.tv_usec=415603
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=758884
# CPU time returned by wait4() is 240.174
# 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): 1810.45
CPU time (s): 1800.03
CPU user time (s): 1784.25
CPU system time (s): 15.78
CPU usage (%): 99.4244
Max. virtual memory (cumulated for all children) (KiB): 897376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 239.416
system time used= 0.758884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54391
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= 14361
involuntary context switches= 19555

runsolver used 2.37864 second user time and 6.40103 second system time

The end

Launcher Data

Begin job on node73 at 2009-07-12 00:23:05
IDJOB=2070036
IDBENCH=55126
IDSOLVER=738
FILE ID=node73/2070036-1247350985
PBS_JOBID= 9506853
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/wordsVg/normalized-crossword-m1c-words-vg8-8_ext.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-2070036-1247350985/watcher-2070036-1247350985 -o /tmp/evaluation-result-2070036-1247350985/solver-2070036-1247350985 -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-2070036-1247350985.xml

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

MD5SUM BENCH= a8551468042d10e236fa44d6ce944fc0
RANDOM SEED=1250125608

node73.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.213
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.213
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:       1457848 kB
Buffers:         32680 kB
Cached:          92508 kB
SwapCached:          0 kB
Active:         498740 kB
Inactive:        45944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1457848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1440 kB
Writeback:           0 kB
Mapped:         439920 kB
Slab:            37796 kB
Committed_AS:   590740 kB
PageTables:       2700 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= 66436 MiB
End job on node73 at 2009-07-12 00:53:17