Trace number 2079078

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.06 1805.41

General information on the benchmark

Namecsp/ogdPuzzle/
normalized-crossword-m1-ogd-puzzle22.xml
MD5SUM4fd9722e59aa2e5ca5e508f77baf17c8
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.412936
Satisfiable
(Un)Satisfiability was proved
Number of variables132
Number of constraints662
Maximum constraint arity26
Maximum domain size26
Number of constraints which are defined in extension60
Number of constraints which are defined in intension602
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 05:03:20 2009
0.00/0.07	c 0	PID 23756
0.00/0.07	c 0	HOST node91.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2079078-1247367799.xml TO HOME/temp.csp
0.00/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079078-1247367799.xml' 'HOME/temp.csp'
0.06/0.95	c 0	1 domains, 132 variables, 6 predicates, 4 relations, 662 constraints
0.06/0.97	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.97	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.94/1.05	c 1	Parsing HOME/temp.csp
1.63/1.74	c 1	parsed 805 expressions
1.63/1.75	c 1	Heap : 12 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.63/1.75	c 1	Converting to clausal form CSP
1.63/1.77	c 1	converted 81 (10%) expressions
1.84/1.93	c 1	converted 161 (20%) expressions
2.53/2.66	c 2	converted 242 (30%) expressions
2.63/2.76	c 2	converted 322 (40%) expressions
2.63/2.79	c 2	converted 403 (50%) expressions
2.73/2.81	c 2	converted 483 (60%) expressions
2.73/2.82	c 2	converted 564 (70%) expressions
2.73/2.83	c 2	converted 644 (80%) expressions
2.73/2.84	c 2	converted 725 (90%) expressions
6.88/7.02	c 7	converted 805 (100%) expressions
6.88/7.02	c 7	CSP : 132 integers, 0 booleans, 662 clauses, largest domain size 26
6.88/7.02	c 7	Heap : 133 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.88/7.02	c 7	Propagation in CSP
6.88/7.03	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.88/7.03	c 7	CSP : 132 integers, 0 booleans, 662 clauses, largest domain size 26
6.88/7.03	c 7	Heap : 133 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.88/7.03	c 7	Simplifing CSP by introducing new Boolean variables
6.88/7.06	c 7	CSP : 132 integers, 4512 booleans, 5174 clauses, largest domain size 26
6.88/7.06	c 7	Heap : 134 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.96/8.19	c 8	Encoding CSP to SAT : HOME/temp.cnf
8.06/8.21	c 8	14 (10%) CSP integer variables are encoded (336 clauses, 3552 bytes)
8.06/8.21	c 8	27 (20%) CSP integer variables are encoded (648 clauses, 6984 bytes)
8.06/8.21	c 8	40 (30%) CSP integer variables are encoded (960 clauses, 10417 bytes)
8.06/8.22	c 8	53 (40%) CSP integer variables are encoded (1272 clauses, 14473 bytes)
8.06/8.22	c 8	66 (50%) CSP integer variables are encoded (1584 clauses, 18529 bytes)
8.06/8.22	c 8	80 (60%) CSP integer variables are encoded (1920 clauses, 22897 bytes)
8.06/8.22	c 8	93 (70%) CSP integer variables are encoded (2232 clauses, 26953 bytes)
8.06/8.22	c 8	106 (80%) CSP integer variables are encoded (2544 clauses, 31009 bytes)
8.06/8.22	c 8	119 (90%) CSP integer variables are encoded (2856 clauses, 35065 bytes)
8.06/8.22	c 8	132 (100%) CSP integer variables are encoded (3168 clauses, 39121 bytes)
21.14/21.42	c 21	518 (10%) CSP clauses are encoded (306401 clauses, 11429779 bytes)
21.14/21.45	c 21	1035 (20%) CSP clauses are encoded (317993 clauses, 11644041 bytes)
21.14/21.48	c 21	1553 (30%) CSP clauses are encoded (329611 clauses, 11860861 bytes)
21.23/21.51	c 21	2070 (40%) CSP clauses are encoded (341578 clauses, 12064131 bytes)
21.23/21.53	c 21	2587 (50%) CSP clauses are encoded (353570 clauses, 12270669 bytes)
21.23/21.55	c 21	3105 (60%) CSP clauses are encoded (365613 clauses, 12483621 bytes)
21.23/21.57	c 21	3622 (70%) CSP clauses are encoded (377605 clauses, 12696129 bytes)
21.23/21.59	c 21	4140 (80%) CSP clauses are encoded (389648 clauses, 12914261 bytes)
21.33/21.61	c 21	4657 (90%) CSP clauses are encoded (401640 clauses, 13138394 bytes)
1800.06/1805.32	c ERROR INTERRUPTED
1800.06/1805.40	s UNKNOWN
1800.06/1805.40	c 1805	CPU 0.95 (0.05 0.02 0.81 0.07)
1800.06/1805.40	c 1805	END Sun Jul 12 05:33:25 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-2079078-1247367799/watcher-2079078-1247367799 -o /tmp/evaluation-result-2079078-1247367799/solver-2079078-1247367799 -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-2079078-1247367799.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.26 2.14 2.17 4/75 23756
/proc/meminfo: memFree=806040/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=7504 CPUtime=0
/proc/23756/stat : 23756 (sugar) R 23754 23756 23490 0 -1 4194304 67 0 0 0 0 0 0 0 20 0 1 0 23844566 7684096 52 996147200 4194304 4206940 548682068608 18446744073709551615 251598534025 0 0 4096 0 0 0 0 17 1 0 0
/proc/23756/statm: 1876 52 39 3 0 55 0

[startup+0.086669 s]
/proc/loadavg: 2.26 2.14 2.17 4/75 23756
/proc/meminfo: memFree=806040/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=16868 CPUtime=0.06
/proc/23756/stat : 23756 (sugar) S 23754 23756 23490 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23844566 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23756/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101671 s]
/proc/loadavg: 2.26 2.14 2.17 4/75 23756
/proc/meminfo: memFree=806040/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=16868 CPUtime=0.06
/proc/23756/stat : 23756 (sugar) S 23754 23756 23490 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23844566 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23756/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301692 s]
/proc/loadavg: 2.26 2.14 2.17 4/75 23756
/proc/meminfo: memFree=806040/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=16868 CPUtime=0.06
/proc/23756/stat : 23756 (sugar) S 23754 23756 23490 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23844566 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23756/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701745 s]
/proc/loadavg: 2.26 2.14 2.17 4/75 23756
/proc/meminfo: memFree=806040/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=16868 CPUtime=0.06
/proc/23756/stat : 23756 (sugar) S 23754 23756 23490 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 23844566 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23756/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50183 s]
/proc/loadavg: 2.26 2.14 2.17 3/82 23774
/proc/meminfo: memFree=798816/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=16868 CPUtime=0.93
/proc/23756/stat : 23756 (sugar) S 23754 23756 23490 0 -1 4194304 1309 11607 0 1 5 1 81 6 15 0 1 0 23844566 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23756/statm: 4217 1111 409 3 0 796 0
[pid=23769] ppid=23756 vsize=5356 CPUtime=0
/proc/23769/stat : 23769 (sh) S 23756 23756 23490 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23844663 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23769/statm: 1339 233 193 169 0 50 0
[pid=23770] ppid=23769 vsize=862560 CPUtime=0.5
/proc/23770/stat : 23770 (java) S 23769 23756 23490 0 -1 0 6402 0 1 0 47 3 0 0 20 0 9 0 23844663 883261440 5639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23770/statm: 215640 5639 2158 9 0 210553 0
[pid=23770/tid=23771] ppid=23769 vsize=862560 CPUtime=0.34
/proc/23770/task/23771/stat : 23771 (java) R 23769 23756 23490 0 -1 64 2018 0 1 0 33 1 0 0 25 0 9 0 23844664 883261440 5639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23772] ppid=23769 vsize=862560 CPUtime=0.12
/proc/23770/task/23772/stat : 23772 (java) R 23769 23756 23490 0 -1 64 3377 0 0 0 11 1 0 0 16 0 9 0 23844665 883261440 5639 996147200 134512640 134550932 4294955936 18446744073709551615 102758116 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23773] ppid=23769 vsize=862560 CPUtime=0
/proc/23770/task/23773/stat : 23773 (java) S 23769 23756 23490 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23844665 883261440 5639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23774] ppid=23769 vsize=862560 CPUtime=0
/proc/23770/task/23774/stat : 23774 (java) S 23769 23756 23490 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23844665 883261440 5639 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 884784

[startup+3.10301 s]
/proc/loadavg: 2.26 2.14 2.17 4/86 23778
/proc/meminfo: memFree=769856/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=16868 CPUtime=0.94
/proc/23756/stat : 23756 (sugar) S 23754 23756 23490 0 -1 4194304 1309 11607 0 1 5 2 81 6 15 0 1 0 23844566 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23756/statm: 4217 1111 409 3 0 796 0
[pid=23769] ppid=23756 vsize=5356 CPUtime=0
/proc/23769/stat : 23769 (sh) S 23756 23756 23490 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23844663 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23769/statm: 1339 233 193 169 0 50 0
[pid=23770] ppid=23769 vsize=869116 CPUtime=2.09
/proc/23770/stat : 23770 (java) S 23769 23756 23490 0 -1 0 17105 0 1 0 200 9 0 0 20 0 9 0 23844663 889974784 15761 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23770/statm: 217279 15761 2566 9 0 211784 0
[pid=23770/tid=23771] ppid=23769 vsize=869116 CPUtime=0.97
/proc/23770/task/23771/stat : 23771 (java) R 23769 23756 23490 0 -1 64 2878 0 1 0 95 2 0 0 25 0 9 0 23844664 889974784 15761 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23772] ppid=23769 vsize=869116 CPUtime=0.94
/proc/23770/task/23772/stat : 23772 (java) R 23769 23756 23490 0 -1 64 12092 0 0 0 89 5 0 0 17 0 9 0 23844665 889974784 15761 996147200 134512640 134550932 4294955936 18446744073709551615 102510052 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23773] ppid=23769 vsize=869116 CPUtime=0
/proc/23770/task/23773/stat : 23773 (java) S 23769 23756 23490 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23844665 889974784 15761 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23774] ppid=23769 vsize=869116 CPUtime=0
/proc/23770/task/23774/stat : 23774 (java) S 23769 23756 23490 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23844665 889974784 15761 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23775] ppid=23769 vsize=869116 CPUtime=0
/proc/23770/task/23775/stat : 23775 (java) S 23769 23756 23490 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23844668 889974784 15761 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23776] ppid=23769 vsize=869116 CPUtime=0.15
/proc/23770/task/23776/stat : 23776 (java) S 23769 23756 23490 0 -1 64 1432 0 0 0 14 1 0 0 16 0 9 0 23844668 889974784 15761 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23777] ppid=23769 vsize=869116 CPUtime=0
/proc/23770/task/23777/stat : 23777 (java) S 23769 23756 23490 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23844668 889974784 15761 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23778] ppid=23769 vsize=869116 CPUtime=0
/proc/23770/task/23778/stat : 23778 (java) S 23769 23756 23490 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23844668 889974784 15761 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 891340

[startup+6.30236 s]
/proc/loadavg: 2.32 2.15 2.18 3/86 23778
/proc/meminfo: memFree=671872/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=16868 CPUtime=0.94
/proc/23756/stat : 23756 (sugar) S 23754 23756 23490 0 -1 4194304 1309 11607 0 1 5 2 81 6 15 0 1 0 23844566 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23756/statm: 4217 1111 409 3 0 796 0
[pid=23769] ppid=23756 vsize=5356 CPUtime=0
/proc/23769/stat : 23769 (sh) S 23756 23756 23490 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23844663 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23769/statm: 1339 233 193 169 0 50 0
[pid=23770] ppid=23769 vsize=890104 CPUtime=5.25
/proc/23770/stat : 23770 (java) S 23769 23756 23490 0 -1 0 47988 0 1 0 500 25 0 0 20 0 9 0 23844663 911466496 40812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23770/statm: 222526 40812 2567 9 0 217031 0
[pid=23770/tid=23771] ppid=23769 vsize=890104 CPUtime=1.88
/proc/23770/task/23771/stat : 23771 (java) S 23769 23756 23490 0 -1 64 3671 0 1 0 185 3 0 0 25 0 9 0 23844664 911466496 40812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23772] ppid=23769 vsize=890104 CPUtime=3.2
/proc/23770/task/23772/stat : 23772 (java) R 23769 23756 23490 0 -1 64 42182 0 0 0 300 20 0 0 23 0 9 0 23844665 911466496 40812 996147200 134512640 134550932 4294955936 18446744073709551615 102768136 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23773] ppid=23769 vsize=890104 CPUtime=0
/proc/23770/task/23773/stat : 23773 (java) S 23769 23756 23490 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23844665 911466496 40812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23774] ppid=23769 vsize=890104 CPUtime=0
/proc/23770/task/23774/stat : 23774 (java) S 23769 23756 23490 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23844665 911466496 40812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23775] ppid=23769 vsize=890104 CPUtime=0
/proc/23770/task/23775/stat : 23775 (java) S 23769 23756 23490 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23844668 911466496 40812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23776] ppid=23769 vsize=890104 CPUtime=0.15
/proc/23770/task/23776/stat : 23776 (java) S 23769 23756 23490 0 -1 64 1432 0 0 0 14 1 0 0 16 0 9 0 23844668 911466496 40812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23777] ppid=23769 vsize=890104 CPUtime=0
/proc/23770/task/23777/stat : 23777 (java) S 23769 23756 23490 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23844668 911466496 40812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23778] ppid=23769 vsize=890104 CPUtime=0
/proc/23770/task/23778/stat : 23778 (java) S 23769 23756 23490 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23844668 911466496 40812 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 912328

[startup+12.7021 s]
/proc/loadavg: 2.29 2.15 2.17 3/86 23778
/proc/meminfo: memFree=638096/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=16868 CPUtime=0.94
/proc/23756/stat : 23756 (sugar) S 23754 23756 23490 0 -1 4194304 1310 11607 0 1 5 2 81 6 16 0 1 0 23844566 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23756/statm: 4217 1111 409 3 0 796 0
[pid=23769] ppid=23756 vsize=5356 CPUtime=0
/proc/23769/stat : 23769 (sh) S 23756 23756 23490 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23844663 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23769/statm: 1339 233 193 169 0 50 0
[pid=23770] ppid=23769 vsize=868724 CPUtime=11.58
/proc/23770/stat : 23770 (java) S 23769 23756 23490 0 -1 0 63275 0 1 0 1120 38 0 0 20 0 9 0 23844663 889573376 41384 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23770/statm: 217181 41384 2592 9 0 211658 0
[pid=23770/tid=23771] ppid=23769 vsize=868724 CPUtime=6.52
/proc/23770/task/23771/stat : 23771 (java) R 23769 23756 23490 0 -1 64 4637 0 1 0 643 9 0 0 25 0 9 0 23844664 889573376 41384 996147200 134512640 134550932 4294955936 18446744073709551615 4126917012 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23772] ppid=23769 vsize=868724 CPUtime=4.85
/proc/23770/task/23772/stat : 23772 (java) S 23769 23756 23490 0 -1 64 56478 0 0 0 458 27 0 0 16 0 9 0 23844665 889573376 41384 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23773] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23773/stat : 23773 (java) S 23769 23756 23490 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23844665 889573376 41384 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23774] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23774/stat : 23774 (java) S 23769 23756 23490 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23844665 889573376 41384 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23775] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23775/stat : 23775 (java) S 23769 23756 23490 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23844668 889573376 41384 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23776] ppid=23769 vsize=868724 CPUtime=0.18
/proc/23770/task/23776/stat : 23776 (java) S 23769 23756 23490 0 -1 64 1457 0 0 0 17 1 0 0 16 0 9 0 23844668 889573376 41384 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23777] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23777/stat : 23777 (java) S 23769 23756 23490 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23844668 889573376 41384 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23778] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23778/stat : 23778 (java) S 23769 23756 23490 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23844668 889573376 41384 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 890948

[startup+25.5015 s]
/proc/loadavg: 2.23 2.14 2.17 3/86 23778
/proc/meminfo: memFree=611024/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=16868 CPUtime=0.94
/proc/23756/stat : 23756 (sugar) S 23754 23756 23490 0 -1 4194304 1310 11607 0 1 5 2 81 6 16 0 1 0 23844566 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23756/statm: 4217 1111 409 3 0 796 0
[pid=23769] ppid=23756 vsize=5356 CPUtime=0
/proc/23769/stat : 23769 (sh) S 23756 23756 23490 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23844663 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23769/statm: 1339 233 193 169 0 50 0
[pid=23770] ppid=23769 vsize=868724 CPUtime=24.26
/proc/23770/stat : 23770 (java) S 23769 23756 23490 0 -1 0 67401 0 1 0 2380 46 0 0 20 0 9 0 23844663 889573376 45456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23770/statm: 217181 45456 2592 9 0 211658 0
[pid=23770/tid=23771] ppid=23769 vsize=868724 CPUtime=18.86
/proc/23770/task/23771/stat : 23771 (java) R 23769 23756 23490 0 -1 64 4693 0 1 0 1872 14 0 0 25 0 9 0 23844664 889573376 45456 996147200 134512640 134550932 4294955936 18446744073709551615 4126427919 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23772] ppid=23769 vsize=868724 CPUtime=5.16
/proc/23770/task/23772/stat : 23772 (java) S 23769 23756 23490 0 -1 64 60532 0 0 0 486 30 0 0 16 0 9 0 23844665 889573376 45456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23773] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23773/stat : 23773 (java) S 23769 23756 23490 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23844665 889573376 45456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23774] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23774/stat : 23774 (java) S 23769 23756 23490 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23844665 889573376 45456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23775] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23775/stat : 23775 (java) S 23769 23756 23490 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23844668 889573376 45456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23776] ppid=23769 vsize=868724 CPUtime=0.21
/proc/23770/task/23776/stat : 23776 (java) S 23769 23756 23490 0 -1 64 1473 0 0 0 20 1 0 0 16 0 9 0 23844668 889573376 45456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23777] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23777/stat : 23777 (java) S 23769 23756 23490 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23844668 889573376 45456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23778] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23778/stat : 23778 (java) S 23769 23756 23490 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23844668 889573376 45456 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.2

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

/proc/23769/stat : 23769 (sh) S 23756 23756 23490 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23844663 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23769/statm: 1339 233 193 169 0 50 0
[pid=23770] ppid=23769 vsize=868724 CPUtime=1656.16
/proc/23770/stat : 23770 (java) S 23769 23756 23490 0 -1 0 104667 0 1 0 165520 96 0 0 20 0 9 0 23844663 889573376 72321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23770/statm: 217181 72321 2591 9 0 211658 0
[pid=23770/tid=23771] ppid=23769 vsize=868724 CPUtime=1647.99
/proc/23770/task/23771/stat : 23771 (java) R 23769 23756 23490 0 -1 64 5775 0 1 0 164754 45 0 0 25 0 9 0 23844664 889573376 72321 996147200 134512640 134550932 4294955936 18446744073709551615 4126914485 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23770/tid=23772] ppid=23769 vsize=868724 CPUtime=7.94
/proc/23770/task/23772/stat : 23772 (java) S 23769 23756 23490 0 -1 64 96716 0 0 0 745 49 0 0 16 0 9 0 23844665 889573376 72321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23770/tid=23773] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23773/stat : 23773 (java) S 23769 23756 23490 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23844665 889573376 72321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23770/tid=23774] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23774/stat : 23774 (java) S 23769 23756 23490 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23844665 889573376 72321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23775] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23775/stat : 23775 (java) S 23769 23756 23490 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23844668 889573376 72321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23776] ppid=23769 vsize=868724 CPUtime=0.21
/proc/23770/task/23776/stat : 23776 (java) S 23769 23756 23490 0 -1 64 1473 0 0 0 20 1 0 0 16 0 9 0 23844668 889573376 72321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23777] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23777/stat : 23777 (java) S 23769 23756 23490 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23844668 889573376 72321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23778] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23778/stat : 23778 (java) S 23769 23756 23490 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23844668 889573376 72321 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1657.1
Current children cumulated vsize (KiB) 890948

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/84 23976
/proc/meminfo: memFree=1425176/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=16868 CPUtime=0.94
/proc/23756/stat : 23756 (sugar) S 23754 23756 23490 0 -1 4194304 1310 11607 0 1 5 2 81 6 16 0 1 0 23844566 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23756/statm: 4217 1111 409 3 0 796 0
[pid=23769] ppid=23756 vsize=5356 CPUtime=0
/proc/23769/stat : 23769 (sh) S 23756 23756 23490 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23844663 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23769/statm: 1339 233 193 169 0 50 0
[pid=23770] ppid=23769 vsize=868724 CPUtime=1716.14
/proc/23770/stat : 23770 (java) S 23769 23756 23490 0 -1 0 106533 0 1 0 171518 96 0 0 20 0 9 0 23844663 889573376 74178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23770/statm: 217181 74178 2591 9 0 211658 0
[pid=23770/tid=23771] ppid=23769 vsize=868724 CPUtime=1707.87
/proc/23770/task/23771/stat : 23771 (java) R 23769 23756 23490 0 -1 64 5784 0 1 0 170742 45 0 0 25 0 9 0 23844664 889573376 74178 996147200 134512640 134550932 4294955936 18446744073709551615 4126914432 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23770/tid=23772] ppid=23769 vsize=868724 CPUtime=8.03
/proc/23770/task/23772/stat : 23772 (java) S 23769 23756 23490 0 -1 64 98573 0 0 0 754 49 0 0 16 0 9 0 23844665 889573376 74178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23770/tid=23773] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23773/stat : 23773 (java) S 23769 23756 23490 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23844665 889573376 74178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23770/tid=23774] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23774/stat : 23774 (java) S 23769 23756 23490 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23844665 889573376 74178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23775] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23775/stat : 23775 (java) S 23769 23756 23490 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23844668 889573376 74178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23776] ppid=23769 vsize=868724 CPUtime=0.21
/proc/23770/task/23776/stat : 23776 (java) S 23769 23756 23490 0 -1 64 1473 0 0 0 20 1 0 0 16 0 9 0 23844668 889573376 74178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23777] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23777/stat : 23777 (java) S 23769 23756 23490 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23844668 889573376 74178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23778] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23778/stat : 23778 (java) S 23769 23756 23490 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23844668 889573376 74178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1717.08
Current children cumulated vsize (KiB) 890948

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/84 23976
/proc/meminfo: memFree=1417368/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=16868 CPUtime=0.94
/proc/23756/stat : 23756 (sugar) S 23754 23756 23490 0 -1 4194304 1310 11607 0 1 5 2 81 6 16 0 1 0 23844566 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23756/statm: 4217 1111 409 3 0 796 0
[pid=23769] ppid=23756 vsize=5356 CPUtime=0
/proc/23769/stat : 23769 (sh) S 23756 23756 23490 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23844663 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23769/statm: 1339 233 193 169 0 50 0
[pid=23770] ppid=23769 vsize=868724 CPUtime=1776.12
/proc/23770/stat : 23770 (java) S 23769 23756 23490 0 -1 0 108501 0 1 0 177515 97 0 0 20 0 9 0 23844663 889573376 76135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23770/statm: 217181 76135 2591 9 0 211658 0
[pid=23770/tid=23771] ppid=23769 vsize=868724 CPUtime=1767.74
/proc/23770/task/23771/stat : 23771 (java) R 23769 23756 23490 0 -1 64 5795 0 1 0 176729 45 0 0 25 0 9 0 23844664 889573376 76135 996147200 134512640 134550932 4294955936 18446744073709551615 4126914485 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23770/tid=23772] ppid=23769 vsize=868724 CPUtime=8.15
/proc/23770/task/23772/stat : 23772 (java) S 23769 23756 23490 0 -1 64 100530 0 0 0 765 50 0 0 16 0 9 0 23844665 889573376 76135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23770/tid=23773] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23773/stat : 23773 (java) S 23769 23756 23490 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23844665 889573376 76135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23770/tid=23774] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23774/stat : 23774 (java) S 23769 23756 23490 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23844665 889573376 76135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23775] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23775/stat : 23775 (java) S 23769 23756 23490 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23844668 889573376 76135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23776] ppid=23769 vsize=868724 CPUtime=0.21
/proc/23770/task/23776/stat : 23776 (java) S 23769 23756 23490 0 -1 64 1473 0 0 0 20 1 0 0 16 0 9 0 23844668 889573376 76135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23777] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23777/stat : 23777 (java) S 23769 23756 23490 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23844668 889573376 76135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23778] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23778/stat : 23778 (java) S 23769 23756 23490 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23844668 889573376 76135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1777.06
Current children cumulated vsize (KiB) 890948



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/84 23976
/proc/meminfo: memFree=1417304/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=16868 CPUtime=0.94
/proc/23756/stat : 23756 (sugar) S 23754 23756 23490 0 -1 4194304 1310 11607 0 1 5 2 81 6 16 0 1 0 23844566 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23756/statm: 4217 1111 409 3 0 796 0
[pid=23769] ppid=23756 vsize=5356 CPUtime=0
/proc/23769/stat : 23769 (sh) S 23756 23756 23490 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23844663 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23769/statm: 1339 233 193 169 0 50 0
[pid=23770] ppid=23769 vsize=868724 CPUtime=1799.12
/proc/23770/stat : 23770 (java) S 23769 23756 23490 0 -1 0 108501 0 1 0 179815 97 0 0 20 0 9 0 23844663 889573376 76135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23770/statm: 217181 76135 2591 9 0 211658 0
[pid=23770/tid=23771] ppid=23769 vsize=868724 CPUtime=1790.74
/proc/23770/task/23771/stat : 23771 (java) R 23769 23756 23490 0 -1 64 5795 0 1 0 179029 45 0 0 25 0 9 0 23844664 889573376 76135 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23770/tid=23772] ppid=23769 vsize=868724 CPUtime=8.15
/proc/23770/task/23772/stat : 23772 (java) S 23769 23756 23490 0 -1 64 100530 0 0 0 765 50 0 0 16 0 9 0 23844665 889573376 76135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23770/tid=23773] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23773/stat : 23773 (java) S 23769 23756 23490 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23844665 889573376 76135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23770/tid=23774] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23774/stat : 23774 (java) S 23769 23756 23490 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23844665 889573376 76135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23775] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23775/stat : 23775 (java) S 23769 23756 23490 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23844668 889573376 76135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23776] ppid=23769 vsize=868724 CPUtime=0.21
/proc/23770/task/23776/stat : 23776 (java) S 23769 23756 23490 0 -1 64 1473 0 0 0 20 1 0 0 16 0 9 0 23844668 889573376 76135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23777] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23777/stat : 23777 (java) S 23769 23756 23490 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23844668 889573376 76135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23778] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23778/stat : 23778 (java) S 23769 23756 23490 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23844668 889573376 76135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 890948

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

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

[startup+1805.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/84 23976
/proc/meminfo: memFree=1417304/2055920 swapFree=4192812/4192956
[pid=23756] ppid=23754 vsize=16868 CPUtime=0.94
/proc/23756/stat : 23756 (sugar) S 23754 23756 23490 0 -1 4194304 1310 11607 0 1 5 2 81 6 16 0 1 0 23844566 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251610050658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23756/statm: 4217 1111 409 3 0 796 0
[pid=23769] ppid=23756 vsize=5356 CPUtime=0
/proc/23769/stat : 23769 (sh) S 23756 23756 23490 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23844663 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251601150788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23769/statm: 1339 233 193 169 0 50 0
[pid=23770] ppid=23769 vsize=868724 CPUtime=1799.12
/proc/23770/stat : 23770 (java) S 23769 23756 23490 0 -1 0 108501 0 1 0 179815 97 0 0 20 0 9 0 23844663 889573376 76135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23770/statm: 217181 76135 2591 9 0 211658 0
[pid=23770/tid=23771] ppid=23769 vsize=868724 CPUtime=1790.74
/proc/23770/task/23771/stat : 23771 (java) R 23769 23756 23490 0 -1 64 5795 0 1 0 179029 45 0 0 25 0 9 0 23844664 889573376 76135 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23770/tid=23772] ppid=23769 vsize=868724 CPUtime=8.15
/proc/23770/task/23772/stat : 23772 (java) S 23769 23756 23490 0 -1 64 100530 0 0 0 765 50 0 0 16 0 9 0 23844665 889573376 76135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23770/tid=23773] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23773/stat : 23773 (java) S 23769 23756 23490 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23844665 889573376 76135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23770/tid=23774] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23774/stat : 23774 (java) S 23769 23756 23490 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23844665 889573376 76135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23775] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23775/stat : 23775 (java) S 23769 23756 23490 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 23844668 889573376 76135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23776] ppid=23769 vsize=868724 CPUtime=0.21
/proc/23770/task/23776/stat : 23776 (java) S 23769 23756 23490 0 -1 64 1473 0 0 0 20 1 0 0 16 0 9 0 23844668 889573376 76135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23777] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23777/stat : 23777 (java) S 23769 23756 23490 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23844668 889573376 76135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23770/tid=23778] ppid=23769 vsize=868724 CPUtime=0
/proc/23770/task/23778/stat : 23778 (java) S 23769 23756 23490 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23844668 889573376 76135 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 890948

Child status: 0

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

Real time (s): 1805.41
CPU time (s): 1800.06
CPU user time (s): 1799.01
CPU system time (s): 1.05
CPU usage (%): 99.7038
Max. virtual memory (cumulated for all children) (KiB): 920564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.873867
system time used= 0.096985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13284
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 873
involuntary context switches= 742

runsolver used 2.21666 second user time and 6.10307 second system time

The end

Launcher Data

Begin job on node91 at 2009-07-12 05:03:19
IDJOB=2079078
IDBENCH=56845
IDSOLVER=738
FILE ID=node91/2079078-1247367799
PBS_JOBID= 9507129
Free space on /tmp= 66032 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/ogdPuzzle/normalized-crossword-m1-ogd-puzzle22.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-2079078-1247367799/watcher-2079078-1247367799 -o /tmp/evaluation-result-2079078-1247367799/solver-2079078-1247367799 -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-2079078-1247367799.xml

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

MD5SUM BENCH= 4fd9722e59aa2e5ca5e508f77baf17c8
RANDOM SEED=264956914

node91.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.241
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.241
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        806456 kB
Buffers:         32844 kB
Cached:         353260 kB
SwapCached:          0 kB
Active:        1118324 kB
Inactive:        66864 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        806456 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2820 kB
Writeback:           0 kB
Mapped:         810284 kB
Slab:            47828 kB
Committed_AS:   962200 kB
PageTables:       3372 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= 66220 MiB
End job on node91 at 2009-07-12 05:33:27