Trace number 2083380

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) 160.96 163.97

General information on the benchmark

Namecsp/fapp/fapp11/
normalized-fapp11-1000-4.xml
MD5SUMa8e79faf7692d3f5f7256e10541a9d64
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 benchmark27.0679
Satisfiable
(Un)Satisfiability was proved
Number of variables1000
Number of constraints15032
Maximum constraint arity2
Maximum domain size362
Number of constraints which are defined in extension0
Number of constraints which are defined in intension15032
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sun Jul 12 07:41:25 2009
0.06/0.08	c 0	PID 25053
0.06/0.08	c 0	HOST node52.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2083380-1247377285.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-2083380-1247377285.xml' 'HOME/temp.csp'
1.06/1.17	c 1	18 domains, 1000 variables, 8 predicates, 0 relations, 15032 constraints
1.06/1.19	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.19	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.14/1.26	c 1	Parsing HOME/temp.csp
1.14/1.58	c 1	parsed 10000 expressions
1.14/1.69	c 1	parsed 16058 expressions
1.14/1.70	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.70	c 1	Converting to clausal form CSP
2.92/3.03	c 3	converted 1606 (10%) expressions
5.19/5.31	c 5	converted 3212 (20%) expressions
7.17/7.32	c 7	converted 4818 (30%) expressions
8.65/8.89	c 9	converted 6424 (40%) expressions
10.43/10.65	c 10	converted 8029 (50%) expressions
11.83/12.09	c 12	converted 9635 (60%) expressions
13.30/13.54	c 13	converted 11241 (70%) expressions
15.19/15.43	c 15	converted 12847 (80%) expressions
16.58/16.86	c 17	converted 14453 (90%) expressions
17.96/18.28	c 18	converted 16058 (100%) expressions
17.96/18.28	c 18	CSP : 1994 integers, 43198 booleans, 91185 clauses, largest domain size 2741
17.96/18.28	c 18	Heap : 76 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
17.96/18.28	c 18	Propagation in CSP
18.75/19.00	c 19	32 values, 0 unsatisfiable literals, and 0 valid clauses are removed
18.75/19.00	c 19	CSP : 1994 integers, 43198 booleans, 91185 clauses, largest domain size 2741
18.75/19.00	c 19	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
18.75/19.04	c 19	Simplifing CSP by introducing new Boolean variables
18.95/19.21	c 19	CSP : 1994 integers, 74284 booleans, 122271 clauses, largest domain size 2741
18.95/19.21	c 19	Heap : 87 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
19.45/19.80	c 20	Encoding CSP to SAT : HOME/temp.cnf
20.83/21.18	c 21	200 (10%) CSP integer variables are encoded (59504 clauses, 870490 bytes)
22.21/22.53	c 22	399 (20%) CSP integer variables are encoded (119236 clauses, 1805607 bytes)
23.50/23.84	c 24	599 (30%) CSP integer variables are encoded (176634 clauses, 2781373 bytes)
24.79/25.20	c 25	798 (40%) CSP integer variables are encoded (236930 clauses, 3806405 bytes)
26.08/26.43	c 26	997 (50%) CSP integer variables are encoded (291634 clauses, 4736373 bytes)
26.67/27.03	c 27	1197 (60%) CSP integer variables are encoded (765835 clauses, 12797790 bytes)
27.26/27.61	c 27	1396 (70%) CSP integer variables are encoded (1231776 clauses, 21184928 bytes)
27.76/28.17	c 28	1596 (80%) CSP integer variables are encoded (1679510 clauses, 29691874 bytes)
28.35/28.77	c 29	1795 (90%) CSP integer variables are encoded (2153315 clauses, 38694169 bytes)
28.95/29.33	c 29	1994 (100%) CSP integer variables are encoded (2595288 clauses, 47091656 bytes)
41.96/42.54	c 42	12228 (10%) CSP clauses are encoded (5883846 clauses, 130466735 bytes)
55.29/56.03	c 56	24455 (20%) CSP clauses are encoded (9753033 clauses, 233039580 bytes)
66.84/67.85	c 68	36682 (30%) CSP clauses are encoded (13440649 clauses, 330589704 bytes)
79.29/80.50	c 80	48909 (40%) CSP clauses are encoded (17396317 clauses, 435677318 bytes)
92.11/93.65	c 93	61136 (50%) CSP clauses are encoded (21560648 clauses, 546737541 bytes)
104.66/106.47	c 106	73363 (60%) CSP clauses are encoded (25693183 clauses, 656520624 bytes)
116.21/118.20	c 118	85590 (70%) CSP clauses are encoded (29516431 clauses, 758067059 bytes)
127.10/129.38	c 129	97817 (80%) CSP clauses are encoded (33097578 clauses, 854173135 bytes)
138.85/141.24	c 141	110044 (90%) CSP clauses are encoded (37183774 clauses, 963327142 bytes)
149.33/151.87	c 152	122271 (100%) CSP clauses are encoded (40925689 clauses, 1063519183 bytes)
149.33/151.87	c 152	122271 CSP clauses encoded
149.33/151.87	c 152	Writing map file : HOME/temp.map
149.42/151.96	c 152	Heap : 76 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
149.42/151.96	c 152	SAT : 2671566 SAT variables, 40925689 SAT clauses, 1063519183 bytes
149.42/151.96	c 152	Heap : 76 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
149.42/151.99	c 152	SOLVING HOME/temp.cnf
149.42/151.99	c 152	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
149.42/152.00	c 152	This is MiniSat 2.0 beta
149.42/152.00	c 152	WARNING: for repeatability, setting FPU to use double precision
149.52/152.00	c 152	============================[ Problem Statistics ]=============================
149.52/152.00	c 152	|                                                                             |
149.52/152.00	c 152	|  Number of variables:  2671566                                              |
149.52/152.00	c 152	|  Number of clauses:    40925689                                             |
160.37/163.22	c ERROR INTERRUPTED
160.48/163.34	s UNKNOWN
160.48/163.34	c 163	CPU 149.53 (0.07 0.01 142.69 6.76)
160.48/163.34	c 163	END Sun Jul 12 07:44:08 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-2083380-1247377285/watcher-2083380-1247377285 -o /tmp/evaluation-result-2083380-1247377285/solver-2083380-1247377285 -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-2083380-1247377285.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.32 2.09 2.03 4/72 25053
/proc/meminfo: memFree=1707784/2055920 swapFree=4192812/4192956
[pid=25053] ppid=25051 vsize=12268 CPUtime=0
/proc/25053/stat : 25053 (sugar) R 25051 25053 19512 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 24791940 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 273653922405 0 0 4224 0 0 0 0 17 1 0 0
/proc/25053/statm: 3067 316 241 3 0 167 0

[startup+0.0793051 s]
/proc/loadavg: 2.32 2.09 2.03 4/72 25053
/proc/meminfo: memFree=1707784/2055920 swapFree=4192812/4192956
[pid=25053] ppid=25051 vsize=16740 CPUtime=0.06
/proc/25053/stat : 25053 (sugar) R 25051 25053 19512 0 -1 4194304 1115 0 0 0 5 1 0 0 18 0 1 0 24791940 17141760 1083 996147200 4194304 4206940 548682068608 18446744073709551615 273667429922 0 0 4224 0 0 0 0 17 1 0 0
/proc/25053/statm: 4185 1083 385 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.102311 s]
/proc/loadavg: 2.32 2.09 2.03 4/72 25053
/proc/meminfo: memFree=1707784/2055920 swapFree=4192812/4192956
[pid=25053] ppid=25051 vsize=16868 CPUtime=0.06
/proc/25053/stat : 25053 (sugar) S 25051 25053 19512 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24791940 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25053/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302324 s]
/proc/loadavg: 2.32 2.09 2.03 4/72 25053
/proc/meminfo: memFree=1707784/2055920 swapFree=4192812/4192956
[pid=25053] ppid=25051 vsize=16868 CPUtime=0.06
/proc/25053/stat : 25053 (sugar) S 25051 25053 19512 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24791940 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25053/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702352 s]
/proc/loadavg: 2.32 2.09 2.03 4/72 25053
/proc/meminfo: memFree=1707784/2055920 swapFree=4192812/4192956
[pid=25053] ppid=25051 vsize=16868 CPUtime=0.06
/proc/25053/stat : 25053 (sugar) S 25051 25053 19512 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24791940 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25053/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50141 s]
/proc/loadavg: 2.32 2.09 2.03 3/83 25065
/proc/meminfo: memFree=1676464/2055920 swapFree=4192812/4192956
[pid=25053] ppid=25051 vsize=16868 CPUtime=1.14
/proc/25053/stat : 25053 (sugar) S 25051 25053 19512 0 -1 4194304 1309 11255 0 1 6 1 102 5 16 0 1 0 24791940 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25053/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 16868

[startup+3.10151 s]
/proc/loadavg: 2.32 2.09 2.03 3/83 25075
/proc/meminfo: memFree=1685168/2055920 swapFree=4192812/4192956
[pid=25053] ppid=25051 vsize=16868 CPUtime=1.14
/proc/25053/stat : 25053 (sugar) S 25051 25053 19512 0 -1 4194304 1309 11255 0 1 6 1 102 5 16 0 1 0 24791940 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25053/statm: 4217 1111 409 3 0 796 0
[pid=25066] ppid=25053 vsize=5356 CPUtime=0
/proc/25066/stat : 25066 (sh) S 25053 25053 19512 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24792060 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25066/statm: 1339 233 193 169 0 50 0
[pid=25067] ppid=25066 vsize=868612 CPUtime=1.88
/proc/25067/stat : 25067 (java) S 25066 25053 19512 0 -1 0 8905 0 1 0 182 6 0 0 18 0 9 0 24792060 889458688 7942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25067/statm: 217153 7942 2567 9 0 211658 0
[pid=25067/tid=25068] ppid=25066 vsize=868612 CPUtime=1.43
/proc/25067/task/25068/stat : 25068 (java) R 25066 25053 19512 0 -1 64 2692 0 1 0 142 1 0 0 25 0 9 0 24792061 889458688 7942 996147200 134512640 134550932 4294955936 18446744073709551615 4126510020 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25069] ppid=25066 vsize=868612 CPUtime=0.24
/proc/25067/task/25069/stat : 25069 (java) S 25066 25053 19512 0 -1 64 4043 0 0 0 22 2 0 0 16 0 9 0 24792062 889458688 7942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25070] ppid=25066 vsize=868612 CPUtime=0
/proc/25067/task/25070/stat : 25070 (java) S 25066 25053 19512 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24792062 889458688 7942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25071] ppid=25066 vsize=868612 CPUtime=0
/proc/25067/task/25071/stat : 25071 (java) S 25066 25053 19512 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24792062 889458688 7942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25072] ppid=25066 vsize=868612 CPUtime=0
/proc/25067/task/25072/stat : 25072 (java) S 25066 25053 19512 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24792064 889458688 7942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25073] ppid=25066 vsize=868612 CPUtime=0.17
/proc/25067/task/25073/stat : 25073 (java) S 25066 25053 19512 0 -1 64 1467 0 0 0 17 0 0 0 15 0 9 0 24792064 889458688 7942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25074] ppid=25066 vsize=868612 CPUtime=0
/proc/25067/task/25074/stat : 25074 (java) S 25066 25053 19512 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24792064 889458688 7942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25075] ppid=25066 vsize=868612 CPUtime=0
/proc/25067/task/25075/stat : 25075 (java) S 25066 25053 19512 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24792064 889458688 7942 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890836

[startup+6.30273 s]
/proc/loadavg: 2.30 2.09 2.03 3/83 25075
/proc/meminfo: memFree=1672880/2055920 swapFree=4192812/4192956
[pid=25053] ppid=25051 vsize=16868 CPUtime=1.14
/proc/25053/stat : 25053 (sugar) S 25051 25053 19512 0 -1 4194304 1309 11255 0 1 6 1 102 5 16 0 1 0 24791940 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25053/statm: 4217 1111 409 3 0 796 0
[pid=25066] ppid=25053 vsize=5356 CPUtime=0
/proc/25066/stat : 25066 (sh) S 25053 25053 19512 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24792060 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25066/statm: 1339 233 193 169 0 50 0
[pid=25067] ppid=25066 vsize=873992 CPUtime=5.04
/proc/25067/stat : 25067 (java) S 25066 25053 19512 0 -1 0 14831 0 1 0 493 11 0 0 18 0 9 0 24792060 894967808 12340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25067/statm: 218498 12340 2569 9 0 213003 0
[pid=25067/tid=25068] ppid=25066 vsize=873992 CPUtime=4.09
/proc/25067/task/25068/stat : 25068 (java) R 25066 25053 19512 0 -1 64 3051 0 1 0 407 2 0 0 25 0 9 0 24792061 894967808 12340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25069] ppid=25066 vsize=873992 CPUtime=0.72
/proc/25067/task/25069/stat : 25069 (java) R 25066 25053 19512 0 -1 64 9601 0 0 0 66 6 0 0 16 0 9 0 24792062 894967808 12340 996147200 134512640 134550932 4294955936 18446744073709551615 102768065 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25070] ppid=25066 vsize=873992 CPUtime=0
/proc/25067/task/25070/stat : 25070 (java) S 25066 25053 19512 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24792062 894967808 12340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25071] ppid=25066 vsize=873992 CPUtime=0
/proc/25067/task/25071/stat : 25071 (java) S 25066 25053 19512 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24792062 894967808 12340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25072] ppid=25066 vsize=873992 CPUtime=0
/proc/25067/task/25072/stat : 25072 (java) S 25066 25053 19512 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24792064 894967808 12340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25073] ppid=25066 vsize=873992 CPUtime=0.19
/proc/25067/task/25073/stat : 25073 (java) S 25066 25053 19512 0 -1 64 1476 0 0 0 19 0 0 0 16 0 9 0 24792064 894967808 12340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25074] ppid=25066 vsize=873992 CPUtime=0
/proc/25067/task/25074/stat : 25074 (java) S 25066 25053 19512 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24792064 894967808 12340 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25075] ppid=25066 vsize=873992 CPUtime=0
/proc/25067/task/25075/stat : 25075 (java) S 25066 25053 19512 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24792064 894967808 12340 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) 896216

[startup+12.7022 s]
/proc/loadavg: 2.27 2.08 2.03 3/83 25075
/proc/meminfo: memFree=1642928/2055920 swapFree=4192812/4192956
[pid=25053] ppid=25051 vsize=16868 CPUtime=1.14
/proc/25053/stat : 25053 (sugar) S 25051 25053 19512 0 -1 4194304 1309 11255 0 1 6 1 102 5 16 0 1 0 24791940 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25053/statm: 4217 1111 409 3 0 796 0
[pid=25066] ppid=25053 vsize=5356 CPUtime=0
/proc/25066/stat : 25066 (sh) S 25053 25053 19512 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24792060 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25066/statm: 1339 233 193 169 0 50 0
[pid=25067] ppid=25066 vsize=868612 CPUtime=11.38
/proc/25067/stat : 25067 (java) S 25066 25053 19512 0 -1 0 24253 0 1 0 1121 17 0 0 18 0 9 0 24792060 889458688 18600 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25067/statm: 217153 18600 2569 9 0 211658 0
[pid=25067/tid=25068] ppid=25066 vsize=868612 CPUtime=9.53
/proc/25067/task/25068/stat : 25068 (java) R 25066 25053 19512 0 -1 64 3681 0 1 0 950 3 0 0 25 0 9 0 24792061 889458688 18600 996147200 134512640 134550932 4294955936 18446744073709551615 4126508727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25069] ppid=25066 vsize=868612 CPUtime=1.63
/proc/25067/task/25069/stat : 25069 (java) S 25066 25053 19512 0 -1 64 18393 0 0 0 151 12 0 0 16 0 9 0 24792062 889458688 18600 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25070] ppid=25066 vsize=868612 CPUtime=0
/proc/25067/task/25070/stat : 25070 (java) S 25066 25053 19512 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24792062 889458688 18600 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25071] ppid=25066 vsize=868612 CPUtime=0
/proc/25067/task/25071/stat : 25071 (java) S 25066 25053 19512 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24792062 889458688 18600 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25072] ppid=25066 vsize=868612 CPUtime=0
/proc/25067/task/25072/stat : 25072 (java) S 25066 25053 19512 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24792064 889458688 18600 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25073] ppid=25066 vsize=868612 CPUtime=0.19
/proc/25067/task/25073/stat : 25073 (java) S 25066 25053 19512 0 -1 64 1476 0 0 0 19 0 0 0 16 0 9 0 24792064 889458688 18600 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25074] ppid=25066 vsize=868612 CPUtime=0
/proc/25067/task/25074/stat : 25074 (java) S 25066 25053 19512 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24792064 889458688 18600 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25075] ppid=25066 vsize=868612 CPUtime=0
/proc/25067/task/25075/stat : 25075 (java) S 25066 25053 19512 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24792064 889458688 18600 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 890836

[startup+25.503 s]
/proc/loadavg: 2.28 2.10 2.03 3/83 25075
/proc/meminfo: memFree=1597488/2055920 swapFree=4192812/4192956
[pid=25053] ppid=25051 vsize=16868 CPUtime=1.14
/proc/25053/stat : 25053 (sugar) S 25051 25053 19512 0 -1 4194304 1310 11255 0 1 6 1 102 5 16 0 1 0 24791940 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25053/statm: 4217 1111 409 3 0 796 0
[pid=25066] ppid=25053 vsize=5356 CPUtime=0
/proc/25066/stat : 25066 (sh) S 25053 25053 19512 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24792060 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25066/statm: 1339 233 193 169 0 50 0
[pid=25067] ppid=25066 vsize=868724 CPUtime=24.05
/proc/25067/stat : 25067 (java) S 25066 25053 19512 0 -1 0 36127 0 1 0 2379 26 0 0 18 0 9 0 24792060 889573376 28069 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25067/statm: 217181 28069 2593 9 0 211658 0
[pid=25067/tid=25068] ppid=25066 vsize=868724 CPUtime=20.55
/proc/25067/task/25068/stat : 25068 (java) R 25066 25053 19512 0 -1 64 4328 0 1 0 2048 7 0 0 25 0 9 0 24792061 889573376 28069 996147200 134512640 134550932 4294955936 18446744073709551615 4126547857 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25069] ppid=25066 vsize=868724 CPUtime=3.22
/proc/25067/task/25069/stat : 25069 (java) S 25066 25053 19512 0 -1 64 29585 0 0 0 305 17 0 0 16 0 9 0 24792062 889573376 28069 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25070] ppid=25066 vsize=868724 CPUtime=0
/proc/25067/task/25070/stat : 25070 (java) S 25066 25053 19512 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24792062 889573376 28069 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25071] ppid=25066 vsize=868724 CPUtime=0
/proc/25067/task/25071/stat : 25071 (java) S 25066 25053 19512 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24792062 889573376 28069 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25072] ppid=25066 vsize=868724 CPUtime=0
/proc/25067/task/25072/stat : 25072 (java) S 25066 25053 19512 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24792064 889573376 28069 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25073] ppid=25066 vsize=868724 CPUtime=0.25
/proc/25067/task/25073/stat : 25073 (java) S 25066 25053 19512 0 -1 64 1511 0 0 0 24 1 0 0 16 0 9 0 24792064 889573376 28069 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25074] ppid=25066 vsize=868724 CPUtime=0
/proc/25067/task/25074/stat : 25074 (java) S 25066 25053 19512 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24792064 889573376 28069 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25075] ppid=25066 vsize=868724 CPUtime=0
/proc/25067/task/25075/stat : 25075 (java) S 25066 25053 19512 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24792064 889573376 28069 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 890948

[startup+51.1027 s]
/proc/loadavg: 2.30 2.12 2.04 3/83 25075
/proc/meminfo: memFree=1412592/2055920 swapFree=4192812/4192956
[pid=25053] ppid=25051 vsize=16868 CPUtime=1.14
/proc/25053/stat : 25053 (sugar) S 25051 25053 19512 0 -1 4194304 1310 11255 0 1 6 1 102 5 16 0 1 0 24791940 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25053/statm: 4217 1111 409 3 0 796 0
[pid=25066] ppid=25053 vsize=5356 CPUtime=0
/proc/25066/stat : 25066 (sh) S 25053 25053 19512 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24792060 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25066/statm: 1339 233 193 169 0 50 0
[pid=25067] ppid=25066 vsize=868724 CPUtime=49.33
/proc/25067/stat : 25067 (java) S 25066 25053 19512 0 -1 0 36665 0 1 0 4794 139 0 0 18 0 9 0 24792060 889573376 28091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25067/statm: 217181 28091 2593 9 0 211658 0
[pid=25067/tid=25068] ppid=25066 vsize=868724 CPUtime=45.46
/proc/25067/task/25068/stat : 25068 (java) R 25066 25053 19512 0 -1 64 4847 0 1 0 4430 116 0 0 25 0 9 0 24792061 889573376 28091 996147200 134512640 134550932 4294955936 18446744073709551615 4126508705 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25069] ppid=25066 vsize=868724 CPUtime=3.55
/proc/25067/task/25069/stat : 25069 (java) S 25066 25053 19512 0 -1 64 29585 0 0 0 335 20 0 0 16 0 9 0 24792062 889573376 28091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25070] ppid=25066 vsize=868724 CPUtime=0
/proc/25067/task/25070/stat : 25070 (java) S 25066 25053 19512 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24792062 889573376 28091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25071] ppid=25066 vsize=868724 CPUtime=0
/proc/25067/task/25071/stat : 25071 (java) S 25066 25053 19512 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24792062 889573376 28091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25072] ppid=25066 vsize=868724 CPUtime=0
/proc/25067/task/25072/stat : 25072 (java) S 25066 25053 19512 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24792064 889573376 28091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25073] ppid=25066 vsize=868724 CPUtime=0.29
/proc/25067/task/25073/stat : 25073 (java) S 25066 25053 19512 0 -1 64 1530 0 0 0 28 1 0 0 16 0 9 0 24792064 889573376 28091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25074] ppid=25066 vsize=868724 CPUtime=0
/proc/25067/task/25074/stat : 25074 (java) S 25066 25053 19512 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24792064 889573376 28091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25075] ppid=25066 vsize=868724 CPUtime=0
/proc/25067/task/25075/stat : 25075 (java) S 25066 25053 19512 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24792064 889573376 28091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 890948

[startup+102.307 s]
/proc/loadavg: 2.67 2.24 2.08 3/83 25075
/proc/meminfo: memFree=979376/2055920 swapFree=4192812/4192956
[pid=25053] ppid=25051 vsize=16868 CPUtime=1.14
/proc/25053/stat : 25053 (sugar) S 25051 25053 19512 0 -1 4194304 1310 11255 0 1 6 1 102 5 16 0 1 0 24791940 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25053/statm: 4217 1111 409 3 0 796 0
[pid=25066] ppid=25053 vsize=5356 CPUtime=0
/proc/25066/stat : 25066 (sh) S 25053 25053 19512 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24792060 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25066/statm: 1339 233 193 169 0 50 0
[pid=25067] ppid=25066 vsize=868724 CPUtime=99.49
/proc/25067/stat : 25067 (java) S 25066 25053 19512 0 -1 0 37803 0 1 0 9546 403 0 0 18 0 9 0 24792060 889573376 28091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25067/statm: 217181 28091 2593 9 0 211658 0
[pid=25067/tid=25068] ppid=25066 vsize=868724 CPUtime=94.9
/proc/25067/task/25068/stat : 25068 (java) R 25066 25053 19512 0 -1 64 5985 0 1 0 9119 371 0 0 25 0 9 0 24792061 889573376 28091 996147200 134512640 134550932 4294955936 18446744073709551615 4126930307 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25069] ppid=25066 vsize=868724 CPUtime=4.27
/proc/25067/task/25069/stat : 25069 (java) S 25066 25053 19512 0 -1 64 29585 0 0 0 398 29 0 0 16 0 9 0 24792062 889573376 28091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25070] ppid=25066 vsize=868724 CPUtime=0
/proc/25067/task/25070/stat : 25070 (java) S 25066 25053 19512 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24792062 889573376 28091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25071] ppid=25066 vsize=868724 CPUtime=0
/proc/25067/task/25071/stat : 25071 (java) S 25066 25053 19512 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24792062 889573376 28091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25072] ppid=25066 vsize=868724 CPUtime=0
/proc/25067/task/25072/stat : 25072 (java) S 25066 25053 19512 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24792064 889573376 28091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25073] ppid=25066 vsize=868724 CPUtime=0.29
/proc/25067/task/25073/stat : 25073 (java) S 25066 25053 19512 0 -1 64 1530 0 0 0 28 1 0 0 16 0 9 0 24792064 889573376 28091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25074] ppid=25066 vsize=868724 CPUtime=0
/proc/25067/task/25074/stat : 25074 (java) S 25066 25053 19512 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24792064 889573376 28091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25067/tid=25075] ppid=25066 vsize=868724 CPUtime=0
/proc/25067/task/25075/stat : 25075 (java) S 25066 25053 19512 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24792064 889573376 28091 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.63
Current children cumulated vsize (KiB) 890948

[startup+162.302 s]
/proc/loadavg: 2.99 2.41 2.15 5/85 25125
/proc/meminfo: memFree=15200/2055920 swapFree=4192812/4192956
[pid=25053] ppid=25051 vsize=16868 CPUtime=149.53
/proc/25053/stat : 25053 (sugar) S 25051 25053 19512 0 -1 4194304 1377 50548 0 2 7 1 14269 676 16 0 1 0 24791940 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25053/statm: 4217 1114 409 3 0 796 0
[pid=25124] ppid=25053 vsize=5356 CPUtime=0
/proc/25124/stat : 25124 (sh) S 25053 25053 19512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24807140 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25124/statm: 1339 232 193 169 0 50 0
[pid=25125] ppid=25124 vsize=826072 CPUtime=9.98
/proc/25125/stat : 25125 (minisat) R 25124 25053 19512 0 -1 4194304 198918 0 0 0 860 138 0 0 25 0 1 0 24807141 845897728 198904 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/25125/statm: 206518 198906 62 150 0 206365 0
Current children cumulated CPU time (s) 159.51
Current children cumulated vsize (KiB) 848296



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+163.202 s]
/proc/loadavg: 3.07 2.43 2.16 3/85 25125
/proc/meminfo: memFree=15392/2055920 swapFree=4192812/4192956
[pid=25053] ppid=25051 vsize=16868 CPUtime=149.53
/proc/25053/stat : 25053 (sugar) S 25051 25053 19512 0 -1 4194304 1377 50548 0 2 7 1 14269 676 16 0 1 0 24791940 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25053/statm: 4217 1114 409 3 0 796 0
[pid=25124] ppid=25053 vsize=5356 CPUtime=0
/proc/25124/stat : 25124 (sh) S 25053 25053 19512 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24807140 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 273653752644 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25124/statm: 1339 232 193 169 0 50 0
[pid=25125] ppid=25124 vsize=912588 CPUtime=10.84
/proc/25125/stat : 25125 (minisat) R 25124 25053 19512 0 -1 4194304 213262 0 0 0 935 149 0 0 25 0 1 0 24807141 934490112 213248 996147200 134512640 135127466 4294956256 18446744073709551615 134517327 0 0 4096 3 0 0 0 17 0 0 0
/proc/25125/statm: 228147 213248 62 150 0 227994 0
Current children cumulated CPU time (s) 160.37
Current children cumulated vsize (KiB) 934812

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

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

[startup+163.32 s]
/proc/loadavg: 3.07 2.43 2.16 3/85 25125
/proc/meminfo: memFree=15392/2055920 swapFree=4192812/4192956
[pid=25053] ppid=25051 vsize=16868 CPUtime=149.53
/proc/25053/stat : 25053 (sugar) S 25051 25053 19512 0 -1 4194304 1399 50548 0 2 7 1 14269 676 16 0 1 0 24791940 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 273662652514 0 16384 4224 0 18446744071563648864 0 0 17 0 0 0
/proc/25053/statm: 4217 1114 409 3 0 796 0
[pid=25124] ppid=25053 vsize=0 CPUtime=0
/proc/25124/stat : 25124 (sh) Z 25053 25053 19512 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24807140 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 0 0 0
/proc/25124/statm: 0 0 0 0 0 0 0
[pid=25125] ppid=1 vsize=0 CPUtime=10.95
/proc/25125/stat : 25125 (minisat) R 1 25053 19512 0 -1 4195332 213262 0 0 0 935 160 0 0 25 0 1 0 24807141 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/25125/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 160.48
Current children cumulated vsize (KiB) 16868

[startup+163.403 s]
/proc/loadavg: 3.07 2.43 2.16 3/85 25125
/proc/meminfo: memFree=15392/2055920 swapFree=4192812/4192956
[pid=25053] ppid=25051 vsize=16868 CPUtime=149.53
/proc/25053/stat : 25053 (sugar) D 25051 25053 19512 0 -1 4194304 1424 50825 0 2 7 1 14269 676 16 0 1 0 24791940 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/25053/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 149.53
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+163.505 s]
/proc/loadavg: 3.07 2.43 2.16 3/85 25125
/proc/meminfo: memFree=15392/2055920 swapFree=4192812/4192956
[pid=25053] ppid=25051 vsize=16868 CPUtime=149.62
/proc/25053/stat : 25053 (sugar) R 25051 25053 19512 0 -1 4194304 1424 50825 0 2 7 10 14269 676 17 0 1 0 24791940 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 0 0 0 17 0 0 0
/proc/25053/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 149.62
Current children cumulated vsize (KiB) 16868

[startup+163.902 s]
/proc/loadavg: 3.07 2.43 2.16 2/84 25126
/proc/meminfo: memFree=1808808/2055920 swapFree=4192812/4192956
[pid=25053] ppid=25051 vsize=16868 CPUtime=149.98
/proc/25053/stat : 25053 (sugar) R 25051 25053 19512 0 -1 4194304 1424 50825 0 2 7 46 14269 676 18 0 1 0 24791940 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 273653929001 0 0 4224 16386 0 0 0 17 0 0 0
/proc/25053/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 149.98
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): 10.95
#  lost CPU user time (s): 9.35001
#  lost CPU system time (s): 1.6

Real time (s): 163.97
CPU time (s): 160.96
CPU user time (s): 152.118
CPU system time (s): 8.8419
CPU usage (%): 98.1643
Max. virtual memory (cumulated for all children) (KiB): 934812

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 142.768
system time used= 7.2419
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52308
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= 36759
involuntary context switches= 39264

runsolver used 0.212967 second user time and 0.59091 second system time

The end

Launcher Data

Begin job on node52 at 2009-07-12 07:41:25
IDJOB=2083380
IDBENCH=57796
IDSOLVER=739
FILE ID=node52/2083380-1247377285
PBS_JOBID= 9507022
Free space on /tmp= 66140 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp11/normalized-fapp11-1000-4.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-2083380-1247377285/watcher-2083380-1247377285 -o /tmp/evaluation-result-2083380-1247377285/solver-2083380-1247377285 -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-2083380-1247377285.xml

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

MD5SUM BENCH= a8e79faf7692d3f5f7256e10541a9d64
RANDOM SEED=1803186133

node52.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.236
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.236
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:       1708264 kB
Buffers:         43668 kB
Cached:         182976 kB
SwapCached:          0 kB
Active:         194352 kB
Inactive:        92008 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1708264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3524 kB
Writeback:           0 kB
Mapped:          71256 kB
Slab:            46392 kB
Committed_AS:   251548 kB
PageTables:       1976 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= 66076 MiB
End job on node52 at 2009-07-12 07:44:10