Trace number 1112835

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-inc? 459.035 467.947

General information on the benchmark

Namecsp/fapp/fapp26/
normalized-fapp26-2300-4.xml
MD5SUMd73e99eb4b5798901f411267510cf8b6
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints61
Best CPU time to get the best result obtained on this benchmark3600.01
Satisfiable
(Un)Satisfiability was proved
Number of variables2300
Number of constraints24253
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension24253
Global constraints used (with number of constraints)

Solver Data (download as text)

0.03/0.17	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.03/0.17	c 0	BEGIN Sat Jul 12 16:54:11 2008
0.03/0.17	c 0	PID 18000
0.03/0.17	c 0	HOST node49.alineos.net
0.03/0.17	c 0	CONVERTING HOME/instance-1112835-1215874450.xml TO HOME/temp.csp
0.03/0.17	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1112835-1215874450.xml' 'HOME/temp.csp'
1.46/1.65	c 1	17 domains, 2300 variables, 8 predicates, 0 relations, 24253 constraints
1.46/1.69	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.46/1.69	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.53/1.77	c 1	Parsing HOME/temp.csp
1.92/2.16	c 2	parsed 10000 expressions
2.32/2.50	c 2	parsed 20000 expressions
2.42/2.67	c 2	parsed 26578 expressions
2.42/2.68	c 2	Heap : 12 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.72/2.91	c 3	MAX CSP: 24253 constraints
2.72/2.91	c 3	Converting to clausal form CSP
4.71/4.94	c 5	converted 5084 (10%) expressions
7.71/7.94	c 8	converted 10167 (20%) expressions
10.31/10.59	c 10	converted 15251 (30%) expressions
13.31/13.59	c 13	converted 20334 (40%) expressions
15.81/16.07	c 16	converted 25417 (50%) expressions
18.21/18.50	c 18	converted 30501 (60%) expressions
21.31/21.57	c 21	converted 35584 (70%) expressions
23.70/23.93	c 24	converted 40668 (80%) expressions
25.91/26.16	c 26	converted 45751 (90%) expressions
31.20/31.42	c 31	converted 50834 (100%) expressions
31.20/31.43	c 31	CSP : 56628 integers, 91924 booleans, 229056 clauses, largest domain size 36380
31.20/31.43	c 31	Heap : 151 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
31.20/31.43	c 31	Propagation in CSP
36.20/36.42	c 36	24242 values, 0 unsatisfiable literals, and 0 valid clauses are removed
36.20/36.43	c 36	CSP : 56628 integers, 91924 booleans, 229056 clauses, largest domain size 24254
36.20/36.43	c 36	Heap : 164 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
36.20/36.50	c 36	Simplifing CSP by introducing new Boolean variables
36.60/36.86	c 36	CSP : 56628 integers, 150842 booleans, 287974 clauses, largest domain size 24254
36.60/36.86	c 36	Heap : 188 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
37.70/37.95	c 38	Encoding CSP to SAT : HOME/temp.cnf
52.18/52.41	c 52	5663 (10%) CSP integer variables are encoded (3148161 clauses, 57599185 bytes)
56.35/56.65	c 56	11326 (20%) CSP integer variables are encoded (6606961 clauses, 123316385 bytes)
60.35/60.64	c 60	16989 (30%) CSP integer variables are encoded (9780800 clauses, 183619326 bytes)
64.18/64.50	c 64	22652 (40%) CSP integer variables are encoded (12685146 clauses, 244207025 bytes)
67.12/67.53	c 67	28314 (50%) CSP integer variables are encoded (14934416 clauses, 291441695 bytes)
68.11/68.56	c 68	33977 (60%) CSP integer variables are encoded (15700672 clauses, 307533071 bytes)
68.20/68.65	c 68	39640 (70%) CSP integer variables are encoded (15766056 clauses, 308906135 bytes)
68.30/68.77	c 68	45303 (80%) CSP integer variables are encoded (15845781 clauses, 310580360 bytes)
68.80/69.27	c 69	50966 (90%) CSP integer variables are encoded (16215870 clauses, 318352229 bytes)
68.99/69.40	c 69	56628 (100%) CSP integer variables are encoded (16307761 clauses, 320281940 bytes)
175.16/176.22	c 176	28798 (10%) CSP clauses are encoded (34461003 clauses, 771483736 bytes)
261.43/263.78	c 263	57595 (20%) CSP clauses are encoded (50700450 clauses, 1185896926 bytes)
350.05/352.97	c 353	86393 (30%) CSP clauses are encoded (67067045 clauses, 1605854049 bytes)
432.88/438.30	c 438	115190 (40%) CSP clauses are encoded (82813942 clauses, 2013618982 bytes)
458.31/465.72	c 465	ERROR Exception Too large HOME/temp.cnf
458.31/465.72	c 465	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
458.31/465.72	c 465	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
458.31/465.72	c 465	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
458.31/465.72	s UNKNOWN
458.33/465.84	c 465	CPU 445.04 (0.05 0.02 444.99 13.31)
458.33/465.84	c 465	END Sat Jul 12 17:01:56 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1112835-1215874450/watcher-1112835-1215874450 -o /tmp/evaluation-result-1112835-1215874450/solver-1112835-1215874450 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1112835-1215874450.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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: 2.25 2.56 2.60 4/82 18000
/proc/meminfo: memFree=1461904/2055920 swapFree=4180184/4192956
[pid=18000] ppid=17998 vsize=18572 CPUtime=0
/proc/18000/stat : 18000 (runsolver) R 17998 18000 17963 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 44140749 19017728 292 996147200 4194304 4296836 548682068192 18446744073709551615 224627584295 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18000/statm: 4643 292 257 25 0 2626 0

[startup+0.0408571 s]
/proc/loadavg: 2.25 2.56 2.60 4/82 18000
/proc/meminfo: memFree=1461904/2055920 swapFree=4180184/4192956
[pid=18000] ppid=17998 vsize=13336 CPUtime=0.03
/proc/18000/stat : 18000 (sugar++) D 17998 18000 17963 0 -1 4194304 723 0 0 0 2 1 0 0 18 0 1 0 44140749 13656064 691 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/18000/statm: 3334 691 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.102531 s]
/proc/loadavg: 2.25 2.56 2.60 4/82 18000
/proc/meminfo: memFree=1461904/2055920 swapFree=4180184/4192956
[pid=18000] ppid=17998 vsize=14644 CPUtime=0.03
/proc/18000/stat : 18000 (sugar++) D 17998 18000 17963 0 -1 4194304 799 0 0 0 2 1 0 0 18 0 1 0 44140749 14995456 767 996147200 4194304 4206940 548682068528 18446744073709551615 224624967152 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/18000/statm: 3661 767 352 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14644

[startup+0.301563 s]
/proc/loadavg: 2.25 2.56 2.60 4/82 18000
/proc/meminfo: memFree=1461904/2055920 swapFree=4180184/4192956
[pid=18000] ppid=17998 vsize=16740 CPUtime=0.07
/proc/18000/stat : 18000 (sugar++) S 17998 18000 17963 0 -1 4194304 1217 128 2 0 5 2 0 0 16 0 1 0 44140749 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18000/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.701618 s]
/proc/loadavg: 2.25 2.56 2.60 4/82 18000
/proc/meminfo: memFree=1461904/2055920 swapFree=4180184/4192956
[pid=18000] ppid=17998 vsize=16740 CPUtime=0.07
/proc/18000/stat : 18000 (sugar++) S 17998 18000 17963 0 -1 4194304 1217 128 2 0 5 2 0 0 16 0 1 0 44140749 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18000/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+1.50273 s]
/proc/loadavg: 2.25 2.56 2.60 3/93 18012
/proc/meminfo: memFree=1428400/2055920 swapFree=4180184/4192956
[pid=18000] ppid=17998 vsize=16740 CPUtime=0.07
/proc/18000/stat : 18000 (sugar++) S 17998 18000 17963 0 -1 4194304 1217 128 2 0 5 2 0 0 16 0 1 0 44140749 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/18000/statm: 4185 1104 409 3 0 764 0
[pid=18003] ppid=18000 vsize=5356 CPUtime=0
/proc/18003/stat : 18003 (sh) S 18000 18000 17963 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 44140767 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/18003/statm: 1339 233 193 169 0 50 0
[pid=18004] ppid=18003 vsize=864664 CPUtime=1.29
/proc/18004/stat : 18004 (java) S 18003 18000 17963 0 -1 0 14693 0 1 0 123 6 0 0 19 0 9 0 44140767 885415936 12737 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/18004/statm: 216166 12737 2529 9 0 210748 0
[pid=18004/tid=18005] ppid=18003 vsize=864664 CPUtime=0.7
/proc/18004/task/18005/stat : 18005 (java) R 18003 18000 17963 0 -1 64 3029 0 1 0 68 2 0 0 25 0 9 0 44140768 885415936 12737 996147200 134512640 134550740 4294956000 18446744073709551615 4126494984 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18004/tid=18006] ppid=18003 vsize=864664 CPUtime=0.44
/proc/18004/task/18006/stat : 18006 (java) S 18003 18000 17963 0 -1 64 10447 0 0 0 41 3 0 0 16 0 9 0 44140769 885415936 12737 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18004/tid=18007] ppid=18003 vsize=864664 CPUtime=0
/proc/18004/task/18007/stat : 18007 (java) S 18003 18000 17963 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 44140769 885415936 12737 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18004/tid=18008] ppid=18003 vsize=864664 CPUtime=0
/proc/18004/task/18008/stat : 18008 (java) S 18003 18000 17963 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 44140769 885415936 12737 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18004/tid=18009] ppid=18003 vsize=864664 CPUtime=0
/proc/18004/task/18009/stat : 18009 (java) S 18003 18000 17963 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 44140771 885415936 12737 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18004/tid=18010] ppid=18003 vsize=864664 CPUtime=0.13
/proc/18004/task/18010/stat : 18010 (java) S 18003 18000 17963 0 -1 64 518 0 0 0 13 0 0 0 16 0 9 0 44140771 885415936 12737 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18004/tid=18011] ppid=18003 vsize=864664 CPUtime=0
/proc/18004/task/18011/stat : 18011 (java) S 18003 18000 17963 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 44140771 885415936 12737 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18004/tid=18012] ppid=18003 vsize=864664 CPUtime=0
/proc/18004/task/18012/stat : 18012 (java) S 18003 18000 17963 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44140771 885415936 12737 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.36
Current children cumulated vsize (KiB) 886760

[startup+3.10296 s]
/proc/loadavg: 2.25 2.56 2.60 4/93 18022
/proc/meminfo: memFree=1448560/2055920 swapFree=4180184/4192956
[pid=18000] ppid=17998 vsize=16740 CPUtime=1.53
/proc/18000/stat : 18000 (sugar++) S 17998 18000 17963 0 -1 4194304 1295 15189 2 1 5 2 138 8 15 0 1 0 44140749 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18000/statm: 4185 1104 409 3 0 764 0
[pid=18013] ppid=18000 vsize=5356 CPUtime=0
/proc/18013/stat : 18013 (sh) S 18000 18000 17963 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44140918 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18013/statm: 1339 233 193 169 0 50 0
[pid=18014] ppid=18013 vsize=864264 CPUtime=1.39
/proc/18014/stat : 18014 (java) S 18013 18000 17963 0 -1 0 10229 0 1 0 133 6 0 0 18 0 9 0 44140919 885006336 9158 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18014/statm: 216066 9158 2543 9 0 210641 0
[pid=18014/tid=18015] ppid=18013 vsize=864264 CPUtime=0.83
/proc/18014/task/18015/stat : 18015 (java) R 18013 18000 17963 0 -1 64 2821 0 1 0 82 1 0 0 25 0 9 0 44140920 885006336 9158 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18016] ppid=18013 vsize=864264 CPUtime=0.41
/proc/18014/task/18016/stat : 18016 (java) S 18013 18000 17963 0 -1 64 6340 0 0 0 39 2 0 0 16 0 9 0 44140921 885006336 9158 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18017] ppid=18013 vsize=864264 CPUtime=0
/proc/18014/task/18017/stat : 18017 (java) S 18013 18000 17963 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44140921 885006336 9158 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18018] ppid=18013 vsize=864264 CPUtime=0
/proc/18014/task/18018/stat : 18018 (java) S 18013 18000 17963 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 44140921 885006336 9158 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18019] ppid=18013 vsize=864264 CPUtime=0
/proc/18014/task/18019/stat : 18019 (java) S 18013 18000 17963 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44140923 885006336 9158 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18020] ppid=18013 vsize=864264 CPUtime=0.12
/proc/18014/task/18020/stat : 18020 (java) R 18013 18000 17963 0 -1 64 372 0 0 0 12 0 0 0 16 0 9 0 44140923 885006336 9158 996147200 134512640 134550740 4294955920 18446744073709551615 101849129 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18021] ppid=18013 vsize=864264 CPUtime=0
/proc/18014/task/18021/stat : 18021 (java) S 18013 18000 17963 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44140923 885006336 9158 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18022] ppid=18013 vsize=864264 CPUtime=0
/proc/18014/task/18022/stat : 18022 (java) S 18013 18000 17963 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44140923 885006336 9158 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 886360

[startup+6.30141 s]
/proc/loadavg: 2.23 2.55 2.59 3/93 18022
/proc/meminfo: memFree=1416560/2055920 swapFree=4180184/4192956
[pid=18000] ppid=17998 vsize=16740 CPUtime=1.53
/proc/18000/stat : 18000 (sugar++) S 17998 18000 17963 0 -1 4194304 1295 15189 2 1 5 2 138 8 16 0 1 0 44140749 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18000/statm: 4185 1104 409 3 0 764 0
[pid=18013] ppid=18000 vsize=5356 CPUtime=0
/proc/18013/stat : 18013 (sh) S 18000 18000 17963 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44140918 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18013/statm: 1339 233 193 169 0 50 0
[pid=18014] ppid=18013 vsize=868432 CPUtime=4.58
/proc/18014/stat : 18014 (java) S 18013 18000 17963 0 -1 0 14977 0 1 0 448 10 0 0 18 0 9 0 44140919 889274368 13520 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18014/statm: 217108 13520 2541 9 0 211683 0
[pid=18014/tid=18015] ppid=18013 vsize=868432 CPUtime=3.51
/proc/18014/task/18015/stat : 18015 (java) R 18013 18000 17963 0 -1 64 3088 0 1 0 348 3 0 0 25 0 9 0 44140920 889274368 13520 996147200 134512640 134550740 4294955920 18446744073709551615 4126610422 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18016] ppid=18013 vsize=868432 CPUtime=0.83
/proc/18014/task/18016/stat : 18016 (java) S 18013 18000 17963 0 -1 64 9721 0 0 0 78 5 0 0 16 0 9 0 44140921 889274368 13520 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18017] ppid=18013 vsize=868432 CPUtime=0
/proc/18014/task/18017/stat : 18017 (java) S 18013 18000 17963 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44140921 889274368 13520 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18018] ppid=18013 vsize=868432 CPUtime=0
/proc/18014/task/18018/stat : 18018 (java) S 18013 18000 17963 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44140921 889274368 13520 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18019] ppid=18013 vsize=868432 CPUtime=0
/proc/18014/task/18019/stat : 18019 (java) S 18013 18000 17963 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44140923 889274368 13520 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18020] ppid=18013 vsize=868432 CPUtime=0.22
/proc/18014/task/18020/stat : 18020 (java) S 18013 18000 17963 0 -1 64 1472 0 0 0 21 1 0 0 15 0 9 0 44140923 889274368 13520 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18021] ppid=18013 vsize=868432 CPUtime=0
/proc/18014/task/18021/stat : 18021 (java) S 18013 18000 17963 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44140923 889274368 13520 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18022] ppid=18013 vsize=868432 CPUtime=0
/proc/18014/task/18022/stat : 18022 (java) S 18013 18000 17963 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44140923 889274368 13520 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 890528

[startup+12.7023 s]
/proc/loadavg: 2.29 2.56 2.60 4/93 18022
/proc/meminfo: memFree=1376624/2055920 swapFree=4180184/4192956
[pid=18000] ppid=17998 vsize=16740 CPUtime=1.53
/proc/18000/stat : 18000 (sugar++) S 17998 18000 17963 0 -1 4194304 1295 15189 2 1 5 2 138 8 16 0 1 0 44140749 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18000/statm: 4185 1104 409 3 0 764 0
[pid=18013] ppid=18000 vsize=5356 CPUtime=0
/proc/18013/stat : 18013 (sh) S 18000 18000 17963 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44140918 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18013/statm: 1339 233 193 169 0 50 0
[pid=18014] ppid=18013 vsize=868432 CPUtime=10.98
/proc/18014/stat : 18014 (java) S 18013 18000 17963 0 -1 0 32142 0 1 0 1079 19 0 0 18 0 9 0 44140919 889274368 21111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18014/statm: 217108 21111 2541 9 0 211683 0
[pid=18014/tid=18015] ppid=18013 vsize=868432 CPUtime=8.59
/proc/18014/task/18015/stat : 18015 (java) R 18013 18000 17963 0 -1 64 3898 0 1 0 856 3 0 0 25 0 9 0 44140920 889274368 21111 996147200 134512640 134550740 4294955920 18446744073709551615 4126428802 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18016] ppid=18013 vsize=868432 CPUtime=2.13
/proc/18014/task/18016/stat : 18016 (java) S 18013 18000 17963 0 -1 64 26066 0 0 0 200 13 0 0 16 0 9 0 44140921 889274368 21111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18017] ppid=18013 vsize=868432 CPUtime=0
/proc/18014/task/18017/stat : 18017 (java) S 18013 18000 17963 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44140921 889274368 21111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18018] ppid=18013 vsize=868432 CPUtime=0
/proc/18014/task/18018/stat : 18018 (java) S 18013 18000 17963 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44140921 889274368 21111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18019] ppid=18013 vsize=868432 CPUtime=0
/proc/18014/task/18019/stat : 18019 (java) S 18013 18000 17963 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44140923 889274368 21111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18020] ppid=18013 vsize=868432 CPUtime=0.23
/proc/18014/task/18020/stat : 18020 (java) S 18013 18000 17963 0 -1 64 1482 0 0 0 22 1 0 0 15 0 9 0 44140923 889274368 21111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18021] ppid=18013 vsize=868432 CPUtime=0
/proc/18014/task/18021/stat : 18021 (java) S 18013 18000 17963 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44140923 889274368 21111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18022] ppid=18013 vsize=868432 CPUtime=0
/proc/18014/task/18022/stat : 18022 (java) S 18013 18000 17963 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44140923 889274368 21111 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 890528

[startup+25.5021 s]
/proc/loadavg: 2.22 2.53 2.59 3/93 18022
/proc/meminfo: memFree=1294064/2055920 swapFree=4180184/4192956
[pid=18000] ppid=17998 vsize=16740 CPUtime=1.53
/proc/18000/stat : 18000 (sugar++) S 17998 18000 17963 0 -1 4194304 1295 15189 2 1 5 2 138 8 16 0 1 0 44140749 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18000/statm: 4185 1104 409 3 0 764 0
[pid=18013] ppid=18000 vsize=5356 CPUtime=0
/proc/18013/stat : 18013 (sh) S 18000 18000 17963 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44140918 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18013/statm: 1339 233 193 169 0 50 0
[pid=18014] ppid=18013 vsize=868432 CPUtime=23.77
/proc/18014/stat : 18014 (java) S 18013 18000 17963 0 -1 0 51405 0 1 0 2347 30 0 0 18 0 9 0 44140919 889274368 36015 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18014/statm: 217108 36017 2541 9 0 211683 0
[pid=18014/tid=18015] ppid=18013 vsize=868432 CPUtime=19.6
/proc/18014/task/18015/stat : 18015 (java) R 18013 18000 17963 0 -1 64 4748 0 1 0 1955 5 0 0 25 0 9 0 44140920 889274368 36019 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18016] ppid=18013 vsize=868432 CPUtime=3.92
/proc/18014/task/18016/stat : 18016 (java) R 18013 18000 17963 0 -1 64 44485 0 0 0 369 23 0 0 15 0 9 0 44140921 889274368 36021 996147200 134512640 134550740 4294955920 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18017] ppid=18013 vsize=868432 CPUtime=0
/proc/18014/task/18017/stat : 18017 (java) S 18013 18000 17963 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44140921 889274368 36023 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18018] ppid=18013 vsize=868432 CPUtime=0
/proc/18014/task/18018/stat : 18018 (java) S 18013 18000 17963 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44140921 889274368 36025 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+342.303 s]
/proc/loadavg: 1.38 1.96 2.33 2/93 18023
/proc/meminfo: memFree=16112/2055920 swapFree=4180184/4192956
[pid=18000] ppid=17998 vsize=16740 CPUtime=1.53
/proc/18000/stat : 18000 (sugar++) S 17998 18000 17963 0 -1 4194304 1295 15189 2 1 5 2 138 8 16 0 1 0 44140749 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18000/statm: 4185 1104 409 3 0 764 0
[pid=18013] ppid=18000 vsize=5356 CPUtime=0
/proc/18013/stat : 18013 (sh) S 18000 18000 17963 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44140918 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18013/statm: 1339 233 193 169 0 50 0
[pid=18014] ppid=18013 vsize=868544 CPUtime=337.99
/proc/18014/stat : 18014 (java) S 18013 18000 17963 0 -1 0 76192 0 1 0 32830 969 0 0 18 0 9 0 44140919 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18014/statm: 217136 53697 2566 9 0 211683 0
[pid=18014/tid=18015] ppid=18013 vsize=868544 CPUtime=328.82
/proc/18014/task/18015/stat : 18015 (java) R 18013 18000 17963 0 -1 64 7754 0 1 0 31960 922 0 0 25 0 9 0 44140920 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4127153424 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18016] ppid=18013 vsize=868544 CPUtime=8.81
/proc/18014/task/18016/stat : 18016 (java) S 18013 18000 17963 0 -1 64 66203 0 0 0 836 45 0 0 16 0 9 0 44140921 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18017] ppid=18013 vsize=868544 CPUtime=0
/proc/18014/task/18017/stat : 18017 (java) S 18013 18000 17963 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44140921 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18018] ppid=18013 vsize=868544 CPUtime=0
/proc/18014/task/18018/stat : 18018 (java) S 18013 18000 17963 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44140921 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18019] ppid=18013 vsize=868544 CPUtime=0
/proc/18014/task/18019/stat : 18019 (java) S 18013 18000 17963 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44140923 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18020] ppid=18013 vsize=868544 CPUtime=0.33
/proc/18014/task/18020/stat : 18020 (java) S 18013 18000 17963 0 -1 64 1539 0 0 0 32 1 0 0 16 0 9 0 44140923 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18021] ppid=18013 vsize=868544 CPUtime=0
/proc/18014/task/18021/stat : 18021 (java) S 18013 18000 17963 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44140923 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18022] ppid=18013 vsize=868544 CPUtime=0
/proc/18014/task/18022/stat : 18022 (java) S 18013 18000 17963 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44140923 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 339.52
Current children cumulated vsize (KiB) 890640

[startup+402.303 s]
/proc/loadavg: 1.66 1.93 2.30 2/93 18023
/proc/meminfo: memFree=15024/2055920 swapFree=4180184/4192956
[pid=18000] ppid=17998 vsize=16740 CPUtime=1.53
/proc/18000/stat : 18000 (sugar++) S 17998 18000 17963 0 -1 4194304 1295 15189 2 1 5 2 138 8 16 0 1 0 44140749 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18000/statm: 4185 1104 409 3 0 764 0
[pid=18013] ppid=18000 vsize=5356 CPUtime=0
/proc/18013/stat : 18013 (sh) S 18000 18000 17963 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44140918 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18013/statm: 1339 233 193 169 0 50 0
[pid=18014] ppid=18013 vsize=868544 CPUtime=397.01
/proc/18014/stat : 18014 (java) S 18013 18000 17963 0 -1 0 76565 0 1 0 38559 1142 0 0 18 0 9 0 44140919 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18014/statm: 217136 53697 2566 9 0 211683 0
[pid=18014/tid=18015] ppid=18013 vsize=868544 CPUtime=387.54
/proc/18014/task/18015/stat : 18015 (java) R 18013 18000 17963 0 -1 64 8127 0 1 0 37662 1092 0 0 18 0 9 0 44140920 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4127155777 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=18014/tid=18016] ppid=18013 vsize=868544 CPUtime=9.11
/proc/18014/task/18016/stat : 18016 (java) S 18013 18000 17963 0 -1 64 66203 0 0 0 864 47 0 0 16 0 9 0 44140921 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18014/tid=18017] ppid=18013 vsize=868544 CPUtime=0
/proc/18014/task/18017/stat : 18017 (java) S 18013 18000 17963 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44140921 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18018] ppid=18013 vsize=868544 CPUtime=0
/proc/18014/task/18018/stat : 18018 (java) S 18013 18000 17963 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44140921 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18019] ppid=18013 vsize=868544 CPUtime=0
/proc/18014/task/18019/stat : 18019 (java) S 18013 18000 17963 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44140923 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18020] ppid=18013 vsize=868544 CPUtime=0.33
/proc/18014/task/18020/stat : 18020 (java) S 18013 18000 17963 0 -1 64 1539 0 0 0 32 1 0 0 16 0 9 0 44140923 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18021] ppid=18013 vsize=868544 CPUtime=0
/proc/18014/task/18021/stat : 18021 (java) S 18013 18000 17963 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44140923 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18022] ppid=18013 vsize=868544 CPUtime=0
/proc/18014/task/18022/stat : 18022 (java) S 18013 18000 17963 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44140923 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 398.54
Current children cumulated vsize (KiB) 890640

[startup+462.303 s]
/proc/loadavg: 1.57 1.85 2.25 2/93 18029
/proc/meminfo: memFree=15216/2055920 swapFree=4180184/4192956
[pid=18000] ppid=17998 vsize=16740 CPUtime=1.53
/proc/18000/stat : 18000 (sugar++) S 17998 18000 17963 0 -1 4194304 1295 15189 2 1 5 2 138 8 16 0 1 0 44140749 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18000/statm: 4185 1104 409 3 0 764 0
[pid=18013] ppid=18000 vsize=5356 CPUtime=0
/proc/18013/stat : 18013 (sh) S 18000 18000 17963 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44140918 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18013/statm: 1339 233 193 169 0 50 0
[pid=18014] ppid=18013 vsize=868544 CPUtime=453.39
/proc/18014/stat : 18014 (java) S 18013 18000 17963 0 -1 0 76923 0 1 0 44031 1308 0 0 18 0 9 0 44140919 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18014/statm: 217136 53697 2566 9 0 211683 0
[pid=18014/tid=18015] ppid=18013 vsize=868544 CPUtime=443.64
/proc/18014/task/18015/stat : 18015 (java) R 18013 18000 17963 0 -1 64 8485 0 1 0 43107 1257 0 0 17 0 9 0 44140920 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4127155769 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18016] ppid=18013 vsize=868544 CPUtime=9.39
/proc/18014/task/18016/stat : 18016 (java) S 18013 18000 17963 0 -1 64 66203 0 0 0 891 48 0 0 15 0 9 0 44140921 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18014/tid=18017] ppid=18013 vsize=868544 CPUtime=0
/proc/18014/task/18017/stat : 18017 (java) S 18013 18000 17963 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44140921 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18018] ppid=18013 vsize=868544 CPUtime=0
/proc/18014/task/18018/stat : 18018 (java) S 18013 18000 17963 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44140921 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18019] ppid=18013 vsize=868544 CPUtime=0
/proc/18014/task/18019/stat : 18019 (java) S 18013 18000 17963 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44140923 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18020] ppid=18013 vsize=868544 CPUtime=0.33
/proc/18014/task/18020/stat : 18020 (java) S 18013 18000 17963 0 -1 64 1539 0 0 0 32 1 0 0 16 0 9 0 44140923 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18021] ppid=18013 vsize=868544 CPUtime=0
/proc/18014/task/18021/stat : 18021 (java) S 18013 18000 17963 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44140923 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18022] ppid=18013 vsize=868544 CPUtime=0
/proc/18014/task/18022/stat : 18022 (java) S 18013 18000 17963 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44140923 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 454.92
Current children cumulated vsize (KiB) 890640

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

[startup+464.602 s]
/proc/loadavg: 1.60 1.85 2.25 2/93 18029
/proc/meminfo: memFree=15408/2055920 swapFree=4180184/4192956
[pid=18000] ppid=17998 vsize=16740 CPUtime=1.53
/proc/18000/stat : 18000 (sugar++) S 17998 18000 17963 0 -1 4194304 1295 15189 2 1 5 2 138 8 16 0 1 0 44140749 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18000/statm: 4185 1104 409 3 0 764 0
[pid=18013] ppid=18000 vsize=5356 CPUtime=0
/proc/18013/stat : 18013 (sh) S 18000 18000 17963 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 44140918 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18013/statm: 1339 233 193 169 0 50 0
[pid=18014] ppid=18013 vsize=868544 CPUtime=455.68
/proc/18014/stat : 18014 (java) S 18013 18000 17963 0 -1 0 76938 0 1 0 44252 1316 0 0 18 0 9 0 44140919 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18014/statm: 217136 53697 2566 9 0 211683 0
[pid=18014/tid=18015] ppid=18013 vsize=868544 CPUtime=445.92
/proc/18014/task/18015/stat : 18015 (java) R 18013 18000 17963 0 -1 64 8500 0 1 0 43327 1265 0 0 17 0 9 0 44140920 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4126672054 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18016] ppid=18013 vsize=868544 CPUtime=9.39
/proc/18014/task/18016/stat : 18016 (java) S 18013 18000 17963 0 -1 64 66203 0 0 0 891 48 0 0 16 0 9 0 44140921 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=18014/tid=18017] ppid=18013 vsize=868544 CPUtime=0
/proc/18014/task/18017/stat : 18017 (java) S 18013 18000 17963 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 44140921 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18018] ppid=18013 vsize=868544 CPUtime=0
/proc/18014/task/18018/stat : 18018 (java) S 18013 18000 17963 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 44140921 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18019] ppid=18013 vsize=868544 CPUtime=0
/proc/18014/task/18019/stat : 18019 (java) S 18013 18000 17963 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 44140923 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18020] ppid=18013 vsize=868544 CPUtime=0.33
/proc/18014/task/18020/stat : 18020 (java) S 18013 18000 17963 0 -1 64 1539 0 0 0 32 1 0 0 16 0 9 0 44140923 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18021] ppid=18013 vsize=868544 CPUtime=0
/proc/18014/task/18021/stat : 18021 (java) S 18013 18000 17963 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 44140923 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18014/tid=18022] ppid=18013 vsize=868544 CPUtime=0
/proc/18014/task/18022/stat : 18022 (java) S 18013 18000 17963 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 44140923 889389056 53697 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 457.21
Current children cumulated vsize (KiB) 890640

[startup+466.203 s]
/proc/loadavg: 1.60 1.85 2.25 2/83 18029
/proc/meminfo: memFree=269120/2055920 swapFree=4180184/4192956
[pid=18000] ppid=17998 vsize=16740 CPUtime=458.69
/proc/18000/stat : 18000 (sugar++) R 17998 18000 17963 0 -1 4194304 1318 92431 2 4 5 34 44499 1331 18 0 1 0 44140749 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 224627758121 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18000/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 458.69
Current children cumulated vsize (KiB) 16740

[startup+467.002 s]
/proc/loadavg: 1.60 1.85 2.25 1/83 18029
/proc/meminfo: memFree=1209792/2055920 swapFree=4180184/4192956
[pid=18000] ppid=17998 vsize=16740 CPUtime=458.93
/proc/18000/stat : 18000 (sugar++) D 17998 18000 17963 0 -1 4194304 1318 92431 2 4 5 58 44499 1331 18 0 1 0 44140749 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 224627758121 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/18000/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 458.93
Current children cumulated vsize (KiB) 16740

[startup+467.402 s]
/proc/loadavg: 1.60 1.85 2.25 1/83 18029
/proc/meminfo: memFree=1209792/2055920 swapFree=4180184/4192956
[pid=18000] ppid=17998 vsize=16740 CPUtime=458.95
/proc/18000/stat : 18000 (sugar++) D 17998 18000 17963 0 -1 4194304 1318 92431 2 4 5 60 44499 1331 18 0 1 0 44140749 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 224627758121 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18000/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 458.95
Current children cumulated vsize (KiB) 16740

[startup+467.802 s]
/proc/loadavg: 1.60 1.85 2.25 1/83 18029
/proc/meminfo: memFree=1209792/2055920 swapFree=4180184/4192956
[pid=18000] ppid=17998 vsize=16740 CPUtime=458.99
/proc/18000/stat : 18000 (sugar++) D 17998 18000 17963 0 -1 4194304 1318 92431 2 4 5 64 44499 1331 18 0 1 0 44140749 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 224627758121 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18000/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 458.99
Current children cumulated vsize (KiB) 16740

[startup+467.902 s]
/proc/loadavg: 1.60 1.85 2.25 1/83 18029
/proc/meminfo: memFree=1209792/2055920 swapFree=4180184/4192956
[pid=18000] ppid=17998 vsize=16740 CPUtime=459
/proc/18000/stat : 18000 (sugar++) D 17998 18000 17963 0 -1 4194304 1318 92431 2 4 5 65 44499 1331 18 0 1 0 44140749 17141760 1105 996147200 4194304 4206940 548682068528 18446744073709551615 224627758121 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/18000/statm: 4185 1105 410 3 0 764 0
Current children cumulated CPU time (s) 459
Current children cumulated vsize (KiB) 16740

Child status: 0
Real time (s): 467.947
CPU time (s): 459.035
CPU user time (s): 445.058
CPU system time (s): 13.9769
CPU usage (%): 98.0956
Max. virtual memory (cumulated for all children) (KiB): 903340

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 445.058
system time used= 13.9769
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93805
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32977
involuntary context switches= 34409

runsolver used 0.584911 second user time and 1.55576 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-12 16:54:11
IDJOB=1112835
IDBENCH=61482
IDSOLVER=367
FILE ID=node49/1112835-1215874450
PBS_JOBID= 7903606
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/fapp/fapp26/normalized-fapp26-2300-4.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1112835-1215874450/watcher-1112835-1215874450 -o /tmp/evaluation-result-1112835-1215874450/solver-1112835-1215874450 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1112835-1215874450.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d73e99eb4b5798901f411267510cf8b6
RANDOM SEED=346479502

node49.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.239
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.239
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:       1462392 kB
Buffers:          5696 kB
Cached:          52768 kB
SwapCached:       5592 kB
Active:         538648 kB
Inactive:        14180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1462392 kB
SwapTotal:     4192956 kB
SwapFree:      4180184 kB
Dirty:            4404 kB
Writeback:           0 kB
Mapped:         510764 kB
Slab:            24860 kB
Committed_AS:   926504 kB
PageTables:       2788 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= 66544 MiB
End job on node49 at 2008-07-12 17:01:59