Trace number 2088000

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) 147 148.04

General information on the benchmark

Namecsp/fapp/fapp19/
normalized-fapp19-0350-1.xml
MD5SUMdf0bdb703dec630374c59a2d969c4940
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark22.9265
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints5873
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5873
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 10:30:16 2009
0.00/0.08	c 0	PID 27624
0.06/0.08	c 0	HOST node58.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2088000-1247387415.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-2088000-1247387415.xml' 'HOME/temp.csp'
0.06/0.81	c 0	8 domains, 350 variables, 8 predicates, 0 relations, 5873 constraints
0.06/0.83	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.83	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.78/0.91	c 1	Parsing HOME/temp.csp
0.94/1.06	c 1	parsed 6239 expressions
0.94/1.07	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.07	c 1	Converting to clausal form CSP
1.93/2.06	c 2	converted 624 (10%) expressions
3.40/3.50	c 3	converted 1248 (20%) expressions
4.59/4.73	c 4	converted 1872 (30%) expressions
5.68/5.88	c 5	converted 2496 (40%) expressions
6.77/6.96	c 7	converted 3120 (50%) expressions
7.86/8.04	c 8	converted 3744 (60%) expressions
9.04/9.21	c 9	converted 4368 (70%) expressions
10.12/10.38	c 10	converted 4992 (80%) expressions
11.40/11.68	c 11	converted 5616 (90%) expressions
12.59/12.81	c 12	converted 6239 (100%) expressions
12.59/12.81	c 12	CSP : 698 integers, 16965 booleans, 35691 clauses, largest domain size 2921
12.59/12.81	c 12	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.59/12.81	c 12	Propagation in CSP
12.99/13.27	c 13	550 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.99/13.27	c 13	CSP : 698 integers, 16965 booleans, 35691 clauses, largest domain size 2921
12.99/13.27	c 13	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.99/13.30	c 13	Simplifing CSP by introducing new Boolean variables
13.08/13.40	c 13	CSP : 698 integers, 29225 booleans, 47951 clauses, largest domain size 2921
13.08/13.40	c 13	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
13.38/13.62	c 13	Encoding CSP to SAT : HOME/temp.cnf
14.96/15.26	c 15	70 (10%) CSP integer variables are encoded (40772 clauses, 589472 bytes)
16.25/16.55	c 16	140 (20%) CSP integer variables are encoded (76752 clauses, 1129172 bytes)
17.64/17.92	c 18	210 (30%) CSP integer variables are encoded (116663 clauses, 1761524 bytes)
19.04/19.38	c 19	280 (40%) CSP integer variables are encoded (157839 clauses, 2461516 bytes)
20.54/20.85	c 20	349 (50%) CSP integer variables are encoded (199194 clauses, 3164551 bytes)
20.83/21.12	c 21	419 (60%) CSP integer variables are encoded (392807 clauses, 6455972 bytes)
21.03/21.35	c 21	489 (70%) CSP integer variables are encoded (584839 clauses, 9720516 bytes)
21.23/21.57	c 21	559 (80%) CSP integer variables are encoded (780835 clauses, 13052448 bytes)
21.43/21.80	c 21	629 (90%) CSP integer variables are encoded (975779 clauses, 16366496 bytes)
21.73/22.03	c 22	698 (100%) CSP integer variables are encoded (1164838 clauses, 19911452 bytes)
34.60/34.92	c 35	4796 (10%) CSP clauses are encoded (2992802 clauses, 64886844 bytes)
45.77/46.17	c 46	9591 (20%) CSP clauses are encoded (4971516 clauses, 114594432 bytes)
56.74/57.16	c 57	14386 (30%) CSP clauses are encoded (6970808 clauses, 165815759 bytes)
67.10/67.56	c 67	19181 (40%) CSP clauses are encoded (8980121 clauses, 217430149 bytes)
77.34/77.83	c 77	23976 (50%) CSP clauses are encoded (10939570 clauses, 267840059 bytes)
87.57/88.10	c 88	28771 (60%) CSP clauses are encoded (12887709 clauses, 317823674 bytes)
99.79/100.40	c 100	33566 (70%) CSP clauses are encoded (14928915 clauses, 370302314 bytes)
111.23/111.96	c 112	38361 (80%) CSP clauses are encoded (16942878 clauses, 422239379 bytes)
123.35/124.14	c 124	43156 (90%) CSP clauses are encoded (19055726 clauses, 476558255 bytes)
135.18/136.12	c 136	47951 (100%) CSP clauses are encoded (21062097 clauses, 528260127 bytes)
135.18/136.12	c 136	47951 CSP clauses encoded
135.18/136.12	c 136	Writing map file : HOME/temp.map
135.18/136.19	c 136	Heap : 19 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
135.18/136.19	c 136	SAT : 1194761 SAT variables, 21062097 SAT clauses, 528260127 bytes
135.18/136.19	c 136	Heap : 19 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
135.27/136.23	c 136	SOLVING HOME/temp.cnf
135.27/136.23	c 136	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
135.27/136.24	c 136	This is MiniSat 2.0 beta
135.27/136.24	c 136	WARNING: for repeatability, setting FPU to use double precision
135.27/136.24	c 136	============================[ Problem Statistics ]=============================
135.27/136.24	c 136	|                                                                             |
135.27/136.24	c 136	|  Number of variables:  1194761                                              |
135.27/136.24	c 136	|  Number of clauses:    21062097                                             |
146.89/147.91	c ERROR INTERRUPTED
147.00/148.04	s UNKNOWN
147.00/148.04	c 148	CPU 135.3 (0.05 0.02 131.35 3.88)
147.00/148.04	c 148	END Sun Jul 12 10:32: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-2088000-1247387415/watcher-2088000-1247387415 -o /tmp/evaluation-result-2088000-1247387415/solver-2088000-1247387415 -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-2088000-1247387415.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.38 2.13 2.04 4/82 27624
/proc/meminfo: memFree=1401152/2055920 swapFree=4192812/4192956
[pid=27624] ppid=27622 vsize=4708 CPUtime=0
/proc/27624/stat : 27624 (sugar) R 27622 27624 26056 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 25804685 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 226235577737 0 0 4096 0 0 0 0 17 1 0 0
/proc/27624/statm: 1177 43 33 3 0 8 0

[startup+0.0852981 s]
/proc/loadavg: 2.38 2.13 2.04 4/82 27624
/proc/meminfo: memFree=1401152/2055920 swapFree=4192812/4192956
[pid=27624] ppid=27622 vsize=16740 CPUtime=0.06
/proc/27624/stat : 27624 (sugar) S 27622 27624 26056 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 25804685 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27624/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102101 s]
/proc/loadavg: 2.38 2.13 2.04 4/82 27624
/proc/meminfo: memFree=1401152/2055920 swapFree=4192812/4192956
[pid=27624] ppid=27622 vsize=16868 CPUtime=0.06
/proc/27624/stat : 27624 (sugar) S 27622 27624 26056 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25804685 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27624/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302132 s]
/proc/loadavg: 2.38 2.13 2.04 4/82 27624
/proc/meminfo: memFree=1401152/2055920 swapFree=4192812/4192956
[pid=27624] ppid=27622 vsize=16868 CPUtime=0.06
/proc/27624/stat : 27624 (sugar) S 27622 27624 26056 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25804685 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27624/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701156 s]
/proc/loadavg: 2.38 2.13 2.04 4/82 27624
/proc/meminfo: memFree=1401152/2055920 swapFree=4192812/4192956
[pid=27624] ppid=27622 vsize=16868 CPUtime=0.06
/proc/27624/stat : 27624 (sugar) S 27622 27624 26056 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 25804685 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27624/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50123 s]
/proc/loadavg: 2.43 2.15 2.05 4/93 27646
/proc/meminfo: memFree=1392168/2055920 swapFree=4192812/4192956
[pid=27624] ppid=27622 vsize=16868 CPUtime=0.78
/proc/27624/stat : 27624 (sugar) S 27622 27624 26056 0 -1 4194304 1309 7795 0 1 5 2 66 5 16 0 1 0 25804685 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27624/statm: 4217 1111 409 3 0 796 0
[pid=27637] ppid=27624 vsize=5356 CPUtime=0
/proc/27637/stat : 27637 (sh) S 27624 27624 26056 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25804768 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27637/statm: 1339 233 193 169 0 50 0
[pid=27638] ppid=27637 vsize=868476 CPUtime=0.65
/proc/27638/stat : 27638 (java) S 27637 27624 26056 0 -1 0 5691 0 1 0 61 4 0 0 19 0 9 0 25804768 889319424 5096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27638/statm: 217119 5096 1742 9 0 211624 0
[pid=27638/tid=27639] ppid=27637 vsize=868476 CPUtime=0.43
/proc/27638/task/27639/stat : 27639 (java) R 27637 27624 26056 0 -1 64 2680 0 1 0 42 1 0 0 20 0 9 0 25804769 889319424 5096 996147200 134512640 134550932 4294955936 18446744073709551615 4125961013 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27640] ppid=27637 vsize=868476 CPUtime=0.05
/proc/27638/task/27640/stat : 27640 (java) S 27637 27624 26056 0 -1 64 856 0 0 0 4 1 0 0 16 0 9 0 25804771 889319424 5096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27641] ppid=27637 vsize=868476 CPUtime=0
/proc/27638/task/27641/stat : 27641 (java) S 27637 27624 26056 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25804771 889319424 5096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27642] ppid=27637 vsize=868476 CPUtime=0
/proc/27638/task/27642/stat : 27642 (java) S 27637 27624 26056 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25804771 889319424 5096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27643] ppid=27637 vsize=868476 CPUtime=0
/proc/27638/task/27643/stat : 27643 (java) S 27637 27624 26056 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25804773 889319424 5096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27644] ppid=27637 vsize=868476 CPUtime=0.15
/proc/27638/task/27644/stat : 27644 (java) S 27637 27624 26056 0 -1 64 1462 0 0 0 14 1 0 0 16 0 9 0 25804773 889319424 5096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27645] ppid=27637 vsize=868476 CPUtime=0
/proc/27638/task/27645/stat : 27645 (java) S 27637 27624 26056 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25804773 889319424 5096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27646] ppid=27637 vsize=868476 CPUtime=0
/proc/27638/task/27646/stat : 27646 (java) S 27637 27624 26056 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25804773 889319424 5096 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890700

[startup+3.10237 s]
/proc/loadavg: 2.43 2.15 2.05 4/93 27646
/proc/meminfo: memFree=1383016/2055920 swapFree=4192812/4192956
[pid=27624] ppid=27622 vsize=16868 CPUtime=0.78
/proc/27624/stat : 27624 (sugar) S 27622 27624 26056 0 -1 4194304 1309 7795 0 1 5 2 66 5 16 0 1 0 25804685 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27624/statm: 4217 1111 409 3 0 796 0
[pid=27637] ppid=27624 vsize=5356 CPUtime=0
/proc/27637/stat : 27637 (sh) S 27624 27624 26056 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25804768 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27637/statm: 1339 233 193 169 0 50 0
[pid=27638] ppid=27637 vsize=868564 CPUtime=2.23
/proc/27638/stat : 27638 (java) S 27637 27624 26056 0 -1 0 7610 0 1 0 216 7 0 0 19 0 9 0 25804768 889409536 6665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27638/statm: 217141 6665 2566 9 0 211646 0
[pid=27638/tid=27639] ppid=27637 vsize=868564 CPUtime=1.81
/proc/27638/task/27639/stat : 27639 (java) R 27637 27624 26056 0 -1 64 2855 0 1 0 179 2 0 0 25 0 9 0 25804769 889409536 6665 996147200 134512640 134550932 4294955936 18446744073709551615 4126501296 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27640] ppid=27637 vsize=868564 CPUtime=0.21
/proc/27638/task/27640/stat : 27640 (java) S 27637 27624 26056 0 -1 64 2576 0 0 0 18 3 0 0 16 0 9 0 25804771 889409536 6665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27641] ppid=27637 vsize=868564 CPUtime=0
/proc/27638/task/27641/stat : 27641 (java) S 27637 27624 26056 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25804771 889409536 6665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27642] ppid=27637 vsize=868564 CPUtime=0
/proc/27638/task/27642/stat : 27642 (java) S 27637 27624 26056 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25804771 889409536 6665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27643] ppid=27637 vsize=868564 CPUtime=0
/proc/27638/task/27643/stat : 27643 (java) S 27637 27624 26056 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25804773 889409536 6665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27644] ppid=27637 vsize=868564 CPUtime=0.19
/proc/27638/task/27644/stat : 27644 (java) S 27637 27624 26056 0 -1 64 1481 0 0 0 18 1 0 0 16 0 9 0 25804773 889409536 6665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27645] ppid=27637 vsize=868564 CPUtime=0
/proc/27638/task/27645/stat : 27645 (java) S 27637 27624 26056 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25804773 889409536 6665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27646] ppid=27637 vsize=868564 CPUtime=0
/proc/27638/task/27646/stat : 27646 (java) S 27637 27624 26056 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25804773 889409536 6665 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890788

[startup+6.30265 s]
/proc/loadavg: 2.43 2.15 2.05 3/93 27646
/proc/meminfo: memFree=1377000/2055920 swapFree=4192812/4192956
[pid=27624] ppid=27622 vsize=16868 CPUtime=0.78
/proc/27624/stat : 27624 (sugar) S 27622 27624 26056 0 -1 4194304 1309 7795 0 1 5 2 66 5 16 0 1 0 25804685 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27624/statm: 4217 1111 409 3 0 796 0
[pid=27637] ppid=27624 vsize=5356 CPUtime=0
/proc/27637/stat : 27637 (sh) S 27624 27624 26056 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25804768 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27637/statm: 1339 233 193 169 0 50 0
[pid=27638] ppid=27637 vsize=868564 CPUtime=5.4
/proc/27638/stat : 27638 (java) S 27637 27624 26056 0 -1 0 9317 0 1 0 528 12 0 0 19 0 9 0 25804768 889409536 8001 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27638/statm: 217141 8001 2566 9 0 211646 0
[pid=27638/tid=27639] ppid=27637 vsize=868564 CPUtime=4.67
/proc/27638/task/27639/stat : 27639 (java) R 27637 27624 26056 0 -1 64 3226 0 1 0 464 3 0 0 25 0 9 0 25804769 889409536 8001 996147200 134512640 134550932 4294955936 18446744073709551615 4126505922 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27640] ppid=27637 vsize=868564 CPUtime=0.5
/proc/27638/task/27640/stat : 27640 (java) S 27637 27624 26056 0 -1 64 3907 0 0 0 44 6 0 0 16 0 9 0 25804771 889409536 8001 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27641] ppid=27637 vsize=868564 CPUtime=0
/proc/27638/task/27641/stat : 27641 (java) S 27637 27624 26056 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 25804771 889409536 8001 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27642] ppid=27637 vsize=868564 CPUtime=0
/proc/27638/task/27642/stat : 27642 (java) S 27637 27624 26056 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25804771 889409536 8001 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27643] ppid=27637 vsize=868564 CPUtime=0
/proc/27638/task/27643/stat : 27643 (java) S 27637 27624 26056 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25804773 889409536 8001 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27644] ppid=27637 vsize=868564 CPUtime=0.2
/proc/27638/task/27644/stat : 27644 (java) S 27637 27624 26056 0 -1 64 1486 0 0 0 19 1 0 0 15 0 9 0 25804773 889409536 8001 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27645] ppid=27637 vsize=868564 CPUtime=0
/proc/27638/task/27645/stat : 27645 (java) S 27637 27624 26056 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25804773 889409536 8001 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27646] ppid=27637 vsize=868564 CPUtime=0
/proc/27638/task/27646/stat : 27646 (java) S 27637 27624 26056 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25804773 889409536 8001 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890788

[startup+12.7022 s]
/proc/loadavg: 2.36 2.14 2.05 3/93 27646
/proc/meminfo: memFree=1367016/2055920 swapFree=4192812/4192956
[pid=27624] ppid=27622 vsize=16868 CPUtime=0.78
/proc/27624/stat : 27624 (sugar) S 27622 27624 26056 0 -1 4194304 1309 7795 0 1 5 2 66 5 16 0 1 0 25804685 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27624/statm: 4217 1111 409 3 0 796 0
[pid=27637] ppid=27624 vsize=5356 CPUtime=0
/proc/27637/stat : 27637 (sh) S 27624 27624 26056 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25804768 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27637/statm: 1339 233 193 169 0 50 0
[pid=27638] ppid=27637 vsize=868564 CPUtime=11.72
/proc/27638/stat : 27638 (java) S 27637 27624 26056 0 -1 0 12366 0 1 0 1153 19 0 0 19 0 9 0 25804768 889409536 10253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27638/statm: 217141 10253 2569 9 0 211646 0
[pid=27638/tid=27639] ppid=27637 vsize=868564 CPUtime=10.21
/proc/27638/task/27639/stat : 27639 (java) R 27637 27624 26056 0 -1 64 3869 0 1 0 1016 5 0 0 25 0 9 0 25804769 889409536 10253 996147200 134512640 134550932 4294955936 18446744073709551615 4126448586 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27640] ppid=27637 vsize=868564 CPUtime=1.26
/proc/27638/task/27640/stat : 27640 (java) S 27637 27624 26056 0 -1 64 6309 0 0 0 115 11 0 0 16 0 9 0 25804771 889409536 10253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27641] ppid=27637 vsize=868564 CPUtime=0
/proc/27638/task/27641/stat : 27641 (java) S 27637 27624 26056 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 25804771 889409536 10253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27642] ppid=27637 vsize=868564 CPUtime=0
/proc/27638/task/27642/stat : 27642 (java) S 27637 27624 26056 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25804771 889409536 10253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27643] ppid=27637 vsize=868564 CPUtime=0
/proc/27638/task/27643/stat : 27643 (java) S 27637 27624 26056 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25804773 889409536 10253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27644] ppid=27637 vsize=868564 CPUtime=0.21
/proc/27638/task/27644/stat : 27644 (java) S 27637 27624 26056 0 -1 64 1490 0 0 0 20 1 0 0 15 0 9 0 25804773 889409536 10253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27645] ppid=27637 vsize=868564 CPUtime=0
/proc/27638/task/27645/stat : 27645 (java) S 27637 27624 26056 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25804773 889409536 10253 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27646] ppid=27637 vsize=868564 CPUtime=0
/proc/27638/task/27646/stat : 27646 (java) S 27637 27624 26056 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25804773 889409536 10253 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) 890788

[startup+25.5023 s]
/proc/loadavg: 2.38 2.15 2.05 3/83 27674
/proc/meminfo: memFree=1744896/2055920 swapFree=4192812/4192956
[pid=27624] ppid=27622 vsize=16868 CPUtime=0.78
/proc/27624/stat : 27624 (sugar) S 27622 27624 26056 0 -1 4194304 1310 7795 0 1 5 2 66 5 16 0 1 0 25804685 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27624/statm: 4217 1111 409 3 0 796 0
[pid=27637] ppid=27624 vsize=5356 CPUtime=0
/proc/27637/stat : 27637 (sh) S 27624 27624 26056 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25804768 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27637/statm: 1339 233 193 169 0 50 0
[pid=27638] ppid=27637 vsize=868676 CPUtime=24.44
/proc/27638/stat : 27638 (java) S 27637 27624 26056 0 -1 0 14112 0 1 0 2404 40 0 0 19 0 9 0 25804768 889524224 11559 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27638/statm: 217169 11559 2593 9 0 211646 0
[pid=27638/tid=27639] ppid=27637 vsize=868676 CPUtime=22.46
/proc/27638/task/27639/stat : 27639 (java) R 27637 27624 26056 0 -1 64 4349 0 1 0 2222 24 0 0 25 0 9 0 25804769 889524224 11559 996147200 134512640 134550932 4294955936 18446744073709551615 4126533512 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27638/tid=27640] ppid=27637 vsize=868676 CPUtime=1.67
/proc/27638/task/27640/stat : 27640 (java) S 27637 27624 26056 0 -1 64 7528 0 0 0 153 14 0 0 16 0 9 0 25804771 889524224 11559 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27638/tid=27641] ppid=27637 vsize=868676 CPUtime=0
/proc/27638/task/27641/stat : 27641 (java) S 27637 27624 26056 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 25804771 889524224 11559 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27642] ppid=27637 vsize=868676 CPUtime=0
/proc/27638/task/27642/stat : 27642 (java) S 27637 27624 26056 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25804771 889524224 11559 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27643] ppid=27637 vsize=868676 CPUtime=0
/proc/27638/task/27643/stat : 27643 (java) S 27637 27624 26056 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25804773 889524224 11559 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27644] ppid=27637 vsize=868676 CPUtime=0.28
/proc/27638/task/27644/stat : 27644 (java) S 27637 27624 26056 0 -1 64 1537 0 0 0 27 1 0 0 16 0 9 0 25804773 889524224 11559 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27638/tid=27645] ppid=27637 vsize=868676 CPUtime=0
/proc/27638/task/27645/stat : 27645 (java) S 27637 27624 26056 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25804773 889524224 11559 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27646] ppid=27637 vsize=868676 CPUtime=0
/proc/27638/task/27646/stat : 27646 (java) S 27637 27624 26056 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25804773 889524224 11559 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 890900

[startup+51.1026 s]
/proc/loadavg: 2.73 2.25 2.09 3/83 27674
/proc/meminfo: memFree=1536904/2055920 swapFree=4192812/4192956
[pid=27624] ppid=27622 vsize=16868 CPUtime=0.78
/proc/27624/stat : 27624 (sugar) S 27622 27624 26056 0 -1 4194304 1310 7795 0 1 5 2 66 5 16 0 1 0 25804685 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27624/statm: 4217 1111 409 3 0 796 0
[pid=27637] ppid=27624 vsize=5356 CPUtime=0
/proc/27637/stat : 27637 (sh) S 27624 27624 26056 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25804768 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27637/statm: 1339 233 193 169 0 50 0
[pid=27638] ppid=27637 vsize=868676 CPUtime=49.97
/proc/27638/stat : 27638 (java) S 27637 27624 26056 0 -1 0 15330 0 1 0 4889 108 0 0 19 0 9 0 25804768 889524224 11564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27638/statm: 217169 11564 2593 9 0 211646 0
[pid=27638/tid=27639] ppid=27637 vsize=868676 CPUtime=47.55
/proc/27638/task/27639/stat : 27639 (java) R 27637 27624 26056 0 -1 64 5562 0 1 0 4670 85 0 0 25 0 9 0 25804769 889524224 11564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27638/tid=27640] ppid=27637 vsize=868676 CPUtime=2.11
/proc/27638/task/27640/stat : 27640 (java) S 27637 27624 26056 0 -1 64 7528 0 0 0 190 21 0 0 16 0 9 0 25804771 889524224 11564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27638/tid=27641] ppid=27637 vsize=868676 CPUtime=0
/proc/27638/task/27641/stat : 27641 (java) S 27637 27624 26056 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 25804771 889524224 11564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27642] ppid=27637 vsize=868676 CPUtime=0
/proc/27638/task/27642/stat : 27642 (java) S 27637 27624 26056 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25804771 889524224 11564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27643] ppid=27637 vsize=868676 CPUtime=0
/proc/27638/task/27643/stat : 27643 (java) S 27637 27624 26056 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25804773 889524224 11564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27644] ppid=27637 vsize=868676 CPUtime=0.29
/proc/27638/task/27644/stat : 27644 (java) S 27637 27624 26056 0 -1 64 1542 0 0 0 28 1 0 0 16 0 9 0 25804773 889524224 11564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27638/tid=27645] ppid=27637 vsize=868676 CPUtime=0
/proc/27638/task/27645/stat : 27645 (java) S 27637 27624 26056 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25804773 889524224 11564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27646] ppid=27637 vsize=868676 CPUtime=0
/proc/27638/task/27646/stat : 27646 (java) S 27637 27624 26056 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25804773 889524224 11564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.75
Current children cumulated vsize (KiB) 890900

[startup+102.307 s]
/proc/loadavg: 2.95 2.40 2.14 4/93 27714
/proc/meminfo: memFree=1360176/2055920 swapFree=4192812/4192956
[pid=27624] ppid=27622 vsize=16868 CPUtime=0.78
/proc/27624/stat : 27624 (sugar) S 27622 27624 26056 0 -1 4194304 1310 7795 0 1 5 2 66 5 16 0 1 0 25804685 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27624/statm: 4217 1111 409 3 0 796 0
[pid=27637] ppid=27624 vsize=5356 CPUtime=0
/proc/27637/stat : 27637 (sh) S 27624 27624 26056 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25804768 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27637/statm: 1339 233 193 169 0 50 0
[pid=27638] ppid=27637 vsize=868676 CPUtime=100.91
/proc/27638/stat : 27638 (java) S 27637 27624 26056 0 -1 0 18033 0 1 0 9819 272 0 0 19 0 9 0 25804768 889524224 11564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27638/statm: 217169 11564 2593 9 0 211646 0
[pid=27638/tid=27639] ppid=27637 vsize=868676 CPUtime=97.51
/proc/27638/task/27639/stat : 27639 (java) R 27637 27624 26056 0 -1 64 8265 0 1 0 9519 232 0 0 25 0 9 0 25804769 889524224 11564 996147200 134512640 134550932 4294955936 18446744073709551615 4126533479 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27638/tid=27640] ppid=27637 vsize=868676 CPUtime=3.07
/proc/27638/task/27640/stat : 27640 (java) S 27637 27624 26056 0 -1 64 7528 0 0 0 270 37 0 0 16 0 9 0 25804771 889524224 11564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=27638/tid=27641] ppid=27637 vsize=868676 CPUtime=0
/proc/27638/task/27641/stat : 27641 (java) S 27637 27624 26056 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 25804771 889524224 11564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27642] ppid=27637 vsize=868676 CPUtime=0
/proc/27638/task/27642/stat : 27642 (java) S 27637 27624 26056 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25804771 889524224 11564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27643] ppid=27637 vsize=868676 CPUtime=0
/proc/27638/task/27643/stat : 27643 (java) S 27637 27624 26056 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25804773 889524224 11564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27644] ppid=27637 vsize=868676 CPUtime=0.29
/proc/27638/task/27644/stat : 27644 (java) S 27637 27624 26056 0 -1 64 1542 0 0 0 28 1 0 0 16 0 9 0 25804773 889524224 11564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=27638/tid=27645] ppid=27637 vsize=868676 CPUtime=0
/proc/27638/task/27645/stat : 27645 (java) S 27637 27624 26056 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25804773 889524224 11564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27638/tid=27646] ppid=27637 vsize=868676 CPUtime=0
/proc/27638/task/27646/stat : 27646 (java) S 27637 27624 26056 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25804773 889524224 11564 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.69
Current children cumulated vsize (KiB) 890900



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+147.901 s]
/proc/loadavg: 2.58 2.38 2.15 3/77 27768
/proc/meminfo: memFree=116912/2055920 swapFree=4192812/4192956
[pid=27624] ppid=27622 vsize=16868 CPUtime=135.3
/proc/27624/stat : 27624 (sugar) S 27622 27624 26056 0 -1 4194304 1377 27836 0 2 5 2 13135 388 17 0 1 0 25804685 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27624/statm: 4217 1114 409 3 0 796 0
[pid=27765] ppid=27624 vsize=5356 CPUtime=0
/proc/27765/stat : 27765 (sh) S 27624 27624 26056 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25818309 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/27765/statm: 1339 232 193 169 0 50 0
[pid=27766] ppid=27765 vsize=901628 CPUtime=11.59
/proc/27766/stat : 27766 (minisat) R 27765 27624 26056 0 -1 4194304 212787 0 0 0 995 164 0 0 25 0 1 0 25818309 923267072 212773 996147200 134512640 135127466 4294956256 18446744073709551615 134706194 0 0 4096 3 0 0 0 17 0 0 0
/proc/27766/statm: 225407 212774 62 150 0 225254 0
Current children cumulated CPU time (s) 146.89
Current children cumulated vsize (KiB) 923852

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

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

[startup+148.019 s]
/proc/loadavg: 2.58 2.38 2.15 3/77 27768
/proc/meminfo: memFree=116912/2055920 swapFree=4192812/4192956
[pid=27624] ppid=27622 vsize=16868 CPUtime=135.3
/proc/27624/stat : 27624 (sugar) S 27622 27624 26056 0 -1 4194304 1399 27836 0 2 5 2 13135 388 16 0 1 0 25804685 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/27624/statm: 4217 1114 409 3 0 796 0
[pid=27765] ppid=27624 vsize=0 CPUtime=0
/proc/27765/stat : 27765 (sh) Z 27624 27624 26056 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 25818309 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/27765/statm: 0 0 0 0 0 0 0
[pid=27766] ppid=1 vsize=0 CPUtime=11.7
/proc/27766/stat : 27766 (minisat) R 1 27624 26056 0 -1 4195332 212805 0 0 0 995 175 0 0 25 0 1 0 25818309 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/27766/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 147
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 27624 and gives
#  childrusage.ru_utime.tv_sec=131
#  childrusage.ru_utime.tv_usec=412022
#  childrusage.ru_stime.tv_sec=3
#  childrusage.ru_stime.tv_usec=908405
# CPU time returned by wait4() is 135.32
# while last known CPU time is 147
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 148.04
CPU time (s): 147
CPU user time (s): 141.35
CPU system time (s): 5.65
CPU usage (%): 99.2975
Max. virtual memory (cumulated for all children) (KiB): 923852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 131.412
system time used= 3.90841
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29596
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= 68393
involuntary context switches= 67356

runsolver used 0.208968 second user time and 0.52292 second system time

The end

Launcher Data

Begin job on node58 at 2009-07-12 10:30:16
IDJOB=2088000
IDBENCH=58843
IDSOLVER=739
FILE ID=node58/2088000-1247387415
PBS_JOBID= 9507224
Free space on /tmp= 66312 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp19/normalized-fapp19-0350-1.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-2088000-1247387415/watcher-2088000-1247387415 -o /tmp/evaluation-result-2088000-1247387415/solver-2088000-1247387415 -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-2088000-1247387415.xml

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

MD5SUM BENCH= df0bdb703dec630374c59a2d969c4940
RANDOM SEED=164253045

node58.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:       1401632 kB
Buffers:         19176 kB
Cached:         113356 kB
SwapCached:          0 kB
Active:         527968 kB
Inactive:        74520 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1401632 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2104 kB
Writeback:           0 kB
Mapped:         490332 kB
Slab:            36352 kB
Committed_AS:   671044 kB
PageTables:       2652 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= 66120 MiB
End job on node58 at 2009-07-12 10:32:46