Trace number 2061940

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? (TO) 1800.09 1807.54

General information on the benchmark

Namecsp/cjss/
normalized-ft10x3-838.xml
MD5SUM0a059d0b95beb10c2779427519320287
Bench CategoryAlldiff+Cumul+Elt+WSum (alldiff,cumulative,element,weightedsum)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables301
Number of constraints310
Maximum constraint arity30
Maximum domain size839
Number of constraints which are defined in extension0
Number of constraints which are defined in intension300
Global constraints used (with number of constraints)cumulative(10)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 17:58:08 2009
0.00/0.08	c 0	PID 16035
0.06/0.08	c 0	HOST node78.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2061940-1247327888.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2061940-1247327888.xml' 'HOME/temp.csp'
0.06/0.59	c 1	2 domains, 301 variables, 1 predicates, 0 relations, 310 constraints
0.06/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.61	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.69	c 1	Parsing HOME/temp.csp
0.55/0.75	c 1	parsed 614 expressions
0.55/0.76	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.55/0.76	c 1	Converting to clausal form CSP
0.55/0.78	c 1	converted 62 (10%) expressions
0.55/0.78	c 1	converted 123 (20%) expressions
0.55/0.78	c 1	converted 185 (30%) expressions
0.55/0.78	c 1	converted 246 (40%) expressions
0.55/0.79	c 1	converted 307 (50%) expressions
0.55/0.81	c 1	converted 369 (60%) expressions
0.55/0.82	c 1	converted 430 (70%) expressions
0.55/0.83	c 1	converted 492 (80%) expressions
0.55/0.84	c 1	converted 553 (90%) expressions
37.55/38.03	c 38	converted 614 (100%) expressions
37.55/38.07	c 38	CSP : 241354 integers, 148188 booleans, 743561 clauses, largest domain size 825
37.55/38.07	c 38	Heap : 495 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
37.55/38.07	c 38	Propagation in CSP
44.28/44.86	c 45	65385 values, 0 unsatisfiable literals, and 0 valid clauses are removed
44.28/44.89	c 45	CSP : 241354 integers, 148188 booleans, 743561 clauses, largest domain size 446
44.28/44.89	c 45	Heap : 519 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
44.58/45.11	c 45	Simplifing CSP by introducing new Boolean variables
44.87/45.45	c 46	CSP : 241354 integers, 148188 booleans, 743561 clauses, largest domain size 446
44.87/45.45	c 46	Heap : 521 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
47.36/47.96	c 48	Encoding CSP to SAT : HOME/temp.cnf
47.56/48.20	c 48	24136 (10%) CSP integer variables are encoded (102084 clauses, 1516844 bytes)
47.65/48.24	c 48	48271 (20%) CSP integer variables are encoded (106470 clauses, 1591406 bytes)
47.65/48.28	c 48	72407 (30%) CSP integer variables are encoded (110628 clauses, 1662092 bytes)
47.75/48.32	c 48	96542 (40%) CSP integer variables are encoded (114714 clauses, 1731554 bytes)
47.75/48.36	c 49	120677 (50%) CSP integer variables are encoded (118512 clauses, 1796120 bytes)
47.75/48.40	c 49	144813 (60%) CSP integer variables are encoded (122100 clauses, 1857116 bytes)
47.85/48.44	c 49	168948 (70%) CSP integer variables are encoded (125880 clauses, 1921376 bytes)
47.85/48.47	c 49	193084 (80%) CSP integer variables are encoded (129336 clauses, 1980128 bytes)
47.95/48.51	c 49	217219 (90%) CSP integer variables are encoded (133314 clauses, 2047754 bytes)
47.95/48.56	c 49	241354 (100%) CSP integer variables are encoded (137376 clauses, 2116808 bytes)
96.07/97.10	c 97	74357 (10%) CSP clauses are encoded (921021 clauses, 26620194 bytes)
154.09/155.76	c 156	148713 (20%) CSP clauses are encoded (1691154 clauses, 52319444 bytes)
207.83/210.05	c 210	223069 (30%) CSP clauses are encoded (2440547 clauses, 77364693 bytes)
271.11/273.98	c 274	297425 (40%) CSP clauses are encoded (3171227 clauses, 101758589 bytes)
329.02/332.50	c 333	371781 (50%) CSP clauses are encoded (3819762 clauses, 123189246 bytes)
402.31/406.47	c 407	446137 (60%) CSP clauses are encoded (4415053 clauses, 142663925 bytes)
481.25/486.14	c 486	520493 (70%) CSP clauses are encoded (5103447 clauses, 165543682 bytes)
574.05/579.87	c 580	594849 (80%) CSP clauses are encoded (5867403 clauses, 191098770 bytes)
660.52/667.18	c 667	669205 (90%) CSP clauses are encoded (6539778 clauses, 213330369 bytes)
737.70/744.73	c 745	743561 (100%) CSP clauses are encoded (7226892 clauses, 235967263 bytes)
737.70/744.73	c 745	743561 CSP clauses encoded
737.70/744.73	c 745	Writing map file : HOME/temp.map
737.70/744.77	c 745	Heap : 488 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
737.70/744.77	c 745	SAT : 484479 SAT variables, 7226892 SAT clauses, 235967263 bytes
737.70/744.77	c 745	Heap : 488 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
737.77/744.88	c 745	SOLVING HOME/temp.cnf
737.77/744.88	c 745	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.09/1807.51	c ERROR INTERRUPTED
1800.09/1807.53	s UNKNOWN
1800.09/1807.53	c 1808	CPU 737.87 (0.06 0.02 735.33 2.46)
1800.09/1807.53	c 1808	END Sat Jul 11 18:28:16 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-2061940-1247327888/watcher-2061940-1247327888 -o /tmp/evaluation-result-2061940-1247327888/solver-2061940-1247327888 -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-2061940-1247327888.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: 1.97 2.00 1.95 4/81 16035
/proc/meminfo: memFree=912864/2055912 swapFree=4192956/4192956
[pid=16035] ppid=16033 vsize=12268 CPUtime=0
/proc/16035/stat : 16035 (sugar) R 16033 16035 14578 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 19853371 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 255373048421 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/16035/statm: 3067 316 241 3 0 167 0

[startup+0.08268 s]
/proc/loadavg: 1.97 2.00 1.95 4/81 16035
/proc/meminfo: memFree=912864/2055912 swapFree=4192956/4192956
[pid=16035] ppid=16033 vsize=16740 CPUtime=0.06
/proc/16035/stat : 16035 (sugar) S 16033 16035 14578 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 19853371 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16035/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101844 s]
/proc/loadavg: 1.97 2.00 1.95 4/81 16035
/proc/meminfo: memFree=912864/2055912 swapFree=4192956/4192956
[pid=16035] ppid=16033 vsize=16868 CPUtime=0.06
/proc/16035/stat : 16035 (sugar) S 16033 16035 14578 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19853371 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16035/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30186 s]
/proc/loadavg: 1.97 2.00 1.95 4/81 16035
/proc/meminfo: memFree=912864/2055912 swapFree=4192956/4192956
[pid=16035] ppid=16033 vsize=16868 CPUtime=0.06
/proc/16035/stat : 16035 (sugar) S 16033 16035 14578 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 19853371 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16035/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701904 s]
/proc/loadavg: 1.97 2.00 1.95 4/81 16035
/proc/meminfo: memFree=912864/2055912 swapFree=4192956/4192956
[pid=16035] ppid=16033 vsize=16868 CPUtime=0.55
/proc/16035/stat : 16035 (sugar) S 16033 16035 14578 0 -1 4194304 1309 4682 0 1 5 1 46 3 16 0 1 0 19853371 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16035/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 16868

[startup+1.50299 s]
/proc/loadavg: 1.97 2.00 1.95 4/92 16057
/proc/meminfo: memFree=897928/2055912 swapFree=4192956/4192956
[pid=16035] ppid=16033 vsize=16868 CPUtime=0.55
/proc/16035/stat : 16035 (sugar) S 16033 16035 14578 0 -1 4194304 1309 4682 0 1 5 1 46 3 15 0 1 0 19853371 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16035/statm: 4217 1111 409 3 0 796 0
[pid=16048] ppid=16035 vsize=5356 CPUtime=0
/proc/16048/stat : 16048 (sh) S 16035 16035 14578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19853433 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16048/statm: 1339 233 193 169 0 50 0
[pid=16049] ppid=16048 vsize=868488 CPUtime=0.85
/proc/16049/stat : 16049 (java) S 16048 16035 14578 0 -1 0 8854 0 1 0 81 4 0 0 18 0 9 0 19853434 889331712 8071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16049/statm: 217122 8071 2567 9 0 211627 0
[pid=16049/tid=16050] ppid=16048 vsize=868488 CPUtime=0.45
/proc/16049/task/16050/stat : 16050 (java) R 16048 16035 14578 0 -1 64 2691 0 1 0 44 1 0 0 20 0 9 0 19853435 889331712 8071 996147200 134512640 134550932 4294955936 18446744073709551615 4126434807 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16051] ppid=16048 vsize=868488 CPUtime=0.2
/proc/16049/task/16051/stat : 16051 (java) S 16048 16035 14578 0 -1 64 3958 0 0 0 19 1 0 0 16 0 9 0 19853436 889331712 8071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16052] ppid=16048 vsize=868488 CPUtime=0
/proc/16049/task/16052/stat : 16052 (java) S 16048 16035 14578 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19853436 889331712 8071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16053] ppid=16048 vsize=868488 CPUtime=0
/proc/16049/task/16053/stat : 16053 (java) S 16048 16035 14578 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19853436 889331712 8071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16054] ppid=16048 vsize=868488 CPUtime=0
/proc/16049/task/16054/stat : 16054 (java) S 16048 16035 14578 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19853438 889331712 8071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16055] ppid=16048 vsize=868488 CPUtime=0.17
/proc/16049/task/16055/stat : 16055 (java) S 16048 16035 14578 0 -1 64 1506 0 0 0 17 0 0 0 16 0 9 0 19853438 889331712 8071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16056] ppid=16048 vsize=868488 CPUtime=0
/proc/16049/task/16056/stat : 16056 (java) S 16048 16035 14578 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19853438 889331712 8071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16057] ppid=16048 vsize=868488 CPUtime=0
/proc/16049/task/16057/stat : 16057 (java) S 16048 16035 14578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19853438 889331712 8071 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890712

[startup+3.10216 s]
/proc/loadavg: 1.97 2.00 1.95 3/92 16057
/proc/meminfo: memFree=878856/2055912 swapFree=4192956/4192956
[pid=16035] ppid=16033 vsize=16868 CPUtime=0.55
/proc/16035/stat : 16035 (sugar) S 16033 16035 14578 0 -1 4194304 1309 4682 0 1 5 1 46 3 15 0 1 0 19853371 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16035/statm: 4217 1111 409 3 0 796 0
[pid=16048] ppid=16035 vsize=5356 CPUtime=0
/proc/16048/stat : 16048 (sh) S 16035 16035 14578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19853433 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16048/statm: 1339 233 193 169 0 50 0
[pid=16049] ppid=16048 vsize=868576 CPUtime=2.44
/proc/16049/stat : 16049 (java) S 16048 16035 14578 0 -1 0 14837 0 1 0 236 8 0 0 18 0 9 0 19853434 889421824 13856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16049/statm: 217144 13856 2567 9 0 211649 0
[pid=16049/tid=16050] ppid=16048 vsize=868576 CPUtime=1.49
/proc/16049/task/16050/stat : 16050 (java) R 16048 16035 14578 0 -1 64 3045 0 1 0 147 2 0 0 25 0 9 0 19853435 889421824 13856 996147200 134512640 134550932 4294955936 18446744073709551615 4126465278 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16051] ppid=16048 vsize=868576 CPUtime=0.73
/proc/16049/task/16051/stat : 16051 (java) S 16048 16035 14578 0 -1 64 9579 0 0 0 69 4 0 0 16 0 9 0 19853436 889421824 13856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16052] ppid=16048 vsize=868576 CPUtime=0
/proc/16049/task/16052/stat : 16052 (java) S 16048 16035 14578 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19853436 889421824 13856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16053] ppid=16048 vsize=868576 CPUtime=0
/proc/16049/task/16053/stat : 16053 (java) S 16048 16035 14578 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19853436 889421824 13856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16054] ppid=16048 vsize=868576 CPUtime=0
/proc/16049/task/16054/stat : 16054 (java) S 16048 16035 14578 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19853438 889421824 13856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16055] ppid=16048 vsize=868576 CPUtime=0.18
/proc/16049/task/16055/stat : 16055 (java) S 16048 16035 14578 0 -1 64 1514 0 0 0 18 0 0 0 16 0 9 0 19853438 889421824 13856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16056] ppid=16048 vsize=868576 CPUtime=0
/proc/16049/task/16056/stat : 16056 (java) S 16048 16035 14578 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19853438 889421824 13856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16057] ppid=16048 vsize=868576 CPUtime=0
/proc/16049/task/16057/stat : 16057 (java) S 16048 16035 14578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19853438 889421824 13856 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 890800

[startup+6.3015 s]
/proc/loadavg: 2.13 2.03 1.96 4/92 16057
/proc/meminfo: memFree=807496/2055912 swapFree=4192956/4192956
[pid=16035] ppid=16033 vsize=16868 CPUtime=0.55
/proc/16035/stat : 16035 (sugar) S 16033 16035 14578 0 -1 4194304 1309 4682 0 1 5 1 46 3 15 0 1 0 19853371 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16035/statm: 4217 1111 409 3 0 796 0
[pid=16048] ppid=16035 vsize=5356 CPUtime=0
/proc/16048/stat : 16048 (sh) S 16035 16035 14578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19853433 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16048/statm: 1339 233 193 169 0 50 0
[pid=16049] ppid=16048 vsize=868576 CPUtime=5.6
/proc/16049/stat : 16049 (java) S 16048 16035 14578 0 -1 0 38741 0 1 0 540 20 0 0 18 0 9 0 19853434 889421824 26870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16049/statm: 217144 26870 2568 9 0 211649 0
[pid=16049/tid=16050] ppid=16048 vsize=868576 CPUtime=3.25
/proc/16049/task/16050/stat : 16050 (java) R 16048 16035 14578 0 -1 64 3867 0 1 0 322 3 0 0 25 0 9 0 19853435 889421824 26870 996147200 134512640 134550932 4294955936 18446744073709551615 4126575699 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16051] ppid=16048 vsize=868576 CPUtime=2.13
/proc/16049/task/16051/stat : 16051 (java) S 16048 16035 14578 0 -1 64 32648 0 0 0 198 15 0 0 16 0 9 0 19853436 889421824 26870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16052] ppid=16048 vsize=868576 CPUtime=0
/proc/16049/task/16052/stat : 16052 (java) S 16048 16035 14578 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19853436 889421824 26870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16053] ppid=16048 vsize=868576 CPUtime=0
/proc/16049/task/16053/stat : 16053 (java) S 16048 16035 14578 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19853436 889421824 26870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16054] ppid=16048 vsize=868576 CPUtime=0
/proc/16049/task/16054/stat : 16054 (java) S 16048 16035 14578 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19853438 889421824 26870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16055] ppid=16048 vsize=868576 CPUtime=0.19
/proc/16049/task/16055/stat : 16055 (java) S 16048 16035 14578 0 -1 64 1527 0 0 0 19 0 0 0 16 0 9 0 19853438 889421824 26870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16056] ppid=16048 vsize=868576 CPUtime=0
/proc/16049/task/16056/stat : 16056 (java) S 16048 16035 14578 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19853438 889421824 26870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16057] ppid=16048 vsize=868576 CPUtime=0
/proc/16049/task/16057/stat : 16057 (java) S 16048 16035 14578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19853438 889421824 26870 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 890800

[startup+12.7022 s]
/proc/loadavg: 2.20 2.04 1.97 3/92 16057
/proc/meminfo: memFree=728520/2055912 swapFree=4192956/4192956
[pid=16035] ppid=16033 vsize=16868 CPUtime=0.55
/proc/16035/stat : 16035 (sugar) S 16033 16035 14578 0 -1 4194304 1309 4682 0 1 5 1 46 3 15 0 1 0 19853371 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16035/statm: 4217 1111 409 3 0 796 0
[pid=16048] ppid=16035 vsize=5356 CPUtime=0
/proc/16048/stat : 16048 (sh) S 16035 16035 14578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19853433 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16048/statm: 1339 233 193 169 0 50 0
[pid=16049] ppid=16048 vsize=882828 CPUtime=11.93
/proc/16049/stat : 16049 (java) S 16048 16035 14578 0 -1 0 76200 0 1 0 1156 37 0 0 18 0 9 0 19853434 904015872 52366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16049/statm: 220707 52366 2568 9 0 215212 0
[pid=16049/tid=16050] ppid=16048 vsize=882828 CPUtime=7.09
/proc/16049/task/16050/stat : 16050 (java) R 16048 16035 14578 0 -1 64 4417 0 1 0 706 3 0 0 25 0 9 0 19853435 904015872 52366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16051] ppid=16048 vsize=882828 CPUtime=4.62
/proc/16049/task/16051/stat : 16051 (java) R 16048 16035 14578 0 -1 64 69557 0 0 0 430 32 0 0 16 0 9 0 19853436 904015872 52366 996147200 134512640 134550932 4294955936 18446744073709551615 104188790 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16052] ppid=16048 vsize=882828 CPUtime=0
/proc/16049/task/16052/stat : 16052 (java) S 16048 16035 14578 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19853436 904015872 52366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16053] ppid=16048 vsize=882828 CPUtime=0
/proc/16049/task/16053/stat : 16053 (java) S 16048 16035 14578 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19853436 904015872 52366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16054] ppid=16048 vsize=882828 CPUtime=0
/proc/16049/task/16054/stat : 16054 (java) S 16048 16035 14578 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19853438 904015872 52366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16055] ppid=16048 vsize=882828 CPUtime=0.19
/proc/16049/task/16055/stat : 16055 (java) S 16048 16035 14578 0 -1 64 1527 0 0 0 19 0 0 0 17 0 9 0 19853438 904015872 52366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16056] ppid=16048 vsize=882828 CPUtime=0
/proc/16049/task/16056/stat : 16056 (java) S 16048 16035 14578 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19853438 904015872 52366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16057] ppid=16048 vsize=882828 CPUtime=0
/proc/16049/task/16057/stat : 16057 (java) S 16048 16035 14578 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19853438 904015872 52366 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 905052

[startup+25.5025 s]
/proc/loadavg: 2.24 2.06 1.97 3/92 16057
/proc/meminfo: memFree=536392/2055912 swapFree=4192956/4192956
[pid=16035] ppid=16033 vsize=16868 CPUtime=0.55
/proc/16035/stat : 16035 (sugar) S 16033 16035 14578 0 -1 4194304 1309 4682 0 1 5 1 46 3 15 0 1 0 19853371 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16035/statm: 4217 1111 409 3 0 796 0
[pid=16048] ppid=16035 vsize=5356 CPUtime=0
/proc/16048/stat : 16048 (sh) S 16035 16035 14578 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19853433 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16048/statm: 1339 233 193 169 0 50 0
[pid=16049] ppid=16048 vsize=868576 CPUtime=24.61
/proc/16049/stat : 16049 (java) S 16048 16035 14578 0 -1 0 130276 0 1 0 2403 58 0 0 18 0 9 0 19853434 889421824 97466 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16049/statm: 217144 97466 2568 9 0 211649 0
[pid=16049/tid=16050] ppid=16048 vsize=868576 CPUtime=15.1
/proc/16049/task/16050/stat : 16050 (java) R 16048 16035 14578 0 -1 64 6995 0 1 0 1506 4 0 0 25 0 9 0 19853435 889421824 97466 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16051] ppid=16048 vsize=868576 CPUtime=9.27
/proc/16049/task/16051/stat : 16051 (java) R 16048 16035 14578 0 -1 64 121054 0 0 0 876 51 0 0 16 0 9 0 19853436 889421824 97466 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16052] ppid=16048 vsize=868576 CPUtime=0
/proc/16049/task/16052/stat : 16052 (java) S 16048 16035 14578 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 19853436 889421824 97466 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16053] ppid=16048 vsize=868576 CPUtime=0
/proc/16049/task/16053/stat : 16053 (java) S 16048 16035 14578 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19853436 889421824 97466 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16049/tid=16054] ppid=16048 vsize=868576 CPUtime=0

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

/proc/meminfo: memFree=551048/2055912 swapFree=4192956/4192956
[pid=16035] ppid=16033 vsize=16868 CPUtime=737.87
/proc/16035/stat : 16035 (sugar) S 16033 16035 14578 0 -1 4194304 1365 197419 0 2 6 2 73533 246 16 0 1 0 19853371 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16035/statm: 4217 1113 409 3 0 796 0
[pid=16155] ppid=16035 vsize=5356 CPUtime=0
/proc/16155/stat : 16155 (sh) S 16035 16035 14578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19927860 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16155/statm: 1339 232 193 169 0 50 0
[pid=16156] ppid=16155 vsize=192704 CPUtime=617.17
/proc/16156/stat : 16156 (picosat) R 16155 16035 14578 0 -1 4194304 45050 0 0 0 57473 4244 0 0 25 0 1 0 19927860 197328896 45009 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 0 0 0
/proc/16156/statm: 48176 45009 48 102 0 48071 0
Current children cumulated CPU time (s) 1355.04
Current children cumulated vsize (KiB) 214928

[startup+1422.31 s]
/proc/loadavg: 2.09 2.07 2.01 3/77 16156
/proc/meminfo: memFree=550280/2055912 swapFree=4192956/4192956
[pid=16035] ppid=16033 vsize=16868 CPUtime=737.87
/proc/16035/stat : 16035 (sugar) S 16033 16035 14578 0 -1 4194304 1365 197419 0 2 6 2 73533 246 16 0 1 0 19853371 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16035/statm: 4217 1113 409 3 0 796 0
[pid=16155] ppid=16035 vsize=5356 CPUtime=0
/proc/16155/stat : 16155 (sh) S 16035 16035 14578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19927860 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16155/statm: 1339 232 193 169 0 50 0
[pid=16156] ppid=16155 vsize=193492 CPUtime=677.15
/proc/16156/stat : 16156 (picosat) R 16155 16035 14578 0 -1 4194304 45250 0 0 0 63471 4244 0 0 25 0 1 0 19927860 198135808 45209 996147200 134512640 134931368 4294956256 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 0 0 0
/proc/16156/statm: 48373 45209 48 102 0 48268 0
Current children cumulated CPU time (s) 1415.02
Current children cumulated vsize (KiB) 215716

[startup+1482.3 s]
/proc/loadavg: 2.03 2.05 2.00 3/77 16156
/proc/meminfo: memFree=549512/2055912 swapFree=4192956/4192956
[pid=16035] ppid=16033 vsize=16868 CPUtime=737.87
/proc/16035/stat : 16035 (sugar) S 16033 16035 14578 0 -1 4194304 1365 197419 0 2 6 2 73533 246 16 0 1 0 19853371 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16035/statm: 4217 1113 409 3 0 796 0
[pid=16155] ppid=16035 vsize=5356 CPUtime=0
/proc/16155/stat : 16155 (sh) S 16035 16035 14578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19927860 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16155/statm: 1339 232 193 169 0 50 0
[pid=16156] ppid=16155 vsize=194152 CPUtime=737.13
/proc/16156/stat : 16156 (picosat) R 16155 16035 14578 0 -1 4194304 45422 0 0 0 69469 4244 0 0 25 0 1 0 19927860 198811648 45381 996147200 134512640 134931368 4294956256 18446744073709551615 134522836 0 0 4096 0 0 0 0 17 0 0 0
/proc/16156/statm: 48538 45381 48 102 0 48433 0
Current children cumulated CPU time (s) 1475
Current children cumulated vsize (KiB) 216376

[startup+1542.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/77 16156
/proc/meminfo: memFree=548680/2055912 swapFree=4192956/4192956
[pid=16035] ppid=16033 vsize=16868 CPUtime=737.87
/proc/16035/stat : 16035 (sugar) S 16033 16035 14578 0 -1 4194304 1365 197419 0 2 6 2 73533 246 16 0 1 0 19853371 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16035/statm: 4217 1113 409 3 0 796 0
[pid=16155] ppid=16035 vsize=5356 CPUtime=0
/proc/16155/stat : 16155 (sh) S 16035 16035 14578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19927860 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16155/statm: 1339 232 193 169 0 50 0
[pid=16156] ppid=16155 vsize=194944 CPUtime=797.1
/proc/16156/stat : 16156 (picosat) R 16155 16035 14578 0 -1 4194304 45634 0 0 0 75466 4244 0 0 25 0 1 0 19927860 199622656 45593 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/16156/statm: 48736 45593 48 102 0 48631 0
Current children cumulated CPU time (s) 1534.97
Current children cumulated vsize (KiB) 217168

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/77 16156
/proc/meminfo: memFree=548040/2055912 swapFree=4192956/4192956
[pid=16035] ppid=16033 vsize=16868 CPUtime=737.87
/proc/16035/stat : 16035 (sugar) S 16033 16035 14578 0 -1 4194304 1365 197419 0 2 6 2 73533 246 16 0 1 0 19853371 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16035/statm: 4217 1113 409 3 0 796 0
[pid=16155] ppid=16035 vsize=5356 CPUtime=0
/proc/16155/stat : 16155 (sh) S 16035 16035 14578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19927860 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16155/statm: 1339 232 193 169 0 50 0
[pid=16156] ppid=16155 vsize=195604 CPUtime=857.09
/proc/16156/stat : 16156 (picosat) R 16155 16035 14578 0 -1 4194304 45805 0 0 0 81464 4245 0 0 25 0 1 0 19927860 200298496 45764 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16156/statm: 48901 45764 48 102 0 48796 0
Current children cumulated CPU time (s) 1594.96
Current children cumulated vsize (KiB) 217828

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/78 16157
/proc/meminfo: memFree=547200/2055912 swapFree=4192956/4192956
[pid=16035] ppid=16033 vsize=16868 CPUtime=737.87
/proc/16035/stat : 16035 (sugar) S 16033 16035 14578 0 -1 4194304 1365 197419 0 2 6 2 73533 246 16 0 1 0 19853371 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16035/statm: 4217 1113 409 3 0 796 0
[pid=16155] ppid=16035 vsize=5356 CPUtime=0
/proc/16155/stat : 16155 (sh) S 16035 16035 14578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19927860 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16155/statm: 1339 232 193 169 0 50 0
[pid=16156] ppid=16155 vsize=196260 CPUtime=917.07
/proc/16156/stat : 16156 (picosat) R 16155 16035 14578 0 -1 4194304 45979 0 0 0 87462 4245 0 0 25 0 1 0 19927860 200970240 45938 996147200 134512640 134931368 4294956256 18446744073709551615 134522740 0 0 4096 0 0 0 0 17 0 0 0
/proc/16156/statm: 49065 45938 48 102 0 48960 0
Current children cumulated CPU time (s) 1654.94
Current children cumulated vsize (KiB) 218484

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/78 16157
/proc/meminfo: memFree=546496/2055912 swapFree=4192956/4192956
[pid=16035] ppid=16033 vsize=16868 CPUtime=737.87
/proc/16035/stat : 16035 (sugar) S 16033 16035 14578 0 -1 4194304 1365 197419 0 2 6 2 73533 246 16 0 1 0 19853371 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16035/statm: 4217 1113 409 3 0 796 0
[pid=16155] ppid=16035 vsize=5356 CPUtime=0
/proc/16155/stat : 16155 (sh) S 16035 16035 14578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19927860 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16155/statm: 1339 232 193 169 0 50 0
[pid=16156] ppid=16155 vsize=197052 CPUtime=977.04
/proc/16156/stat : 16156 (picosat) R 16155 16035 14578 0 -1 4194304 46167 0 0 0 93459 4245 0 0 25 0 1 0 19927860 201781248 46126 996147200 134512640 134931368 4294956256 18446744073709551615 134529486 0 0 4096 0 0 0 0 17 0 0 0
/proc/16156/statm: 49263 46126 48 102 0 49158 0
Current children cumulated CPU time (s) 1714.91
Current children cumulated vsize (KiB) 219276

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/78 16157
/proc/meminfo: memFree=545600/2055912 swapFree=4192956/4192956
[pid=16035] ppid=16033 vsize=16868 CPUtime=737.87
/proc/16035/stat : 16035 (sugar) S 16033 16035 14578 0 -1 4194304 1365 197419 0 2 6 2 73533 246 16 0 1 0 19853371 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16035/statm: 4217 1113 409 3 0 796 0
[pid=16155] ppid=16035 vsize=5356 CPUtime=0
/proc/16155/stat : 16155 (sh) S 16035 16035 14578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19927860 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16155/statm: 1339 232 193 169 0 50 0
[pid=16156] ppid=16155 vsize=197712 CPUtime=1037.02
/proc/16156/stat : 16156 (picosat) R 16155 16035 14578 0 -1 4194304 46335 0 0 0 99457 4245 0 0 25 0 1 0 19927860 202457088 46294 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/16156/statm: 49428 46294 48 102 0 49323 0
Current children cumulated CPU time (s) 1774.89
Current children cumulated vsize (KiB) 219936



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/78 16157
/proc/meminfo: memFree=545344/2055912 swapFree=4192956/4192956
[pid=16035] ppid=16033 vsize=16868 CPUtime=737.87
/proc/16035/stat : 16035 (sugar) S 16033 16035 14578 0 -1 4194304 1365 197419 0 2 6 2 73533 246 16 0 1 0 19853371 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16035/statm: 4217 1113 409 3 0 796 0
[pid=16155] ppid=16035 vsize=5356 CPUtime=0
/proc/16155/stat : 16155 (sh) S 16035 16035 14578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19927860 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16155/statm: 1339 232 193 169 0 50 0
[pid=16156] ppid=16155 vsize=197976 CPUtime=1062.22
/proc/16156/stat : 16156 (picosat) R 16155 16035 14578 0 -1 4194304 46402 0 0 0 101976 4246 0 0 25 0 1 0 19927860 202727424 46361 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/16156/statm: 49494 46361 48 102 0 49389 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 220200

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

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

[startup+1807.5 s]
/proc/loadavg: 2.00 2.01 2.00 3/78 16157
/proc/meminfo: memFree=545344/2055912 swapFree=4192956/4192956
[pid=16035] ppid=16033 vsize=16868 CPUtime=737.87
/proc/16035/stat : 16035 (sugar) S 16033 16035 14578 0 -1 4194304 1365 197419 0 2 6 2 73533 246 16 0 1 0 19853371 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 255381778530 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/16035/statm: 4217 1113 409 3 0 796 0
[pid=16155] ppid=16035 vsize=5356 CPUtime=0
/proc/16155/stat : 16155 (sh) S 16035 16035 14578 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19927860 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 255372878660 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/16155/statm: 1339 232 193 169 0 50 0
[pid=16156] ppid=16155 vsize=197976 CPUtime=1062.22
/proc/16156/stat : 16156 (picosat) R 16155 16035 14578 0 -1 4194304 46402 0 0 0 101976 4246 0 0 25 0 1 0 19927860 202727424 46361 996147200 134512640 134931368 4294956256 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/16156/statm: 49494 46361 48 102 0 49389 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 220200

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16035 and gives
#  childrusage.ru_utime.tv_sec=735
#  childrusage.ru_utime.tv_usec=401202
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=484622
# CPU time returned by wait4() is 737.886
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1807.54
CPU time (s): 1800.09
CPU user time (s): 1755.15
CPU system time (s): 44.94
CPU usage (%): 99.5879
Max. virtual memory (cumulated for all children) (KiB): 913292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 735.401
system time used= 2.48462
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 199178
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= 23299
involuntary context switches= 38003

runsolver used 2.34664 second user time and 5.9301 second system time

The end

Launcher Data

Begin job on node78 at 2009-07-11 17:58:08
IDJOB=2061940
IDBENCH=53854
IDSOLVER=738
FILE ID=node78/2061940-1247327888
PBS_JOBID= 9506477
Free space on /tmp= 126796 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/cjss/normalized-ft10x3-838.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-2061940-1247327888/watcher-2061940-1247327888 -o /tmp/evaluation-result-2061940-1247327888/solver-2061940-1247327888 -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-2061940-1247327888.xml

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

MD5SUM BENCH= 0a059d0b95beb10c2779427519320287
RANDOM SEED=155218652

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.232
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.232
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:        913280 kB
Buffers:         64268 kB
Cached:         922344 kB
SwapCached:          0 kB
Active:         168164 kB
Inactive:       896696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055912 kB
LowFree:        913280 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1404 kB
Writeback:           0 kB
Mapped:          95996 kB
Slab:            62528 kB
Committed_AS:   897924 kB
PageTables:       1968 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= 126796 MiB
End job on node78 at 2009-07-11 18:28:18