Trace number 2079463

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.08 1811.54

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg7-11_ext.xml
MD5SUMddccfdf9ed435f1ca1ad76a742847ea3
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 benchmark3.3075
Satisfiable
(Un)Satisfiability was proved
Number of variables77
Number of constraints18
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
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 05:09:05 2009
0.00/0.08	c 0	PID 23103
0.00/0.08	c 0	HOST node31.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2079463-1247368145.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-2079463-1247368145.xml' 'HOME/temp.csp'
0.07/0.51	c 0	1 domains, 77 variables, 0 predicates, 2 relations, 18 constraints
0.07/0.56	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/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.48/0.64	c 1	Parsing HOME/temp.csp
0.48/0.75	c 1	parsed 98 expressions
0.48/0.76	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.48/0.76	c 1	Converting to clausal form CSP
0.48/0.79	c 1	converted 10 (10%) expressions
0.48/0.79	c 1	converted 20 (20%) expressions
0.48/0.79	c 1	converted 30 (30%) expressions
0.48/0.79	c 1	converted 40 (40%) expressions
0.48/0.79	c 1	converted 49 (50%) expressions
0.48/0.79	c 1	converted 59 (60%) expressions
0.48/0.79	c 1	converted 69 (70%) expressions
0.48/0.79	c 1	converted 79 (80%) expressions
1.10/1.29	c 1	converted 89 (90%) expressions
1.49/1.62	c 2	converted 98 (100%) expressions
1.49/1.62	c 2	CSP : 77 integers, 0 booleans, 18 clauses, largest domain size 26
1.49/1.62	c 2	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.49/1.62	c 2	Propagation in CSP
1.49/1.62	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.49/1.62	c 2	CSP : 77 integers, 0 booleans, 18 clauses, largest domain size 26
1.49/1.62	c 2	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.49/1.63	c 2	Simplifing CSP by introducing new Boolean variables
1.49/1.63	c 2	CSP : 77 integers, 0 booleans, 18 clauses, largest domain size 26
1.49/1.63	c 2	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.59/1.75	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.59/1.76	c 2	8 (10%) CSP integer variables are encoded (192 clauses, 1968 bytes)
1.59/1.77	c 2	16 (20%) CSP integer variables are encoded (384 clauses, 4080 bytes)
1.59/1.77	c 2	24 (30%) CSP integer variables are encoded (576 clauses, 6192 bytes)
1.59/1.77	c 2	31 (40%) CSP integer variables are encoded (744 clauses, 8040 bytes)
1.59/1.77	c 2	39 (50%) CSP integer variables are encoded (936 clauses, 10152 bytes)
1.59/1.77	c 2	47 (60%) CSP integer variables are encoded (1128 clauses, 12601 bytes)
1.59/1.77	c 2	54 (70%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
1.59/1.78	c 2	62 (80%) CSP integer variables are encoded (1488 clauses, 17281 bytes)
1.59/1.78	c 2	70 (90%) CSP integer variables are encoded (1680 clauses, 19777 bytes)
1.59/1.78	c 2	77 (100%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
9.91/10.18	c 10	2 (10%) CSP clauses are encoded (67378 clauses, 3043571 bytes)
18.32/18.63	c 19	4 (20%) CSP clauses are encoded (132908 clauses, 6095280 bytes)
26.54/26.93	c 27	6 (30%) CSP clauses are encoded (198438 clauses, 9272600 bytes)
34.65/35.17	c 35	8 (40%) CSP clauses are encoded (263968 clauses, 12507775 bytes)
38.90/39.45	c 39	9 (50%) CSP clauses are encoded (296733 clauses, 14153962 bytes)
47.01/47.61	c 48	11 (60%) CSP clauses are encoded (362263 clauses, 17446336 bytes)
50.98/51.65	c 52	13 (70%) CSP clauses are encoded (403003 clauses, 19858001 bytes)
55.14/55.89	c 56	15 (80%) CSP clauses are encoded (443743 clauses, 22483182 bytes)
59.20/59.94	c 60	17 (90%) CSP clauses are encoded (484483 clauses, 25622558 bytes)
61.28/62.01	c 62	18 (100%) CSP clauses are encoded (504853 clauses, 27192246 bytes)
61.28/62.01	c 62	18 CSP clauses encoded
61.28/62.01	c 62	Writing map file : HOME/temp.map
61.28/62.01	c 62	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
61.28/62.01	c 62	SAT : 1925 SAT variables, 504853 SAT clauses, 27192246 bytes
61.28/62.01	c 62	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
61.28/62.07	c 62	SOLVING HOME/temp.cnf
61.28/62.07	c 62	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.08/1811.51	c 1811	DECODING HOME/temp.out WITH HOME/temp.map
1800.08/1811.51	c 1811	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.08/1811.52	c ERROR INTERRUPTED
1800.08/1811.52	s UNKNOWN
1800.08/1811.52	c 1811	CPU 61.31 (0.05 0.02 60.79 0.45)
1800.08/1811.52	c 1811	END Sun Jul 12 05:39:16 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-2079463-1247368145/watcher-2079463-1247368145 -o /tmp/evaluation-result-2079463-1247368145/solver-2079463-1247368145 -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-2079463-1247368145.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.20 2.20 2.12 4/81 23103
/proc/meminfo: memFree=1398104/2055920 swapFree=4192812/4192956
[pid=23103] ppid=23101 vsize=12000 CPUtime=0
/proc/23103/stat : 23103 (sugar) R 23101 23103 19700 0 -1 4194304 172 0 0 0 0 0 0 0 22 0 1 0 23880610 12288000 140 996147200 4194304 4206940 548682068608 18446744073709551615 225612042977 0 0 4224 0 0 0 0 17 1 0 0
/proc/23103/statm: 3000 140 105 3 0 100 0

[startup+0.106254 s]
/proc/loadavg: 2.20 2.20 2.12 4/81 23103
/proc/meminfo: memFree=1398104/2055920 swapFree=4192812/4192956
[pid=23103] ppid=23101 vsize=16868 CPUtime=0.07
/proc/23103/stat : 23103 (sugar) S 23101 23103 19700 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23880610 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23103/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201257 s]
/proc/loadavg: 2.20 2.20 2.12 4/81 23103
/proc/meminfo: memFree=1398104/2055920 swapFree=4192812/4192956
[pid=23103] ppid=23101 vsize=16868 CPUtime=0.07
/proc/23103/stat : 23103 (sugar) S 23101 23103 19700 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23880610 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23103/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301266 s]
/proc/loadavg: 2.20 2.20 2.12 4/81 23103
/proc/meminfo: memFree=1398104/2055920 swapFree=4192812/4192956
[pid=23103] ppid=23101 vsize=16868 CPUtime=0.07
/proc/23103/stat : 23103 (sugar) S 23101 23103 19700 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23880610 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23103/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701299 s]
/proc/loadavg: 2.20 2.20 2.12 4/81 23103
/proc/meminfo: memFree=1398104/2055920 swapFree=4192812/4192956
[pid=23103] ppid=23101 vsize=16868 CPUtime=0.48
/proc/23103/stat : 23103 (sugar) S 23101 23103 19700 0 -1 4194304 1309 4715 0 1 5 2 37 4 16 0 1 0 23880610 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23103/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 16868

[startup+1.50238 s]
/proc/loadavg: 2.20 2.20 2.12 4/92 23125
/proc/meminfo: memFree=1378752/2055920 swapFree=4192812/4192956
[pid=23103] ppid=23101 vsize=16868 CPUtime=0.48
/proc/23103/stat : 23103 (sugar) S 23101 23103 19700 0 -1 4194304 1310 4715 0 1 5 2 37 4 15 0 1 0 23880610 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23103/statm: 4217 1111 409 3 0 796 0
[pid=23116] ppid=23103 vsize=5356 CPUtime=0
/proc/23116/stat : 23116 (sh) S 23103 23103 19700 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23880666 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23116/statm: 1339 233 193 169 0 50 0
[pid=23117] ppid=23116 vsize=864332 CPUtime=0.91
/proc/23117/stat : 23117 (java) S 23116 23103 19700 0 -1 0 10471 0 1 0 85 6 0 0 19 0 9 0 23880667 885075968 9734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23117/statm: 216083 9734 2566 9 0 210588 0
[pid=23117/tid=23118] ppid=23116 vsize=864332 CPUtime=0.39
/proc/23117/task/23118/stat : 23118 (java) R 23116 23103 19700 0 -1 64 2785 0 1 0 38 1 0 0 22 0 9 0 23880668 885075968 9734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23119] ppid=23116 vsize=864332 CPUtime=0.45
/proc/23117/task/23119/stat : 23119 (java) R 23116 23103 19700 0 -1 64 6674 0 0 0 42 3 0 0 17 0 9 0 23880669 885075968 9734 996147200 134512640 134550932 4294955936 18446744073709551615 104189893 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23120] ppid=23116 vsize=864332 CPUtime=0
/proc/23117/task/23120/stat : 23120 (java) S 23116 23103 19700 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23880669 885075968 9734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23121] ppid=23116 vsize=864332 CPUtime=0
/proc/23117/task/23121/stat : 23121 (java) S 23116 23103 19700 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23880669 885075968 9734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23122] ppid=23116 vsize=864332 CPUtime=0
/proc/23117/task/23122/stat : 23122 (java) S 23116 23103 19700 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23880671 885075968 9734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23123] ppid=23116 vsize=864332 CPUtime=0.05
/proc/23117/task/23123/stat : 23123 (java) S 23116 23103 19700 0 -1 64 313 0 0 0 5 0 0 0 16 0 9 0 23880671 885075968 9734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23124] ppid=23116 vsize=864332 CPUtime=0
/proc/23117/task/23124/stat : 23124 (java) S 23116 23103 19700 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23880671 885075968 9734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23125] ppid=23116 vsize=864332 CPUtime=0
/proc/23117/task/23125/stat : 23125 (java) S 23116 23103 19700 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23880671 885075968 9734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886556

[startup+3.1025 s]
/proc/loadavg: 2.26 2.22 2.12 3/92 23125
/proc/meminfo: memFree=1362048/2055920 swapFree=4192812/4192956
[pid=23103] ppid=23101 vsize=16868 CPUtime=0.48
/proc/23103/stat : 23103 (sugar) S 23101 23103 19700 0 -1 4194304 1310 4715 0 1 5 2 37 4 15 0 1 0 23880610 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23103/statm: 4217 1111 409 3 0 796 0
[pid=23116] ppid=23103 vsize=5356 CPUtime=0
/proc/23116/stat : 23116 (sh) S 23103 23103 19700 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23880666 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23116/statm: 1339 233 193 169 0 50 0
[pid=23117] ppid=23116 vsize=864444 CPUtime=2.49
/proc/23117/stat : 23117 (java) S 23116 23103 19700 0 -1 0 11552 0 1 0 243 6 0 0 19 0 9 0 23880667 885190656 10780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23117/statm: 216111 10780 2590 9 0 210588 0
[pid=23117/tid=23118] ppid=23116 vsize=864444 CPUtime=1.68
/proc/23117/task/23118/stat : 23118 (java) R 23116 23103 19700 0 -1 64 3056 0 1 0 167 1 0 0 25 0 9 0 23880668 885190656 10780 996147200 134512640 134550932 4294955936 18446744073709551615 4126593458 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23119] ppid=23116 vsize=864444 CPUtime=0.7
/proc/23117/task/23119/stat : 23119 (java) S 23116 23103 19700 0 -1 64 7461 0 0 0 67 3 0 0 16 0 9 0 23880669 885190656 10780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23120] ppid=23116 vsize=864444 CPUtime=0
/proc/23117/task/23120/stat : 23120 (java) S 23116 23103 19700 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23880669 885190656 10780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23121] ppid=23116 vsize=864444 CPUtime=0
/proc/23117/task/23121/stat : 23121 (java) S 23116 23103 19700 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23880669 885190656 10780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23122] ppid=23116 vsize=864444 CPUtime=0
/proc/23117/task/23122/stat : 23122 (java) S 23116 23103 19700 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23880671 885190656 10780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23123] ppid=23116 vsize=864444 CPUtime=0.08
/proc/23117/task/23123/stat : 23123 (java) S 23116 23103 19700 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 23880671 885190656 10780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23124] ppid=23116 vsize=864444 CPUtime=0
/proc/23117/task/23124/stat : 23124 (java) S 23116 23103 19700 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23880671 885190656 10780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23125] ppid=23116 vsize=864444 CPUtime=0
/proc/23117/task/23125/stat : 23125 (java) S 23116 23103 19700 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23880671 885190656 10780 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 886668

[startup+6.30278 s]
/proc/loadavg: 2.26 2.22 2.12 3/92 23125
/proc/meminfo: memFree=1358784/2055920 swapFree=4192812/4192956
[pid=23103] ppid=23101 vsize=16868 CPUtime=0.48
/proc/23103/stat : 23103 (sugar) S 23101 23103 19700 0 -1 4194304 1310 4715 0 1 5 2 37 4 15 0 1 0 23880610 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23103/statm: 4217 1111 409 3 0 796 0
[pid=23116] ppid=23103 vsize=5356 CPUtime=0
/proc/23116/stat : 23116 (sh) S 23103 23103 19700 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23880666 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23116/statm: 1339 233 193 169 0 50 0
[pid=23117] ppid=23116 vsize=864444 CPUtime=5.66
/proc/23117/stat : 23117 (java) S 23116 23103 19700 0 -1 0 12499 0 1 0 558 8 0 0 19 0 9 0 23880667 885190656 11670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23117/statm: 216111 11670 2590 9 0 210588 0
[pid=23117/tid=23118] ppid=23116 vsize=864444 CPUtime=4.77
/proc/23117/task/23118/stat : 23118 (java) R 23116 23103 19700 0 -1 64 3113 0 1 0 474 3 0 0 25 0 9 0 23880668 885190656 11670 996147200 134512640 134550932 4294955936 18446744073709551615 4126593492 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23119] ppid=23116 vsize=864444 CPUtime=0.78
/proc/23117/task/23119/stat : 23119 (java) S 23116 23103 19700 0 -1 64 8348 0 0 0 74 4 0 0 16 0 9 0 23880669 885190656 11670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23120] ppid=23116 vsize=864444 CPUtime=0
/proc/23117/task/23120/stat : 23120 (java) S 23116 23103 19700 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23880669 885190656 11670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23121] ppid=23116 vsize=864444 CPUtime=0
/proc/23117/task/23121/stat : 23121 (java) S 23116 23103 19700 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23880669 885190656 11670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23122] ppid=23116 vsize=864444 CPUtime=0
/proc/23117/task/23122/stat : 23122 (java) S 23116 23103 19700 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23880671 885190656 11670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23123] ppid=23116 vsize=864444 CPUtime=0.09
/proc/23117/task/23123/stat : 23123 (java) S 23116 23103 19700 0 -1 64 339 0 0 0 9 0 0 0 16 0 9 0 23880671 885190656 11670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23124] ppid=23116 vsize=864444 CPUtime=0
/proc/23117/task/23124/stat : 23124 (java) S 23116 23103 19700 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23880671 885190656 11670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23125] ppid=23116 vsize=864444 CPUtime=0
/proc/23117/task/23125/stat : 23125 (java) S 23116 23103 19700 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23880671 885190656 11670 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 886668

[startup+12.7023 s]
/proc/loadavg: 2.22 2.21 2.12 3/92 23125
/proc/meminfo: memFree=1349440/2055920 swapFree=4192812/4192956
[pid=23103] ppid=23101 vsize=16868 CPUtime=0.48
/proc/23103/stat : 23103 (sugar) S 23101 23103 19700 0 -1 4194304 1310 4715 0 1 5 2 37 4 16 0 1 0 23880610 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23103/statm: 4217 1111 409 3 0 796 0
[pid=23116] ppid=23103 vsize=5356 CPUtime=0
/proc/23116/stat : 23116 (sh) S 23103 23103 19700 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23880666 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23116/statm: 1339 233 193 169 0 50 0
[pid=23117] ppid=23116 vsize=864444 CPUtime=12
/proc/23117/stat : 23117 (java) S 23116 23103 19700 0 -1 0 14045 0 1 0 1189 11 0 0 19 0 9 0 23880667 885190656 13136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23117/statm: 216111 13136 2590 9 0 210588 0
[pid=23117/tid=23118] ppid=23116 vsize=864444 CPUtime=10.98
/proc/23117/task/23118/stat : 23118 (java) R 23116 23103 19700 0 -1 64 3193 0 1 0 1094 4 0 0 25 0 9 0 23880668 885190656 13136 996147200 134512640 134550932 4294955936 18446744073709551615 4126573093 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23119] ppid=23116 vsize=864444 CPUtime=0.9
/proc/23117/task/23119/stat : 23119 (java) S 23116 23103 19700 0 -1 64 9814 0 0 0 85 5 0 0 16 0 9 0 23880669 885190656 13136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23120] ppid=23116 vsize=864444 CPUtime=0
/proc/23117/task/23120/stat : 23120 (java) S 23116 23103 19700 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23880669 885190656 13136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23121] ppid=23116 vsize=864444 CPUtime=0
/proc/23117/task/23121/stat : 23121 (java) S 23116 23103 19700 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23880669 885190656 13136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23122] ppid=23116 vsize=864444 CPUtime=0
/proc/23117/task/23122/stat : 23122 (java) S 23116 23103 19700 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23880671 885190656 13136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23123] ppid=23116 vsize=864444 CPUtime=0.09
/proc/23117/task/23123/stat : 23123 (java) S 23116 23103 19700 0 -1 64 339 0 0 0 9 0 0 0 16 0 9 0 23880671 885190656 13136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23124] ppid=23116 vsize=864444 CPUtime=0
/proc/23117/task/23124/stat : 23124 (java) S 23116 23103 19700 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23880671 885190656 13136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23125] ppid=23116 vsize=864444 CPUtime=0
/proc/23117/task/23125/stat : 23125 (java) S 23116 23103 19700 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23880671 885190656 13136 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 886668

[startup+25.5023 s]
/proc/loadavg: 2.19 2.20 2.12 3/92 23125
/proc/meminfo: memFree=1338432/2055920 swapFree=4192812/4192956
[pid=23103] ppid=23101 vsize=16868 CPUtime=0.48
/proc/23103/stat : 23103 (sugar) S 23101 23103 19700 0 -1 4194304 1310 4715 0 1 5 2 37 4 16 0 1 0 23880610 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23103/statm: 4217 1111 409 3 0 796 0
[pid=23116] ppid=23103 vsize=5356 CPUtime=0
/proc/23116/stat : 23116 (sh) S 23103 23103 19700 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23880666 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23116/statm: 1339 233 193 169 0 50 0
[pid=23117] ppid=23116 vsize=864444 CPUtime=24.67
/proc/23117/stat : 23117 (java) S 23116 23103 19700 0 -1 0 18118 0 1 0 2449 18 0 0 19 0 9 0 23880667 885190656 14482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23117/statm: 216111 14482 2590 9 0 210588 0
[pid=23117/tid=23118] ppid=23116 vsize=864444 CPUtime=23.21
/proc/23117/task/23118/stat : 23118 (java) R 23116 23103 19700 0 -1 64 3365 0 1 0 2314 7 0 0 25 0 9 0 23880668 885190656 14482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23119] ppid=23116 vsize=864444 CPUtime=1.33
/proc/23117/task/23119/stat : 23119 (java) S 23116 23103 19700 0 -1 64 13712 0 0 0 124 9 0 0 15 0 9 0 23880669 885190656 14482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23120] ppid=23116 vsize=864444 CPUtime=0
/proc/23117/task/23120/stat : 23120 (java) S 23116 23103 19700 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 23880669 885190656 14482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23121] ppid=23116 vsize=864444 CPUtime=0
/proc/23117/task/23121/stat : 23121 (java) S 23116 23103 19700 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23880669 885190656 14482 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23117/tid=23122] ppid=23116 vsize=864444 CPUtime=0

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

/proc/meminfo: memFree=1352832/2055920 swapFree=4192812/4192956
[pid=23103] ppid=23101 vsize=16868 CPUtime=61.31
/proc/23103/stat : 23103 (sugar) S 23101 23103 19700 0 -1 4194304 1365 30195 0 2 5 2 6079 45 16 0 1 0 23880610 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23103/statm: 4217 1113 409 3 0 796 0
[pid=23126] ppid=23103 vsize=5356 CPUtime=0
/proc/23126/stat : 23126 (sh) S 23103 23103 19700 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23886817 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23126/statm: 1339 232 193 169 0 50 0
[pid=23127] ppid=23126 vsize=53408 CPUtime=1231.86
/proc/23127/stat : 23127 (picosat) R 23126 23103 19700 0 -1 4194304 14732 0 0 0 122448 738 0 0 25 0 1 0 23886818 54689792 12863 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/23127/statm: 13352 12863 48 102 0 13247 0
Current children cumulated CPU time (s) 1293.17
Current children cumulated vsize (KiB) 75632

[startup+1362.3 s]
/proc/loadavg: 2.20 2.06 2.02 3/86 23208
/proc/meminfo: memFree=1058176/2055920 swapFree=4192812/4192956
[pid=23103] ppid=23101 vsize=16868 CPUtime=61.31
/proc/23103/stat : 23103 (sugar) S 23101 23103 19700 0 -1 4194304 1365 30195 0 2 5 2 6079 45 16 0 1 0 23880610 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23103/statm: 4217 1113 409 3 0 796 0
[pid=23126] ppid=23103 vsize=5356 CPUtime=0
/proc/23126/stat : 23126 (sh) S 23103 23103 19700 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23886817 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23126/statm: 1339 232 193 169 0 50 0
[pid=23127] ppid=23126 vsize=53408 CPUtime=1291.55
/proc/23127/stat : 23127 (picosat) R 23126 23103 19700 0 -1 4194304 14732 0 0 0 128417 738 0 0 25 0 1 0 23886818 54689792 12863 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23127/statm: 13352 12863 48 102 0 13247 0
Current children cumulated CPU time (s) 1352.86
Current children cumulated vsize (KiB) 75632

[startup+1422.3 s]
/proc/loadavg: 2.07 2.05 2.01 3/86 23208
/proc/meminfo: memFree=1055616/2055920 swapFree=4192812/4192956
[pid=23103] ppid=23101 vsize=16868 CPUtime=61.31
/proc/23103/stat : 23103 (sugar) S 23101 23103 19700 0 -1 4194304 1365 30195 0 2 5 2 6079 45 16 0 1 0 23880610 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23103/statm: 4217 1113 409 3 0 796 0
[pid=23126] ppid=23103 vsize=5356 CPUtime=0
/proc/23126/stat : 23126 (sh) S 23103 23103 19700 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23886817 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23126/statm: 1339 232 193 169 0 50 0
[pid=23127] ppid=23126 vsize=54728 CPUtime=1351.26
/proc/23127/stat : 23127 (picosat) R 23126 23103 19700 0 -1 4194304 15283 0 0 0 134387 739 0 0 25 0 1 0 23886818 56041472 13214 996147200 134512640 134931368 4294956256 18446744073709551615 134525775 0 0 4096 0 0 0 0 17 1 0 0
/proc/23127/statm: 13682 13214 48 102 0 13577 0
Current children cumulated CPU time (s) 1412.57
Current children cumulated vsize (KiB) 76952

[startup+1482.3 s]
/proc/loadavg: 2.09 2.07 2.02 3/86 23208
/proc/meminfo: memFree=1049344/2055920 swapFree=4192812/4192956
[pid=23103] ppid=23101 vsize=16868 CPUtime=61.31
/proc/23103/stat : 23103 (sugar) S 23101 23103 19700 0 -1 4194304 1365 30195 0 2 5 2 6079 45 16 0 1 0 23880610 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23103/statm: 4217 1113 409 3 0 796 0
[pid=23126] ppid=23103 vsize=5356 CPUtime=0
/proc/23126/stat : 23126 (sh) S 23103 23103 19700 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23886817 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23126/statm: 1339 232 193 169 0 50 0
[pid=23127] ppid=23126 vsize=54728 CPUtime=1410.94
/proc/23127/stat : 23127 (picosat) R 23126 23103 19700 0 -1 4194304 15283 0 0 0 140355 739 0 0 25 0 1 0 23886818 56041472 13214 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23127/statm: 13682 13214 48 102 0 13577 0
Current children cumulated CPU time (s) 1472.25
Current children cumulated vsize (KiB) 76952

[startup+1542.31 s]
/proc/loadavg: 2.24 2.10 2.03 4/86 23208
/proc/meminfo: memFree=1044480/2055920 swapFree=4192812/4192956
[pid=23103] ppid=23101 vsize=16868 CPUtime=61.31
/proc/23103/stat : 23103 (sugar) S 23101 23103 19700 0 -1 4194304 1365 30195 0 2 5 2 6079 45 16 0 1 0 23880610 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23103/statm: 4217 1113 409 3 0 796 0
[pid=23126] ppid=23103 vsize=5356 CPUtime=0
/proc/23126/stat : 23126 (sh) S 23103 23103 19700 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23886817 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23126/statm: 1339 232 193 169 0 50 0
[pid=23127] ppid=23126 vsize=54728 CPUtime=1470.86
/proc/23127/stat : 23127 (picosat) R 23126 23103 19700 0 -1 4194304 15283 0 0 0 146347 739 0 0 25 0 1 0 23886818 56041472 13214 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23127/statm: 13682 13214 48 102 0 13577 0
Current children cumulated CPU time (s) 1532.17
Current children cumulated vsize (KiB) 76952

[startup+1602.3 s]
/proc/loadavg: 2.20 2.12 2.04 3/75 23236
/proc/meminfo: memFree=1725072/2055920 swapFree=4192812/4192956
[pid=23103] ppid=23101 vsize=16868 CPUtime=61.31
/proc/23103/stat : 23103 (sugar) S 23101 23103 19700 0 -1 4194304 1365 30195 0 2 5 2 6079 45 16 0 1 0 23880610 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23103/statm: 4217 1113 409 3 0 796 0
[pid=23126] ppid=23103 vsize=5356 CPUtime=0
/proc/23126/stat : 23126 (sh) S 23103 23103 19700 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23886817 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23126/statm: 1339 232 193 169 0 50 0
[pid=23127] ppid=23126 vsize=54728 CPUtime=1530.57
/proc/23127/stat : 23127 (picosat) R 23126 23103 19700 0 -1 4194304 15490 0 0 0 152317 740 0 0 25 0 1 0 23886818 56041472 13219 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23127/statm: 13682 13219 48 102 0 13577 0
Current children cumulated CPU time (s) 1591.88
Current children cumulated vsize (KiB) 76952

[startup+1662.3 s]
/proc/loadavg: 2.07 2.10 2.03 3/75 23236
/proc/meminfo: memFree=1725008/2055920 swapFree=4192812/4192956
[pid=23103] ppid=23101 vsize=16868 CPUtime=61.31
/proc/23103/stat : 23103 (sugar) S 23101 23103 19700 0 -1 4194304 1365 30195 0 2 5 2 6079 45 16 0 1 0 23880610 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23103/statm: 4217 1113 409 3 0 796 0
[pid=23126] ppid=23103 vsize=5356 CPUtime=0
/proc/23126/stat : 23126 (sh) S 23103 23103 19700 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23886817 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23126/statm: 1339 232 193 169 0 50 0
[pid=23127] ppid=23126 vsize=54728 CPUtime=1590.28
/proc/23127/stat : 23127 (picosat) R 23126 23103 19700 0 -1 4194304 15490 0 0 0 158288 740 0 0 25 0 1 0 23886818 56041472 13219 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23127/statm: 13682 13219 48 102 0 13577 0
Current children cumulated CPU time (s) 1651.59
Current children cumulated vsize (KiB) 76952

[startup+1722.3 s]
/proc/loadavg: 2.02 2.08 2.03 3/75 23236
/proc/meminfo: memFree=1724944/2055920 swapFree=4192812/4192956
[pid=23103] ppid=23101 vsize=16868 CPUtime=61.31
/proc/23103/stat : 23103 (sugar) S 23101 23103 19700 0 -1 4194304 1365 30195 0 2 5 2 6079 45 16 0 1 0 23880610 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23103/statm: 4217 1113 409 3 0 796 0
[pid=23126] ppid=23103 vsize=5356 CPUtime=0
/proc/23126/stat : 23126 (sh) S 23103 23103 19700 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23886817 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23126/statm: 1339 232 193 169 0 50 0
[pid=23127] ppid=23126 vsize=54728 CPUtime=1649.99
/proc/23127/stat : 23127 (picosat) R 23126 23103 19700 0 -1 4194304 15490 0 0 0 164259 740 0 0 25 0 1 0 23886818 56041472 13219 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23127/statm: 13682 13219 48 102 0 13577 0
Current children cumulated CPU time (s) 1711.3
Current children cumulated vsize (KiB) 76952

[startup+1782.3 s]
/proc/loadavg: 2.01 2.06 2.02 3/75 23236
/proc/meminfo: memFree=1724368/2055920 swapFree=4192812/4192956
[pid=23103] ppid=23101 vsize=16868 CPUtime=61.31
/proc/23103/stat : 23103 (sugar) S 23101 23103 19700 0 -1 4194304 1365 30195 0 2 5 2 6079 45 16 0 1 0 23880610 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23103/statm: 4217 1113 409 3 0 796 0
[pid=23126] ppid=23103 vsize=5356 CPUtime=0
/proc/23126/stat : 23126 (sh) S 23103 23103 19700 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23886817 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23126/statm: 1339 232 193 169 0 50 0
[pid=23127] ppid=23126 vsize=54992 CPUtime=1709.7
/proc/23127/stat : 23127 (picosat) R 23126 23103 19700 0 -1 4194304 15784 0 0 0 170230 740 0 0 25 0 1 0 23886818 56311808 13301 996147200 134512640 134931368 4294956256 18446744073709551615 134525800 0 0 4096 0 0 0 0 17 1 0 0
/proc/23127/statm: 13748 13301 48 102 0 13643 0
Current children cumulated CPU time (s) 1771.01
Current children cumulated vsize (KiB) 77216



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1811.5 s]
/proc/loadavg: 2.00 2.05 2.02 3/75 23236
/proc/meminfo: memFree=1724368/2055920 swapFree=4192812/4192956
[pid=23103] ppid=23101 vsize=16868 CPUtime=61.31
/proc/23103/stat : 23103 (sugar) S 23101 23103 19700 0 -1 4194304 1365 30195 0 2 5 2 6079 45 16 0 1 0 23880610 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 225621094498 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23103/statm: 4217 1113 409 3 0 796 0
[pid=23126] ppid=23103 vsize=5356 CPUtime=0
/proc/23126/stat : 23126 (sh) S 23103 23103 19700 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23886817 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 225612194628 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23126/statm: 1339 232 193 169 0 50 0
[pid=23127] ppid=23126 vsize=54992 CPUtime=1738.77
/proc/23127/stat : 23127 (picosat) R 23126 23103 19700 0 -1 4194304 15784 0 0 0 173137 740 0 0 25 0 1 0 23886818 56311808 13301 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23127/statm: 13748 13301 48 102 0 13643 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 77216

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 23103 and gives
#  childrusage.ru_utime.tv_sec=60
#  childrusage.ru_utime.tv_usec=854748
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=500923
# CPU time returned by wait4() is 61.3557
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1811.54
CPU time (s): 1800.08
CPU user time (s): 1792.21
CPU system time (s): 7.87
CPU usage (%): 99.3676
Max. virtual memory (cumulated for all children) (KiB): 892048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 60.8547
system time used= 0.500923
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32045
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= 10592
involuntary context switches= 12003

runsolver used 2.18567 second user time and 5.84211 second system time

The end

Launcher Data

Begin job on node31 at 2009-07-12 05:09:05
IDJOB=2079463
IDBENCH=56902
IDSOLVER=738
FILE ID=node31/2079463-1247368145
PBS_JOBID= 9507080
Free space on /tmp= 66404 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg7-11_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-2079463-1247368145/watcher-2079463-1247368145 -o /tmp/evaluation-result-2079463-1247368145/solver-2079463-1247368145 -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-2079463-1247368145.xml

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

MD5SUM BENCH= ddccfdf9ed435f1ca1ad76a742847ea3
RANDOM SEED=1802875722

node31.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.216
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	: 5931.00
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.216
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:       1398584 kB
Buffers:         13284 kB
Cached:         148080 kB
SwapCached:          0 kB
Active:         529696 kB
Inactive:        67256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1398584 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1388 kB
Writeback:           0 kB
Mapped:         455956 kB
Slab:            44568 kB
Committed_AS:   632844 kB
PageTables:       2760 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66400 MiB
End job on node31 at 2009-07-12 05:39:18