Trace number 2083688

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+minisat? (MO) 370.273 375.544

General information on the benchmark

Namecsp/fapp/fapp32/
normalized-fapp32-0550-6.xml
MD5SUM35433b7323a58295c09c0516097c5775
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark33.8249
Satisfiable
(Un)Satisfiability was proved
Number of variables550
Number of constraints9461
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension9461
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 07:53:32 2009
0.00/0.08	c 0	PID 26777
0.07/0.08	c 0	HOST node35.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2083688-1247378012.xml TO HOME/temp.csp
0.07/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-2083688-1247378012.xml' 'HOME/temp.csp'
1.06/1.14	c 1	8 domains, 550 variables, 8 predicates, 0 relations, 9461 constraints
1.06/1.18	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.18	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'
1.11/1.26	c 1	Parsing HOME/temp.csp
1.11/1.45	c 1	parsed 10000 expressions
1.11/1.45	c 1	parsed 10027 expressions
1.11/1.46	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.46	c 1	Converting to clausal form CSP
3.39/3.58	c 3	converted 1003 (10%) expressions
6.56/6.73	c 7	converted 2006 (20%) expressions
9.13/9.32	c 9	converted 3009 (30%) expressions
11.31/11.60	c 11	converted 4011 (40%) expressions
13.68/13.98	c 14	converted 5014 (50%) expressions
16.06/16.39	c 16	converted 6017 (60%) expressions
18.33/18.61	c 18	converted 7019 (70%) expressions
20.51/20.86	c 21	converted 8022 (80%) expressions
22.99/23.30	c 23	converted 9025 (90%) expressions
25.16/25.58	c 25	converted 10027 (100%) expressions
25.16/25.58	c 25	CSP : 1092 integers, 27221 booleans, 57169 clauses, largest domain size 4101
25.16/25.58	c 25	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
25.16/25.58	c 25	Propagation in CSP
26.05/26.43	c 26	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
26.05/26.43	c 26	CSP : 1092 integers, 27221 booleans, 57169 clauses, largest domain size 4101
26.05/26.43	c 26	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
26.05/26.46	c 26	Simplifing CSP by introducing new Boolean variables
26.16/26.59	c 26	CSP : 1092 integers, 46739 booleans, 76687 clauses, largest domain size 4101
26.16/26.59	c 26	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
26.45/26.84	c 27	Encoding CSP to SAT : HOME/temp.cnf
30.80/31.25	c 31	110 (10%) CSP integer variables are encoded (88364 clauses, 1303342 bytes)
34.97/35.41	c 35	219 (20%) CSP integer variables are encoded (174331 clauses, 2741760 bytes)
39.42/39.95	c 40	328 (30%) CSP integer variables are encoded (265236 clauses, 4287145 bytes)
43.57/44.16	c 44	437 (40%) CSP integer variables are encoded (352110 clauses, 5764003 bytes)
48.13/48.70	c 49	546 (50%) CSP integer variables are encoded (443760 clauses, 7322053 bytes)
48.73/49.36	c 49	656 (60%) CSP integer variables are encoded (840374 clauses, 14064491 bytes)
49.33/49.91	c 50	765 (70%) CSP integer variables are encoded (1267749 clauses, 21866757 bytes)
49.82/50.42	c 50	874 (80%) CSP integer variables are encoded (1664928 clauses, 29413158 bytes)
50.31/50.99	c 51	983 (90%) CSP integer variables are encoded (2098783 clauses, 37656403 bytes)
50.89/51.50	c 51	1092 (100%) CSP integer variables are encoded (2489002 clauses, 45070564 bytes)
87.98/89.10	c 89	7669 (10%) CSP clauses are encoded (6206589 clauses, 139606914 bytes)
125.44/126.91	c 127	15338 (20%) CSP clauses are encoded (10415698 clauses, 250032197 bytes)
154.82/156.73	c 157	23007 (30%) CSP clauses are encoded (14375997 clauses, 355715894 bytes)
182.04/184.33	c 184	30675 (40%) CSP clauses are encoded (18234874 clauses, 458434277 bytes)
211.11/213.83	c 214	38344 (50%) CSP clauses are encoded (22398285 clauses, 569260744 bytes)
243.05/246.29	c 246	46013 (60%) CSP clauses are encoded (26538949 clauses, 679759441 bytes)
271.76/275.34	c 275	53681 (70%) CSP clauses are encoded (30384712 clauses, 782856236 bytes)
300.54/304.57	c 304	61350 (80%) CSP clauses are encoded (34401859 clauses, 889864579 bytes)
329.34/333.80	c 334	69019 (90%) CSP clauses are encoded (38336369 clauses, 994309812 bytes)
358.42/363.21	c 363	76687 (100%) CSP clauses are encoded (42317466 clauses, 1100544591 bytes)
358.42/363.21	c 363	76687 CSP clauses encoded
358.42/363.21	c 363	Writing map file : HOME/temp.map
358.52/363.34	c 363	Heap : 29 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
358.52/363.34	c 363	SAT : 2536833 SAT variables, 42317466 SAT clauses, 1100544591 bytes
358.52/363.34	c 363	Heap : 29 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
358.58/363.40	c 363	SOLVING HOME/temp.cnf
358.58/363.40	c 363	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
358.58/363.41	c 363	This is MiniSat 2.0 beta
358.58/363.41	c 363	WARNING: for repeatability, setting FPU to use double precision
358.58/363.41	c 363	============================[ Problem Statistics ]=============================
358.58/363.41	c 363	|                                                                             |
358.58/363.41	c 363	|  Number of variables:  2536833                                              |
358.58/363.41	c 363	|  Number of clauses:    42317466                                             |
369.62/374.81	c ERROR INTERRUPTED
369.73/374.94	s UNKNOWN
369.73/374.94	c 375	CPU 358.59 (0.07 0.01 351.15 7.36)
369.73/374.94	c 375	END Sun Jul 12 07:59:47 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-2083688-1247378012/watcher-2083688-1247378012 -o /tmp/evaluation-result-2083688-1247378012/solver-2083688-1247378012 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2083688-1247378012.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.54 2.35 2.26 4/72 26777
/proc/meminfo: memFree=1928024/2055920 swapFree=4192812/4192956
[pid=26777] ppid=26775 vsize=12268 CPUtime=0
/proc/26777/stat : 26777 (sugar) R 26775 26777 26702 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24867578 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 266134583909 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/26777/statm: 3067 316 241 3 0 167 0

[startup+0.0820459 s]
/proc/loadavg: 2.54 2.35 2.26 4/72 26777
/proc/meminfo: memFree=1928024/2055920 swapFree=4192812/4192956
[pid=26777] ppid=26775 vsize=16740 CPUtime=0.07
/proc/26777/stat : 26777 (sugar) S 26775 26777 26702 0 -1 4194304 1152 0 0 0 6 1 0 0 18 0 1 0 24867578 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26777/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.102034 s]
/proc/loadavg: 2.54 2.35 2.26 4/72 26777
/proc/meminfo: memFree=1928024/2055920 swapFree=4192812/4192956
[pid=26777] ppid=26775 vsize=16868 CPUtime=0.07
/proc/26777/stat : 26777 (sugar) S 26775 26777 26702 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24867578 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26777/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301775 s]
/proc/loadavg: 2.54 2.35 2.26 4/72 26777
/proc/meminfo: memFree=1928024/2055920 swapFree=4192812/4192956
[pid=26777] ppid=26775 vsize=16868 CPUtime=0.07
/proc/26777/stat : 26777 (sugar) S 26775 26777 26702 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24867578 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26777/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701826 s]
/proc/loadavg: 2.54 2.35 2.26 4/72 26777
/proc/meminfo: memFree=1928024/2055920 swapFree=4192812/4192956
[pid=26777] ppid=26775 vsize=16868 CPUtime=0.07
/proc/26777/stat : 26777 (sugar) S 26775 26777 26702 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24867578 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26777/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50192 s]
/proc/loadavg: 2.54 2.35 2.26 3/83 26789
/proc/meminfo: memFree=1904960/2055920 swapFree=4192812/4192956
[pid=26777] ppid=26775 vsize=16868 CPUtime=1.11
/proc/26777/stat : 26777 (sugar) S 26775 26777 26702 0 -1 4194304 1309 9080 0 1 6 1 99 5 15 0 1 0 24867578 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26777/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 16868

[startup+3.10209 s]
/proc/loadavg: 2.54 2.35 2.26 3/83 26799
/proc/meminfo: memFree=1908032/2055920 swapFree=4192812/4192956
[pid=26777] ppid=26775 vsize=16868 CPUtime=1.11
/proc/26777/stat : 26777 (sugar) S 26775 26777 26702 0 -1 4194304 1309 9080 0 1 6 1 99 5 15 0 1 0 24867578 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26777/statm: 4217 1111 409 3 0 796 0
[pid=26790] ppid=26777 vsize=5356 CPUtime=0
/proc/26790/stat : 26790 (sh) S 26777 26777 26702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24867697 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26790/statm: 1339 233 193 169 0 50 0
[pid=26791] ppid=26790 vsize=868492 CPUtime=1.88
/proc/26791/stat : 26791 (java) S 26790 26777 26702 0 -1 0 7698 0 1 0 183 5 0 0 18 0 9 0 24867698 889335808 6771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26791/statm: 217123 6771 2566 9 0 211628 0
[pid=26791/tid=26792] ppid=26790 vsize=868492 CPUtime=1.52
/proc/26791/task/26792/stat : 26792 (java) R 26790 26777 26702 0 -1 64 2808 0 1 0 151 1 0 0 25 0 9 0 24867698 889335808 6771 996147200 134512640 134550932 4294955936 18446744073709551615 4126501325 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26793] ppid=26790 vsize=868492 CPUtime=0.17
/proc/26791/task/26793/stat : 26793 (java) S 26790 26777 26702 0 -1 64 2721 0 0 0 15 2 0 0 16 0 9 0 24867700 889335808 6771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26794] ppid=26790 vsize=868492 CPUtime=0
/proc/26791/task/26794/stat : 26794 (java) S 26790 26777 26702 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24867700 889335808 6771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26795] ppid=26790 vsize=868492 CPUtime=0
/proc/26791/task/26795/stat : 26795 (java) S 26790 26777 26702 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24867700 889335808 6771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26796] ppid=26790 vsize=868492 CPUtime=0
/proc/26791/task/26796/stat : 26796 (java) S 26790 26777 26702 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24867702 889335808 6771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26797] ppid=26790 vsize=868492 CPUtime=0.16
/proc/26791/task/26797/stat : 26797 (java) S 26790 26777 26702 0 -1 64 1471 0 0 0 16 0 0 0 15 0 9 0 24867702 889335808 6771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26798] ppid=26790 vsize=868492 CPUtime=0
/proc/26791/task/26798/stat : 26798 (java) S 26790 26777 26702 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24867702 889335808 6771 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26799] ppid=26790 vsize=868492 CPUtime=0
/proc/26791/task/26799/stat : 26799 (java) S 26790 26777 26702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24867702 889335808 6771 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) 890716

[startup+6.30144 s]
/proc/loadavg: 2.50 2.35 2.26 3/83 26799
/proc/meminfo: memFree=1903744/2055920 swapFree=4192812/4192956
[pid=26777] ppid=26775 vsize=16868 CPUtime=1.11
/proc/26777/stat : 26777 (sugar) S 26775 26777 26702 0 -1 4194304 1309 9080 0 1 6 1 99 5 16 0 1 0 24867578 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26777/statm: 4217 1111 409 3 0 796 0
[pid=26790] ppid=26777 vsize=5356 CPUtime=0
/proc/26790/stat : 26790 (sh) S 26777 26777 26702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24867697 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26790/statm: 1339 233 193 169 0 50 0
[pid=26791] ppid=26790 vsize=868576 CPUtime=5.05
/proc/26791/stat : 26791 (java) S 26790 26777 26702 0 -1 0 9225 0 1 0 497 8 0 0 18 0 9 0 24867698 889421824 7928 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26791/statm: 217144 7928 2566 9 0 211649 0
[pid=26791/tid=26792] ppid=26790 vsize=868576 CPUtime=4.41
/proc/26791/task/26792/stat : 26792 (java) R 26790 26777 26702 0 -1 64 3162 0 1 0 439 2 0 0 25 0 9 0 24867698 889421824 7928 996147200 134512640 134550932 4294955936 18446744073709551615 4126448576 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26793] ppid=26790 vsize=868576 CPUtime=0.43
/proc/26791/task/26793/stat : 26793 (java) S 26790 26777 26702 0 -1 64 3886 0 0 0 39 4 0 0 16 0 9 0 24867700 889421824 7928 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26794] ppid=26790 vsize=868576 CPUtime=0
/proc/26791/task/26794/stat : 26794 (java) S 26790 26777 26702 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24867700 889421824 7928 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26795] ppid=26790 vsize=868576 CPUtime=0
/proc/26791/task/26795/stat : 26795 (java) S 26790 26777 26702 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24867700 889421824 7928 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26796] ppid=26790 vsize=868576 CPUtime=0
/proc/26791/task/26796/stat : 26796 (java) S 26790 26777 26702 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24867702 889421824 7928 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26797] ppid=26790 vsize=868576 CPUtime=0.17
/proc/26791/task/26797/stat : 26797 (java) S 26790 26777 26702 0 -1 64 1479 0 0 0 17 0 0 0 15 0 9 0 24867702 889421824 7928 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26798] ppid=26790 vsize=868576 CPUtime=0
/proc/26791/task/26798/stat : 26798 (java) S 26790 26777 26702 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24867702 889421824 7928 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26799] ppid=26790 vsize=868576 CPUtime=0
/proc/26791/task/26799/stat : 26799 (java) S 26790 26777 26702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24867702 889421824 7928 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) 890800

[startup+12.7016 s]
/proc/loadavg: 2.46 2.34 2.26 3/83 26799
/proc/meminfo: memFree=1895808/2055920 swapFree=4192812/4192956
[pid=26777] ppid=26775 vsize=16868 CPUtime=1.11
/proc/26777/stat : 26777 (sugar) S 26775 26777 26702 0 -1 4194304 1309 9080 0 1 6 1 99 5 16 0 1 0 24867578 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26777/statm: 4217 1111 409 3 0 796 0
[pid=26790] ppid=26777 vsize=5356 CPUtime=0
/proc/26790/stat : 26790 (sh) S 26777 26777 26702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24867697 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26790/statm: 1339 233 193 169 0 50 0
[pid=26791] ppid=26790 vsize=868576 CPUtime=11.39
/proc/26791/stat : 26791 (java) S 26790 26777 26702 0 -1 0 11900 0 1 0 1123 16 0 0 18 0 9 0 24867698 889421824 9715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26791/statm: 217144 9715 2567 9 0 211649 0
[pid=26791/tid=26792] ppid=26790 vsize=868576 CPUtime=10.25
/proc/26791/task/26792/stat : 26792 (java) R 26790 26777 26702 0 -1 64 3777 0 1 0 1020 5 0 0 25 0 9 0 24867698 889421824 9715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26793] ppid=26790 vsize=868576 CPUtime=0.93
/proc/26791/task/26793/stat : 26793 (java) S 26790 26777 26702 0 -1 64 5945 0 0 0 84 9 0 0 15 0 9 0 24867700 889421824 9715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26794] ppid=26790 vsize=868576 CPUtime=0
/proc/26791/task/26794/stat : 26794 (java) S 26790 26777 26702 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24867700 889421824 9715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26795] ppid=26790 vsize=868576 CPUtime=0
/proc/26791/task/26795/stat : 26795 (java) S 26790 26777 26702 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24867700 889421824 9715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26796] ppid=26790 vsize=868576 CPUtime=0
/proc/26791/task/26796/stat : 26796 (java) S 26790 26777 26702 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24867702 889421824 9715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26797] ppid=26790 vsize=868576 CPUtime=0.18
/proc/26791/task/26797/stat : 26797 (java) S 26790 26777 26702 0 -1 64 1480 0 0 0 18 0 0 0 15 0 9 0 24867702 889421824 9715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26798] ppid=26790 vsize=868576 CPUtime=0
/proc/26791/task/26798/stat : 26798 (java) S 26790 26777 26702 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24867702 889421824 9715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26799] ppid=26790 vsize=868576 CPUtime=0
/proc/26791/task/26799/stat : 26799 (java) S 26790 26777 26702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24867702 889421824 9715 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890800

[startup+25.5026 s]
/proc/loadavg: 2.36 2.32 2.25 3/83 26799
/proc/meminfo: memFree=1878016/2055920 swapFree=4192812/4192956
[pid=26777] ppid=26775 vsize=16868 CPUtime=1.11
/proc/26777/stat : 26777 (sugar) S 26775 26777 26702 0 -1 4194304 1309 9080 0 1 6 1 99 5 16 0 1 0 24867578 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26777/statm: 4217 1111 409 3 0 796 0
[pid=26790] ppid=26777 vsize=5356 CPUtime=0
/proc/26790/stat : 26790 (sh) S 26777 26777 26702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24867697 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26790/statm: 1339 233 193 169 0 50 0
[pid=26791] ppid=26790 vsize=868576 CPUtime=24.05
/proc/26791/stat : 26791 (java) S 26790 26777 26702 0 -1 0 17846 0 1 0 2379 26 0 0 18 0 9 0 24867698 889421824 14052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26791/statm: 217144 14052 2567 9 0 211649 0
[pid=26791/tid=26792] ppid=26790 vsize=868576 CPUtime=21.85
/proc/26791/task/26792/stat : 26792 (java) R 26790 26777 26702 0 -1 64 4743 0 1 0 2178 7 0 0 25 0 9 0 24867698 889421824 14052 996147200 134512640 134550932 4294955936 18446744073709551615 4126502603 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26793] ppid=26790 vsize=868576 CPUtime=2.01
/proc/26791/task/26793/stat : 26793 (java) S 26790 26777 26702 0 -1 64 10925 0 0 0 183 18 0 0 16 0 9 0 24867700 889421824 14052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26794] ppid=26790 vsize=868576 CPUtime=0
/proc/26791/task/26794/stat : 26794 (java) S 26790 26777 26702 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24867700 889421824 14052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26795] ppid=26790 vsize=868576 CPUtime=0
/proc/26791/task/26795/stat : 26795 (java) S 26790 26777 26702 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24867700 889421824 14052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26796] ppid=26790 vsize=868576 CPUtime=0
/proc/26791/task/26796/stat : 26796 (java) S 26790 26777 26702 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24867702 889421824 14052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26797] ppid=26790 vsize=868576 CPUtime=0.18
/proc/26791/task/26797/stat : 26797 (java) S 26790 26777 26702 0 -1 64 1480 0 0 0 18 0 0 0 15 0 9 0 24867702 889421824 14052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26798] ppid=26790 vsize=868576 CPUtime=0
/proc/26791/task/26798/stat : 26798 (java) S 26790 26777 26702 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24867702 889421824 14052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26799] ppid=26790 vsize=868576 CPUtime=0
/proc/26791/task/26799/stat : 26799 (java) S 26790 26777 26702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24867702 889421824 14052 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 890800

[startup+51.1024 s]
/proc/loadavg: 2.23 2.30 2.25 3/83 26799
/proc/meminfo: memFree=1840448/2055920 swapFree=4192812/4192956
[pid=26777] ppid=26775 vsize=16868 CPUtime=1.11
/proc/26777/stat : 26777 (sugar) S 26775 26777 26702 0 -1 4194304 1310 9080 0 1 6 1 99 5 16 0 1 0 24867578 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26777/statm: 4217 1111 409 3 0 796 0
[pid=26790] ppid=26777 vsize=5356 CPUtime=0
/proc/26790/stat : 26790 (sh) S 26777 26777 26702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24867697 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26790/statm: 1339 233 193 169 0 50 0
[pid=26791] ppid=26790 vsize=868688 CPUtime=49.4
/proc/26791/stat : 26791 (java) S 26790 26777 26702 0 -1 0 19853 0 1 0 4886 54 0 0 18 0 9 0 24867698 889536512 15719 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26791/statm: 217172 15719 2592 9 0 211649 0

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

[pid=26791/tid=26794] ppid=26790 vsize=868688 CPUtime=0
/proc/26791/task/26794/stat : 26794 (java) S 26790 26777 26702 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24867700 889536512 15735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26795] ppid=26790 vsize=868688 CPUtime=0
/proc/26791/task/26795/stat : 26795 (java) S 26790 26777 26702 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24867700 889536512 15735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26796] ppid=26790 vsize=868688 CPUtime=0
/proc/26791/task/26796/stat : 26796 (java) S 26790 26777 26702 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24867702 889536512 15735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26797] ppid=26790 vsize=868688 CPUtime=0.26
/proc/26791/task/26797/stat : 26797 (java) S 26790 26777 26702 0 -1 64 1531 0 0 0 26 0 0 0 15 0 9 0 24867702 889536512 15735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26798] ppid=26790 vsize=868688 CPUtime=0
/proc/26791/task/26798/stat : 26798 (java) S 26790 26777 26702 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24867702 889536512 15735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26799] ppid=26790 vsize=868688 CPUtime=0
/proc/26791/task/26799/stat : 26799 (java) S 26790 26777 26702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24867702 889536512 15735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 219.48
Current children cumulated vsize (KiB) 890912

[startup+282.303 s]
/proc/loadavg: 2.03 2.15 2.19 3/83 26799
/proc/meminfo: memFree=1066432/2055920 swapFree=4192812/4192956
[pid=26777] ppid=26775 vsize=16868 CPUtime=1.11
/proc/26777/stat : 26777 (sugar) S 26775 26777 26702 0 -1 4194304 1310 9080 0 1 6 1 99 5 16 0 1 0 24867578 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26777/statm: 4217 1111 409 3 0 796 0
[pid=26790] ppid=26777 vsize=5356 CPUtime=0
/proc/26790/stat : 26790 (sh) S 26777 26777 26702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24867697 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26790/statm: 1339 233 193 169 0 50 0
[pid=26791] ppid=26790 vsize=868688 CPUtime=277.54
/proc/26791/stat : 26791 (java) S 26790 26777 26702 0 -1 0 24832 0 1 0 27207 547 0 0 18 0 9 0 24867698 889536512 15735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26791/statm: 217172 15735 2593 9 0 211649 0
[pid=26791/tid=26792] ppid=26790 vsize=868688 CPUtime=272.42
/proc/26791/task/26792/stat : 26792 (java) R 26790 26777 26702 0 -1 64 10093 0 1 0 26752 490 0 0 25 0 9 0 24867698 889536512 15735 996147200 134512640 134550932 4294955936 18446744073709551615 4126988663 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26793] ppid=26790 vsize=868688 CPUtime=4.83
/proc/26791/task/26793/stat : 26793 (java) S 26790 26777 26702 0 -1 64 12510 0 0 0 428 55 0 0 16 0 9 0 24867700 889536512 15735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26794] ppid=26790 vsize=868688 CPUtime=0
/proc/26791/task/26794/stat : 26794 (java) S 26790 26777 26702 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24867700 889536512 15735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26795] ppid=26790 vsize=868688 CPUtime=0
/proc/26791/task/26795/stat : 26795 (java) S 26790 26777 26702 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24867700 889536512 15735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26796] ppid=26790 vsize=868688 CPUtime=0
/proc/26791/task/26796/stat : 26796 (java) S 26790 26777 26702 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24867702 889536512 15735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26797] ppid=26790 vsize=868688 CPUtime=0.26
/proc/26791/task/26797/stat : 26797 (java) S 26790 26777 26702 0 -1 64 1531 0 0 0 26 0 0 0 15 0 9 0 24867702 889536512 15735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26798] ppid=26790 vsize=868688 CPUtime=0
/proc/26791/task/26798/stat : 26798 (java) S 26790 26777 26702 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24867702 889536512 15735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26799] ppid=26790 vsize=868688 CPUtime=0
/proc/26791/task/26799/stat : 26799 (java) S 26790 26777 26702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24867702 889536512 15735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 278.65
Current children cumulated vsize (KiB) 890912

[startup+342.303 s]
/proc/loadavg: 2.12 2.15 2.18 3/83 26799
/proc/meminfo: memFree=847552/2055920 swapFree=4192812/4192956
[pid=26777] ppid=26775 vsize=16868 CPUtime=1.11
/proc/26777/stat : 26777 (sugar) S 26775 26777 26702 0 -1 4194304 1310 9080 0 1 6 1 99 5 16 0 1 0 24867578 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26777/statm: 4217 1111 409 3 0 796 0
[pid=26790] ppid=26777 vsize=5356 CPUtime=0
/proc/26790/stat : 26790 (sh) S 26777 26777 26702 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24867697 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26790/statm: 1339 233 193 169 0 50 0
[pid=26791] ppid=26790 vsize=868688 CPUtime=336.7
/proc/26791/stat : 26791 (java) S 26790 26777 26702 0 -1 0 26222 0 1 0 32986 684 0 0 18 0 9 0 24867698 889536512 15735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26791/statm: 217172 15735 2593 9 0 211649 0
[pid=26791/tid=26792] ppid=26790 vsize=868688 CPUtime=330.93
/proc/26791/task/26792/stat : 26792 (java) R 26790 26777 26702 0 -1 64 11483 0 1 0 32473 620 0 0 25 0 9 0 24867698 889536512 15735 996147200 134512640 134550932 4294955936 18446744073709551615 4126537398 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26793] ppid=26790 vsize=868688 CPUtime=5.48
/proc/26791/task/26793/stat : 26793 (java) S 26790 26777 26702 0 -1 64 12510 0 0 0 486 62 0 0 16 0 9 0 24867700 889536512 15735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26794] ppid=26790 vsize=868688 CPUtime=0
/proc/26791/task/26794/stat : 26794 (java) S 26790 26777 26702 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24867700 889536512 15735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26795] ppid=26790 vsize=868688 CPUtime=0
/proc/26791/task/26795/stat : 26795 (java) S 26790 26777 26702 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24867700 889536512 15735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26796] ppid=26790 vsize=868688 CPUtime=0
/proc/26791/task/26796/stat : 26796 (java) S 26790 26777 26702 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24867702 889536512 15735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26797] ppid=26790 vsize=868688 CPUtime=0.26
/proc/26791/task/26797/stat : 26797 (java) S 26790 26777 26702 0 -1 64 1531 0 0 0 26 0 0 0 15 0 9 0 24867702 889536512 15735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26798] ppid=26790 vsize=868688 CPUtime=0
/proc/26791/task/26798/stat : 26798 (java) S 26790 26777 26702 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24867702 889536512 15735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26791/tid=26799] ppid=26790 vsize=868688 CPUtime=0
/proc/26791/task/26799/stat : 26799 (java) S 26790 26777 26702 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24867702 889536512 15735 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 337.81
Current children cumulated vsize (KiB) 890912



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+374.801 s]
/proc/loadavg: 2.13 2.15 2.18 3/75 26801
/proc/meminfo: memFree=16192/2055920 swapFree=4192812/4192956
[pid=26777] ppid=26775 vsize=16868 CPUtime=358.58
/proc/26777/stat : 26777 (sugar) S 26775 26777 26702 0 -1 4194304 1378 36098 0 2 7 1 35115 735 16 0 1 0 24867578 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26777/statm: 4217 1115 409 3 0 796 0
[pid=26800] ppid=26777 vsize=5356 CPUtime=0
/proc/26800/stat : 26800 (sh) S 26777 26777 26702 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24903919 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26800/statm: 1339 232 193 169 0 50 0
[pid=26801] ppid=26800 vsize=913116 CPUtime=11.04
/proc/26801/stat : 26801 (minisat) R 26800 26777 26702 0 -1 4194304 211752 0 0 0 965 139 0 0 25 0 1 0 24903919 935030784 211738 996147200 134512640 135127466 4294956256 18446744073709551615 134711676 0 0 4096 3 0 0 0 17 1 0 0
/proc/26801/statm: 228279 211738 62 150 0 228126 0
Current children cumulated CPU time (s) 369.62
Current children cumulated vsize (KiB) 935340

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

############
# WARNING:
# current cumulated CPU time (358.64 s) is less than in the last sample (369.73 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (11.09 s) to the 'lost time'.

[startup+374.92 s]
/proc/loadavg: 2.13 2.15 2.18 3/75 26801
/proc/meminfo: memFree=16192/2055920 swapFree=4192812/4192956
[pid=26777] ppid=26775 vsize=16868 CPUtime=358.58
/proc/26777/stat : 26777 (sugar) S 26775 26777 26702 0 -1 4194304 1400 36098 0 2 7 1 35115 735 16 0 1 0 24867578 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26777/statm: 4217 1115 409 3 0 796 0
[pid=26800] ppid=26777 vsize=0 CPUtime=0
/proc/26800/stat : 26800 (sh) Z 26777 26777 26702 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24903919 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26800/statm: 0 0 0 0 0 0 0
[pid=26801] ppid=1 vsize=0 CPUtime=11.15
/proc/26801/stat : 26801 (minisat) R 1 26777 26702 0 -1 4195332 211752 0 0 0 965 150 0 0 25 0 1 0 24903919 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/26801/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 369.73
Current children cumulated vsize (KiB) 16868

[startup+375.001 s]
/proc/loadavg: 2.13 2.15 2.18 3/74 26802
/proc/meminfo: memFree=960392/2055920 swapFree=4192812/4192956
[pid=26777] ppid=26775 vsize=16868 CPUtime=358.64
/proc/26777/stat : 26777 (sugar) R 26775 26777 26702 0 -1 4194304 1425 36375 0 2 7 6 35115 736 16 0 1 0 24867578 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26777/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 358.64
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+375.001 s]
/proc/loadavg: 2.13 2.15 2.18 3/74 26802
/proc/meminfo: memFree=960392/2055920 swapFree=4192812/4192956
[pid=26777] ppid=26775 vsize=16868 CPUtime=358.64
/proc/26777/stat : 26777 (sugar) R 26775 26777 26702 0 -1 4194304 1425 36375 0 2 7 6 35115 736 16 0 1 0 24867578 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26777/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 358.64
Current children cumulated vsize (KiB) 16868

[startup+375.401 s]
/proc/loadavg: 2.13 2.15 2.18 3/74 26802
/proc/meminfo: memFree=960392/2055920 swapFree=4192812/4192956
[pid=26777] ppid=26775 vsize=16868 CPUtime=359.03
/proc/26777/stat : 26777 (sugar) R 26775 26777 26702 0 -1 4194304 1425 36375 0 2 7 45 35115 736 19 0 1 0 24867578 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26777/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 359.03
Current children cumulated vsize (KiB) 16868

[startup+375.542 s]
/proc/loadavg: 2.13 2.15 2.18 3/74 26802
/proc/meminfo: memFree=960392/2055920 swapFree=4192812/4192956
[pid=26777] ppid=26775 vsize=16868 CPUtime=359.16
/proc/26777/stat : 26777 (sugar) R 26775 26777 26702 0 -1 4194304 1425 36375 0 2 7 58 35115 736 20 0 1 0 24867578 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 266134590505 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26777/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 359.16
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 11.09
#  lost CPU user time (s): 9.64999
#  lost CPU system time (s): 1.44

Real time (s): 375.544
CPU time (s): 370.273
CPU user time (s): 360.882
CPU system time (s): 9.39179
CPU usage (%): 98.5966
Max. virtual memory (cumulated for all children) (KiB): 935340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 351.232
system time used= 7.95179
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37859
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= 88901
involuntary context switches= 96782

runsolver used 0.484926 second user time and 1.2838 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-12 07:53:32
IDJOB=2083688
IDBENCH=57898
IDSOLVER=739
FILE ID=node35/2083688-1247378012
PBS_JOBID= 9507172
Free space on /tmp= 66304 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp32/normalized-fapp32-0550-6.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083688-1247378012/watcher-2083688-1247378012 -o /tmp/evaluation-result-2083688-1247378012/solver-2083688-1247378012 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2083688-1247378012.xml

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

MD5SUM BENCH= 35433b7323a58295c09c0516097c5775
RANDOM SEED=27748918

node35.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.213
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.213
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:       1928504 kB
Buffers:          5724 kB
Cached:          48200 kB
SwapCached:          0 kB
Active:          60488 kB
Inactive:        16460 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1928504 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2588 kB
Writeback:           0 kB
Mapped:          34516 kB
Slab:            35844 kB
Committed_AS:   216436 kB
PageTables:       1760 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= 66304 MiB
End job on node35 at 2009-07-12 07:59:49