Trace number 2079518

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.1 1801.04

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg10-11_ext.xml
MD5SUMac1503673bc5c1dbe328395c9dc771a5
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.12583
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints21
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension21
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:09:43 2009
0.00/0.08	c 0	PID 19938
0.00/0.08	c 0	HOST node22.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2079518-1247368183.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-2079518-1247368183.xml' 'HOME/temp.csp'
0.06/0.31	c 0	1 domains, 110 variables, 0 predicates, 2 relations, 21 constraints
0.06/0.35	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.35	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.28/0.42	c 1	Parsing HOME/temp.csp
0.28/0.57	c 1	parsed 134 expressions
0.28/0.59	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.28/0.59	c 1	Converting to clausal form CSP
0.28/0.61	c 1	converted 14 (10%) expressions
0.28/0.61	c 1	converted 27 (20%) expressions
0.28/0.61	c 1	converted 41 (30%) expressions
0.28/0.61	c 1	converted 54 (40%) expressions
0.28/0.61	c 1	converted 67 (50%) expressions
0.28/0.61	c 1	converted 81 (60%) expressions
0.28/0.61	c 1	converted 94 (70%) expressions
0.28/0.61	c 1	converted 108 (80%) expressions
0.28/0.91	c 1	converted 121 (90%) expressions
1.21/1.30	c 1	converted 134 (100%) expressions
1.21/1.30	c 1	CSP : 110 integers, 0 booleans, 21 clauses, largest domain size 26
1.21/1.30	c 1	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.30	c 1	Propagation in CSP
1.21/1.30	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.21/1.30	c 1	CSP : 110 integers, 0 booleans, 21 clauses, largest domain size 26
1.21/1.30	c 1	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.21/1.31	c 1	Simplifing CSP by introducing new Boolean variables
1.21/1.31	c 1	CSP : 110 integers, 0 booleans, 21 clauses, largest domain size 26
1.21/1.31	c 1	Heap : 24 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.31/1.41	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.31/1.43	c 2	11 (10%) CSP integer variables are encoded (264 clauses, 2760 bytes)
1.31/1.43	c 2	22 (20%) CSP integer variables are encoded (528 clauses, 5664 bytes)
1.31/1.43	c 2	33 (30%) CSP integer variables are encoded (792 clauses, 8568 bytes)
1.31/1.43	c 2	44 (40%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
1.31/1.43	c 2	55 (50%) CSP integer variables are encoded (1320 clauses, 15097 bytes)
1.31/1.44	c 2	66 (60%) CSP integer variables are encoded (1584 clauses, 18529 bytes)
1.31/1.44	c 2	77 (70%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
1.31/1.44	c 2	88 (80%) CSP integer variables are encoded (2112 clauses, 25393 bytes)
1.31/1.44	c 2	99 (90%) CSP integer variables are encoded (2376 clauses, 28825 bytes)
1.31/1.44	c 2	110 (100%) CSP integer variables are encoded (2640 clauses, 32257 bytes)
12.10/12.26	c 12	3 (10%) CSP clauses are encoded (93747 clauses, 5736510 bytes)
19.70/19.85	c 20	5 (20%) CSP clauses are encoded (154485 clauses, 9617830 bytes)
26.99/27.12	c 27	7 (30%) CSP clauses are encoded (215223 clauses, 13557596 bytes)
34.48/34.62	c 35	9 (40%) CSP clauses are encoded (275961 clauses, 17607858 bytes)
41.79/41.96	c 42	11 (50%) CSP clauses are encoded (336699 clauses, 21658120 bytes)
45.78/45.95	c 46	13 (60%) CSP clauses are encoded (377439 clauses, 24069785 bytes)
49.58/49.75	c 50	15 (70%) CSP clauses are encoded (418179 clauses, 26694966 bytes)
53.37/53.59	c 54	17 (80%) CSP clauses are encoded (458919 clauses, 29834342 bytes)
57.18/57.40	c 57	19 (90%) CSP clauses are encoded (499659 clauses, 32973718 bytes)
61.27/61.44	c 62	21 (100%) CSP clauses are encoded (540399 clauses, 36113094 bytes)
61.27/61.44	c 62	21 CSP clauses encoded
61.27/61.44	c 62	Writing map file : HOME/temp.map
61.27/61.44	c 62	Heap : 31 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
61.27/61.44	c 62	SAT : 2750 SAT variables, 540399 SAT clauses, 36113094 bytes
61.27/61.44	c 62	Heap : 31 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
61.27/61.46	c 62	SOLVING HOME/temp.cnf
61.27/61.46	c 62	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.10/1801.01	c 1801	DECODING HOME/temp.out WITH HOME/temp.map
1800.10/1801.01	c 1801	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.10/1801.01	c ERROR INTERRUPTED
1800.10/1801.02	s UNKNOWN
1800.10/1801.02	c 1801	CPU 61.35 (0.05 0.02 60.71 0.57)
1800.10/1801.02	c 1801	END Sun Jul 12 05:39:44 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-2079518-1247368183/watcher-2079518-1247368183 -o /tmp/evaluation-result-2079518-1247368183/solver-2079518-1247368183 -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-2079518-1247368183.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.10 2.09 4/82 19938
/proc/meminfo: memFree=1868040/2055920 swapFree=4192812/4192956
[pid=19938] ppid=19936 vsize=12132 CPUtime=0
/proc/19938/stat : 19938 (sugar) R 19936 19938 16098 0 -1 4194304 215 0 0 0 0 0 0 0 20 0 1 0 23884798 12423168 183 996147200 4194304 4206940 548682068608 18446744073709551615 272476705798 0 0 4224 0 0 0 0 17 1 0 0
/proc/19938/statm: 3033 183 142 3 0 133 0

[startup+0.159499 s]
/proc/loadavg: 2.00 2.10 2.09 4/82 19938
/proc/meminfo: memFree=1868040/2055920 swapFree=4192812/4192956
[pid=19938] ppid=19936 vsize=16868 CPUtime=0.06
/proc/19938/stat : 19938 (sugar) S 19936 19938 16098 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 23884798 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19938/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201508 s]
/proc/loadavg: 2.00 2.10 2.09 4/82 19938
/proc/meminfo: memFree=1868040/2055920 swapFree=4192812/4192956
[pid=19938] ppid=19936 vsize=16868 CPUtime=0.06
/proc/19938/stat : 19938 (sugar) S 19936 19938 16098 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 23884798 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19938/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302521 s]
/proc/loadavg: 2.00 2.10 2.09 4/82 19938
/proc/meminfo: memFree=1868040/2055920 swapFree=4192812/4192956
[pid=19938] ppid=19936 vsize=16868 CPUtime=0.06
/proc/19938/stat : 19938 (sugar) S 19936 19938 16098 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 23884798 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19938/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701573 s]
/proc/loadavg: 2.00 2.10 2.09 4/82 19938
/proc/meminfo: memFree=1868040/2055920 swapFree=4192812/4192956
[pid=19938] ppid=19936 vsize=16868 CPUtime=0.28
/proc/19938/stat : 19938 (sugar) S 19936 19938 16098 0 -1 4194304 1309 4597 0 1 5 1 19 3 15 0 1 0 23884798 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19938/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 16868

[startup+1.5027 s]
/proc/loadavg: 2.00 2.10 2.09 3/93 19960
/proc/meminfo: memFree=1836656/2055920 swapFree=4192812/4192956
[pid=19938] ppid=19936 vsize=16868 CPUtime=0.28
/proc/19938/stat : 19938 (sugar) S 19936 19938 16098 0 -1 4194304 1310 4597 0 1 5 1 19 3 15 0 1 0 23884798 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19938/statm: 4217 1111 409 3 0 796 0
[pid=19951] ppid=19938 vsize=5356 CPUtime=0
/proc/19951/stat : 19951 (sh) S 19938 19938 16098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23884833 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19951/statm: 1339 233 193 169 0 50 0
[pid=19952] ppid=19951 vsize=864404 CPUtime=1.13
/proc/19952/stat : 19952 (java) S 19951 19938 16098 0 -1 0 11723 0 1 0 107 6 0 0 20 0 9 0 23884834 885149696 10967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19952/statm: 216101 10967 2590 9 0 210578 0
[pid=19952/tid=19953] ppid=19951 vsize=864404 CPUtime=0.46
/proc/19952/task/19953/stat : 19953 (java) R 19951 19938 16098 0 -1 64 3062 0 1 0 44 2 0 0 25 0 9 0 23884834 885149696 10967 996147200 134512640 134550932 4294955936 18446744073709551615 102094174 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19954] ppid=19951 vsize=864404 CPUtime=0.57
/proc/19952/task/19954/stat : 19954 (java) S 19951 19938 16098 0 -1 64 7627 0 0 0 55 2 0 0 16 0 9 0 23884836 885149696 10967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19955] ppid=19951 vsize=864404 CPUtime=0
/proc/19952/task/19955/stat : 19955 (java) S 19951 19938 16098 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23884836 885149696 10967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19956] ppid=19951 vsize=864404 CPUtime=0
/proc/19952/task/19956/stat : 19956 (java) S 19951 19938 16098 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23884836 885149696 10967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19957] ppid=19951 vsize=864404 CPUtime=0
/proc/19952/task/19957/stat : 19957 (java) S 19951 19938 16098 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23884838 885149696 10967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19958] ppid=19951 vsize=864404 CPUtime=0.06
/proc/19952/task/19958/stat : 19958 (java) S 19951 19938 16098 0 -1 64 334 0 0 0 6 0 0 0 16 0 9 0 23884838 885149696 10967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19959] ppid=19951 vsize=864404 CPUtime=0
/proc/19952/task/19959/stat : 19959 (java) S 19951 19938 16098 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23884838 885149696 10967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19960] ppid=19951 vsize=864404 CPUtime=0
/proc/19952/task/19960/stat : 19960 (java) S 19951 19938 16098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23884838 885149696 10967 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886628

[startup+3.10192 s]
/proc/loadavg: 2.00 2.10 2.09 3/93 19960
/proc/meminfo: memFree=1828656/2055920 swapFree=4192812/4192956
[pid=19938] ppid=19936 vsize=16868 CPUtime=0.28
/proc/19938/stat : 19938 (sugar) S 19936 19938 16098 0 -1 4194304 1310 4597 0 1 5 1 19 3 15 0 1 0 23884798 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19938/statm: 4217 1111 409 3 0 796 0
[pid=19951] ppid=19938 vsize=5356 CPUtime=0
/proc/19951/stat : 19951 (sh) S 19938 19938 16098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23884833 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19951/statm: 1339 233 193 169 0 50 0
[pid=19952] ppid=19951 vsize=864404 CPUtime=2.72
/proc/19952/stat : 19952 (java) S 19951 19938 16098 0 -1 0 12345 0 1 0 266 6 0 0 20 0 9 0 23884834 885149696 11567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19952/statm: 216101 11567 2590 9 0 210578 0
[pid=19952/tid=19953] ppid=19951 vsize=864404 CPUtime=2.02
/proc/19952/task/19953/stat : 19953 (java) R 19951 19938 16098 0 -1 64 3084 0 1 0 200 2 0 0 25 0 9 0 23884834 885149696 11567 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19954] ppid=19951 vsize=864404 CPUtime=0.61
/proc/19952/task/19954/stat : 19954 (java) S 19951 19938 16098 0 -1 64 8226 0 0 0 58 3 0 0 16 0 9 0 23884836 885149696 11567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19955] ppid=19951 vsize=864404 CPUtime=0
/proc/19952/task/19955/stat : 19955 (java) S 19951 19938 16098 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23884836 885149696 11567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19956] ppid=19951 vsize=864404 CPUtime=0
/proc/19952/task/19956/stat : 19956 (java) S 19951 19938 16098 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23884836 885149696 11567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19957] ppid=19951 vsize=864404 CPUtime=0
/proc/19952/task/19957/stat : 19957 (java) S 19951 19938 16098 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23884838 885149696 11567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19958] ppid=19951 vsize=864404 CPUtime=0.06
/proc/19952/task/19958/stat : 19958 (java) S 19951 19938 16098 0 -1 64 335 0 0 0 6 0 0 0 16 0 9 0 23884838 885149696 11567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19959] ppid=19951 vsize=864404 CPUtime=0
/proc/19952/task/19959/stat : 19959 (java) S 19951 19938 16098 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23884838 885149696 11567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19960] ppid=19951 vsize=864404 CPUtime=0
/proc/19952/task/19960/stat : 19960 (java) S 19951 19938 16098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23884838 885149696 11567 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886628

[startup+6.30238 s]
/proc/loadavg: 2.00 2.10 2.09 3/93 19960
/proc/meminfo: memFree=1819120/2055920 swapFree=4192812/4192956
[pid=19938] ppid=19936 vsize=16868 CPUtime=0.28
/proc/19938/stat : 19938 (sugar) S 19936 19938 16098 0 -1 4194304 1310 4597 0 1 5 1 19 3 15 0 1 0 23884798 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19938/statm: 4217 1111 409 3 0 796 0
[pid=19951] ppid=19938 vsize=5356 CPUtime=0
/proc/19951/stat : 19951 (sh) S 19938 19938 16098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23884833 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19951/statm: 1339 233 193 169 0 50 0
[pid=19952] ppid=19951 vsize=864404 CPUtime=5.93
/proc/19952/stat : 19952 (java) S 19951 19938 16098 0 -1 0 13424 0 1 0 584 9 0 0 20 0 9 0 23884834 885149696 12584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19952/statm: 216101 12584 2590 9 0 210578 0
[pid=19952/tid=19953] ppid=19951 vsize=864404 CPUtime=5.15
/proc/19952/task/19953/stat : 19953 (java) R 19951 19938 16098 0 -1 64 3146 0 1 0 511 4 0 0 25 0 9 0 23884834 885149696 12584 996147200 134512640 134550932 4294955936 18446744073709551615 4126576496 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19954] ppid=19951 vsize=864404 CPUtime=0.67
/proc/19952/task/19954/stat : 19954 (java) S 19951 19938 16098 0 -1 64 9240 0 0 0 64 3 0 0 16 0 9 0 23884836 885149696 12584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19955] ppid=19951 vsize=864404 CPUtime=0
/proc/19952/task/19955/stat : 19955 (java) S 19951 19938 16098 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23884836 885149696 12584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19956] ppid=19951 vsize=864404 CPUtime=0
/proc/19952/task/19956/stat : 19956 (java) S 19951 19938 16098 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23884836 885149696 12584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19957] ppid=19951 vsize=864404 CPUtime=0
/proc/19952/task/19957/stat : 19957 (java) S 19951 19938 16098 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23884838 885149696 12584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19958] ppid=19951 vsize=864404 CPUtime=0.07
/proc/19952/task/19958/stat : 19958 (java) S 19951 19938 16098 0 -1 64 338 0 0 0 7 0 0 0 16 0 9 0 23884838 885149696 12584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19959] ppid=19951 vsize=864404 CPUtime=0
/proc/19952/task/19959/stat : 19959 (java) S 19951 19938 16098 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23884838 885149696 12584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19960] ppid=19951 vsize=864404 CPUtime=0
/proc/19952/task/19960/stat : 19960 (java) S 19951 19938 16098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23884838 885149696 12584 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 886628

[startup+12.7013 s]
/proc/loadavg: 2.00 2.10 2.09 3/85 19962
/proc/meminfo: memFree=1814832/2055920 swapFree=4192812/4192956
[pid=19938] ppid=19936 vsize=16868 CPUtime=0.28
/proc/19938/stat : 19938 (sugar) S 19936 19938 16098 0 -1 4194304 1310 4597 0 1 5 1 19 3 16 0 1 0 23884798 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19938/statm: 4217 1111 409 3 0 796 0
[pid=19951] ppid=19938 vsize=5356 CPUtime=0
/proc/19951/stat : 19951 (sh) S 19938 19938 16098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23884833 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19951/statm: 1339 233 193 169 0 50 0
[pid=19952] ppid=19951 vsize=864404 CPUtime=12.32
/proc/19952/stat : 19952 (java) S 19951 19938 16098 0 -1 0 15705 0 1 0 1218 14 0 0 20 0 9 0 23884834 885149696 14738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19952/statm: 216101 14738 2590 9 0 210578 0
[pid=19952/tid=19953] ppid=19951 vsize=864404 CPUtime=11.37
/proc/19952/task/19953/stat : 19953 (java) R 19951 19938 16098 0 -1 64 3273 0 1 0 1131 6 0 0 25 0 9 0 23884834 885149696 14738 996147200 134512640 134550932 4294955936 18446744073709551615 4126577610 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19954] ppid=19951 vsize=864404 CPUtime=0.84
/proc/19952/task/19954/stat : 19954 (java) S 19951 19938 16098 0 -1 64 11393 0 0 0 78 6 0 0 16 0 9 0 23884836 885149696 14738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19955] ppid=19951 vsize=864404 CPUtime=0
/proc/19952/task/19955/stat : 19955 (java) S 19951 19938 16098 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23884836 885149696 14738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19956] ppid=19951 vsize=864404 CPUtime=0
/proc/19952/task/19956/stat : 19956 (java) S 19951 19938 16098 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23884836 885149696 14738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19957] ppid=19951 vsize=864404 CPUtime=0
/proc/19952/task/19957/stat : 19957 (java) S 19951 19938 16098 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23884838 885149696 14738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19958] ppid=19951 vsize=864404 CPUtime=0.07
/proc/19952/task/19958/stat : 19958 (java) S 19951 19938 16098 0 -1 64 339 0 0 0 7 0 0 0 16 0 9 0 23884838 885149696 14738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19959] ppid=19951 vsize=864404 CPUtime=0
/proc/19952/task/19959/stat : 19959 (java) S 19951 19938 16098 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 23884838 885149696 14738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19960] ppid=19951 vsize=864404 CPUtime=0
/proc/19952/task/19960/stat : 19960 (java) S 19951 19938 16098 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23884838 885149696 14738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 886628

[startup+25.5022 s]
/proc/loadavg: 2.00 2.09 2.09 3/85 19962
/proc/meminfo: memFree=1802736/2055920 swapFree=4192812/4192956
[pid=19938] ppid=19936 vsize=16868 CPUtime=0.28
/proc/19938/stat : 19938 (sugar) S 19936 19938 16098 0 -1 4194304 1310 4597 0 1 5 1 19 3 16 0 1 0 23884798 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19938/statm: 4217 1111 409 3 0 796 0
[pid=19951] ppid=19938 vsize=5356 CPUtime=0
/proc/19951/stat : 19951 (sh) S 19938 19938 16098 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23884833 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19951/statm: 1339 233 193 169 0 50 0
[pid=19952] ppid=19951 vsize=864404 CPUtime=25.11
/proc/19952/stat : 19952 (java) S 19951 19938 16098 0 -1 0 19086 0 1 0 2489 22 0 0 20 0 9 0 23884834 885149696 15366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/19952/statm: 216101 15366 2590 9 0 210578 0
[pid=19952/tid=19953] ppid=19951 vsize=864404 CPUtime=23.67
/proc/19952/task/19953/stat : 19953 (java) R 19951 19938 16098 0 -1 64 3470 0 1 0 2356 11 0 0 25 0 9 0 23884834 885149696 15366 996147200 134512640 134550932 4294955936 18446744073709551615 4126599188 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19954] ppid=19951 vsize=864404 CPUtime=1.33
/proc/19952/task/19954/stat : 19954 (java) S 19951 19938 16098 0 -1 64 14572 0 0 0 124 9 0 0 16 0 9 0 23884836 885149696 15366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19955] ppid=19951 vsize=864404 CPUtime=0
/proc/19952/task/19955/stat : 19955 (java) S 19951 19938 16098 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23884836 885149696 15366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19956] ppid=19951 vsize=864404 CPUtime=0
/proc/19952/task/19956/stat : 19956 (java) S 19951 19938 16098 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23884836 885149696 15366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19952/tid=19957] ppid=19951 vsize=864404 CPUtime=0

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

/proc/meminfo: memFree=1726064/2055920 swapFree=4192812/4192956
[pid=19938] ppid=19936 vsize=16868 CPUtime=61.35
/proc/19938/stat : 19938 (sugar) S 19936 19938 16098 0 -1 4194304 1365 33521 0 2 5 2 6071 57 16 0 1 0 23884798 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19938/statm: 4217 1113 409 3 0 796 0
[pid=19963] ppid=19938 vsize=5356 CPUtime=0
/proc/19963/stat : 19963 (sh) S 19938 19938 16098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23890945 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19963/statm: 1339 232 193 169 0 50 0
[pid=19964] ppid=19963 vsize=60452 CPUtime=1300.24
/proc/19964/stat : 19964 (picosat) R 19963 19938 16098 0 -1 4194304 17148 0 0 0 129151 873 0 0 25 0 1 0 23890945 61902848 14705 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19964/statm: 15113 14705 48 102 0 15008 0
Current children cumulated CPU time (s) 1361.59
Current children cumulated vsize (KiB) 82676

[startup+1422.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/77 19964
/proc/meminfo: memFree=1724720/2055920 swapFree=4192812/4192956
[pid=19938] ppid=19936 vsize=16868 CPUtime=61.35
/proc/19938/stat : 19938 (sugar) S 19936 19938 16098 0 -1 4194304 1365 33521 0 2 5 2 6071 57 16 0 1 0 23884798 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19938/statm: 4217 1113 409 3 0 796 0
[pid=19963] ppid=19938 vsize=5356 CPUtime=0
/proc/19963/stat : 19963 (sh) S 19938 19938 16098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23890945 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19963/statm: 1339 232 193 169 0 50 0
[pid=19964] ppid=19963 vsize=60584 CPUtime=1360.22
/proc/19964/stat : 19964 (picosat) R 19963 19938 16098 0 -1 4194304 17160 0 0 0 135149 873 0 0 25 0 1 0 23890945 62038016 14717 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19964/statm: 15146 14717 48 102 0 15041 0
Current children cumulated CPU time (s) 1421.57
Current children cumulated vsize (KiB) 82808

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/77 19964
/proc/meminfo: memFree=1721968/2055920 swapFree=4192812/4192956
[pid=19938] ppid=19936 vsize=16868 CPUtime=61.35
/proc/19938/stat : 19938 (sugar) S 19936 19938 16098 0 -1 4194304 1365 33521 0 2 5 2 6071 57 16 0 1 0 23884798 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19938/statm: 4217 1113 409 3 0 796 0
[pid=19963] ppid=19938 vsize=5356 CPUtime=0
/proc/19963/stat : 19963 (sh) S 19938 19938 16098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23890945 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19963/statm: 1339 232 193 169 0 50 0
[pid=19964] ppid=19963 vsize=61772 CPUtime=1420.18
/proc/19964/stat : 19964 (picosat) R 19963 19938 16098 0 -1 4194304 17718 0 0 0 141145 873 0 0 25 0 1 0 23890945 63254528 15048 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/19964/statm: 15443 15048 48 102 0 15338 0
Current children cumulated CPU time (s) 1481.53
Current children cumulated vsize (KiB) 83996

[startup+1542.31 s]
/proc/loadavg: 2.01 2.01 2.00 3/77 19964
/proc/meminfo: memFree=1719856/2055920 swapFree=4192812/4192956
[pid=19938] ppid=19936 vsize=16868 CPUtime=61.35
/proc/19938/stat : 19938 (sugar) S 19936 19938 16098 0 -1 4194304 1365 33521 0 2 5 2 6071 57 16 0 1 0 23884798 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19938/statm: 4217 1113 409 3 0 796 0
[pid=19963] ppid=19938 vsize=5356 CPUtime=0
/proc/19963/stat : 19963 (sh) S 19938 19938 16098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23890945 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19963/statm: 1339 232 193 169 0 50 0
[pid=19964] ppid=19963 vsize=61772 CPUtime=1480.16
/proc/19964/stat : 19964 (picosat) R 19963 19938 16098 0 -1 4194304 17718 0 0 0 147143 873 0 0 25 0 1 0 23890945 63254528 15048 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19964/statm: 15443 15048 48 102 0 15338 0
Current children cumulated CPU time (s) 1541.51
Current children cumulated vsize (KiB) 83996

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/77 19964
/proc/meminfo: memFree=1718256/2055920 swapFree=4192812/4192956
[pid=19938] ppid=19936 vsize=16868 CPUtime=61.35
/proc/19938/stat : 19938 (sugar) S 19936 19938 16098 0 -1 4194304 1365 33521 0 2 5 2 6071 57 16 0 1 0 23884798 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19938/statm: 4217 1113 409 3 0 796 0
[pid=19963] ppid=19938 vsize=5356 CPUtime=0
/proc/19963/stat : 19963 (sh) S 19938 19938 16098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23890945 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19963/statm: 1339 232 193 169 0 50 0
[pid=19964] ppid=19963 vsize=61772 CPUtime=1540.14
/proc/19964/stat : 19964 (picosat) R 19963 19938 16098 0 -1 4194304 17718 0 0 0 153140 874 0 0 25 0 1 0 23890945 63254528 15048 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19964/statm: 15443 15048 48 102 0 15338 0
Current children cumulated CPU time (s) 1601.49
Current children cumulated vsize (KiB) 83996

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 19964
/proc/meminfo: memFree=1716528/2055920 swapFree=4192812/4192956
[pid=19938] ppid=19936 vsize=16868 CPUtime=61.35
/proc/19938/stat : 19938 (sugar) S 19936 19938 16098 0 -1 4194304 1365 33521 0 2 5 2 6071 57 16 0 1 0 23884798 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19938/statm: 4217 1113 409 3 0 796 0
[pid=19963] ppid=19938 vsize=5356 CPUtime=0
/proc/19963/stat : 19963 (sh) S 19938 19938 16098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23890945 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19963/statm: 1339 232 193 169 0 50 0
[pid=19964] ppid=19963 vsize=61772 CPUtime=1600.11
/proc/19964/stat : 19964 (picosat) R 19963 19938 16098 0 -1 4194304 17958 0 0 0 159137 874 0 0 25 0 1 0 23890945 63254528 15061 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19964/statm: 15443 15061 48 102 0 15338 0
Current children cumulated CPU time (s) 1661.46
Current children cumulated vsize (KiB) 83996

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 19964
/proc/meminfo: memFree=1715056/2055920 swapFree=4192812/4192956
[pid=19938] ppid=19936 vsize=16868 CPUtime=61.35
/proc/19938/stat : 19938 (sugar) S 19936 19938 16098 0 -1 4194304 1365 33521 0 2 5 2 6071 57 16 0 1 0 23884798 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19938/statm: 4217 1113 409 3 0 796 0
[pid=19963] ppid=19938 vsize=5356 CPUtime=0
/proc/19963/stat : 19963 (sh) S 19938 19938 16098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23890945 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19963/statm: 1339 232 193 169 0 50 0
[pid=19964] ppid=19963 vsize=61772 CPUtime=1660.08
/proc/19964/stat : 19964 (picosat) R 19963 19938 16098 0 -1 4194304 17958 0 0 0 165134 874 0 0 25 0 1 0 23890945 63254528 15061 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/19964/statm: 15443 15061 48 102 0 15338 0
Current children cumulated CPU time (s) 1721.43
Current children cumulated vsize (KiB) 83996

[startup+1782.3 s]
/proc/loadavg: 1.93 1.98 1.99 3/83 20069
/proc/meminfo: memFree=1746432/2055920 swapFree=4192812/4192956
[pid=19938] ppid=19936 vsize=16868 CPUtime=61.35
/proc/19938/stat : 19938 (sugar) S 19936 19938 16098 0 -1 4194304 1365 33521 0 2 5 2 6071 57 16 0 1 0 23884798 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19938/statm: 4217 1113 409 3 0 796 0
[pid=19963] ppid=19938 vsize=5356 CPUtime=0
/proc/19963/stat : 19963 (sh) S 19938 19938 16098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23890945 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19963/statm: 1339 232 193 169 0 50 0
[pid=19964] ppid=19963 vsize=61772 CPUtime=1720.05
/proc/19964/stat : 19964 (picosat) R 19963 19938 16098 0 -1 4194304 17958 0 0 0 171129 876 0 0 25 0 1 0 23890945 63254528 15061 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19964/statm: 15443 15061 48 102 0 15338 0
Current children cumulated CPU time (s) 1781.4
Current children cumulated vsize (KiB) 83996



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 20069
/proc/meminfo: memFree=1735680/2055920 swapFree=4192812/4192956
[pid=19938] ppid=19936 vsize=16868 CPUtime=61.35
/proc/19938/stat : 19938 (sugar) S 19936 19938 16098 0 -1 4194304 1365 33521 0 2 5 2 6071 57 16 0 1 0 23884798 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19938/statm: 4217 1113 409 3 0 796 0
[pid=19963] ppid=19938 vsize=5356 CPUtime=0
/proc/19963/stat : 19963 (sh) S 19938 19938 16098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23890945 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19963/statm: 1339 232 193 169 0 50 0
[pid=19964] ppid=19963 vsize=61772 CPUtime=1738.75
/proc/19964/stat : 19964 (picosat) R 19963 19938 16098 0 -1 4194304 17958 0 0 0 172999 876 0 0 25 0 1 0 23890945 63254528 15061 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19964/statm: 15443 15061 48 102 0 15338 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 83996

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

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

[startup+1801 s]
/proc/loadavg: 1.95 1.98 1.99 3/83 20069
/proc/meminfo: memFree=1735680/2055920 swapFree=4192812/4192956
[pid=19938] ppid=19936 vsize=16868 CPUtime=61.35
/proc/19938/stat : 19938 (sugar) S 19936 19938 16098 0 -1 4194304 1365 33521 0 2 5 2 6071 57 16 0 1 0 23884798 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19938/statm: 4217 1113 409 3 0 796 0
[pid=19963] ppid=19938 vsize=5356 CPUtime=0
/proc/19963/stat : 19963 (sh) S 19938 19938 16098 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23890945 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19963/statm: 1339 232 193 169 0 50 0
[pid=19964] ppid=19963 vsize=61772 CPUtime=1738.75
/proc/19964/stat : 19964 (picosat) R 19963 19938 16098 0 -1 4194304 17958 0 0 0 172999 876 0 0 25 0 1 0 23890945 63254528 15061 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/19964/statm: 15443 15061 48 102 0 15338 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 83996

Child status: 0

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

Real time (s): 1801.04
CPU time (s): 1800.1
CPU user time (s): 1790.75
CPU system time (s): 9.35
CPU usage (%): 99.9479
Max. virtual memory (cumulated for all children) (KiB): 892008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 60.7758
system time used= 0.617906
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35371
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= 12188
involuntary context switches= 12317

runsolver used 2.16267 second user time and 6.03408 second system time

The end

Launcher Data

Begin job on node22 at 2009-07-12 05:09:43
IDJOB=2079518
IDBENCH=56909
IDSOLVER=738
FILE ID=node22/2079518-1247368183
PBS_JOBID= 9507017
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg10-11_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079518-1247368183/watcher-2079518-1247368183 -o /tmp/evaluation-result-2079518-1247368183/solver-2079518-1247368183 -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-2079518-1247368183.xml

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

MD5SUM BENCH= ac1503673bc5c1dbe328395c9dc771a5
RANDOM SEED=519987044

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1868456 kB
Buffers:          7036 kB
Cached:          70620 kB
SwapCached:          0 kB
Active:         117580 kB
Inactive:        22408 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1868456 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:           12248 kB
Writeback:           0 kB
Mapped:          83672 kB
Slab:            32596 kB
Committed_AS:   222924 kB
PageTables:       1964 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= 66396 MiB
End job on node22 at 2009-07-12 05:39:46