Trace number 2080739

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? (TO) 1800.06 1812.13

General information on the benchmark

Namecsp/haystacks/
normalized-haystacks-34.xml
MD5SUM723eb8728800019647d26dc95e15d2c3
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1156
Number of constraints19107
Maximum constraint arity2
Maximum domain size34
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19107
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:56:18 2009
0.00/0.08	c 0	PID 25968
0.06/0.08	c 0	HOST node74.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2080739-1247370978.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-2080739-1247370978.xml' 'HOME/temp.csp'
1.64/1.72	c 2	1 domains, 1156 variables, 4 predicates, 0 relations, 19107 constraints
1.64/1.76	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.64/1.76	c 2	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'
1.69/1.84	c 2	Parsing HOME/temp.csp
1.69/2.00	c 2	parsed 10000 expressions
2.01/2.12	c 3	parsed 20000 expressions
2.01/2.13	c 3	parsed 20268 expressions
2.01/2.13	c 3	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.01/2.13	c 3	Converting to clausal form CSP
2.40/2.56	c 3	converted 2027 (10%) expressions
2.90/3.02	c 3	converted 4054 (20%) expressions
3.29/3.48	c 4	converted 6081 (30%) expressions
3.68/3.86	c 4	converted 8108 (40%) expressions
4.07/4.24	c 5	converted 10134 (50%) expressions
4.56/4.78	c 5	converted 12161 (60%) expressions
4.97/5.17	c 6	converted 14188 (70%) expressions
5.36/5.55	c 6	converted 16215 (80%) expressions
5.75/5.92	c 6	converted 18242 (90%) expressions
6.16/6.30	c 7	converted 20268 (100%) expressions
6.16/6.30	c 7	CSP : 1156 integers, 18214 booleans, 56657 clauses, largest domain size 34
6.16/6.30	c 7	Heap : 31 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.16/6.30	c 7	Propagation in CSP
6.85/7.01	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
6.85/7.01	c 7	CSP : 1156 integers, 18214 booleans, 56657 clauses, largest domain size 34
6.85/7.01	c 7	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.85/7.03	c 7	Simplifing CSP by introducing new Boolean variables
7.34/7.52	c 8	CSP : 1156 integers, 38148 booleans, 76591 clauses, largest domain size 34
7.34/7.52	c 8	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.64/7.86	c 8	Encoding CSP to SAT : HOME/temp.cnf
7.73/7.94	c 8	116 (10%) CSP integer variables are encoded (3712 clauses, 46174 bytes)
7.73/7.97	c 8	232 (20%) CSP integer variables are encoded (7424 clauses, 94430 bytes)
7.73/7.99	c 8	347 (30%) CSP integer variables are encoded (11104 clauses, 145086 bytes)
7.83/8.02	c 8	463 (40%) CSP integer variables are encoded (14816 clauses, 200766 bytes)
7.83/8.04	c 8	578 (50%) CSP integer variables are encoded (18496 clauses, 255966 bytes)
7.83/8.07	c 8	694 (60%) CSP integer variables are encoded (22208 clauses, 311646 bytes)
7.83/8.09	c 8	810 (70%) CSP integer variables are encoded (25920 clauses, 367326 bytes)
7.93/8.12	c 8	925 (80%) CSP integer variables are encoded (29600 clauses, 422526 bytes)
7.93/8.14	c 9	1041 (90%) CSP integer variables are encoded (33312 clauses, 478206 bytes)
7.93/8.17	c 9	1156 (100%) CSP integer variables are encoded (36992 clauses, 533406 bytes)
9.22/9.46	c 10	7660 (10%) CSP clauses are encoded (230259 clauses, 4356568 bytes)
10.50/10.73	c 11	15319 (20%) CSP clauses are encoded (424940 clauses, 8323624 bytes)
11.68/11.99	c 12	22978 (30%) CSP clauses are encoded (619621 clauses, 12300574 bytes)
12.96/13.26	c 14	30637 (40%) CSP clauses are encoded (812832 clauses, 16258078 bytes)
14.25/14.53	c 15	38296 (50%) CSP clauses are encoded (1007682 clauses, 20349992 bytes)
15.44/15.80	c 16	45955 (60%) CSP clauses are encoded (1200700 clauses, 24504311 bytes)
16.72/17.08	c 17	53614 (70%) CSP clauses are encoded (1395013 clauses, 28688352 bytes)
18.00/18.37	c 19	61273 (80%) CSP clauses are encoded (1589897 clauses, 32883181 bytes)
19.29/19.64	c 20	68932 (90%) CSP clauses are encoded (1784335 clauses, 37070424 bytes)
20.57/20.91	c 21	76591 (100%) CSP clauses are encoded (1976730 clauses, 41210672 bytes)
20.57/20.91	c 21	76591 CSP clauses encoded
20.57/20.91	c 21	Writing map file : HOME/temp.map
20.57/20.94	c 21	Heap : 28 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
20.57/20.94	c 21	SAT : 76296 SAT variables, 1976730 SAT clauses, 41210672 bytes
20.57/20.94	c 21	Heap : 28 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
20.57/20.99	c 21	SOLVING HOME/temp.cnf
20.57/20.99	c 21	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.06/1812.11	c ERROR INTERRUPTED
1800.06/1812.12	s UNKNOWN
1800.06/1812.12	c 1812	CPU 20.63 (0.06 0.02 19.95 0.6)
1800.06/1812.12	c 1812	END Sun Jul 12 06:26:30 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-2080739-1247370978/watcher-2080739-1247370978 -o /tmp/evaluation-result-2080739-1247370978/solver-2080739-1247370978 -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-2080739-1247370978.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.02 2.04 4/82 25968
/proc/meminfo: memFree=1593624/2055920 swapFree=4192812/4192956
[pid=25968] ppid=25966 vsize=12000 CPUtime=0
/proc/25968/stat : 25968 (sugar) R 25966 25968 21833 0 -1 4194304 186 0 0 0 0 0 0 0 22 0 1 0 24163627 12288000 154 996147200 4194304 4206940 548682068608 18446744073709551615 228794582451 0 0 4224 0 0 0 0 17 1 0 0
/proc/25968/statm: 3000 154 116 3 0 100 0

[startup+0.084876 s]
/proc/loadavg: 2.00 2.02 2.04 4/82 25968
/proc/meminfo: memFree=1593624/2055920 swapFree=4192812/4192956
[pid=25968] ppid=25966 vsize=16740 CPUtime=0.06
/proc/25968/stat : 25968 (sugar) R 25966 25968 21833 0 -1 4194304 1140 0 0 0 5 1 0 0 18 0 1 0 24163627 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 228774701727 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25968/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102827 s]
/proc/loadavg: 2.00 2.02 2.04 4/82 25968
/proc/meminfo: memFree=1593624/2055920 swapFree=4192812/4192956
[pid=25968] ppid=25966 vsize=16868 CPUtime=0.06
/proc/25968/stat : 25968 (sugar) S 25966 25968 21833 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24163627 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25968/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301842 s]
/proc/loadavg: 2.00 2.02 2.04 4/82 25968
/proc/meminfo: memFree=1593624/2055920 swapFree=4192812/4192956
[pid=25968] ppid=25966 vsize=16868 CPUtime=0.06
/proc/25968/stat : 25968 (sugar) S 25966 25968 21833 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24163627 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25968/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702897 s]
/proc/loadavg: 2.00 2.02 2.04 4/82 25968
/proc/meminfo: memFree=1593624/2055920 swapFree=4192812/4192956
[pid=25968] ppid=25966 vsize=16868 CPUtime=0.06
/proc/25968/stat : 25968 (sugar) S 25966 25968 21833 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24163627 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25968/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50299 s]
/proc/loadavg: 2.00 2.02 2.04 3/93 25980
/proc/meminfo: memFree=1568640/2055920 swapFree=4192812/4192956
[pid=25968] ppid=25966 vsize=16868 CPUtime=0.06
/proc/25968/stat : 25968 (sugar) S 25966 25968 21833 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24163627 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25968/statm: 4217 1111 409 3 0 796 0
[pid=25971] ppid=25968 vsize=5356 CPUtime=0
/proc/25971/stat : 25971 (sh) S 25968 25968 21833 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24163636 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25971/statm: 1339 233 193 169 0 50 0
[pid=25972] ppid=25971 vsize=864792 CPUtime=1.39
/proc/25972/stat : 25972 (java) S 25971 25968 21833 0 -1 0 12370 0 1 0 130 9 0 0 18 0 9 0 24163636 885547008 10401 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25972/statm: 216198 10401 2557 9 0 210710 0
[pid=25972/tid=25973] ppid=25971 vsize=864792 CPUtime=0.74
/proc/25972/task/25973/stat : 25973 (java) R 25971 25968 21833 0 -1 64 2895 0 1 0 72 2 0 0 24 0 9 0 24163638 885547008 10401 996147200 134512640 134550932 4294955984 18446744073709551615 4126741393 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25972/tid=25974] ppid=25971 vsize=864792 CPUtime=0.47
/proc/25972/task/25974/stat : 25974 (java) S 25971 25968 21833 0 -1 64 8244 0 0 0 43 4 0 0 17 0 9 0 24163639 885547008 10401 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25972/tid=25975] ppid=25971 vsize=864792 CPUtime=0
/proc/25972/task/25975/stat : 25975 (java) S 25971 25968 21833 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24163639 885547008 10401 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25972/tid=25976] ppid=25971 vsize=864792 CPUtime=0
/proc/25972/task/25976/stat : 25976 (java) S 25971 25968 21833 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24163639 885547008 10401 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25972/tid=25977] ppid=25971 vsize=864792 CPUtime=0
/proc/25972/task/25977/stat : 25977 (java) S 25971 25968 21833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24163641 885547008 10401 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25972/tid=25978] ppid=25971 vsize=864792 CPUtime=0.13
/proc/25972/task/25978/stat : 25978 (java) S 25971 25968 21833 0 -1 64 527 0 0 0 13 0 0 0 16 0 9 0 24163641 885547008 10401 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25972/tid=25979] ppid=25971 vsize=864792 CPUtime=0
/proc/25972/task/25979/stat : 25979 (java) S 25971 25968 21833 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24163641 885547008 10401 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25972/tid=25980] ppid=25971 vsize=864792 CPUtime=0
/proc/25972/task/25980/stat : 25980 (java) S 25971 25968 21833 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24163642 885547008 10401 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887016

[startup+3.10117 s]
/proc/loadavg: 2.00 2.02 2.04 3/93 25990
/proc/meminfo: memFree=1579264/2055920 swapFree=4192812/4192956
[pid=25968] ppid=25966 vsize=16868 CPUtime=1.69
/proc/25968/stat : 25968 (sugar) S 25966 25968 21833 0 -1 4194304 1309 13015 0 1 5 2 152 10 16 0 1 0 24163627 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25968/statm: 4217 1111 409 3 0 796 0
[pid=25981] ppid=25968 vsize=5356 CPUtime=0
/proc/25981/stat : 25981 (sh) S 25968 25968 21833 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24163804 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25981/statm: 1339 233 193 169 0 50 0
[pid=25982] ppid=25981 vsize=868564 CPUtime=1.3
/proc/25982/stat : 25982 (java) S 25981 25968 21833 0 -1 0 8728 0 1 0 125 5 0 0 18 0 9 0 24163804 889409536 7814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25982/statm: 217141 7814 2566 9 0 211646 0
[pid=25982/tid=25983] ppid=25981 vsize=868564 CPUtime=0.89
/proc/25982/task/25983/stat : 25983 (java) R 25981 25968 21833 0 -1 64 2625 0 1 0 87 2 0 0 23 0 9 0 24163805 889409536 7814 996147200 134512640 134550932 4294955936 18446744073709551615 4126518768 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25982/tid=25984] ppid=25981 vsize=868564 CPUtime=0.21
/proc/25982/task/25984/stat : 25984 (java) S 25981 25968 21833 0 -1 64 3931 0 0 0 20 1 0 0 16 0 9 0 24163806 889409536 7814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25982/tid=25985] ppid=25981 vsize=868564 CPUtime=0
/proc/25982/task/25985/stat : 25985 (java) S 25981 25968 21833 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24163806 889409536 7814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25982/tid=25986] ppid=25981 vsize=868564 CPUtime=0
/proc/25982/task/25986/stat : 25986 (java) S 25981 25968 21833 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24163806 889409536 7814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25982/tid=25987] ppid=25981 vsize=868564 CPUtime=0
/proc/25982/task/25987/stat : 25987 (java) S 25981 25968 21833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24163808 889409536 7814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25982/tid=25988] ppid=25981 vsize=868564 CPUtime=0.17
/proc/25982/task/25988/stat : 25988 (java) S 25981 25968 21833 0 -1 64 1470 0 0 0 17 0 0 0 15 0 9 0 24163808 889409536 7814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25982/tid=25989] ppid=25981 vsize=868564 CPUtime=0
/proc/25982/task/25989/stat : 25989 (java) S 25981 25968 21833 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24163809 889409536 7814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25982/tid=25990] ppid=25981 vsize=868564 CPUtime=0
/proc/25982/task/25990/stat : 25990 (java) S 25981 25968 21833 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24163809 889409536 7814 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890788

[startup+6.30256 s]
/proc/loadavg: 2.16 2.05 2.05 3/93 25990
/proc/meminfo: memFree=1552000/2055920 swapFree=4192812/4192956
[pid=25968] ppid=25966 vsize=16868 CPUtime=1.7
/proc/25968/stat : 25968 (sugar) S 25966 25968 21833 0 -1 4194304 1309 13015 0 1 6 2 152 10 15 0 1 0 24163627 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25968/statm: 4217 1111 409 3 0 796 0
[pid=25981] ppid=25968 vsize=5356 CPUtime=0
/proc/25981/stat : 25981 (sh) S 25968 25968 21833 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24163804 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25981/statm: 1339 233 193 169 0 50 0
[pid=25982] ppid=25981 vsize=868564 CPUtime=4.46
/proc/25982/stat : 25982 (java) S 25981 25968 21833 0 -1 0 14863 0 1 0 435 11 0 0 18 0 9 0 24163804 889409536 13521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25982/statm: 217141 13521 2566 9 0 211646 0
[pid=25982/tid=25983] ppid=25981 vsize=868564 CPUtime=3.45
/proc/25982/task/25983/stat : 25983 (java) R 25981 25968 21833 0 -1 64 3011 0 1 0 342 3 0 0 25 0 9 0 24163805 889409536 13521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25982/tid=25984] ppid=25981 vsize=868564 CPUtime=0.79
/proc/25982/task/25984/stat : 25984 (java) S 25981 25968 21833 0 -1 64 9677 0 0 0 73 6 0 0 16 0 9 0 24163806 889409536 13521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25982/tid=25985] ppid=25981 vsize=868564 CPUtime=0
/proc/25982/task/25985/stat : 25985 (java) S 25981 25968 21833 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24163806 889409536 13521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25982/tid=25986] ppid=25981 vsize=868564 CPUtime=0
/proc/25982/task/25986/stat : 25986 (java) S 25981 25968 21833 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24163806 889409536 13521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25982/tid=25987] ppid=25981 vsize=868564 CPUtime=0
/proc/25982/task/25987/stat : 25987 (java) S 25981 25968 21833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24163808 889409536 13521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25982/tid=25988] ppid=25981 vsize=868564 CPUtime=0.18
/proc/25982/task/25988/stat : 25988 (java) S 25981 25968 21833 0 -1 64 1473 0 0 0 18 0 0 0 16 0 9 0 24163808 889409536 13521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25982/tid=25989] ppid=25981 vsize=868564 CPUtime=0
/proc/25982/task/25989/stat : 25989 (java) S 25981 25968 21833 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24163809 889409536 13521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25982/tid=25990] ppid=25981 vsize=868564 CPUtime=0
/proc/25982/task/25990/stat : 25990 (java) S 25981 25968 21833 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24163809 889409536 13521 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 890788

[startup+12.7023 s]
/proc/loadavg: 2.15 2.05 2.05 3/93 25990
/proc/meminfo: memFree=1523968/2055920 swapFree=4192812/4192956
[pid=25968] ppid=25966 vsize=16868 CPUtime=1.7
/proc/25968/stat : 25968 (sugar) S 25966 25968 21833 0 -1 4194304 1310 13015 0 1 6 2 152 10 16 0 1 0 24163627 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25968/statm: 4217 1111 409 3 0 796 0
[pid=25981] ppid=25968 vsize=5356 CPUtime=0
/proc/25981/stat : 25981 (sh) S 25968 25968 21833 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24163804 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25981/statm: 1339 233 193 169 0 50 0
[pid=25982] ppid=25981 vsize=868676 CPUtime=10.78
/proc/25982/stat : 25982 (java) S 25981 25968 21833 0 -1 0 21779 0 1 0 1052 26 0 0 18 0 9 0 24163804 889524224 15758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25982/statm: 217169 15758 2593 9 0 211646 0
[pid=25982/tid=25983] ppid=25981 vsize=868676 CPUtime=8.86
/proc/25982/task/25983/stat : 25983 (java) R 25981 25968 21833 0 -1 64 3491 0 1 0 872 14 0 0 25 0 9 0 24163805 889524224 15758 996147200 134512640 134550932 4294955936 18446744073709551615 4126987400 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25982/tid=25984] ppid=25981 vsize=868676 CPUtime=1.63
/proc/25982/task/25984/stat : 25984 (java) S 25981 25968 21833 0 -1 64 16057 0 0 0 153 10 0 0 16 0 9 0 24163806 889524224 15758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25982/tid=25985] ppid=25981 vsize=868676 CPUtime=0
/proc/25982/task/25985/stat : 25985 (java) S 25981 25968 21833 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 24163806 889524224 15758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25982/tid=25986] ppid=25981 vsize=868676 CPUtime=0
/proc/25982/task/25986/stat : 25986 (java) S 25981 25968 21833 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24163806 889524224 15758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25982/tid=25987] ppid=25981 vsize=868676 CPUtime=0
/proc/25982/task/25987/stat : 25987 (java) S 25981 25968 21833 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24163808 889524224 15758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25982/tid=25988] ppid=25981 vsize=868676 CPUtime=0.26
/proc/25982/task/25988/stat : 25988 (java) S 25981 25968 21833 0 -1 64 1529 0 0 0 26 0 0 0 16 0 9 0 24163808 889524224 15758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25982/tid=25989] ppid=25981 vsize=868676 CPUtime=0
/proc/25982/task/25989/stat : 25989 (java) S 25981 25968 21833 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24163809 889524224 15758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25982/tid=25990] ppid=25981 vsize=868676 CPUtime=0
/proc/25982/task/25990/stat : 25990 (java) S 25981 25968 21833 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24163809 889524224 15758 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890900

[startup+25.5017 s]
/proc/loadavg: 2.11 2.05 2.05 3/85 25992
/proc/meminfo: memFree=1529152/2055920 swapFree=4192812/4192956
[pid=25968] ppid=25966 vsize=16868 CPUtime=20.63
/proc/25968/stat : 25968 (sugar) S 25966 25968 21833 0 -1 4194304 1365 35361 0 2 6 2 1995 60 16 0 1 0 24163627 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25968/statm: 4217 1113 409 3 0 796 0
[pid=25991] ppid=25968 vsize=5356 CPUtime=0
/proc/25991/stat : 25991 (sh) S 25968 25968 21833 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24165727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25991/statm: 1339 232 193 169 0 50 0
[pid=25992] ppid=25991 vsize=21860 CPUtime=4.44
/proc/25992/stat : 25992 (picosat) R 25991 25968 21833 0 -1 4194304 5236 0 0 0 202 242 0 0 25 0 1 0 24165727 22384640 5222 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25992/statm: 5465 5222 40 102 0 5360 0
Current children cumulated CPU time (s) 25.07
Current children cumulated vsize (KiB) 44084

[startup+51.1027 s]
/proc/loadavg: 2.07 2.04 2.04 3/85 25992
/proc/meminfo: memFree=1476672/2055920 swapFree=4192812/4192956
[pid=25968] ppid=25966 vsize=16868 CPUtime=20.63
/proc/25968/stat : 25968 (sugar) S 25966 25968 21833 0 -1 4194304 1365 35361 0 2 6 2 1995 60 16 0 1 0 24163627 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25968/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=1324728/2055920 swapFree=4192812/4192956
[pid=25968] ppid=25966 vsize=16868 CPUtime=20.63
/proc/25968/stat : 25968 (sugar) S 25966 25968 21833 0 -1 4194304 1365 35361 0 2 6 2 1995 60 16 0 1 0 24163627 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25968/statm: 4217 1113 409 3 0 796 0
[pid=25991] ppid=25968 vsize=5356 CPUtime=0
/proc/25991/stat : 25991 (sh) S 25968 25968 21833 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24165727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25991/statm: 1339 232 193 169 0 50 0
[pid=25992] ppid=25991 vsize=95616 CPUtime=1329.81
/proc/25992/stat : 25992 (picosat) R 25991 25968 21833 0 -1 4194304 24673 0 0 0 132010 971 0 0 25 0 1 0 24165727 97910784 22597 996147200 134512640 134931368 4294956256 18446744073709551615 134544748 0 0 4096 0 0 0 0 17 0 0 0
/proc/25992/statm: 23904 22597 48 102 0 23799 0
Current children cumulated CPU time (s) 1350.44
Current children cumulated vsize (KiB) 117840

[startup+1422.31 s]
/proc/loadavg: 2.08 2.23 2.17 3/77 26070
/proc/meminfo: memFree=1500872/2055920 swapFree=4192812/4192956
[pid=25968] ppid=25966 vsize=16868 CPUtime=20.63
/proc/25968/stat : 25968 (sugar) S 25966 25968 21833 0 -1 4194304 1365 35361 0 2 6 2 1995 60 16 0 1 0 24163627 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25968/statm: 4217 1113 409 3 0 796 0
[pid=25991] ppid=25968 vsize=5356 CPUtime=0
/proc/25991/stat : 25991 (sh) S 25968 25968 21833 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24165727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25991/statm: 1339 232 193 169 0 50 0
[pid=25992] ppid=25991 vsize=95616 CPUtime=1389.79
/proc/25992/stat : 25992 (picosat) R 25991 25968 21833 0 -1 4194304 24673 0 0 0 138007 972 0 0 25 0 1 0 24165727 97910784 22597 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 0 0 0
/proc/25992/statm: 23904 22597 48 102 0 23799 0
Current children cumulated CPU time (s) 1410.42
Current children cumulated vsize (KiB) 117840

[startup+1482.3 s]
/proc/loadavg: 2.07 2.20 2.17 3/77 26070
/proc/meminfo: memFree=1499720/2055920 swapFree=4192812/4192956
[pid=25968] ppid=25966 vsize=16868 CPUtime=20.63
/proc/25968/stat : 25968 (sugar) S 25966 25968 21833 0 -1 4194304 1365 35361 0 2 6 2 1995 60 16 0 1 0 24163627 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25968/statm: 4217 1113 409 3 0 796 0
[pid=25991] ppid=25968 vsize=5356 CPUtime=0
/proc/25991/stat : 25991 (sh) S 25968 25968 21833 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24165727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25991/statm: 1339 232 193 169 0 50 0
[pid=25992] ppid=25991 vsize=96672 CPUtime=1449.76
/proc/25992/stat : 25992 (picosat) R 25991 25968 21833 0 -1 4194304 25132 0 0 0 144003 973 0 0 25 0 1 0 24165727 98992128 22857 996147200 134512640 134931368 4294956256 18446744073709551615 134530094 0 0 4096 0 0 0 0 17 0 0 0
/proc/25992/statm: 24168 22857 48 102 0 24063 0
Current children cumulated CPU time (s) 1470.39
Current children cumulated vsize (KiB) 118896

[startup+1542.3 s]
/proc/loadavg: 2.06 2.17 2.16 3/77 26070
/proc/meminfo: memFree=1497736/2055920 swapFree=4192812/4192956
[pid=25968] ppid=25966 vsize=16868 CPUtime=20.63
/proc/25968/stat : 25968 (sugar) S 25966 25968 21833 0 -1 4194304 1365 35361 0 2 6 2 1995 60 16 0 1 0 24163627 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25968/statm: 4217 1113 409 3 0 796 0
[pid=25991] ppid=25968 vsize=5356 CPUtime=0
/proc/25991/stat : 25991 (sh) S 25968 25968 21833 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24165727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25991/statm: 1339 232 193 169 0 50 0
[pid=25992] ppid=25991 vsize=98520 CPUtime=1509.73
/proc/25992/stat : 25992 (picosat) R 25991 25968 21833 0 -1 4194304 25833 0 0 0 150000 973 0 0 25 0 1 0 24165727 100884480 23349 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25992/statm: 24630 23349 48 102 0 24525 0
Current children cumulated CPU time (s) 1530.36
Current children cumulated vsize (KiB) 120744

[startup+1602.3 s]
/proc/loadavg: 2.10 2.16 2.15 3/77 26070
/proc/meminfo: memFree=1495752/2055920 swapFree=4192812/4192956
[pid=25968] ppid=25966 vsize=16868 CPUtime=20.63
/proc/25968/stat : 25968 (sugar) S 25966 25968 21833 0 -1 4194304 1365 35361 0 2 6 2 1995 60 16 0 1 0 24163627 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25968/statm: 4217 1113 409 3 0 796 0
[pid=25991] ppid=25968 vsize=5356 CPUtime=0
/proc/25991/stat : 25991 (sh) S 25968 25968 21833 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24165727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25991/statm: 1339 232 193 169 0 50 0
[pid=25992] ppid=25991 vsize=100368 CPUtime=1569.71
/proc/25992/stat : 25992 (picosat) R 25991 25968 21833 0 -1 4194304 26526 0 0 0 155997 974 0 0 25 0 1 0 24165727 102776832 23824 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/25992/statm: 25092 23824 48 102 0 24987 0
Current children cumulated CPU time (s) 1590.34
Current children cumulated vsize (KiB) 122592

[startup+1662.3 s]
/proc/loadavg: 2.08 2.14 2.15 3/77 26070
/proc/meminfo: memFree=1495752/2055920 swapFree=4192812/4192956
[pid=25968] ppid=25966 vsize=16868 CPUtime=20.63
/proc/25968/stat : 25968 (sugar) S 25966 25968 21833 0 -1 4194304 1365 35361 0 2 6 2 1995 60 16 0 1 0 24163627 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25968/statm: 4217 1113 409 3 0 796 0
[pid=25991] ppid=25968 vsize=5356 CPUtime=0
/proc/25991/stat : 25991 (sh) S 25968 25968 21833 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24165727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25991/statm: 1339 232 193 169 0 50 0
[pid=25992] ppid=25991 vsize=100368 CPUtime=1629.68
/proc/25992/stat : 25992 (picosat) R 25991 25968 21833 0 -1 4194304 26526 0 0 0 161994 974 0 0 25 0 1 0 24165727 102776832 23824 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/25992/statm: 25092 23824 48 102 0 24987 0
Current children cumulated CPU time (s) 1650.31
Current children cumulated vsize (KiB) 122592

[startup+1722.3 s]
/proc/loadavg: 2.03 2.11 2.14 3/77 26070
/proc/meminfo: memFree=1494408/2055920 swapFree=4192812/4192956
[pid=25968] ppid=25966 vsize=16868 CPUtime=20.63
/proc/25968/stat : 25968 (sugar) S 25966 25968 21833 0 -1 4194304 1365 35361 0 2 6 2 1995 60 16 0 1 0 24163627 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25968/statm: 4217 1113 409 3 0 796 0
[pid=25991] ppid=25968 vsize=5356 CPUtime=0
/proc/25991/stat : 25991 (sh) S 25968 25968 21833 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24165727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25991/statm: 1339 232 193 169 0 50 0
[pid=25992] ppid=25991 vsize=101556 CPUtime=1689.66
/proc/25992/stat : 25992 (picosat) R 25991 25968 21833 0 -1 4194304 27086 0 0 0 167992 974 0 0 25 0 1 0 24165727 103993344 24155 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/25992/statm: 25389 24155 48 102 0 25284 0
Current children cumulated CPU time (s) 1710.29
Current children cumulated vsize (KiB) 123780

[startup+1782.3 s]
/proc/loadavg: 2.08 2.12 2.14 3/77 26070
/proc/meminfo: memFree=1494280/2055920 swapFree=4192812/4192956
[pid=25968] ppid=25966 vsize=16868 CPUtime=20.63
/proc/25968/stat : 25968 (sugar) S 25966 25968 21833 0 -1 4194304 1365 35361 0 2 6 2 1995 60 16 0 1 0 24163627 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25968/statm: 4217 1113 409 3 0 796 0
[pid=25991] ppid=25968 vsize=5356 CPUtime=0
/proc/25991/stat : 25991 (sh) S 25968 25968 21833 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24165727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25991/statm: 1339 232 193 169 0 50 0
[pid=25992] ppid=25991 vsize=101556 CPUtime=1749.64
/proc/25992/stat : 25992 (picosat) R 25991 25968 21833 0 -1 4194304 27349 0 0 0 173989 975 0 0 25 0 1 0 24165727 103993344 24178 996147200 134512640 134931368 4294956256 18446744073709551615 134525814 0 0 4096 0 0 0 0 17 0 0 0
/proc/25992/statm: 25389 24178 48 102 0 25284 0
Current children cumulated CPU time (s) 1770.27
Current children cumulated vsize (KiB) 123780



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.1 s]
/proc/loadavg: 2.05 2.10 2.13 3/77 26070
/proc/meminfo: memFree=1494280/2055920 swapFree=4192812/4192956
[pid=25968] ppid=25966 vsize=16868 CPUtime=20.63
/proc/25968/stat : 25968 (sugar) S 25966 25968 21833 0 -1 4194304 1365 35361 0 2 6 2 1995 60 16 0 1 0 24163627 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25968/statm: 4217 1113 409 3 0 796 0
[pid=25991] ppid=25968 vsize=5356 CPUtime=0
/proc/25991/stat : 25991 (sh) S 25968 25968 21833 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24165727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25991/statm: 1339 232 193 169 0 50 0
[pid=25992] ppid=25991 vsize=101556 CPUtime=1779.43
/proc/25992/stat : 25992 (picosat) R 25991 25968 21833 0 -1 4194304 27349 0 0 0 176968 975 0 0 25 0 1 0 24165727 103993344 24178 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/25992/statm: 25389 24178 48 102 0 25284 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 123780

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

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

[startup+1812.1 s]
/proc/loadavg: 2.05 2.10 2.13 3/77 26070
/proc/meminfo: memFree=1494280/2055920 swapFree=4192812/4192956
[pid=25968] ppid=25966 vsize=16868 CPUtime=20.63
/proc/25968/stat : 25968 (sugar) S 25966 25968 21833 0 -1 4194304 1365 35361 0 2 6 2 1995 60 16 0 1 0 24163627 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25968/statm: 4217 1113 409 3 0 796 0
[pid=25991] ppid=25968 vsize=5356 CPUtime=0
/proc/25991/stat : 25991 (sh) S 25968 25968 21833 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24165727 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25991/statm: 1339 232 193 169 0 50 0
[pid=25992] ppid=25991 vsize=101556 CPUtime=1779.43
/proc/25992/stat : 25992 (picosat) R 25991 25968 21833 0 -1 4194304 27349 0 0 0 176968 975 0 0 25 0 1 0 24165727 103993344 24178 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 0 0 0
/proc/25992/statm: 25389 24178 48 102 0 25284 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 123780

Child status: 0

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

Real time (s): 1812.13
CPU time (s): 1800.06
CPU user time (s): 1789.69
CPU system time (s): 10.37
CPU usage (%): 99.3342
Max. virtual memory (cumulated for all children) (KiB): 901036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.025
system time used= 0.628904
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37120
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= 8124
involuntary context switches= 8742

runsolver used 2.24966 second user time and 5.86311 second system time

The end

Launcher Data

Begin job on node74 at 2009-07-12 05:56:18
IDJOB=2080739
IDBENCH=57139
IDSOLVER=738
FILE ID=node74/2080739-1247370978
PBS_JOBID= 9507065
Free space on /tmp= 103136 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/haystacks/normalized-haystacks-34.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-2080739-1247370978/watcher-2080739-1247370978 -o /tmp/evaluation-result-2080739-1247370978/solver-2080739-1247370978 -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-2080739-1247370978.xml

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

MD5SUM BENCH= 723eb8728800019647d26dc95e15d2c3
RANDOM SEED=223467446

node74.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.234
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.234
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:       1594104 kB
Buffers:         43956 kB
Cached:         276052 kB
SwapCached:          0 kB
Active:         211944 kB
Inactive:       172956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1594104 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3688 kB
Writeback:           0 kB
Mapped:          85348 kB
Slab:            61796 kB
Committed_AS:   283000 kB
PageTables:       2004 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103136 MiB
End job on node74 at 2009-07-12 06:26:32