Trace number 1065050

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.13+picosat? (MO) 269.523 271.639

General information on the benchmark

Namecsp/pseudo/mps/
normalized-mps-mzzv11.xml
MD5SUMc9a76bf490192c7e7a129e900791107d
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.2629
Satisfiable
(Un)Satisfiability was proved
Number of variables11247
Number of constraints13116
Maximum constraint arity68
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension13116
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Fri Jul  4 06:26:15 2008
0.00/0.05	c 0	PID 28686
0.00/0.05	c 0	HOST node78.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1065050-1215145575.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1065050-1215145575.xml' 'HOME/temp.csp'
1.66/1.80	c 2	1 domains, 11247 variables, 261 predicates, 0 relations, 13116 constraints
1.76/1.83	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.76/1.83	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.77/1.92	c 2	Parsing HOME/temp.csp
2.12/2.24	c 2	parsed 10000 expressions
2.71/2.86	c 3	parsed 20000 expressions
3.61/3.70	c 4	parsed 24625 expressions
3.61/3.71	c 4	Heap : 22 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.61/3.71	c 4	Converting to clausal form CSP
3.61/3.76	c 4	converted 2463 (10%) expressions
3.61/3.77	c 4	converted 4925 (20%) expressions
3.61/3.77	c 4	converted 7388 (30%) expressions
3.61/3.77	c 4	converted 9850 (40%) expressions
3.81/3.97	c 4	converted 12313 (50%) expressions
3.90/4.08	c 4	converted 14775 (60%) expressions
4.00/4.18	c 4	converted 17238 (70%) expressions
4.88/5.02	c 5	converted 19700 (80%) expressions
7.66/7.86	c 8	converted 22163 (90%) expressions
12.93/13.17	c 13	converted 24625 (100%) expressions
12.93/13.18	c 13	CSP : 117604 integers, 0 booleans, 225830 clauses, largest domain size 8800
12.93/13.18	c 13	Heap : 149 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.93/13.18	c 13	Propagation in CSP
16.32/16.57	c 17	496905 values, 0 unsatisfiable literals, and 0 valid clauses are removed
16.32/16.58	c 17	CSP : 117604 integers, 0 booleans, 225830 clauses, largest domain size 2000
16.32/16.58	c 17	Heap : 153 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.41/16.65	c 17	Simplifing CSP by introducing new Boolean variables
16.51/16.74	c 17	CSP : 117604 integers, 0 booleans, 225830 clauses, largest domain size 2000
16.51/16.74	c 17	Heap : 147 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.61/17.82	c 18	Encoding CSP to SAT : HOME/temp.cnf
17.61/17.89	c 18	11761 (10%) CSP integer variables are encoded (3298 clauses, 49534 bytes)
17.72/17.96	c 18	23521 (20%) CSP integer variables are encoded (48884 clauses, 733324 bytes)
17.81/18.02	c 18	35282 (30%) CSP integer variables are encoded (82582 clauses, 1266605 bytes)
17.81/18.09	c 18	47042 (40%) CSP integer variables are encoded (122969 clauses, 1953184 bytes)
18.01/18.26	c 18	58802 (50%) CSP integer variables are encoded (232237 clauses, 3810740 bytes)
18.01/18.28	c 18	70563 (60%) CSP integer variables are encoded (237828 clauses, 3905787 bytes)
18.11/18.34	c 18	82323 (70%) CSP integer variables are encoded (270897 clauses, 4467960 bytes)
18.21/18.45	c 19	94084 (80%) CSP integer variables are encoded (340105 clauses, 5644496 bytes)
18.30/18.54	c 19	105844 (90%) CSP integer variables are encoded (389289 clauses, 6480624 bytes)
18.30/18.60	c 19	117604 (100%) CSP integer variables are encoded (422195 clauses, 7040026 bytes)
21.49/21.79	c 22	22583 (10%) CSP clauses are encoded (1095188 clauses, 21229208 bytes)
23.05/23.34	c 23	45166 (20%) CSP clauses are encoded (1823748 clauses, 36356718 bytes)
24.84/25.16	c 25	67749 (30%) CSP clauses are encoded (2686673 clauses, 56499347 bytes)
30.68/31.03	c 31	90332 (40%) CSP clauses are encoded (5608200 clauses, 127160061 bytes)
37.51/38.47	c 39	112915 (50%) CSP clauses are encoded (9071146 clauses, 211013569 bytes)
38.29/39.25	c 39	135498 (60%) CSP clauses are encoded (9375058 clauses, 218045593 bytes)
43.00/44.08	c 44	158081 (70%) CSP clauses are encoded (11732432 clauses, 275052516 bytes)
53.55/54.83	c 55	180664 (80%) CSP clauses are encoded (17097396 clauses, 405547569 bytes)
62.24/63.75	c 64	203247 (90%) CSP clauses are encoded (21519739 clauses, 513037479 bytes)
72.60/74.37	c 74	225830 (100%) CSP clauses are encoded (26832192 clauses, 642471476 bytes)
72.60/74.37	c 74	225830 CSP clauses encoded
72.60/74.37	c 74	Writing map file : HOME/temp.map
72.71/74.46	c 75	Heap : 126 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
72.71/74.46	c 75	SAT : 539799 SAT variables, 26832192 SAT clauses, 642471476 bytes
72.71/74.46	c 75	Heap : 126 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
72.77/74.53	c 75	SOLVING HOME/temp.cnf
72.77/74.53	c 75	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
269.50/271.51	c ERROR INTERRUPTED
72.82/271.63	s UNKNOWN
72.82/271.63	c 272	CPU 68.05 (0.05 0.01 68 4.77)
72.82/271.63	c 272	END Fri Jul  4 06:30:47 2008

Verifier Data (download as text)

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1065050-1215145575/watcher-1065050-1215145575 -o /tmp/evaluation-result-1065050-1215145575/solver-1065050-1215145575 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1065050-1215145575.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.94 2.05 2.02 4/84 28686
/proc/meminfo: memFree=1134616/2055912 swapFree=4178532/4192956
[pid=28686] ppid=28684 vsize=18572 CPUtime=0
/proc/28686/stat : 28686 (runsolver) R 28684 28686 28562 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 238652522 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 255372881191 0 0 4096 24578 0 0 0 17 1 0 0
/proc/28686/statm: 4643 292 257 25 0 2626 0

[startup+0.09482 s]
/proc/loadavg: 1.94 2.05 2.02 4/84 28686
/proc/meminfo: memFree=1134616/2055912 swapFree=4178532/4192956
[pid=28686] ppid=28684 vsize=13600 CPUtime=0.04
/proc/28686/stat : 28686 (sugar) S 28684 28686 28562 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 238652522 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28686/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101818 s]
/proc/loadavg: 1.94 2.05 2.02 4/84 28686
/proc/meminfo: memFree=1134616/2055912 swapFree=4178532/4192956
[pid=28686] ppid=28684 vsize=13600 CPUtime=0.04
/proc/28686/stat : 28686 (sugar) S 28684 28686 28562 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 238652522 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28686/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301834 s]
/proc/loadavg: 1.94 2.05 2.02 4/84 28686
/proc/meminfo: memFree=1134616/2055912 swapFree=4178532/4192956
[pid=28686] ppid=28684 vsize=13600 CPUtime=0.04
/proc/28686/stat : 28686 (sugar) S 28684 28686 28562 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 238652522 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28686/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701888 s]
/proc/loadavg: 1.94 2.05 2.02 4/84 28686
/proc/meminfo: memFree=1134616/2055912 swapFree=4178532/4192956
[pid=28686] ppid=28684 vsize=13600 CPUtime=0.04
/proc/28686/stat : 28686 (sugar) S 28684 28686 28562 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 238652522 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28686/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50297 s]
/proc/loadavg: 1.94 2.05 2.02 3/95 28698
/proc/meminfo: memFree=1107384/2055912 swapFree=4178532/4192956
[pid=28686] ppid=28684 vsize=13600 CPUtime=0.04
/proc/28686/stat : 28686 (sugar) S 28684 28686 28562 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 238652522 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28686/statm: 3400 796 370 3 0 500 0
[pid=28689] ppid=28686 vsize=5356 CPUtime=0
/proc/28689/stat : 28689 (sh) S 28686 28686 28562 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 238652527 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28689/statm: 1339 233 193 169 0 50 0
[pid=28690] ppid=28689 vsize=864692 CPUtime=1.42
/proc/28690/stat : 28690 (java) S 28689 28686 28562 0 -1 0 13204 0 1 0 134 8 0 0 18 0 9 0 238652527 885444608 11500 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28690/statm: 216173 11500 2529 9 0 210755 0
[pid=28690/tid=28691] ppid=28689 vsize=864692 CPUtime=0.77
/proc/28690/task/28691/stat : 28691 (java) R 28689 28686 28562 0 -1 64 3032 0 1 0 76 1 0 0 24 0 9 0 238652529 885444608 11500 996147200 134512640 134550740 4294956016 18446744073709551615 4125957700 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28690/tid=28692] ppid=28689 vsize=864692 CPUtime=0.48
/proc/28690/task/28692/stat : 28692 (java) S 28689 28686 28562 0 -1 64 8955 0 0 0 43 5 0 0 16 0 9 0 238652530 885444608 11500 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28690/tid=28693] ppid=28689 vsize=864692 CPUtime=0
/proc/28690/task/28693/stat : 28693 (java) S 28689 28686 28562 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 238652530 885444608 11500 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28690/tid=28694] ppid=28689 vsize=864692 CPUtime=0
/proc/28690/task/28694/stat : 28694 (java) S 28689 28686 28562 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 238652530 885444608 11500 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28690/tid=28695] ppid=28689 vsize=864692 CPUtime=0
/proc/28690/task/28695/stat : 28695 (java) S 28689 28686 28562 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 238652532 885444608 11500 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28690/tid=28696] ppid=28689 vsize=864692 CPUtime=0.14
/proc/28690/task/28696/stat : 28696 (java) S 28689 28686 28562 0 -1 64 517 0 0 0 14 0 0 0 16 0 9 0 238652532 885444608 11500 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28690/tid=28697] ppid=28689 vsize=864692 CPUtime=0
/proc/28690/task/28697/stat : 28697 (java) S 28689 28686 28562 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 238652532 885444608 11500 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28690/tid=28698] ppid=28689 vsize=864692 CPUtime=0
/proc/28690/task/28698/stat : 28698 (java) S 28689 28686 28562 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 238652532 885444608 11500 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 883648

[startup+3.10214 s]
/proc/loadavg: 1.94 2.05 2.02 4/95 28708
/proc/meminfo: memFree=1124344/2055912 swapFree=4178532/4192956
[pid=28686] ppid=28684 vsize=13600 CPUtime=1.77
/proc/28686/stat : 28686 (sugar) S 28684 28686 28562 0 -1 4194304 973 13717 0 1 3 1 163 10 15 0 1 0 238652522 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28686/statm: 3400 797 370 3 0 500 0
[pid=28699] ppid=28686 vsize=5356 CPUtime=0
/proc/28699/stat : 28699 (sh) S 28686 28686 28562 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 238652705 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28699/statm: 1339 233 193 169 0 50 0
[pid=28700] ppid=28699 vsize=864080 CPUtime=1.24
/proc/28700/stat : 28700 (java) S 28699 28686 28562 0 -1 0 8485 0 1 0 118 6 0 0 18 0 9 0 238652706 884817920 7404 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28700/statm: 216020 7404 2532 9 0 210602 0
[pid=28700/tid=28701] ppid=28699 vsize=864080 CPUtime=0.74
/proc/28700/task/28701/stat : 28701 (java) R 28699 28686 28562 0 -1 64 2712 0 1 0 72 2 0 0 25 0 9 0 238652707 884817920 7404 996147200 134512640 134550740 4294955952 18446744073709551615 4126521592 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28702] ppid=28699 vsize=864080 CPUtime=0.39
/proc/28700/task/28702/stat : 28702 (java) S 28699 28686 28562 0 -1 64 4740 0 0 0 37 2 0 0 16 0 9 0 238652708 884817920 7404 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28703] ppid=28699 vsize=864080 CPUtime=0
/proc/28700/task/28703/stat : 28703 (java) S 28699 28686 28562 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 238652708 884817920 7404 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28704] ppid=28699 vsize=864080 CPUtime=0
/proc/28700/task/28704/stat : 28704 (java) S 28699 28686 28562 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 238652708 884817920 7404 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28705] ppid=28699 vsize=864080 CPUtime=0
/proc/28700/task/28705/stat : 28705 (java) S 28699 28686 28562 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 238652710 884817920 7404 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28706] ppid=28699 vsize=864080 CPUtime=0.07
/proc/28700/task/28706/stat : 28706 (java) S 28699 28686 28562 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 238652710 884817920 7404 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28707] ppid=28699 vsize=864080 CPUtime=0
/proc/28700/task/28707/stat : 28707 (java) S 28699 28686 28562 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 238652710 884817920 7404 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28708] ppid=28699 vsize=864080 CPUtime=0
/proc/28700/task/28708/stat : 28708 (java) S 28699 28686 28562 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 238652710 884817920 7404 996147200 134512640 134550740 4294955952 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) 883036

[startup+6.30248 s]
/proc/loadavg: 2.02 2.07 2.02 3/95 28708
/proc/meminfo: memFree=1077304/2055912 swapFree=4178532/4192956
[pid=28686] ppid=28684 vsize=13600 CPUtime=1.77
/proc/28686/stat : 28686 (sugar) S 28684 28686 28562 0 -1 4194304 974 13717 0 1 3 1 163 10 15 0 1 0 238652522 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28686/statm: 3400 797 370 3 0 500 0
[pid=28699] ppid=28686 vsize=5356 CPUtime=0
/proc/28699/stat : 28699 (sh) S 28686 28686 28562 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 238652705 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28699/statm: 1339 233 193 169 0 50 0
[pid=28700] ppid=28699 vsize=868440 CPUtime=4.41
/proc/28700/stat : 28700 (java) S 28699 28686 28562 0 -1 0 20739 0 1 0 425 16 0 0 18 0 9 0 238652706 889282560 19306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28700/statm: 217110 19306 2541 9 0 211685 0
[pid=28700/tid=28701] ppid=28699 vsize=868440 CPUtime=2.74
/proc/28700/task/28701/stat : 28701 (java) R 28699 28686 28562 0 -1 64 3350 0 1 0 269 5 0 0 25 0 9 0 238652707 889282560 19306 996147200 134512640 134550740 4294955952 18446744073709551615 4126401480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28702] ppid=28699 vsize=868440 CPUtime=1.41
/proc/28700/task/28702/stat : 28702 (java) S 28699 28686 28562 0 -1 64 15216 0 0 0 132 9 0 0 16 0 9 0 238652708 889282560 19306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28703] ppid=28699 vsize=868440 CPUtime=0
/proc/28700/task/28703/stat : 28703 (java) S 28699 28686 28562 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 238652708 889282560 19306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28704] ppid=28699 vsize=868440 CPUtime=0
/proc/28700/task/28704/stat : 28704 (java) S 28699 28686 28562 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 238652708 889282560 19306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28705] ppid=28699 vsize=868440 CPUtime=0
/proc/28700/task/28705/stat : 28705 (java) S 28699 28686 28562 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 238652710 889282560 19306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28706] ppid=28699 vsize=868440 CPUtime=0.22
/proc/28700/task/28706/stat : 28706 (java) S 28699 28686 28562 0 -1 64 1477 0 0 0 22 0 0 0 16 0 9 0 238652710 889282560 19306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28707] ppid=28699 vsize=868440 CPUtime=0
/proc/28700/task/28707/stat : 28707 (java) S 28699 28686 28562 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 238652710 889282560 19306 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28708] ppid=28699 vsize=868440 CPUtime=0
/proc/28700/task/28708/stat : 28708 (java) S 28699 28686 28562 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 238652710 889282560 19306 996147200 134512640 134550740 4294955952 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) 887396

[startup+12.7121 s]
/proc/loadavg: 2.02 2.06 2.02 3/95 28708
/proc/meminfo: memFree=988472/2055912 swapFree=4178532/4192956
[pid=28686] ppid=28684 vsize=13600 CPUtime=1.77
/proc/28686/stat : 28686 (sugar) S 28684 28686 28562 0 -1 4194304 974 13717 0 1 3 1 163 10 16 0 1 0 238652522 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28686/statm: 3400 797 370 3 0 500 0
[pid=28699] ppid=28686 vsize=5356 CPUtime=0
/proc/28699/stat : 28699 (sh) S 28686 28686 28562 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 238652705 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28699/statm: 1339 233 193 169 0 50 0
[pid=28700] ppid=28699 vsize=868440 CPUtime=10.78
/proc/28700/stat : 28700 (java) S 28699 28686 28562 0 -1 0 61935 0 1 0 1034 44 0 0 18 0 9 0 238652706 889282560 40455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28700/statm: 217110 40455 2541 9 0 211685 0
[pid=28700/tid=28701] ppid=28699 vsize=868440 CPUtime=6.37
/proc/28700/task/28701/stat : 28701 (java) R 28699 28686 28562 0 -1 64 4466 0 1 0 631 6 0 0 25 0 9 0 238652707 889282560 40455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28702] ppid=28699 vsize=868440 CPUtime=4.15
/proc/28700/task/28702/stat : 28702 (java) R 28699 28686 28562 0 -1 64 55296 0 0 0 379 36 0 0 16 0 9 0 238652708 889282560 40455 996147200 134512640 134550740 4294955952 18446744073709551615 102516792 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28703] ppid=28699 vsize=868440 CPUtime=0
/proc/28700/task/28703/stat : 28703 (java) S 28699 28686 28562 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 238652708 889282560 40455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28704] ppid=28699 vsize=868440 CPUtime=0
/proc/28700/task/28704/stat : 28704 (java) S 28699 28686 28562 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 238652708 889282560 40455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28705] ppid=28699 vsize=868440 CPUtime=0
/proc/28700/task/28705/stat : 28705 (java) S 28699 28686 28562 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 238652710 889282560 40455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28706] ppid=28699 vsize=868440 CPUtime=0.22
/proc/28700/task/28706/stat : 28706 (java) S 28699 28686 28562 0 -1 64 1477 0 0 0 22 0 0 0 16 0 9 0 238652710 889282560 40455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28707] ppid=28699 vsize=868440 CPUtime=0
/proc/28700/task/28707/stat : 28707 (java) S 28699 28686 28562 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 238652710 889282560 40455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28708] ppid=28699 vsize=868440 CPUtime=0
/proc/28700/task/28708/stat : 28708 (java) S 28699 28686 28562 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 238652710 889282560 40455 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 887396

[startup+25.5025 s]
/proc/loadavg: 2.02 2.06 2.02 3/95 28708
/proc/meminfo: memFree=907704/2055912 swapFree=4178532/4192956
[pid=28686] ppid=28684 vsize=13600 CPUtime=1.78
/proc/28686/stat : 28686 (sugar) S 28684 28686 28562 0 -1 4194304 974 13717 0 1 4 1 163 10 16 0 1 0 238652522 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28686/statm: 3400 797 370 3 0 500 0
[pid=28699] ppid=28686 vsize=5356 CPUtime=0
/proc/28699/stat : 28699 (sh) S 28686 28686 28562 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 238652705 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28699/statm: 1339 233 193 169 0 50 0
[pid=28700] ppid=28699 vsize=868552 CPUtime=23.45
/proc/28700/stat : 28700 (java) S 28699 28686 28562 0 -1 0 67886 0 1 0 2255 90 0 0 18 0 9 0 238652706 889397248 43931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28700/statm: 217138 43931 2565 9 0 211685 0
[pid=28700/tid=28701] ppid=28699 vsize=868552 CPUtime=17.16
/proc/28700/task/28701/stat : 28701 (java) R 28699 28686 28562 0 -1 64 4700 0 1 0 1669 47 0 0 25 0 9 0 238652707 889397248 43931 996147200 134512640 134550740 4294955952 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28702] ppid=28699 vsize=868552 CPUtime=5.96
/proc/28700/task/28702/stat : 28702 (java) S 28699 28686 28562 0 -1 64 60973 0 0 0 555 41 0 0 16 0 9 0 238652708 889397248 43931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28703] ppid=28699 vsize=868552 CPUtime=0
/proc/28700/task/28703/stat : 28703 (java) S 28699 28686 28562 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 238652708 889397248 43931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28704] ppid=28699 vsize=868552 CPUtime=0
/proc/28700/task/28704/stat : 28704 (java) S 28699 28686 28562 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 238652708 889397248 43931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28705] ppid=28699 vsize=868552 CPUtime=0
/proc/28700/task/28705/stat : 28705 (java) S 28699 28686 28562 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 238652710 889397248 43931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28706] ppid=28699 vsize=868552 CPUtime=0.3
/proc/28700/task/28706/stat : 28706 (java) S 28699 28686 28562 0 -1 64 1517 0 0 0 30 0 0 0 16 0 9 0 238652710 889397248 43931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28707] ppid=28699 vsize=868552 CPUtime=0
/proc/28700/task/28707/stat : 28707 (java) S 28699 28686 28562 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 238652710 889397248 43931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28708] ppid=28699 vsize=868552 CPUtime=0
/proc/28700/task/28708/stat : 28708 (java) R 28699 28686 28562 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 238652710 889397248 43931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 887508

[startup+51.1022 s]
/proc/loadavg: 2.29 2.12 2.04 3/95 28708
/proc/meminfo: memFree=611896/2055912 swapFree=4178532/4192956
[pid=28686] ppid=28684 vsize=13600 CPUtime=1.78
/proc/28686/stat : 28686 (sugar) S 28684 28686 28562 0 -1 4194304 974 13717 0 1 4 1 163 10 16 0 1 0 238652522 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28686/statm: 3400 797 370 3 0 500 0
[pid=28699] ppid=28686 vsize=5356 CPUtime=0
/proc/28699/stat : 28699 (sh) S 28686 28686 28562 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 238652705 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28699/statm: 1339 233 193 169 0 50 0
[pid=28700] ppid=28699 vsize=868552 CPUtime=48.16
/proc/28700/stat : 28700 (java) S 28699 28686 28562 0 -1 0 68422 0 1 0 4531 285 0 0 18 0 9 0 238652706 889397248 43931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28700/statm: 217138 43931 2565 9 0 211685 0
[pid=28700/tid=28701] ppid=28699 vsize=868552 CPUtime=41.39
/proc/28700/task/28701/stat : 28701 (java) R 28699 28686 28562 0 -1 64 5236 0 1 0 3901 238 0 0 25 0 9 0 238652707 889397248 43931 996147200 134512640 134550740 4294955952 18446744073709551615 4126665623 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28702] ppid=28699 vsize=868552 CPUtime=6.44
/proc/28700/task/28702/stat : 28702 (java) S 28699 28686 28562 0 -1 64 60973 0 0 0 599 45 0 0 16 0 9 0 238652708 889397248 43931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28703] ppid=28699 vsize=868552 CPUtime=0
/proc/28700/task/28703/stat : 28703 (java) S 28699 28686 28562 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 238652708 889397248 43931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28704] ppid=28699 vsize=868552 CPUtime=0
/proc/28700/task/28704/stat : 28704 (java) S 28699 28686 28562 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 238652708 889397248 43931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28705] ppid=28699 vsize=868552 CPUtime=0
/proc/28700/task/28705/stat : 28705 (java) S 28699 28686 28562 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 238652710 889397248 43931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28706] ppid=28699 vsize=868552 CPUtime=0.3
/proc/28700/task/28706/stat : 28706 (java) S 28699 28686 28562 0 -1 64 1517 0 0 0 30 0 0 0 16 0 9 0 238652710 889397248 43931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28707] ppid=28699 vsize=868552 CPUtime=0
/proc/28700/task/28707/stat : 28707 (java) S 28699 28686 28562 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 238652710 889397248 43931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28700/tid=28708] ppid=28699 vsize=868552 CPUtime=0
/proc/28700/task/28708/stat : 28708 (java) S 28699 28686 28562 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 238652710 889397248 43931 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.94
Current children cumulated vsize (KiB) 887508

[startup+102.307 s]
/proc/loadavg: 2.44 2.20 2.07 3/87 28710
/proc/meminfo: memFree=354296/2055912 swapFree=4178532/4192956
[pid=28686] ppid=28684 vsize=13600 CPUtime=72.82
/proc/28686/stat : 28686 (sugar) S 28684 28686 28562 0 -1 4194304 1023 82958 0 2 5 1 6800 476 17 0 1 0 238652522 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28686/statm: 3400 799 370 3 0 500 0
[pid=28709] ppid=28686 vsize=5356 CPUtime=0
/proc/28709/stat : 28709 (sh) S 28686 28686 28562 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238659975 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28709/statm: 1339 232 193 169 0 50 0
[pid=28710] ppid=28709 vsize=173056 CPUtime=27.6
/proc/28710/stat : 28710 (picosat) R 28709 28686 28562 0 -1 4194304 33797 0 0 0 1266 1494 0 0 25 0 1 0 238659976 177209344 33783 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/28710/statm: 43264 33783 40 102 0 43159 0
Current children cumulated CPU time (s) 100.42
Current children cumulated vsize (KiB) 192012

[startup+162.302 s]
/proc/loadavg: 2.16 2.16 2.07 3/76 28798
/proc/meminfo: memFree=775376/2055912 swapFree=4178532/4192956
[pid=28686] ppid=28684 vsize=13600 CPUtime=72.82
/proc/28686/stat : 28686 (sugar) S 28684 28686 28562 0 -1 4194304 1023 82958 0 2 5 1 6800 476 17 0 1 0 238652522 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28686/statm: 3400 799 370 3 0 500 0
[pid=28709] ppid=28686 vsize=5356 CPUtime=0
/proc/28709/stat : 28709 (sh) S 28686 28686 28562 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238659975 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28709/statm: 1339 232 193 169 0 50 0
[pid=28710] ppid=28709 vsize=438820 CPUtime=87.51
/proc/28710/stat : 28710 (picosat) R 28709 28686 28562 0 -1 4194304 94621 0 0 0 4015 4736 0 0 25 0 1 0 238659976 449351680 94607 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/28710/statm: 109705 94607 40 102 0 109600 0
Current children cumulated CPU time (s) 160.33
Current children cumulated vsize (KiB) 457776

[startup+222.301 s]
/proc/loadavg: 2.06 2.13 2.06 3/76 28798
/proc/meminfo: memFree=526160/2055912 swapFree=4178532/4192956
[pid=28686] ppid=28684 vsize=13600 CPUtime=72.82
/proc/28686/stat : 28686 (sugar) S 28684 28686 28562 0 -1 4194304 1023 82958 0 2 5 1 6800 476 17 0 1 0 238652522 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28686/statm: 3400 799 370 3 0 500 0
[pid=28709] ppid=28686 vsize=5356 CPUtime=0
/proc/28709/stat : 28709 (sh) S 28686 28686 28562 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238659975 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28709/statm: 1339 232 193 169 0 50 0
[pid=28710] ppid=28709 vsize=658072 CPUtime=147.49
/proc/28710/stat : 28710 (picosat) R 28709 28686 28562 0 -1 4194304 156252 0 0 0 6753 7996 0 0 25 0 1 0 238659976 673865728 156238 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/28710/statm: 164518 156238 40 102 0 164413 0
Current children cumulated CPU time (s) 220.31
Current children cumulated vsize (KiB) 677028



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+271.501 s]
/proc/loadavg: 2.02 2.11 2.06 3/76 28798
/proc/meminfo: memFree=323024/2055912 swapFree=4178532/4192956
[pid=28686] ppid=28684 vsize=13600 CPUtime=72.82
/proc/28686/stat : 28686 (sugar) S 28684 28686 28562 0 -1 4194304 1023 82958 0 2 5 1 6800 476 17 0 1 0 238652522 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28686/statm: 3400 799 370 3 0 500 0
[pid=28709] ppid=28686 vsize=5356 CPUtime=0
/proc/28709/stat : 28709 (sh) S 28686 28686 28562 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238659975 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28709/statm: 1339 232 193 169 0 50 0
[pid=28710] ppid=28709 vsize=902996 CPUtime=196.68
/proc/28710/stat : 28710 (picosat) R 28709 28686 28562 0 -1 4194304 206664 0 0 0 9014 10654 0 0 25 0 1 0 238659976 924667904 206650 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/28710/statm: 225749 206650 40 102 0 225644 0
Current children cumulated CPU time (s) 269.5
Current children cumulated vsize (KiB) 921952

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

[startup+271.501 s]
/proc/loadavg: 2.02 2.11 2.06 3/76 28798
/proc/meminfo: memFree=323024/2055912 swapFree=4178532/4192956
[pid=28686] ppid=28684 vsize=13600 CPUtime=72.82
/proc/28686/stat : 28686 (sugar) S 28684 28686 28562 0 -1 4194304 1023 82958 0 2 5 1 6800 476 17 0 1 0 238652522 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28686/statm: 3400 799 370 3 0 500 0
[pid=28709] ppid=28686 vsize=5356 CPUtime=0
/proc/28709/stat : 28709 (sh) S 28686 28686 28562 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 238659975 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28709/statm: 1339 232 193 169 0 50 0
[pid=28710] ppid=28709 vsize=902996 CPUtime=196.68
/proc/28710/stat : 28710 (picosat) R 28709 28686 28562 0 -1 4194304 206664 0 0 0 9014 10654 0 0 25 0 1 0 238659976 924667904 206650 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/28710/statm: 225749 206650 40 102 0 225644 0
Current children cumulated CPU time (s) 269.5
Current children cumulated vsize (KiB) 921952

# WARNING:
# current cumulated CPU time (72.82 s) is less than in the last sample (269.5 s)
# The time of a child was probably not reported to its father.
# (see the samples just above and below)
# Adding the difference (196.68 s) to the 'lost time'.

[startup+271.618 s]
/proc/loadavg: 2.02 2.11 2.06 3/77 28799
/proc/meminfo: memFree=1067592/2055912 swapFree=4178532/4192956
[pid=28686] ppid=28684 vsize=13600 CPUtime=72.82
/proc/28686/stat : 28686 (sugar) S 28684 28686 28562 0 -1 4194304 1041 82958 0 2 5 1 6800 476 16 0 1 0 238652522 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/28686/statm: 3400 799 370 3 0 500 0
[pid=28709] ppid=28686 vsize=0 CPUtime=0
/proc/28709/stat : 28709 (sh) Z 28686 28686 28562 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 238659975 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/28709/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 72.82
Current children cumulated vsize (KiB) 13600

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

[startup+271.618 s]
/proc/loadavg: 2.02 2.11 2.06 3/77 28799
/proc/meminfo: memFree=1067592/2055912 swapFree=4178532/4192956
[pid=28686] ppid=28684 vsize=13600 CPUtime=72.82
/proc/28686/stat : 28686 (sugar) S 28684 28686 28562 0 -1 4194304 1041 82958 0 2 5 1 6800 476 16 0 1 0 238652522 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/28686/statm: 3400 799 370 3 0 500 0
[pid=28709] ppid=28686 vsize=0 CPUtime=0
/proc/28709/stat : 28709 (sh) Z 28686 28686 28562 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 238659975 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/28709/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 72.82
Current children cumulated vsize (KiB) 13600

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): 196.68
#  lost CPU user time (s): 90.14
#  lost CPU system time (s): 106.54

Real time (s): 271.639
CPU time (s): 269.523
CPU user time (s): 158.197
CPU system time (s): 111.326
CPU usage (%): 99.2209
Max. virtual memory (cumulated for all children) (KiB): 921952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.0567
system time used= 4.78627
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84335
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= 14911
involuntary context switches= 15709

runsolver used 0.335948 second user time and 1.02284 second system time

The end

Launcher Data (download as text)

Begin job on node78 at 2008-07-04 06:26:15
IDJOB=1065050
IDBENCH=55031
IDSOLVER=345
FILE ID=node78/1065050-1215145575
PBS_JOBID= 7877402
Free space on /tmp= 126860 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/pseudo/mps/normalized-mps-mzzv11.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1065050-1215145575/watcher-1065050-1215145575 -o /tmp/evaluation-result-1065050-1215145575/solver-1065050-1215145575 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1065050-1215145575.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= c9a76bf490192c7e7a129e900791107d
RANDOM SEED=161829492

node78.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.247
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.247
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:      2055912 kB
MemFree:       1135096 kB
Buffers:         17760 kB
Cached:         139352 kB
SwapCached:       7584 kB
Active:         806856 kB
Inactive:        59888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:       1135096 kB
SwapTotal:     4192956 kB
SwapFree:      4178532 kB
Dirty:            5608 kB
Writeback:           0 kB
Mapped:         721792 kB
Slab:            38040 kB
Committed_AS:  1290072 kB
PageTables:       3104 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126860 MiB
End job on node78 at 2008-07-04 06:30:49