Trace number 2077736

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.02 1814.53

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-07.xml
MD5SUM54357bc776348c1c86014af38d77c600
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.815875
Satisfiable
(Un)Satisfiability was proved
Number of variables291
Number of constraints3141
Maximum constraint arity30
Maximum domain size26
Number of constraints which are defined in extension134
Number of constraints which are defined in intension3007
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 04:27:39 2009
0.00/0.07	c 0	PID 18087
0.00/0.08	c 0	HOST node59.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2077736-1247365658.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-2077736-1247365658.xml' 'HOME/temp.csp'
0.85/1.11	c 1	1 domains, 291 variables, 9 predicates, 8 relations, 3141 constraints
0.85/1.16	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.85/1.16	c 1	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.90/1.25	c 1	Parsing HOME/temp.csp
1.37/1.79	c 1	parsed 3450 expressions
1.45/1.83	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.45/1.83	c 1	Converting to clausal form CSP
1.52/1.98	c 2	converted 345 (10%) expressions
2.92/3.59	c 3	converted 690 (20%) expressions
3.12/3.71	c 3	converted 1035 (30%) expressions
3.71/4.32	c 4	converted 1380 (40%) expressions
3.71/4.37	c 4	converted 1725 (50%) expressions
4.09/4.74	c 4	converted 2070 (60%) expressions
4.18/4.87	c 4	converted 2415 (70%) expressions
4.29/4.96	c 5	converted 2760 (80%) expressions
4.39/5.01	c 5	converted 3105 (90%) expressions
4.48/5.20	c 5	converted 3450 (100%) expressions
4.48/5.20	c 5	CSP : 291 integers, 0 booleans, 3141 clauses, largest domain size 26
4.48/5.20	c 5	Heap : 77 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.48/5.20	c 5	Propagation in CSP
4.58/5.22	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.58/5.22	c 5	CSP : 291 integers, 0 booleans, 3141 clauses, largest domain size 26
4.58/5.22	c 5	Heap : 77 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.58/5.23	c 5	Simplifing CSP by introducing new Boolean variables
4.68/5.33	c 5	CSP : 291 integers, 22704 booleans, 25845 clauses, largest domain size 26
4.68/5.33	c 5	Heap : 83 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.19/5.83	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.19/5.88	c 5	30 (10%) CSP integer variables are encoded (720 clauses, 7776 bytes)
5.19/5.88	c 5	59 (20%) CSP integer variables are encoded (1416 clauses, 16345 bytes)
5.19/5.88	c 5	88 (30%) CSP integer variables are encoded (2112 clauses, 25393 bytes)
5.19/5.88	c 5	117 (40%) CSP integer variables are encoded (2808 clauses, 34441 bytes)
5.19/5.88	c 5	146 (50%) CSP integer variables are encoded (3504 clauses, 43489 bytes)
5.19/5.88	c 5	175 (60%) CSP integer variables are encoded (4200 clauses, 52537 bytes)
5.19/5.88	c 5	204 (70%) CSP integer variables are encoded (4896 clauses, 61585 bytes)
5.19/5.88	c 5	233 (80%) CSP integer variables are encoded (5592 clauses, 70633 bytes)
5.19/5.88	c 5	262 (90%) CSP integer variables are encoded (6288 clauses, 79681 bytes)
5.19/5.88	c 5	291 (100%) CSP integer variables are encoded (6984 clauses, 88729 bytes)
18.27/19.07	c 19	2585 (10%) CSP clauses are encoded (502537 clauses, 17440679 bytes)
28.22/29.27	c 29	5169 (20%) CSP clauses are encoded (653334 clauses, 23299213 bytes)
103.60/105.43	c 105	7754 (30%) CSP clauses are encoded (1148437 clauses, 48771815 bytes)
103.70/105.54	c 105	10338 (40%) CSP clauses are encoded (1208446 clauses, 49909831 bytes)
103.80/105.65	c 105	12923 (50%) CSP clauses are encoded (1268456 clauses, 51057954 bytes)
103.91/105.76	c 105	15507 (60%) CSP clauses are encoded (1328465 clauses, 52241477 bytes)
104.01/105.87	c 105	18092 (70%) CSP clauses are encoded (1388500 clauses, 53425509 bytes)
118.69/120.55	c 120	20676 (80%) CSP clauses are encoded (1511830 clauses, 58644922 bytes)
133.38/135.27	c 135	23261 (90%) CSP clauses are encoded (1635186 clauses, 63864844 bytes)
151.77/153.63	c 153	25845 (100%) CSP clauses are encoded (1807179 clauses, 74180327 bytes)
151.77/153.63	c 153	25845 CSP clauses encoded
151.77/153.63	c 153	Writing map file : HOME/temp.map
151.77/153.64	c 153	Heap : 128 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
151.77/153.64	c 153	SAT : 29979 SAT variables, 1807179 SAT clauses, 74180327 bytes
151.77/153.64	c 153	Heap : 128 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
151.77/153.68	c 153	SOLVING HOME/temp.cnf
151.77/153.68	c 153	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.02/1814.52	c ERROR INTERRUPTED
1800.02/1814.52	s UNKNOWN
1800.02/1814.52	c 1814	CPU 151.85 (0.06 0.01 150.86 0.92)
1800.02/1814.52	c 1814	END Sun Jul 12 04:57:53 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-2077736-1247365658/watcher-2077736-1247365658 -o /tmp/evaluation-result-2077736-1247365658/solver-2077736-1247365658 -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-2077736-1247365658.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: 3.18 2.85 2.53 6/88 18088
/proc/meminfo: memFree=1398608/2055920 swapFree=4192812/4192956
[pid=18087] ppid=18083 vsize=16868 CPUtime=0.06
/proc/18087/stat : 18087 (sugar) S 18083 18087 5419 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23628978 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18087/statm: 4217 1111 409 3 0 796 0
[pid=18091] ppid=18087 vsize=5356 CPUtime=0
/proc/18091/stat : 18091 (sh) S 18087 18087 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23628986 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18091/statm: 1339 233 193 169 0 50 0
[pid=18092] ppid=18091 vsize=1612 CPUtime=0
/proc/18092/stat : 18092 (java) R 18091 18087 5419 0 -1 0 146 0 0 0 0 0 0 0 19 0 1 0 23628987 1650688 120 996147200 134512640 134550932 4294956144 18446744073709551615 4294960144 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/18092/statm: 403 120 95 9 0 45 0

[startup+0.203756 s]
/proc/loadavg: 3.18 2.85 2.53 6/88 18088
/proc/meminfo: memFree=1398608/2055920 swapFree=4192812/4192956
[pid=18087] ppid=18083 vsize=16868 CPUtime=0.06
/proc/18087/stat : 18087 (sugar) S 18083 18087 5419 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23628978 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18087/statm: 4217 1111 409 3 0 796 0
[pid=18091] ppid=18087 vsize=5356 CPUtime=0
/proc/18091/stat : 18091 (sh) S 18087 18087 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23628986 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18091/statm: 1339 233 193 169 0 50 0
[pid=18092] ppid=18091 vsize=862008 CPUtime=0.07
/proc/18092/stat : 18092 (java) S 18091 18087 5419 0 -1 0 2756 0 1 0 6 1 0 0 18 0 9 0 23628987 882696192 2230 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18092/statm: 215502 2230 1233 9 0 210415 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 884232

[startup+0.302773 s]
/proc/loadavg: 3.18 2.85 2.53 6/88 18088
/proc/meminfo: memFree=1398608/2055920 swapFree=4192812/4192956
[pid=18087] ppid=18083 vsize=16868 CPUtime=0.06
/proc/18087/stat : 18087 (sugar) S 18083 18087 5419 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23628978 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18087/statm: 4217 1111 409 3 0 796 0
[pid=18091] ppid=18087 vsize=5356 CPUtime=0
/proc/18091/stat : 18091 (sh) S 18087 18087 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23628986 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18091/statm: 1339 233 193 169 0 50 0
[pid=18092] ppid=18091 vsize=863816 CPUtime=0.1
/proc/18092/stat : 18092 (java) S 18091 18087 5419 0 -1 0 3450 0 1 0 8 2 0 0 18 0 9 0 23628987 884547584 2920 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18092/statm: 215954 2920 1709 9 0 210466 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 886040

[startup+0.402792 s]
/proc/loadavg: 3.18 2.85 2.53 6/88 18088
/proc/meminfo: memFree=1398608/2055920 swapFree=4192812/4192956
[pid=18087] ppid=18083 vsize=16868 CPUtime=0.06
/proc/18087/stat : 18087 (sugar) S 18083 18087 5419 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23628978 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18087/statm: 4217 1111 409 3 0 796 0
[pid=18091] ppid=18087 vsize=5356 CPUtime=0
/proc/18091/stat : 18091 (sh) S 18087 18087 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23628986 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18091/statm: 1339 233 193 169 0 50 0
[pid=18092] ppid=18091 vsize=864092 CPUtime=0.2
/proc/18092/stat : 18092 (java) S 18091 18087 5419 0 -1 0 4133 0 1 0 17 3 0 0 18 0 9 0 23628987 884830208 3597 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18092/statm: 216023 3597 1733 9 0 210535 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 886316

[startup+0.702848 s]
/proc/loadavg: 3.18 2.85 2.53 6/88 18088
/proc/meminfo: memFree=1398608/2055920 swapFree=4192812/4192956
[pid=18087] ppid=18083 vsize=16868 CPUtime=0.06
/proc/18087/stat : 18087 (sugar) S 18083 18087 5419 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 23628978 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18087/statm: 4217 1111 409 3 0 796 0
[pid=18091] ppid=18087 vsize=5356 CPUtime=0
/proc/18091/stat : 18091 (sh) S 18087 18087 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23628986 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18091/statm: 1339 233 193 169 0 50 0
[pid=18092] ppid=18091 vsize=864776 CPUtime=0.48
/proc/18092/stat : 18092 (java) S 18091 18087 5419 0 -1 0 6517 0 1 0 44 4 0 0 18 0 9 0 23628987 885530624 5768 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18092/statm: 216194 5768 2557 9 0 210706 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 887000

[startup+1.502 s]
/proc/loadavg: 3.18 2.85 2.53 4/96 18233
/proc/meminfo: memFree=1394728/2055920 swapFree=4192812/4192956
[pid=18087] ppid=18083 vsize=16868 CPUtime=0.88
/proc/18087/stat : 18087 (sugar) S 18083 18087 5419 0 -1 4194304 1309 8706 0 1 5 1 75 7 16 0 1 0 23628978 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18087/statm: 4217 1111 409 3 0 796 0
[pid=18225] ppid=18087 vsize=5356 CPUtime=0
/proc/18225/stat : 18225 (sh) S 18087 18087 5419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23629095 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18225/statm: 1339 233 193 169 0 50 0
[pid=18226] ppid=18225 vsize=862288 CPUtime=0.3
/proc/18226/stat : 18226 (java) S 18225 18087 5419 0 -1 0 3782 0 1 0 28 2 0 0 18 0 9 0 23629095 882982912 3255 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18226/statm: 215572 3255 1275 9 0 210485 0
[pid=18226/tid=18230] ppid=18225 vsize=862288 CPUtime=0.22
/proc/18226/task/18230/stat : 18230 (java) R 18225 18087 5419 0 -1 64 2010 0 1 0 21 1 0 0 19 0 9 0 23629096 882982912 3255 996147200 134512640 134550932 4294955936 18446744073709551615 4126428856 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18231] ppid=18225 vsize=862288 CPUtime=0.02
/proc/18226/task/18231/stat : 18231 (java) S 18225 18087 5419 0 -1 64 773 0 0 0 2 0 0 0 16 0 9 0 23629097 882982912 3255 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18232] ppid=18225 vsize=862288 CPUtime=0
/proc/18226/task/18232/stat : 18232 (java) S 18225 18087 5419 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 23629098 882982912 3255 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18233] ppid=18225 vsize=862288 CPUtime=0
/proc/18226/task/18233/stat : 18233 (java) S 18225 18087 5419 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 23629098 882982912 3255 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 884512

[startup+3.10231 s]
/proc/loadavg: 3.18 2.85 2.53 5/99 18294
/proc/meminfo: memFree=1372112/2055920 swapFree=4192812/4192956
[pid=18087] ppid=18083 vsize=16868 CPUtime=0.88
/proc/18087/stat : 18087 (sugar) S 18083 18087 5419 0 -1 4194304 1309 8706 0 1 5 1 75 7 16 0 1 0 23628978 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18087/statm: 4217 1111 409 3 0 796 0
[pid=18225] ppid=18087 vsize=5356 CPUtime=0
/proc/18225/stat : 18225 (sh) S 18087 18087 5419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23629095 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18225/statm: 1339 233 193 169 0 50 0
[pid=18226] ppid=18225 vsize=864248 CPUtime=1.67
/proc/18226/stat : 18226 (java) S 18225 18087 5419 0 -1 0 14150 0 1 0 158 9 0 0 18 0 9 0 23629095 884989952 13387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18226/statm: 216062 13387 2566 9 0 210567 0
[pid=18226/tid=18230] ppid=18225 vsize=864248 CPUtime=0.83
/proc/18226/task/18230/stat : 18230 (java) R 18225 18087 5419 0 -1 64 2910 0 1 0 82 1 0 0 25 0 9 0 23629096 884989952 13387 996147200 134512640 134550932 4294955936 18446744073709551615 103564548 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18231] ppid=18225 vsize=864248 CPUtime=0.76
/proc/18226/task/18231/stat : 18231 (java) S 18225 18087 5419 0 -1 64 10223 0 0 0 70 6 0 0 16 0 9 0 23629097 884989952 13387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18232] ppid=18225 vsize=864248 CPUtime=0
/proc/18226/task/18232/stat : 18232 (java) S 18225 18087 5419 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23629098 884989952 13387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18233] ppid=18225 vsize=864248 CPUtime=0
/proc/18226/task/18233/stat : 18233 (java) S 18225 18087 5419 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23629098 884989952 13387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18234] ppid=18225 vsize=864248 CPUtime=0
/proc/18226/task/18234/stat : 18234 (java) S 18225 18087 5419 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23629101 884989952 13387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18235] ppid=18225 vsize=864248 CPUtime=0.05
/proc/18226/task/18235/stat : 18235 (java) S 18225 18087 5419 0 -1 64 314 0 0 0 5 0 0 0 16 0 9 0 23629101 884989952 13387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18238] ppid=18225 vsize=864248 CPUtime=0
/proc/18226/task/18238/stat : 18238 (java) S 18225 18087 5419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23629101 884989952 13387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18239] ppid=18225 vsize=864248 CPUtime=0
/proc/18226/task/18239/stat : 18239 (java) S 18225 18087 5419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23629101 884989952 13387 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.55
Current children cumulated vsize (KiB) 886472

[startup+6.30192 s]
/proc/loadavg: 3.17 2.85 2.53 4/98 18540
/proc/meminfo: memFree=1297560/2055920 swapFree=4192812/4192956
[pid=18087] ppid=18083 vsize=16868 CPUtime=0.89
/proc/18087/stat : 18087 (sugar) S 18083 18087 5419 0 -1 4194304 1310 8706 0 1 6 1 75 7 15 0 1 0 23628978 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18087/statm: 4217 1111 409 3 0 796 0
[pid=18225] ppid=18087 vsize=5356 CPUtime=0
/proc/18225/stat : 18225 (sh) S 18087 18087 5419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23629095 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18225/statm: 1339 233 193 169 0 50 0
[pid=18226] ppid=18225 vsize=868692 CPUtime=4.79
/proc/18226/stat : 18226 (java) S 18225 18087 5419 0 -1 0 28357 0 1 0 462 17 0 0 18 0 9 0 23629095 889540608 27425 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18226/statm: 217173 27425 2591 9 0 211650 0
[pid=18226/tid=18230] ppid=18225 vsize=868692 CPUtime=2.06
/proc/18226/task/18230/stat : 18230 (java) R 18225 18087 5419 0 -1 64 3773 0 1 0 204 2 0 0 19 0 9 0 23629096 889540608 27425 996147200 134512640 134550932 4294955936 18446744073709551615 4126959431 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18231] ppid=18225 vsize=868692 CPUtime=2.48
/proc/18226/task/18231/stat : 18231 (java) R 18225 18087 5419 0 -1 64 22370 0 0 0 236 12 0 0 20 0 9 0 23629097 889540608 27425 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18232] ppid=18225 vsize=868692 CPUtime=0
/proc/18226/task/18232/stat : 18232 (java) S 18225 18087 5419 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23629098 889540608 27425 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18233] ppid=18225 vsize=868692 CPUtime=0
/proc/18226/task/18233/stat : 18233 (java) S 18225 18087 5419 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23629098 889540608 27425 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18234] ppid=18225 vsize=868692 CPUtime=0
/proc/18226/task/18234/stat : 18234 (java) S 18225 18087 5419 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23629101 889540608 27425 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18235] ppid=18225 vsize=868692 CPUtime=0.2
/proc/18226/task/18235/stat : 18235 (java) S 18225 18087 5419 0 -1 64 1511 0 0 0 20 0 0 0 15 0 9 0 23629101 889540608 27425 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18238] ppid=18225 vsize=868692 CPUtime=0
/proc/18226/task/18238/stat : 18238 (java) S 18225 18087 5419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23629101 889540608 27425 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18239] ppid=18225 vsize=868692 CPUtime=0
/proc/18226/task/18239/stat : 18239 (java) S 18225 18087 5419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23629101 889540608 27425 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 5.68
Current children cumulated vsize (KiB) 890916

[startup+12.7011 s]
/proc/loadavg: 3.15 2.86 2.53 4/99 18914
/proc/meminfo: memFree=1284304/2055920 swapFree=4192812/4192956
[pid=18087] ppid=18083 vsize=16868 CPUtime=0.89
/proc/18087/stat : 18087 (sugar) S 18083 18087 5419 0 -1 4194304 1310 8706 0 1 6 1 75 7 15 0 1 0 23628978 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18087/statm: 4217 1111 409 3 0 796 0
[pid=18225] ppid=18087 vsize=5356 CPUtime=0
/proc/18225/stat : 18225 (sh) S 18087 18087 5419 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23629095 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18225/statm: 1339 233 193 169 0 50 0
[pid=18226] ppid=18225 vsize=868692 CPUtime=11.18
/proc/18226/stat : 18226 (java) S 18225 18087 5419 0 -1 0 28609 0 1 0 1094 24 0 0 18 0 9 0 23629095 889540608 27592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18226/statm: 217173 27592 2591 9 0 211650 0
[pid=18226/tid=18230] ppid=18225 vsize=868692 CPUtime=8.26
/proc/18226/task/18230/stat : 18230 (java) R 18225 18087 5419 0 -1 64 3860 0 1 0 817 9 0 0 25 0 9 0 23629096 889540608 27592 996147200 134512640 134550932 4294955936 18446744073709551615 4126962087 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18231] ppid=18225 vsize=868692 CPUtime=2.66
/proc/18226/task/18231/stat : 18231 (java) S 18225 18087 5419 0 -1 64 22527 0 0 0 253 13 0 0 16 0 9 0 23629097 889540608 27592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18232] ppid=18225 vsize=868692 CPUtime=0
/proc/18226/task/18232/stat : 18232 (java) S 18225 18087 5419 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23629098 889540608 27592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18233] ppid=18225 vsize=868692 CPUtime=0
/proc/18226/task/18233/stat : 18233 (java) S 18225 18087 5419 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23629098 889540608 27592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18234] ppid=18225 vsize=868692 CPUtime=0
/proc/18226/task/18234/stat : 18234 (java) S 18225 18087 5419 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 23629101 889540608 27592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18235] ppid=18225 vsize=868692 CPUtime=0.23
/proc/18226/task/18235/stat : 18235 (java) S 18225 18087 5419 0 -1 64 1519 0 0 0 22 1 0 0 15 0 9 0 23629101 889540608 27592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18226/tid=18238] ppid=18225 vsize=868692 CPUtime=0
/proc/18226/task/18238/stat : 18238 (java) S 18225 18087 5419 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23629101 889540608 27592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18226/tid=18239] ppid=18225 vsize=868692 CPUtime=0
/proc/18226/task/18239/stat : 18239 (java) S 18225 18087 5419 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23629101 889540608 27592 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.07
Current children cumulated vsize (KiB) 890916

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

/proc/meminfo: memFree=1348608/2055920 swapFree=4192812/4192956
[pid=18087] ppid=18083 vsize=16868 CPUtime=151.85
/proc/18087/stat : 18087 (sugar) S 18083 18087 5419 0 -1 4194304 1365 59742 0 2 6 1 15086 92 16 0 1 0 23628978 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18087/statm: 4217 1113 409 3 0 796 0
[pid=23354] ppid=18087 vsize=5356 CPUtime=0
/proc/23354/stat : 23354 (sh) S 18087 18087 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23644347 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23354/statm: 1339 232 193 169 0 50 0
[pid=23355] ppid=23354 vsize=110912 CPUtime=1197.69
/proc/23355/stat : 23355 (picosat) R 23354 18087 5419 0 -1 4194304 29414 0 0 0 117963 1806 0 0 25 0 1 0 23644347 113573888 27370 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23355/statm: 27728 27370 48 102 0 27623 0
Current children cumulated CPU time (s) 1349.54
Current children cumulated vsize (KiB) 133136

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.10 3/83 23437
/proc/meminfo: memFree=1348416/2055920 swapFree=4192812/4192956
[pid=18087] ppid=18083 vsize=16868 CPUtime=151.85
/proc/18087/stat : 18087 (sugar) S 18083 18087 5419 0 -1 4194304 1365 59742 0 2 6 1 15086 92 16 0 1 0 23628978 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18087/statm: 4217 1113 409 3 0 796 0
[pid=23354] ppid=18087 vsize=5356 CPUtime=0
/proc/23354/stat : 23354 (sh) S 18087 18087 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23644347 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23354/statm: 1339 232 193 169 0 50 0
[pid=23355] ppid=23354 vsize=110912 CPUtime=1257.65
/proc/23355/stat : 23355 (picosat) R 23354 18087 5419 0 -1 4194304 29414 0 0 0 123959 1806 0 0 25 0 1 0 23644347 113573888 27370 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23355/statm: 27728 27370 48 102 0 27623 0
Current children cumulated CPU time (s) 1409.5
Current children cumulated vsize (KiB) 133136

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.09 3/83 23437
/proc/meminfo: memFree=1346752/2055920 swapFree=4192812/4192956
[pid=18087] ppid=18083 vsize=16868 CPUtime=151.85
/proc/18087/stat : 18087 (sugar) S 18083 18087 5419 0 -1 4194304 1365 59742 0 2 6 1 15086 92 16 0 1 0 23628978 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18087/statm: 4217 1113 409 3 0 796 0
[pid=23354] ppid=18087 vsize=5356 CPUtime=0
/proc/23354/stat : 23354 (sh) S 18087 18087 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23644347 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23354/statm: 1339 232 193 169 0 50 0
[pid=23355] ppid=23354 vsize=112364 CPUtime=1317.62
/proc/23355/stat : 23355 (picosat) R 23354 18087 5419 0 -1 4194304 30042 0 0 0 129955 1807 0 0 25 0 1 0 23644347 115060736 27784 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23355/statm: 28091 27784 48 102 0 27986 0
Current children cumulated CPU time (s) 1469.47
Current children cumulated vsize (KiB) 134588

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 2.09 3/84 23478
/proc/meminfo: memFree=1374712/2055920 swapFree=4192812/4192956
[pid=18087] ppid=18083 vsize=16868 CPUtime=151.85
/proc/18087/stat : 18087 (sugar) S 18083 18087 5419 0 -1 4194304 1365 59742 0 2 6 1 15086 92 16 0 1 0 23628978 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18087/statm: 4217 1113 409 3 0 796 0
[pid=23354] ppid=18087 vsize=5356 CPUtime=0
/proc/23354/stat : 23354 (sh) S 18087 18087 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23644347 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23354/statm: 1339 232 193 169 0 50 0
[pid=23355] ppid=23354 vsize=112364 CPUtime=1377.41
/proc/23355/stat : 23355 (picosat) R 23354 18087 5419 0 -1 4194304 30042 0 0 0 135932 1809 0 0 25 0 1 0 23644347 115060736 27784 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/23355/statm: 28091 27784 48 102 0 27986 0
Current children cumulated CPU time (s) 1529.26
Current children cumulated vsize (KiB) 134588

[startup+1602.3 s]
/proc/loadavg: 2.17 2.05 2.09 3/84 23478
/proc/meminfo: memFree=1376120/2055920 swapFree=4192812/4192956
[pid=18087] ppid=18083 vsize=16868 CPUtime=151.85
/proc/18087/stat : 18087 (sugar) S 18083 18087 5419 0 -1 4194304 1365 59742 0 2 6 1 15086 92 16 0 1 0 23628978 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18087/statm: 4217 1113 409 3 0 796 0
[pid=23354] ppid=18087 vsize=5356 CPUtime=0
/proc/23354/stat : 23354 (sh) S 18087 18087 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23644347 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23354/statm: 1339 232 193 169 0 50 0
[pid=23355] ppid=23354 vsize=112364 CPUtime=1436.84
/proc/23355/stat : 23355 (picosat) R 23354 18087 5419 0 -1 4194304 30042 0 0 0 141875 1809 0 0 25 0 1 0 23644347 115060736 27784 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23355/statm: 28091 27784 48 102 0 27986 0
Current children cumulated CPU time (s) 1588.69
Current children cumulated vsize (KiB) 134588

[startup+1662.31 s]
/proc/loadavg: 2.06 2.03 2.09 3/87 23518
/proc/meminfo: memFree=1334240/2055920 swapFree=4192812/4192956
[pid=18087] ppid=18083 vsize=16868 CPUtime=151.85
/proc/18087/stat : 18087 (sugar) S 18083 18087 5419 0 -1 4194304 1365 59742 0 2 6 1 15086 92 16 0 1 0 23628978 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18087/statm: 4217 1113 409 3 0 796 0
[pid=23354] ppid=18087 vsize=5356 CPUtime=0
/proc/23354/stat : 23354 (sh) S 18087 18087 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23644347 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23354/statm: 1339 232 193 169 0 50 0
[pid=23355] ppid=23354 vsize=113816 CPUtime=1496.28
/proc/23355/stat : 23355 (picosat) R 23354 18087 5419 0 -1 4194304 30654 0 0 0 147817 1811 0 0 25 0 1 0 23644347 116547584 28173 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/23355/statm: 28454 28173 48 102 0 28349 0
Current children cumulated CPU time (s) 1648.13
Current children cumulated vsize (KiB) 136040

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.08 3/76 23547
/proc/meminfo: memFree=1381496/2055920 swapFree=4192812/4192956
[pid=18087] ppid=18083 vsize=16868 CPUtime=151.85
/proc/18087/stat : 18087 (sugar) S 18083 18087 5419 0 -1 4194304 1365 59742 0 2 6 1 15086 92 16 0 1 0 23628978 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18087/statm: 4217 1113 409 3 0 796 0
[pid=23354] ppid=18087 vsize=5356 CPUtime=0
/proc/23354/stat : 23354 (sh) S 18087 18087 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23644347 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23354/statm: 1339 232 193 169 0 50 0
[pid=23355] ppid=23354 vsize=113816 CPUtime=1556.01
/proc/23355/stat : 23355 (picosat) R 23354 18087 5419 0 -1 4194304 30654 0 0 0 153790 1811 0 0 25 0 1 0 23644347 116547584 28173 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23355/statm: 28454 28173 48 102 0 28349 0
Current children cumulated CPU time (s) 1707.86
Current children cumulated vsize (KiB) 136040

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.07 3/76 23547
/proc/meminfo: memFree=1381432/2055920 swapFree=4192812/4192956
[pid=18087] ppid=18083 vsize=16868 CPUtime=151.85
/proc/18087/stat : 18087 (sugar) S 18083 18087 5419 0 -1 4194304 1365 59742 0 2 6 1 15086 92 16 0 1 0 23628978 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18087/statm: 4217 1113 409 3 0 796 0
[pid=23354] ppid=18087 vsize=5356 CPUtime=0
/proc/23354/stat : 23354 (sh) S 18087 18087 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23644347 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23354/statm: 1339 232 193 169 0 50 0
[pid=23355] ppid=23354 vsize=113816 CPUtime=1615.98
/proc/23355/stat : 23355 (picosat) R 23354 18087 5419 0 -1 4194304 30654 0 0 0 159787 1811 0 0 25 0 1 0 23644347 116547584 28173 996147200 134512640 134931368 4294956256 18446744073709551615 134525528 0 0 4096 0 0 0 0 17 0 0 0
/proc/23355/statm: 28454 28173 48 102 0 28349 0
Current children cumulated CPU time (s) 1767.83
Current children cumulated vsize (KiB) 136040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1814.5 s]
/proc/loadavg: 2.00 2.02 2.07 3/76 23547
/proc/meminfo: memFree=1381432/2055920 swapFree=4192812/4192956
[pid=18087] ppid=18083 vsize=16868 CPUtime=151.85
/proc/18087/stat : 18087 (sugar) S 18083 18087 5419 0 -1 4194304 1365 59742 0 2 6 1 15086 92 16 0 1 0 23628978 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18087/statm: 4217 1113 409 3 0 796 0
[pid=23354] ppid=18087 vsize=5356 CPUtime=0
/proc/23354/stat : 23354 (sh) S 18087 18087 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23644347 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23354/statm: 1339 232 193 169 0 50 0
[pid=23355] ppid=23354 vsize=113816 CPUtime=1648.17
/proc/23355/stat : 23355 (picosat) R 23354 18087 5419 0 -1 4194304 30876 0 0 0 163006 1811 0 0 25 0 1 0 23644347 116547584 28173 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23355/statm: 28454 28173 48 102 0 28349 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 136040

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

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

[startup+1814.5 s]
/proc/loadavg: 2.00 2.02 2.07 3/76 23547
/proc/meminfo: memFree=1381432/2055920 swapFree=4192812/4192956
[pid=18087] ppid=18083 vsize=16868 CPUtime=151.85
/proc/18087/stat : 18087 (sugar) S 18083 18087 5419 0 -1 4194304 1365 59742 0 2 6 1 15086 92 16 0 1 0 23628978 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 217060520034 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18087/statm: 4217 1113 409 3 0 796 0
[pid=23354] ppid=18087 vsize=5356 CPUtime=0
/proc/23354/stat : 23354 (sh) S 18087 18087 5419 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23644347 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 217051620164 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23354/statm: 1339 232 193 169 0 50 0
[pid=23355] ppid=23354 vsize=113816 CPUtime=1648.17
/proc/23355/stat : 23355 (picosat) R 23354 18087 5419 0 -1 4194304 30876 0 0 0 163006 1811 0 0 25 0 1 0 23644347 116547584 28173 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/23355/statm: 28454 28173 48 102 0 28349 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 136040

Child status: 0

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

Real time (s): 1814.53
CPU time (s): 1800.02
CPU user time (s): 1780.98
CPU system time (s): 19.04
CPU usage (%): 99.2005
Max. virtual memory (cumulated for all children) (KiB): 911408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 150.926
system time used= 0.949855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 61501
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= 10828
involuntary context switches= 12377

runsolver used 2.24166 second user time and 6.07808 second system time

The end

Launcher Data

Begin job on node59 at 2009-07-12 04:27:39
IDJOB=2077736
IDBENCH=56655
IDSOLVER=738
FILE ID=node59/2077736-1247365658
PBS_JOBID= 9507107
Free space on /tmp= 66376 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-19-07.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-2077736-1247365658/watcher-2077736-1247365658 -o /tmp/evaluation-result-2077736-1247365658/solver-2077736-1247365658 -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-2077736-1247365658.xml

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

MD5SUM BENCH= 54357bc776348c1c86014af38d77c600
RANDOM SEED=1393185906

node59.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.263
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.263
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:       1401920 kB
Buffers:         63160 kB
Cached:         289284 kB
SwapCached:          0 kB
Active:         384896 kB
Inactive:       189944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1401920 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2684 kB
Writeback:           0 kB
Mapped:         244144 kB
Slab:            63248 kB
Committed_AS:   410076 kB
PageTables:       2792 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66384 MiB
End job on node59 at 2009-07-12 04:57:55