Trace number 2083368

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? (MO) 323.94 328.744

General information on the benchmark

Namecsp/fapp/fapp11/
normalized-fapp11-1000-5.xml
MD5SUM212543c541c043485cfcbad626b7fd00
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.6518
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.05/0.21	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.21	c 0	BEGIN Sun Jul 12 07:41:04 2009
0.05/0.21	c 0	PID 26655
0.05/0.22	c 0	HOST node35.alineos.net
0.05/0.22	c 0	CONVERTING HOME/instance-2083368-1247377264.xml TO HOME/temp.csp
0.05/0.22	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083368-1247377264.xml' 'HOME/temp.csp'
1.11/1.33	c 1	18 domains, 1000 variables, 8 predicates, 0 relations, 15032 constraints
1.11/1.38	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.11/1.38	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.15/1.46	c 2	Parsing HOME/temp.csp
1.15/1.64	c 2	parsed 10000 expressions
1.15/1.75	c 2	parsed 16058 expressions
1.15/1.76	c 2	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.15/1.76	c 2	Converting to clausal form CSP
2.84/3.13	c 3	converted 1606 (10%) expressions
5.21/5.55	c 6	converted 3212 (20%) expressions
7.39/7.71	c 8	converted 4818 (30%) expressions
9.06/9.43	c 10	converted 6424 (40%) expressions
10.95/11.35	c 11	converted 8029 (50%) expressions
12.53/12.93	c 13	converted 9635 (60%) expressions
14.12/14.54	c 15	converted 11241 (70%) expressions
16.09/16.58	c 17	converted 12847 (80%) expressions
17.67/18.16	c 18	converted 14453 (90%) expressions
19.26/19.72	c 20	converted 16058 (100%) expressions
19.26/19.72	c 20	CSP : 1994 integers, 43198 booleans, 91173 clauses, largest domain size 2741
19.26/19.72	c 20	Heap : 79 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
19.26/19.72	c 20	Propagation in CSP
19.95/20.50	c 21	32 values, 0 unsatisfiable literals, and 0 valid clauses are removed
20.05/20.50	c 21	CSP : 1994 integers, 43198 booleans, 91173 clauses, largest domain size 2741
20.05/20.50	c 21	Heap : 76 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
20.05/20.53	c 21	Simplifing CSP by introducing new Boolean variables
20.25/20.74	c 21	CSP : 1994 integers, 74304 booleans, 122279 clauses, largest domain size 2741
20.25/20.74	c 21	Heap : 85 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
20.84/21.31	c 21	Encoding CSP to SAT : HOME/temp.cnf
22.13/22.69	c 23	200 (10%) CSP integer variables are encoded (59504 clauses, 870490 bytes)
23.52/24.02	c 24	399 (20%) CSP integer variables are encoded (119236 clauses, 1805607 bytes)
24.81/25.34	c 25	599 (30%) CSP integer variables are encoded (176634 clauses, 2781373 bytes)
26.09/26.69	c 27	798 (40%) CSP integer variables are encoded (236930 clauses, 3806405 bytes)
27.38/27.92	c 28	997 (50%) CSP integer variables are encoded (291634 clauses, 4736373 bytes)
27.97/28.53	c 29	1197 (60%) CSP integer variables are encoded (765835 clauses, 12797790 bytes)
28.55/29.12	c 29	1396 (70%) CSP integer variables are encoded (1231776 clauses, 21184928 bytes)
29.05/29.70	c 30	1596 (80%) CSP integer variables are encoded (1679510 clauses, 29691874 bytes)
29.75/30.30	c 30	1795 (90%) CSP integer variables are encoded (2153315 clauses, 38694169 bytes)
30.24/30.87	c 31	1994 (100%) CSP integer variables are encoded (2595288 clauses, 47091656 bytes)
43.36/44.13	c 44	12228 (10%) CSP clauses are encoded (5891462 clauses, 130663113 bytes)
56.75/57.74	c 58	24456 (20%) CSP clauses are encoded (9769499 clauses, 233475351 bytes)
68.32/69.58	c 70	36684 (30%) CSP clauses are encoded (13461006 clauses, 331129595 bytes)
80.85/82.35	c 82	48912 (40%) CSP clauses are encoded (17424154 clauses, 436419627 bytes)
93.79/95.57	c 96	61140 (50%) CSP clauses are encoded (21598624 clauses, 547754032 bytes)
106.51/108.50	c 109	73368 (60%) CSP clauses are encoded (25739500 clauses, 657760911 bytes)
118.07/120.32	c 120	85596 (70%) CSP clauses are encoded (29570002 clauses, 759503918 bytes)
129.05/131.58	c 132	97824 (80%) CSP clauses are encoded (33159984 clauses, 855850636 bytes)
141.47/144.29	c 144	110052 (90%) CSP clauses are encoded (37256244 clauses, 965277693 bytes)
152.96/155.94	c 156	122279 (100%) CSP clauses are encoded (41006290 clauses, 1065691363 bytes)
152.96/155.94	c 156	122279 CSP clauses encoded
152.96/155.94	c 156	Writing map file : HOME/temp.map
153.05/156.04	c 156	Heap : 80 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
153.05/156.04	c 156	SAT : 2671586 SAT variables, 41006290 SAT clauses, 1065691363 bytes
153.05/156.04	c 156	Heap : 80 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
153.05/156.10	c 156	SOLVING HOME/temp.cnf
153.05/156.10	c 156	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
323.83/328.62	c ERROR INTERRUPTED
323.94/328.74	s UNKNOWN
323.94/328.74	c 329	CPU 153.14 (0.07 0.01 146.39 6.67)
323.94/328.74	c 329	END Sun Jul 12 07:46:33 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-2083368-1247377264/watcher-2083368-1247377264 -o /tmp/evaluation-result-2083368-1247377264/solver-2083368-1247377264 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2083368-1247377264.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: 3.32 2.78 2.35 4/72 26655
/proc/meminfo: memFree=1936528/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=18576 CPUtime=0
/proc/26655/stat : 26655 (runsolver) R 26653 26655 21537 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24792805 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 266134416679 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26655/statm: 4644 284 249 26 0 2626 0

[startup+0.0282339 s]
/proc/loadavg: 3.32 2.78 2.35 4/72 26655
/proc/meminfo: memFree=1936528/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=12268 CPUtime=0
/proc/26655/stat : 26655 (sugar) D 26653 26655 21537 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 24792805 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/26655/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101245 s]
/proc/loadavg: 3.32 2.78 2.35 4/72 26655
/proc/meminfo: memFree=1936528/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=13072 CPUtime=0.02
/proc/26655/stat : 26655 (sugar) R 26653 26655 21537 0 -1 4194304 631 0 0 0 2 0 0 0 18 0 1 0 24792805 13385728 599 996147200 4194304 4206940 548682068608 18446744073709551615 266151970500 0 0 4224 0 0 0 0 17 1 0 0
/proc/26655/statm: 3268 599 316 3 0 368 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13072

[startup+0.301268 s]
/proc/loadavg: 3.32 2.78 2.35 4/72 26655
/proc/meminfo: memFree=1936528/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=16868 CPUtime=0.07
/proc/26655/stat : 26655 (sugar) S 26653 26655 21537 0 -1 4194304 1227 127 0 1 6 1 0 0 18 0 1 0 24792805 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26655/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701314 s]
/proc/loadavg: 3.32 2.78 2.35 4/72 26655
/proc/meminfo: memFree=1936528/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=16868 CPUtime=0.07
/proc/26655/stat : 26655 (sugar) S 26653 26655 21537 0 -1 4194304 1227 127 0 1 6 1 0 0 18 0 1 0 24792805 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26655/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.5014 s]
/proc/loadavg: 3.21 2.77 2.34 3/83 26667
/proc/meminfo: memFree=1907192/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=16868 CPUtime=1.15
/proc/26655/stat : 26655 (sugar) S 26653 26655 21537 0 -1 4194304 1309 11253 0 2 6 1 100 8 16 0 1 0 24792805 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26655/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 16868

[startup+3.10258 s]
/proc/loadavg: 3.21 2.77 2.34 4/83 26677
/proc/meminfo: memFree=1914616/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=16868 CPUtime=1.15
/proc/26655/stat : 26655 (sugar) S 26653 26655 21537 0 -1 4194304 1309 11253 0 2 6 1 100 8 15 0 1 0 24792805 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26655/statm: 4217 1111 409 3 0 796 0
[pid=26668] ppid=26655 vsize=5356 CPUtime=0
/proc/26668/stat : 26668 (sh) S 26655 26655 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24792943 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26668/statm: 1339 233 193 169 0 50 0
[pid=26669] ppid=26668 vsize=868600 CPUtime=1.69
/proc/26669/stat : 26669 (java) S 26668 26655 21537 0 -1 0 8742 0 1 0 165 4 0 0 19 0 9 0 24792944 889446400 7788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26669/statm: 217150 7788 2567 9 0 211655 0
[pid=26669/tid=26670] ppid=26668 vsize=868600 CPUtime=1.27
/proc/26669/task/26670/stat : 26670 (java) R 26668 26655 21537 0 -1 64 2680 0 1 0 126 1 0 0 25 0 9 0 24792945 889446400 7788 996147200 134512640 134550932 4294955936 18446744073709551615 4126408708 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26671] ppid=26668 vsize=868600 CPUtime=0.22
/proc/26669/task/26671/stat : 26671 (java) S 26668 26655 21537 0 -1 64 3887 0 0 0 21 1 0 0 16 0 9 0 24792946 889446400 7788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26672] ppid=26668 vsize=868600 CPUtime=0
/proc/26669/task/26672/stat : 26672 (java) S 26668 26655 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24792946 889446400 7788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26673] ppid=26668 vsize=868600 CPUtime=0
/proc/26669/task/26673/stat : 26673 (java) S 26668 26655 21537 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24792946 889446400 7788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26674] ppid=26668 vsize=868600 CPUtime=0
/proc/26669/task/26674/stat : 26674 (java) S 26668 26655 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24792948 889446400 7788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26675] ppid=26668 vsize=868600 CPUtime=0.17
/proc/26669/task/26675/stat : 26675 (java) S 26668 26655 21537 0 -1 64 1472 0 0 0 17 0 0 0 15 0 9 0 24792948 889446400 7788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26676] ppid=26668 vsize=868600 CPUtime=0
/proc/26669/task/26676/stat : 26676 (java) S 26668 26655 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24792948 889446400 7788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26677] ppid=26668 vsize=868600 CPUtime=0
/proc/26669/task/26677/stat : 26677 (java) S 26668 26655 21537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24792948 889446400 7788 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 890824

[startup+6.30293 s]
/proc/loadavg: 3.11 2.76 2.34 3/83 26677
/proc/meminfo: memFree=1901880/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=16868 CPUtime=1.15
/proc/26655/stat : 26655 (sugar) S 26653 26655 21537 0 -1 4194304 1309 11253 0 2 6 1 100 8 16 0 1 0 24792805 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26655/statm: 4217 1111 409 3 0 796 0
[pid=26668] ppid=26655 vsize=5356 CPUtime=0
/proc/26668/stat : 26668 (sh) S 26655 26655 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24792943 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26668/statm: 1339 233 193 169 0 50 0
[pid=26669] ppid=26668 vsize=868600 CPUtime=4.85
/proc/26669/stat : 26669 (java) S 26668 26655 21537 0 -1 0 12057 0 1 0 478 7 0 0 19 0 9 0 24792944 889446400 10802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26669/statm: 217150 10802 2568 9 0 211655 0
[pid=26669/tid=26670] ppid=26668 vsize=868600 CPUtime=4.07
/proc/26669/task/26670/stat : 26670 (java) R 26668 26655 21537 0 -1 64 3038 0 1 0 406 1 0 0 25 0 9 0 24792945 889446400 10802 996147200 134512640 134550932 4294955936 18446744073709551615 4126534884 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26671] ppid=26668 vsize=868600 CPUtime=0.56
/proc/26669/task/26671/stat : 26671 (java) S 26668 26655 21537 0 -1 64 6835 0 0 0 52 4 0 0 15 0 9 0 24792946 889446400 10802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26672] ppid=26668 vsize=868600 CPUtime=0
/proc/26669/task/26672/stat : 26672 (java) S 26668 26655 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24792946 889446400 10802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26673] ppid=26668 vsize=868600 CPUtime=0
/proc/26669/task/26673/stat : 26673 (java) S 26668 26655 21537 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24792946 889446400 10802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26674] ppid=26668 vsize=868600 CPUtime=0
/proc/26669/task/26674/stat : 26674 (java) S 26668 26655 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24792948 889446400 10802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26675] ppid=26668 vsize=868600 CPUtime=0.19
/proc/26669/task/26675/stat : 26675 (java) S 26668 26655 21537 0 -1 64 1481 0 0 0 19 0 0 0 16 0 9 0 24792948 889446400 10802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26676] ppid=26668 vsize=868600 CPUtime=0
/proc/26669/task/26676/stat : 26676 (java) S 26668 26655 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24792948 889446400 10802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26677] ppid=26668 vsize=868600 CPUtime=0
/proc/26669/task/26677/stat : 26677 (java) S 26668 26655 21537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24792948 889446400 10802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 890824

[startup+12.7026 s]
/proc/loadavg: 3.10 2.76 2.35 3/83 26677
/proc/meminfo: memFree=1874872/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=16868 CPUtime=1.15
/proc/26655/stat : 26655 (sugar) S 26653 26655 21537 0 -1 4194304 1309 11253 0 2 6 1 100 8 16 0 1 0 24792805 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26655/statm: 4217 1111 409 3 0 796 0
[pid=26668] ppid=26655 vsize=5356 CPUtime=0
/proc/26668/stat : 26668 (sh) S 26655 26655 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24792943 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26668/statm: 1339 233 193 169 0 50 0
[pid=26669] ppid=26668 vsize=868600 CPUtime=11.18
/proc/26669/stat : 26669 (java) S 26668 26655 21537 0 -1 0 23480 0 1 0 1103 15 0 0 19 0 9 0 24792944 889446400 17527 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26669/statm: 217150 17527 2569 9 0 211655 0
[pid=26669/tid=26670] ppid=26668 vsize=868600 CPUtime=9.43
/proc/26669/task/26670/stat : 26670 (java) R 26668 26655 21537 0 -1 64 3657 0 1 0 940 3 0 0 25 0 9 0 24792945 889446400 17527 996147200 134512640 134550932 4294955936 18446744073709551615 4126548343 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26671] ppid=26668 vsize=868600 CPUtime=1.53
/proc/26669/task/26671/stat : 26671 (java) S 26668 26655 21537 0 -1 64 17639 0 0 0 143 10 0 0 16 0 9 0 24792946 889446400 17527 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26672] ppid=26668 vsize=868600 CPUtime=0
/proc/26669/task/26672/stat : 26672 (java) S 26668 26655 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24792946 889446400 17527 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26673] ppid=26668 vsize=868600 CPUtime=0
/proc/26669/task/26673/stat : 26673 (java) S 26668 26655 21537 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24792946 889446400 17527 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26674] ppid=26668 vsize=868600 CPUtime=0
/proc/26669/task/26674/stat : 26674 (java) S 26668 26655 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24792948 889446400 17527 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26675] ppid=26668 vsize=868600 CPUtime=0.19
/proc/26669/task/26675/stat : 26675 (java) S 26668 26655 21537 0 -1 64 1481 0 0 0 19 0 0 0 16 0 9 0 24792948 889446400 17527 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26676] ppid=26668 vsize=868600 CPUtime=0
/proc/26669/task/26676/stat : 26676 (java) S 26668 26655 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24792948 889446400 17527 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26677] ppid=26668 vsize=868600 CPUtime=0
/proc/26669/task/26677/stat : 26677 (java) S 26668 26655 21537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24792948 889446400 17527 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.33
Current children cumulated vsize (KiB) 890824

[startup+25.5011 s]
/proc/loadavg: 2.86 2.72 2.34 3/83 26677
/proc/meminfo: memFree=1823672/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=16868 CPUtime=1.15
/proc/26655/stat : 26655 (sugar) S 26653 26655 21537 0 -1 4194304 1310 11253 0 2 6 1 100 8 16 0 1 0 24792805 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26655/statm: 4217 1111 409 3 0 796 0
[pid=26668] ppid=26655 vsize=5356 CPUtime=0
/proc/26668/stat : 26668 (sh) S 26655 26655 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24792943 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26668/statm: 1339 233 193 169 0 50 0
[pid=26669] ppid=26668 vsize=868712 CPUtime=23.85
/proc/26669/stat : 26669 (java) S 26668 26655 21537 0 -1 0 37588 0 1 0 2361 24 0 0 19 0 9 0 24792944 889561088 28893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26669/statm: 217178 28893 2593 9 0 211655 0
[pid=26669/tid=26670] ppid=26668 vsize=868712 CPUtime=20.38
/proc/26669/task/26670/stat : 26670 (java) R 26668 26655 21537 0 -1 64 4353 0 1 0 2032 6 0 0 25 0 9 0 24792945 889561088 28893 996147200 134512640 134550932 4294955936 18446744073709551615 4126546934 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26671] ppid=26668 vsize=868712 CPUtime=3.19
/proc/26669/task/26671/stat : 26671 (java) S 26668 26655 21537 0 -1 64 31019 0 0 0 303 16 0 0 16 0 9 0 24792946 889561088 28893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26672] ppid=26668 vsize=868712 CPUtime=0
/proc/26669/task/26672/stat : 26672 (java) S 26668 26655 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24792946 889561088 28893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26673] ppid=26668 vsize=868712 CPUtime=0
/proc/26669/task/26673/stat : 26673 (java) S 26668 26655 21537 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24792946 889561088 28893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26674] ppid=26668 vsize=868712 CPUtime=0
/proc/26669/task/26674/stat : 26674 (java) S 26668 26655 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24792948 889561088 28893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26675] ppid=26668 vsize=868712 CPUtime=0.25
/proc/26669/task/26675/stat : 26675 (java) S 26668 26655 21537 0 -1 64 1513 0 0 0 24 1 0 0 15 0 9 0 24792948 889561088 28893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26676] ppid=26668 vsize=868712 CPUtime=0
/proc/26669/task/26676/stat : 26676 (java) S 26668 26655 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24792948 889561088 28893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26677] ppid=26668 vsize=868712 CPUtime=0
/proc/26669/task/26677/stat : 26677 (java) S 26668 26655 21537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24792948 889561088 28893 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25
Current children cumulated vsize (KiB) 890936

[startup+51.1019 s]
/proc/loadavg: 2.57 2.66 2.33 3/83 26677
/proc/meminfo: memFree=1648888/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=16868 CPUtime=1.15
/proc/26655/stat : 26655 (sugar) S 26653 26655 21537 0 -1 4194304 1310 11253 0 2 6 1 100 8 16 0 1 0 24792805 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26655/statm: 4217 1111 409 3 0 796 0
[pid=26668] ppid=26655 vsize=5356 CPUtime=0
/proc/26668/stat : 26668 (sh) S 26655 26655 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24792943 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26668/statm: 1339 233 193 169 0 50 0
[pid=26669] ppid=26668 vsize=868712 CPUtime=49.11
/proc/26669/stat : 26669 (java) S 26668 26655 21537 0 -1 0 38095 0 1 0 4781 130 0 0 19 0 9 0 24792944 889561088 28916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26669/statm: 217178 28916 2593 9 0 211655 0
[pid=26669/tid=26670] ppid=26668 vsize=868712 CPUtime=45.3
/proc/26669/task/26670/stat : 26670 (java) R 26668 26655 21537 0 -1 64 4840 0 1 0 4421 109 0 0 25 0 9 0 24792945 889561088 28916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26671] ppid=26668 vsize=868712 CPUtime=3.5
/proc/26669/task/26671/stat : 26671 (java) S 26668 26655 21537 0 -1 64 31019 0 0 0 331 19 0 0 16 0 9 0 24792946 889561088 28916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26672] ppid=26668 vsize=868712 CPUtime=0
/proc/26669/task/26672/stat : 26672 (java) S 26668 26655 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24792946 889561088 28916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26673] ppid=26668 vsize=868712 CPUtime=0
/proc/26669/task/26673/stat : 26673 (java) S 26668 26655 21537 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24792946 889561088 28916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26674] ppid=26668 vsize=868712 CPUtime=0
/proc/26669/task/26674/stat : 26674 (java) S 26668 26655 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24792948 889561088 28916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26675] ppid=26668 vsize=868712 CPUtime=0.29
/proc/26669/task/26675/stat : 26675 (java) S 26668 26655 21537 0 -1 64 1533 0 0 0 28 1 0 0 16 0 9 0 24792948 889561088 28916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26676] ppid=26668 vsize=868712 CPUtime=0
/proc/26669/task/26676/stat : 26676 (java) S 26668 26655 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24792948 889561088 28916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26677] ppid=26668 vsize=868712 CPUtime=0
/proc/26669/task/26677/stat : 26677 (java) S 26668 26655 21537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24792948 889561088 28916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.26
Current children cumulated vsize (KiB) 890936

[startup+102.307 s]
/proc/loadavg: 2.36 2.59 2.32 3/83 26677
/proc/meminfo: memFree=1220856/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=16868 CPUtime=1.15
/proc/26655/stat : 26655 (sugar) S 26653 26655 21537 0 -1 4194304 1310 11253 0 2 6 1 100 8 16 0 1 0 24792805 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26655/statm: 4217 1111 409 3 0 796 0
[pid=26668] ppid=26655 vsize=5356 CPUtime=0
/proc/26668/stat : 26668 (sh) S 26655 26655 21537 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24792943 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26668/statm: 1339 233 193 169 0 50 0
[pid=26669] ppid=26668 vsize=868712 CPUtime=99.29
/proc/26669/stat : 26669 (java) S 26668 26655 21537 0 -1 0 39206 0 1 0 9545 384 0 0 19 0 9 0 24792944 889561088 28916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26669/statm: 217178 28916 2593 9 0 211655 0
[pid=26669/tid=26670] ppid=26668 vsize=868712 CPUtime=94.72
/proc/26669/task/26670/stat : 26670 (java) R 26668 26655 21537 0 -1 64 5951 0 1 0 9117 355 0 0 25 0 9 0 24792945 889561088 28916 996147200 134512640 134550932 4294955936 18446744073709551615 4126546934 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26671] ppid=26668 vsize=868712 CPUtime=4.25
/proc/26669/task/26671/stat : 26671 (java) S 26668 26655 21537 0 -1 64 31019 0 0 0 398 27 0 0 16 0 9 0 24792946 889561088 28916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26672] ppid=26668 vsize=868712 CPUtime=0
/proc/26669/task/26672/stat : 26672 (java) S 26668 26655 21537 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24792946 889561088 28916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26673] ppid=26668 vsize=868712 CPUtime=0
/proc/26669/task/26673/stat : 26673 (java) S 26668 26655 21537 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24792946 889561088 28916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26674] ppid=26668 vsize=868712 CPUtime=0
/proc/26669/task/26674/stat : 26674 (java) S 26668 26655 21537 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24792948 889561088 28916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26675] ppid=26668 vsize=868712 CPUtime=0.29
/proc/26669/task/26675/stat : 26675 (java) S 26668 26655 21537 0 -1 64 1533 0 0 0 28 1 0 0 16 0 9 0 24792948 889561088 28916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26676] ppid=26668 vsize=868712 CPUtime=0
/proc/26669/task/26676/stat : 26676 (java) S 26668 26655 21537 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24792948 889561088 28916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26669/tid=26677] ppid=26668 vsize=868712 CPUtime=0
/proc/26669/task/26677/stat : 26677 (java) S 26668 26655 21537 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24792948 889561088 28916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 100.44
Current children cumulated vsize (KiB) 890936

[startup+162.301 s]
/proc/loadavg: 2.24 2.52 2.31 3/75 26679
/proc/meminfo: memFree=792120/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=16868 CPUtime=153.14
/proc/26655/stat : 26655 (sugar) S 26653 26655 21537 0 -1 4194304 1366 51978 0 3 7 1 14639 667 16 0 1 0 24792805 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26655/statm: 4217 1114 409 3 0 796 0
[pid=26678] ppid=26655 vsize=5356 CPUtime=0
/proc/26678/stat : 26678 (sh) S 26655 26655 21537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24808415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26678/statm: 1339 232 193 169 0 50 0
[pid=26679] ppid=26678 vsize=91812 CPUtime=6.1
/proc/26679/stat : 26679 (picosat) R 26678 26655 21537 0 -1 4194304 20491 0 0 0 278 332 0 0 25 0 1 0 24808417 94015488 20477 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26679/statm: 22953 20477 40 102 0 22848 0
Current children cumulated CPU time (s) 159.24
Current children cumulated vsize (KiB) 114036

[startup+222.302 s]
/proc/loadavg: 2.09 2.42 2.29 3/75 26679
/proc/meminfo: memFree=450936/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=16868 CPUtime=153.14
/proc/26655/stat : 26655 (sugar) S 26653 26655 21537 0 -1 4194304 1366 51978 0 3 7 1 14639 667 16 0 1 0 24792805 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26655/statm: 4217 1114 409 3 0 796 0
[pid=26678] ppid=26655 vsize=5356 CPUtime=0
/proc/26678/stat : 26678 (sh) S 26655 26655 21537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24808415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26678/statm: 1339 232 193 169 0 50 0
[pid=26679] ppid=26678 vsize=522172 CPUtime=65.39
/proc/26679/stat : 26679 (picosat) R 26678 26655 21537 0 -1 4194304 103578 0 0 0 3043 3496 0 0 25 0 1 0 24808417 534704128 103564 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26679/statm: 130543 103564 40 102 0 130438 0
Current children cumulated CPU time (s) 218.53
Current children cumulated vsize (KiB) 544396

[startup+282.301 s]
/proc/loadavg: 2.03 2.34 2.27 3/75 26679
/proc/meminfo: memFree=233336/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=16868 CPUtime=153.14
/proc/26655/stat : 26655 (sugar) S 26653 26655 21537 0 -1 4194304 1366 51978 0 3 7 1 14639 667 16 0 1 0 24792805 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26655/statm: 4217 1114 409 3 0 796 0
[pid=26678] ppid=26655 vsize=5356 CPUtime=0
/proc/26678/stat : 26678 (sh) S 26655 26655 21537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24808415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26678/statm: 1339 232 193 169 0 50 0
[pid=26679] ppid=26678 vsize=749508 CPUtime=124.82
/proc/26679/stat : 26679 (picosat) R 26678 26655 21537 0 -1 4194304 158339 0 0 0 5794 6688 0 0 25 0 1 0 24808417 767496192 158325 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26679/statm: 187377 158325 40 102 0 187272 0
Current children cumulated CPU time (s) 277.96
Current children cumulated vsize (KiB) 771732



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+328.602 s]
/proc/loadavg: 2.01 2.29 2.25 3/75 26679
/proc/meminfo: memFree=61048/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=16868 CPUtime=153.14
/proc/26655/stat : 26655 (sugar) S 26653 26655 21537 0 -1 4194304 1366 51978 0 3 7 1 14639 667 16 0 1 0 24792805 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26655/statm: 4217 1114 409 3 0 796 0
[pid=26678] ppid=26655 vsize=5356 CPUtime=0
/proc/26678/stat : 26678 (sh) S 26655 26655 21537 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24808415 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266134414148 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26678/statm: 1339 232 193 169 0 50 0
[pid=26679] ppid=26678 vsize=899724 CPUtime=170.69
/proc/26679/stat : 26679 (picosat) R 26678 26655 21537 0 -1 4194304 200624 0 0 0 7911 9158 0 0 25 0 1 0 24808417 921317376 200610 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26679/statm: 224931 200610 40 102 0 224826 0
Current children cumulated CPU time (s) 323.83
Current children cumulated vsize (KiB) 921948

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

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

[startup+328.72 s]
/proc/loadavg: 2.01 2.29 2.25 3/75 26679
/proc/meminfo: memFree=61048/2055920 swapFree=4192812/4192956
[pid=26655] ppid=26653 vsize=16868 CPUtime=153.14
/proc/26655/stat : 26655 (sugar) S 26653 26655 21537 0 -1 4194304 1395 51978 0 3 7 1 14639 667 16 0 1 0 24792805 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 266143314018 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26655/statm: 4217 1114 409 3 0 796 0
[pid=26678] ppid=26655 vsize=0 CPUtime=0
/proc/26678/stat : 26678 (sh) Z 26655 26655 21537 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 24808415 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26678/statm: 0 0 0 0 0 0 0
[pid=26679] ppid=1 vsize=0 CPUtime=170.8
/proc/26679/stat : 26679 (picosat) R 1 26655 21537 0 -1 4195332 200624 0 0 0 7911 9169 0 0 25 0 1 0 24808417 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/26679/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 323.94
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26655 and gives
#  childrusage.ru_utime.tv_sec=146
#  childrusage.ru_utime.tv_usec=469733
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=695982
# CPU time returned by wait4() is 153.166
# while last known CPU time is 323.94
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 328.744
CPU time (s): 323.94
CPU user time (s): 225.57
CPU system time (s): 98.37
CPU usage (%): 98.5386
Max. virtual memory (cumulated for all children) (KiB): 921948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 146.47
system time used= 6.69598
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53738
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36855
involuntary context switches= 40229

runsolver used 0.400939 second user time and 1.14582 second system time

The end

Launcher Data

Begin job on node35 at 2009-07-12 07:41:04
IDJOB=2083368
IDBENCH=57795
IDSOLVER=738
FILE ID=node35/2083368-1247377264
PBS_JOBID= 9507005
Free space on /tmp= 66304 MiB

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

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

MD5SUM BENCH= 212543c541c043485cfcbad626b7fd00
RANDOM SEED=491026314

node35.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1937072 kB
Buffers:          3112 kB
Cached:          42924 kB
SwapCached:          0 kB
Active:          57500 kB
Inactive:        11528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1937072 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3656 kB
Writeback:           0 kB
Mapped:          34468 kB
Slab:            35412 kB
Committed_AS:   216252 kB
PageTables:       1760 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66304 MiB
End job on node35 at 2009-07-12 07:46:35