Trace number 2071367

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.09 1805.83

General information on the benchmark

Namecsp/lexHerald/
normalized-crossword-m1-lex-21-08.xml
MD5SUM2f39a3fa7127c18c5476e0f90cec8505
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.737887
Satisfiable
(Un)Satisfiability was proved
Number of variables365
Number of constraints3584
Maximum constraint arity18
Maximum domain size26
Number of constraints which are defined in extension150
Number of constraints which are defined in intension3434
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:05:35 2009
0.00/0.08	c 0	PID 21909
0.06/0.08	c 0	HOST node50.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2071367-1247353535.xml TO HOME/temp.csp
0.06/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-2071367-1247353535.xml' 'HOME/temp.csp'
0.06/0.94	c 1	1 domains, 365 variables, 7 predicates, 6 relations, 3584 constraints
0.06/0.98	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.98	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.06	c 1	Parsing HOME/temp.csp
1.30/1.48	c 1	parsed 3963 expressions
1.30/1.49	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.30/1.49	c 1	Converting to clausal form CSP
1.50/1.69	c 1	converted 397 (10%) expressions
4.27/4.43	c 4	converted 793 (20%) expressions
4.47/4.60	c 4	converted 1189 (30%) expressions
4.47/4.69	c 4	converted 1586 (40%) expressions
4.66/4.87	c 5	converted 1982 (50%) expressions
4.86/5.06	c 5	converted 2378 (60%) expressions
4.96/5.11	c 5	converted 2775 (70%) expressions
4.96/5.16	c 5	converted 3171 (80%) expressions
5.06/5.22	c 5	converted 3567 (90%) expressions
5.06/5.27	c 5	converted 3963 (100%) expressions
5.06/5.27	c 5	CSP : 365 integers, 0 booleans, 3584 clauses, largest domain size 26
5.06/5.27	c 5	Heap : 99 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.06/5.27	c 5	Propagation in CSP
5.06/5.29	c 5	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.06/5.29	c 5	CSP : 365 integers, 0 booleans, 3584 clauses, largest domain size 26
5.06/5.29	c 5	Heap : 100 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.16/5.30	c 5	Simplifing CSP by introducing new Boolean variables
5.25/5.46	c 5	CSP : 365 integers, 31566 booleans, 35150 clauses, largest domain size 26
5.25/5.46	c 5	Heap : 105 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.04/6.26	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.04/6.29	c 6	37 (10%) CSP integer variables are encoded (888 clauses, 9624 bytes)
6.04/6.29	c 6	73 (20%) CSP integer variables are encoded (1752 clauses, 20713 bytes)
6.04/6.29	c 6	110 (30%) CSP integer variables are encoded (2640 clauses, 32257 bytes)
6.04/6.30	c 6	146 (40%) CSP integer variables are encoded (3504 clauses, 43489 bytes)
6.15/6.30	c 6	183 (50%) CSP integer variables are encoded (4392 clauses, 55033 bytes)
6.15/6.30	c 6	219 (60%) CSP integer variables are encoded (5256 clauses, 66265 bytes)
6.15/6.30	c 6	256 (70%) CSP integer variables are encoded (6144 clauses, 77809 bytes)
6.15/6.30	c 6	292 (80%) CSP integer variables are encoded (7008 clauses, 89041 bytes)
6.15/6.30	c 6	329 (90%) CSP integer variables are encoded (7896 clauses, 100585 bytes)
6.15/6.30	c 6	365 (100%) CSP integer variables are encoded (8760 clauses, 111817 bytes)
92.18/93.29	c 93	3515 (10%) CSP clauses are encoded (1459613 clauses, 62188097 bytes)
97.82/98.97	c 99	7030 (20%) CSP clauses are encoded (1578577 clauses, 66052661 bytes)
103.56/104.78	c 105	10545 (30%) CSP clauses are encoded (1697566 clauses, 69965067 bytes)
144.47/146.06	c 146	14060 (40%) CSP clauses are encoded (2044370 clauses, 88347783 bytes)
144.67/146.23	c 146	17575 (50%) CSP clauses are encoded (2127785 clauses, 89932800 bytes)
144.77/146.39	c 146	21090 (60%) CSP clauses are encoded (2211175 clauses, 91578895 bytes)
144.96/146.55	c 146	24605 (70%) CSP clauses are encoded (2294590 clauses, 93225437 bytes)
145.17/146.72	c 146	28120 (80%) CSP clauses are encoded (2377980 clauses, 94871532 bytes)
145.26/146.88	c 147	31635 (90%) CSP clauses are encoded (2461395 clauses, 96518074 bytes)
145.46/147.05	c 147	35150 (100%) CSP clauses are encoded (2545785 clauses, 98177449 bytes)
145.46/147.05	c 147	35150 CSP clauses encoded
145.46/147.05	c 147	Writing map file : HOME/temp.map
145.46/147.07	c 147	Heap : 125 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
145.46/147.07	c 147	SAT : 40691 SAT variables, 2545785 SAT clauses, 98177449 bytes
145.46/147.07	c 147	Heap : 125 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
145.53/147.15	c 147	SOLVING HOME/temp.cnf
145.53/147.15	c 147	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1805.81	c ERROR INTERRUPTED
1800.09/1805.83	s UNKNOWN
1800.09/1805.83	c 1806	CPU 145.59 (0.05 0.01 144.5 1.03)
1800.09/1805.83	c 1806	END Sun Jul 12 01:35:41 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-2071367-1247353535/watcher-2071367-1247353535 -o /tmp/evaluation-result-2071367-1247353535/solver-2071367-1247353535 -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-2071367-1247353535.xml 

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


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 21909
/proc/meminfo: memFree=1873256/2055920 swapFree=4192812/4192956
[pid=21909] ppid=21907 vsize=12132 CPUtime=0
/proc/21909/stat : 21909 (sugar) R 21907 21909 20785 0 -1 4194304 217 0 0 0 0 0 0 0 20 0 1 0 22417081 12423168 185 996147200 4194304 4206940 548682068608 18446744073709551615 240577319649 0 0 4224 0 0 0 0 17 1 0 0
/proc/21909/statm: 3033 185 142 3 0 133 0

[startup+0.082501 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 21909
/proc/meminfo: memFree=1873256/2055920 swapFree=4192812/4192956
[pid=21909] ppid=21907 vsize=16740 CPUtime=0.06
/proc/21909/stat : 21909 (sugar) S 21907 21909 20785 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 22417081 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21909/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.105587 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 21909
/proc/meminfo: memFree=1873256/2055920 swapFree=4192812/4192956
[pid=21909] ppid=21907 vsize=16868 CPUtime=0.06
/proc/21909/stat : 21909 (sugar) S 21907 21909 20785 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22417081 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21909/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301603 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 21909
/proc/meminfo: memFree=1873256/2055920 swapFree=4192812/4192956
[pid=21909] ppid=21907 vsize=16868 CPUtime=0.06
/proc/21909/stat : 21909 (sugar) S 21907 21909 20785 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22417081 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21909/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701642 s]
/proc/loadavg: 2.00 2.01 2.00 4/81 21909
/proc/meminfo: memFree=1873256/2055920 swapFree=4192812/4192956
[pid=21909] ppid=21907 vsize=16868 CPUtime=0.06
/proc/21909/stat : 21909 (sugar) S 21907 21909 20785 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22417081 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21909/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50271 s]
/proc/loadavg: 2.00 2.01 2.00 3/85 21924
/proc/meminfo: memFree=1868104/2055920 swapFree=4192812/4192956
[pid=21909] ppid=21907 vsize=16868 CPUtime=0.9
/proc/21909/stat : 21909 (sugar) S 21907 21909 20785 0 -1 4194304 1309 7739 0 1 5 1 80 4 15 0 1 0 22417081 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21909/statm: 4217 1111 409 3 0 796 0
[pid=21922] ppid=21909 vsize=5356 CPUtime=0
/proc/21922/stat : 21922 (sh) S 21909 21909 20785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22417180 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21922/statm: 1339 233 193 169 0 50 0
[pid=21923] ppid=21922 vsize=864256 CPUtime=0.5
/proc/21923/stat : 21923 (java) S 21922 21909 20785 0 -1 0 6114 0 1 0 48 2 0 0 18 0 9 0 22417180 884998144 5407 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21923/statm: 216064 5407 2567 9 0 210569 0
[pid=21923/tid=21924] ppid=21922 vsize=864256 CPUtime=0.36
/proc/21923/task/21924/stat : 21924 (java) R 21922 21909 20785 0 -1 64 2514 0 1 0 36 0 0 0 18 0 9 0 22417181 884998144 5407 996147200 134512640 134550932 4294955936 18446744073709551615 104263828 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886480

[startup+3.10285 s]
/proc/loadavg: 2.00 2.01 2.00 3/92 21931
/proc/meminfo: memFree=1840080/2055920 swapFree=4192812/4192956
[pid=21909] ppid=21907 vsize=16868 CPUtime=0.9
/proc/21909/stat : 21909 (sugar) S 21907 21909 20785 0 -1 4194304 1309 7739 0 1 5 1 80 4 15 0 1 0 22417081 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21909/statm: 4217 1111 409 3 0 796 0
[pid=21922] ppid=21909 vsize=5356 CPUtime=0
/proc/21922/stat : 21922 (sh) S 21909 21909 20785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22417180 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21922/statm: 1339 233 193 169 0 50 0
[pid=21923] ppid=21922 vsize=864256 CPUtime=2.08
/proc/21923/stat : 21923 (java) S 21922 21909 20785 0 -1 0 17164 0 1 0 201 7 0 0 18 0 9 0 22417180 884998144 16405 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21923/statm: 216064 16405 2566 9 0 210569 0
[pid=21923/tid=21924] ppid=21922 vsize=864256 CPUtime=0.99
/proc/21923/task/21924/stat : 21924 (java) R 21922 21909 20785 0 -1 64 3193 0 1 0 98 1 0 0 23 0 9 0 22417181 884998144 16405 996147200 134512640 134550932 4294955936 18446744073709551615 103211690 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21923/tid=21925] ppid=21922 vsize=864256 CPUtime=1.02
/proc/21923/task/21925/stat : 21925 (java) S 21922 21909 20785 0 -1 64 12962 0 0 0 97 5 0 0 17 0 9 0 22417183 884998144 16405 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21923/tid=21926] ppid=21922 vsize=864256 CPUtime=0
/proc/21923/task/21926/stat : 21926 (java) S 21922 21909 20785 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22417183 884998144 16405 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21923/tid=21927] ppid=21922 vsize=864256 CPUtime=0
/proc/21923/task/21927/stat : 21927 (java) S 21922 21909 20785 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 22417183 884998144 16405 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21923/tid=21928] ppid=21922 vsize=864256 CPUtime=0
/proc/21923/task/21928/stat : 21928 (java) S 21922 21909 20785 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22417185 884998144 16405 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21923/tid=21929] ppid=21922 vsize=864256 CPUtime=0.05
/proc/21923/task/21929/stat : 21929 (java) S 21922 21909 20785 0 -1 64 306 0 0 0 5 0 0 0 16 0 9 0 22417185 884998144 16405 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21923/tid=21930] ppid=21922 vsize=864256 CPUtime=0
/proc/21923/task/21930/stat : 21930 (java) S 21922 21909 20785 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22417185 884998144 16405 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21923/tid=21931] ppid=21922 vsize=864256 CPUtime=0
/proc/21923/task/21931/stat : 21931 (java) S 21922 21909 20785 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22417185 884998144 16405 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 886480

[startup+6.30113 s]
/proc/loadavg: 2.08 2.02 2.01 4/92 21931
/proc/meminfo: memFree=1747792/2055920 swapFree=4192812/4192956
[pid=21909] ppid=21907 vsize=16868 CPUtime=0.9
/proc/21909/stat : 21909 (sugar) S 21907 21909 20785 0 -1 4194304 1310 7739 0 1 5 1 80 4 15 0 1 0 22417081 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21909/statm: 4217 1111 409 3 0 796 0
[pid=21922] ppid=21909 vsize=5356 CPUtime=0
/proc/21922/stat : 21922 (sh) S 21909 21909 20785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22417180 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21922/statm: 1339 233 193 169 0 50 0
[pid=21923] ppid=21922 vsize=868744 CPUtime=5.25
/proc/21923/stat : 21923 (java) S 21922 21909 20785 0 -1 0 45202 0 1 0 504 21 0 0 18 0 9 0 22417180 889593856 34126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21923/statm: 217186 34126 2591 9 0 211663 0
[pid=21923/tid=21924] ppid=21922 vsize=868744 CPUtime=2.03
/proc/21923/task/21924/stat : 21924 (java) R 21922 21909 20785 0 -1 64 3754 0 1 0 201 2 0 0 24 0 9 0 22417181 889593856 34126 996147200 134512640 134550932 4294955936 18446744073709551615 4126947024 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21923/tid=21925] ppid=21922 vsize=868744 CPUtime=3
/proc/21923/task/21925/stat : 21925 (java) S 21922 21909 20785 0 -1 64 39256 0 0 0 283 17 0 0 23 0 9 0 22417183 889593856 34126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21923/tid=21926] ppid=21922 vsize=868744 CPUtime=0
/proc/21923/task/21926/stat : 21926 (java) S 21922 21909 20785 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22417183 889593856 34126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21923/tid=21927] ppid=21922 vsize=868744 CPUtime=0
/proc/21923/task/21927/stat : 21927 (java) S 21922 21909 20785 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22417183 889593856 34126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21923/tid=21928] ppid=21922 vsize=868744 CPUtime=0
/proc/21923/task/21928/stat : 21928 (java) S 21922 21909 20785 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22417185 889593856 34126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21923/tid=21929] ppid=21922 vsize=868744 CPUtime=0.18
/proc/21923/task/21929/stat : 21929 (java) S 21922 21909 20785 0 -1 64 1489 0 0 0 18 0 0 0 16 0 9 0 22417185 889593856 34126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21923/tid=21930] ppid=21922 vsize=868744 CPUtime=0
/proc/21923/task/21930/stat : 21930 (java) S 21922 21909 20785 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22417185 889593856 34126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21923/tid=21931] ppid=21922 vsize=868744 CPUtime=0
/proc/21923/task/21931/stat : 21931 (java) R 21922 21909 20785 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22417185 889593856 34126 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890968

[startup+12.7027 s]
/proc/loadavg: 2.07 2.02 2.00 3/92 21931
/proc/meminfo: memFree=1729296/2055920 swapFree=4192812/4192956
[pid=21909] ppid=21907 vsize=16868 CPUtime=0.9
/proc/21909/stat : 21909 (sugar) S 21907 21909 20785 0 -1 4194304 1310 7739 0 1 5 1 80 4 15 0 1 0 22417081 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21909/statm: 4217 1111 409 3 0 796 0
[pid=21922] ppid=21909 vsize=5356 CPUtime=0
/proc/21922/stat : 21922 (sh) S 21909 21909 20785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22417180 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21922/statm: 1339 233 193 169 0 50 0
[pid=21923] ppid=21922 vsize=868744 CPUtime=11.59
/proc/21923/stat : 21923 (java) S 21922 21909 20785 0 -1 0 46594 0 1 0 1131 28 0 0 18 0 9 0 22417180 889593856 35459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21923/statm: 217186 35459 2593 9 0 211663 0
[pid=21923/tid=21924] ppid=21922 vsize=868744 CPUtime=8.17
/proc/21923/task/21924/stat : 21924 (java) R 21922 21909 20785 0 -1 64 4509 0 1 0 809 8 0 0 25 0 9 0 22417181 889593856 35459 996147200 134512640 134550932 4294955936 18446744073709551615 4126991719 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21923/tid=21925] ppid=21922 vsize=868744 CPUtime=3.15
/proc/21923/task/21925/stat : 21925 (java) S 21922 21909 20785 0 -1 64 39868 0 0 0 298 17 0 0 16 0 9 0 22417183 889593856 35459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21923/tid=21926] ppid=21922 vsize=868744 CPUtime=0
/proc/21923/task/21926/stat : 21926 (java) S 21922 21909 20785 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22417183 889593856 35459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21923/tid=21927] ppid=21922 vsize=868744 CPUtime=0
/proc/21923/task/21927/stat : 21927 (java) S 21922 21909 20785 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22417183 889593856 35459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21923/tid=21928] ppid=21922 vsize=868744 CPUtime=0
/proc/21923/task/21928/stat : 21928 (java) S 21922 21909 20785 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22417185 889593856 35459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21923/tid=21929] ppid=21922 vsize=868744 CPUtime=0.22
/proc/21923/task/21929/stat : 21929 (java) S 21922 21909 20785 0 -1 64 1514 0 0 0 22 0 0 0 16 0 9 0 22417185 889593856 35459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21923/tid=21930] ppid=21922 vsize=868744 CPUtime=0
/proc/21923/task/21930/stat : 21930 (java) S 21922 21909 20785 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22417185 889593856 35459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21923/tid=21931] ppid=21922 vsize=868744 CPUtime=0
/proc/21923/task/21931/stat : 21931 (java) S 21922 21909 20785 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22417185 889593856 35459 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 890968

[startup+25.5028 s]
/proc/loadavg: 2.06 2.02 2.00 3/92 21931
/proc/meminfo: memFree=1712144/2055920 swapFree=4192812/4192956
[pid=21909] ppid=21907 vsize=16868 CPUtime=0.9
/proc/21909/stat : 21909 (sugar) S 21907 21909 20785 0 -1 4194304 1310 7739 0 1 5 1 80 4 15 0 1 0 22417081 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21909/statm: 4217 1111 409 3 0 796 0
[pid=21922] ppid=21909 vsize=5356 CPUtime=0
/proc/21922/stat : 21922 (sh) S 21909 21909 20785 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22417180 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21922/statm: 1339 233 193 169 0 50 0
[pid=21923] ppid=21922 vsize=868744 CPUtime=24.25
/proc/21923/stat : 21923 (java) S 21922 21909 20785 0 -1 0 48087 0 1 0 2390 35 0 0 18 0 9 0 22417180 889593856 36882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21923/statm: 217186 36882 2593 9 0 211663 0
[pid=21923/tid=21924] ppid=21922 vsize=868744 CPUtime=20.51
/proc/21923/task/21924/stat : 21924 (java) R 21922 21909 20785 0 -1 64 4579 0 1 0 2036 15 0 0 25 0 9 0 22417181 889593856 36882 996147200 134512640 134550932 4294955936 18446744073709551615 4126948597 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21923/tid=21925] ppid=21922 vsize=868744 CPUtime=3.48
/proc/21923/task/21925/stat : 21925 (java) S 21922 21909 20785 0 -1 64 41291 0 0 0 330 18 0 0 16 0 9 0 22417183 889593856 36882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21923/tid=21926] ppid=21922 vsize=868744 CPUtime=0
/proc/21923/task/21926/stat : 21926 (java) S 21922 21909 20785 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22417183 889593856 36882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21923/tid=21927] ppid=21922 vsize=868744 CPUtime=0
/proc/21923/task/21927/stat : 21927 (java) S 21922 21909 20785 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 22417183 889593856 36882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21923/tid=21928] ppid=21922 vsize=868744 CPUtime=0
/proc/21923/task/21928/stat : 21928 (java) S 21922 21909 20785 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22417185 889593856 36882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21923/tid=21929] ppid=21922 vsize=868744 CPUtime=0.22
/proc/21923/task/21929/stat : 21929 (java) S 21922 21909 20785 0 -1 64 1514 0 0 0 22 0 0 0 16 0 9 0 22417185 889593856 36882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21923/tid=21930] ppid=21922 vsize=868744 CPUtime=0
/proc/21923/task/21930/stat : 21930 (java) S 21922 21909 20785 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22417185 889593856 36882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21923/tid=21931] ppid=21922 vsize=868744 CPUtime=0
/proc/21923/task/21931/stat : 21931 (java) S 21922 21909 20785 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22417185 889593856 36882 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 890968

[startup+51.1021 s]
/proc/loadavg: 2.11 2.03 2.01 3/92 21931
/proc/meminfo: memFree=1678672/2055920 swapFree=4192812/4192956
[pid=21909] ppid=21907 vsize=16868 CPUtime=0.9

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

/proc/meminfo: memFree=1564816/2055920 swapFree=4192812/4192956
[pid=21909] ppid=21907 vsize=16868 CPUtime=145.58
/proc/21909/stat : 21909 (sugar) S 21907 21909 20785 0 -1 4194304 1365 81817 0 2 5 1 14450 102 16 0 1 0 22417081 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21909/statm: 4217 1113 409 3 0 796 0
[pid=21932] ppid=21909 vsize=5356 CPUtime=0
/proc/21932/stat : 21932 (sh) S 21909 21909 20785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22431797 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21932/statm: 1339 232 193 169 0 50 0
[pid=21933] ppid=21932 vsize=152308 CPUtime=1151.19
/proc/21933/stat : 21933 (picosat) R 21932 21909 20785 0 -1 4194304 38730 0 0 0 112720 2399 0 0 25 0 1 0 22431797 155963392 36076 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21933/statm: 38077 36076 48 102 0 37972 0
Current children cumulated CPU time (s) 1296.77
Current children cumulated vsize (KiB) 174532

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22012
/proc/meminfo: memFree=1564752/2055920 swapFree=4192812/4192956
[pid=21909] ppid=21907 vsize=16868 CPUtime=145.58
/proc/21909/stat : 21909 (sugar) S 21907 21909 20785 0 -1 4194304 1365 81817 0 2 5 1 14450 102 16 0 1 0 22417081 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21909/statm: 4217 1113 409 3 0 796 0
[pid=21932] ppid=21909 vsize=5356 CPUtime=0
/proc/21932/stat : 21932 (sh) S 21909 21909 20785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22431797 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21932/statm: 1339 232 193 169 0 50 0
[pid=21933] ppid=21932 vsize=152308 CPUtime=1211.17
/proc/21933/stat : 21933 (picosat) R 21932 21909 20785 0 -1 4194304 38730 0 0 0 118718 2399 0 0 25 0 1 0 22431797 155963392 36076 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/21933/statm: 38077 36076 48 102 0 37972 0
Current children cumulated CPU time (s) 1356.75
Current children cumulated vsize (KiB) 174532

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22012
/proc/meminfo: memFree=1563280/2055920 swapFree=4192812/4192956
[pid=21909] ppid=21907 vsize=16868 CPUtime=145.58
/proc/21909/stat : 21909 (sugar) S 21907 21909 20785 0 -1 4194304 1365 81817 0 2 5 1 14450 102 16 0 1 0 22417081 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21909/statm: 4217 1113 409 3 0 796 0
[pid=21932] ppid=21909 vsize=5356 CPUtime=0
/proc/21932/stat : 21932 (sh) S 21909 21909 20785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22431797 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21932/statm: 1339 232 193 169 0 50 0
[pid=21933] ppid=21932 vsize=153628 CPUtime=1271.16
/proc/21933/stat : 21933 (picosat) R 21932 21909 20785 0 -1 4194304 39339 0 0 0 124715 2401 0 0 25 0 1 0 22431797 157315072 36443 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21933/statm: 38407 36443 48 102 0 38302 0
Current children cumulated CPU time (s) 1416.74
Current children cumulated vsize (KiB) 175852

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22012
/proc/meminfo: memFree=1563280/2055920 swapFree=4192812/4192956
[pid=21909] ppid=21907 vsize=16868 CPUtime=145.58
/proc/21909/stat : 21909 (sugar) S 21907 21909 20785 0 -1 4194304 1365 81817 0 2 5 1 14450 102 16 0 1 0 22417081 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21909/statm: 4217 1113 409 3 0 796 0
[pid=21932] ppid=21909 vsize=5356 CPUtime=0
/proc/21932/stat : 21932 (sh) S 21909 21909 20785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22431797 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21932/statm: 1339 232 193 169 0 50 0
[pid=21933] ppid=21932 vsize=153628 CPUtime=1331.13
/proc/21933/stat : 21933 (picosat) R 21932 21909 20785 0 -1 4194304 39339 0 0 0 130712 2401 0 0 25 0 1 0 22431797 157315072 36443 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21933/statm: 38407 36443 48 102 0 38302 0
Current children cumulated CPU time (s) 1476.71
Current children cumulated vsize (KiB) 175852

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22012
/proc/meminfo: memFree=1562128/2055920 swapFree=4192812/4192956
[pid=21909] ppid=21907 vsize=16868 CPUtime=145.58
/proc/21909/stat : 21909 (sugar) S 21907 21909 20785 0 -1 4194304 1365 81817 0 2 5 1 14450 102 16 0 1 0 22417081 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21909/statm: 4217 1113 409 3 0 796 0
[pid=21932] ppid=21909 vsize=5356 CPUtime=0
/proc/21932/stat : 21932 (sh) S 21909 21909 20785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22431797 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21932/statm: 1339 232 193 169 0 50 0
[pid=21933] ppid=21932 vsize=154684 CPUtime=1391.11
/proc/21933/stat : 21933 (picosat) R 21932 21909 20785 0 -1 4194304 39853 0 0 0 136709 2402 0 0 25 0 1 0 22431797 158396416 36711 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/21933/statm: 38671 36711 48 102 0 38566 0
Current children cumulated CPU time (s) 1536.69
Current children cumulated vsize (KiB) 176908

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22012
/proc/meminfo: memFree=1562128/2055920 swapFree=4192812/4192956
[pid=21909] ppid=21907 vsize=16868 CPUtime=145.58
/proc/21909/stat : 21909 (sugar) S 21907 21909 20785 0 -1 4194304 1365 81817 0 2 5 1 14450 102 16 0 1 0 22417081 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21909/statm: 4217 1113 409 3 0 796 0
[pid=21932] ppid=21909 vsize=5356 CPUtime=0
/proc/21932/stat : 21932 (sh) S 21909 21909 20785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22431797 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21932/statm: 1339 232 193 169 0 50 0
[pid=21933] ppid=21932 vsize=154684 CPUtime=1451.08
/proc/21933/stat : 21933 (picosat) R 21932 21909 20785 0 -1 4194304 39853 0 0 0 142706 2402 0 0 25 0 1 0 22431797 158396416 36711 996147200 134512640 134931368 4294956256 18446744073709551615 134525921 0 0 4096 0 0 0 0 17 0 0 0
/proc/21933/statm: 38671 36711 48 102 0 38566 0
Current children cumulated CPU time (s) 1596.66
Current children cumulated vsize (KiB) 176908

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22012
/proc/meminfo: memFree=1561680/2055920 swapFree=4192812/4192956
[pid=21909] ppid=21907 vsize=16868 CPUtime=145.58
/proc/21909/stat : 21909 (sugar) S 21907 21909 20785 0 -1 4194304 1365 81817 0 2 5 1 14450 102 16 0 1 0 22417081 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21909/statm: 4217 1113 409 3 0 796 0
[pid=21932] ppid=21909 vsize=5356 CPUtime=0
/proc/21932/stat : 21932 (sh) S 21909 21909 20785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22431797 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21932/statm: 1339 232 193 169 0 50 0
[pid=21933] ppid=21932 vsize=155972 CPUtime=1511.06
/proc/21933/stat : 21933 (picosat) R 21932 21909 20785 0 -1 4194304 40212 0 0 0 148704 2402 0 0 25 0 1 0 22431797 159715328 36810 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21933/statm: 38993 36810 48 102 0 38888 0
Current children cumulated CPU time (s) 1656.64
Current children cumulated vsize (KiB) 178196

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22012
/proc/meminfo: memFree=1561616/2055920 swapFree=4192812/4192956
[pid=21909] ppid=21907 vsize=16868 CPUtime=145.58
/proc/21909/stat : 21909 (sugar) S 21907 21909 20785 0 -1 4194304 1365 81817 0 2 5 1 14450 102 16 0 1 0 22417081 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21909/statm: 4217 1113 409 3 0 796 0
[pid=21932] ppid=21909 vsize=5356 CPUtime=0
/proc/21932/stat : 21932 (sh) S 21909 21909 20785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22431797 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21932/statm: 1339 232 193 169 0 50 0
[pid=21933] ppid=21932 vsize=155972 CPUtime=1571.03
/proc/21933/stat : 21933 (picosat) R 21932 21909 20785 0 -1 4194304 40212 0 0 0 154701 2402 0 0 25 0 1 0 22431797 159715328 36810 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21933/statm: 38993 36810 48 102 0 38888 0
Current children cumulated CPU time (s) 1716.61
Current children cumulated vsize (KiB) 178196

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22012
/proc/meminfo: memFree=1560272/2055920 swapFree=4192812/4192956
[pid=21909] ppid=21907 vsize=16868 CPUtime=145.58
/proc/21909/stat : 21909 (sugar) S 21907 21909 20785 0 -1 4194304 1365 81817 0 2 5 1 14450 102 16 0 1 0 22417081 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21909/statm: 4217 1113 409 3 0 796 0
[pid=21932] ppid=21909 vsize=5356 CPUtime=0
/proc/21932/stat : 21932 (sh) S 21909 21909 20785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22431797 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21932/statm: 1339 232 193 169 0 50 0
[pid=21933] ppid=21932 vsize=157424 CPUtime=1631.02
/proc/21933/stat : 21933 (picosat) R 21932 21909 20785 0 -1 4194304 40595 0 0 0 160699 2403 0 0 25 0 1 0 22431797 161202176 37193 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/21933/statm: 39356 37193 48 102 0 39251 0
Current children cumulated CPU time (s) 1776.6
Current children cumulated vsize (KiB) 179648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1805.8 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 22012
/proc/meminfo: memFree=1559632/2055920 swapFree=4192812/4192956
[pid=21909] ppid=21907 vsize=16868 CPUtime=145.58
/proc/21909/stat : 21909 (sugar) S 21907 21909 20785 0 -1 4194304 1365 81817 0 2 5 1 14450 102 16 0 1 0 22417081 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21909/statm: 4217 1113 409 3 0 796 0
[pid=21932] ppid=21909 vsize=5356 CPUtime=0
/proc/21932/stat : 21932 (sh) S 21909 21909 20785 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22431797 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21932/statm: 1339 232 193 169 0 50 0
[pid=21933] ppid=21932 vsize=157820 CPUtime=1654.51
/proc/21933/stat : 21933 (picosat) R 21932 21909 20785 0 -1 4194304 40963 0 0 0 163048 2403 0 0 25 0 1 0 22431797 161607680 37295 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/21933/statm: 39455 37295 48 102 0 39350 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 180044

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21909 and gives
#  childrusage.ru_utime.tv_sec=144
#  childrusage.ru_utime.tv_usec=564022
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=52839
# CPU time returned by wait4() is 145.617
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1805.83
CPU time (s): 1800.09
CPU user time (s): 1775.03
CPU system time (s): 25.06
CPU usage (%): 99.682
Max. virtual memory (cumulated for all children) (KiB): 911596

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 144.564
system time used= 1.05284
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83576
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= 10597
involuntary context switches= 14233

runsolver used 2.21666 second user time and 6.02708 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-12 01:05:35
IDJOB=2071367
IDBENCH=55483
IDSOLVER=738
FILE ID=node50/2071367-1247353535
PBS_JOBID= 9506893
Free space on /tmp= 66428 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/lexHerald/normalized-crossword-m1-lex-21-08.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-2071367-1247353535/watcher-2071367-1247353535 -o /tmp/evaluation-result-2071367-1247353535/solver-2071367-1247353535 -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-2071367-1247353535.xml

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

MD5SUM BENCH= 2f39a3fa7127c18c5476e0f90cec8505
RANDOM SEED=1266688619

node50.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.231
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.231
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:       1873864 kB
Buffers:         10348 kB
Cached:          91244 kB
SwapCached:          0 kB
Active:          86180 kB
Inactive:        46996 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1873864 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2208 kB
Writeback:           0 kB
Mapped:          51960 kB
Slab:            33928 kB
Committed_AS:   227060 kB
PageTables:       1948 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= 66424 MiB
End job on node50 at 2009-07-12 01:35:43