Trace number 2065779

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.03 1817.25

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-95-3.xml
MD5SUM3402f4fe587d9b501967a261cbfa42d3
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.84987
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size899
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sat Jul 11 21:04:36 2009
0.00/0.08	c 0	PID 15064
0.06/0.08	c 0	HOST node41.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2065779-1247339075.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-2065779-1247339075.xml' 'HOME/temp.csp'
0.06/0.86	c 0	225 domains, 225 variables, 1 predicates, 0 relations, 3150 constraints
0.06/0.88	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.88	c 0	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.83/0.95	c 0	Parsing HOME/temp.csp
1.14/1.21	c 1	parsed 3601 expressions
1.14/1.21	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.21	c 1	Converting to clausal form CSP
1.14/1.24	c 1	converted 361 (10%) expressions
1.23/1.35	c 1	converted 721 (20%) expressions
1.32/1.45	c 1	converted 1081 (30%) expressions
1.32/1.48	c 1	converted 1441 (40%) expressions
1.32/1.50	c 1	converted 1801 (50%) expressions
1.43/1.51	c 1	converted 2161 (60%) expressions
1.43/1.53	c 1	converted 2521 (70%) expressions
1.43/1.54	c 1	converted 2881 (80%) expressions
1.43/1.55	c 1	converted 3241 (90%) expressions
1.43/1.56	c 1	converted 3601 (100%) expressions
1.43/1.56	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 899
1.43/1.56	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.56	c 1	Propagation in CSP
1.43/1.59	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.43/1.59	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 899
1.43/1.59	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.59	c 1	Simplifing CSP by introducing new Boolean variables
1.52/1.69	c 1	CSP : 225 integers, 6300 booleans, 9450 clauses, largest domain size 899
1.52/1.69	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.62/1.73	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.62/1.77	c 1	23 (10%) CSP integer variables are encoded (19546 clauses, 271070 bytes)
1.72/1.80	c 1	45 (20%) CSP integer variables are encoded (38263 clauses, 551825 bytes)
1.72/1.83	c 1	68 (30%) CSP integer variables are encoded (57844 clauses, 845540 bytes)
1.72/1.86	c 1	90 (40%) CSP integer variables are encoded (76547 clauses, 1126085 bytes)
1.72/1.89	c 1	113 (50%) CSP integer variables are encoded (96185 clauses, 1420655 bytes)
1.82/1.93	c 1	135 (60%) CSP integer variables are encoded (114927 clauses, 1731876 bytes)
1.82/1.96	c 2	158 (70%) CSP integer variables are encoded (134179 clauses, 2059160 bytes)
1.82/1.99	c 2	180 (80%) CSP integer variables are encoded (152910 clauses, 2377587 bytes)
1.92/2.03	c 2	203 (90%) CSP integer variables are encoded (172346 clauses, 2707999 bytes)
1.92/2.06	c 2	225 (100%) CSP integer variables are encoded (190922 clauses, 3023791 bytes)
3.01/3.14	c 3	945 (10%) CSP clauses are encoded (700323 clauses, 14315213 bytes)
4.09/4.21	c 4	1890 (20%) CSP clauses are encoded (1208050 clauses, 26154886 bytes)
5.07/5.27	c 5	2835 (30%) CSP clauses are encoded (1711391 clauses, 37910022 bytes)
6.16/6.34	c 6	3780 (40%) CSP clauses are encoded (2221136 clauses, 49823930 bytes)
7.15/7.39	c 7	4725 (50%) CSP clauses are encoded (2724867 clauses, 61605757 bytes)
8.32/8.50	c 8	5670 (60%) CSP clauses are encoded (3232422 clauses, 73534429 bytes)
9.36/9.67	c 9	6615 (70%) CSP clauses are encoded (3745573 clauses, 85926032 bytes)
10.44/10.72	c 10	7560 (80%) CSP clauses are encoded (4240626 clauses, 98290072 bytes)
11.43/11.76	c 11	8505 (90%) CSP clauses are encoded (4748251 clauses, 110968412 bytes)
12.42/12.77	c 12	9450 (100%) CSP clauses are encoded (5247204 clauses, 123429952 bytes)
12.42/12.77	c 12	9450 CSP clauses encoded
12.42/12.77	c 12	Writing map file : HOME/temp.map
12.42/12.78	c 12	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
12.42/12.78	c 12	SAT : 197447 SAT variables, 5247204 SAT clauses, 123429952 bytes
12.42/12.78	c 12	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
12.50/12.81	c 12	SOLVING HOME/temp.cnf
12.50/12.81	c 12	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.03/1817.22	c ERROR INTERRUPTED
1800.03/1817.25	s UNKNOWN
1800.03/1817.25	c 1817	CPU 12.52 (0.06 0.01 11.3 1.15)
1800.03/1817.25	c 1817	END Sat Jul 11 21:34:53 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-2065779-1247339075/watcher-2065779-1247339075 -o /tmp/evaluation-result-2065779-1247339075/solver-2065779-1247339075 -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-2065779-1247339075.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.06 2.03 4/74 15064
/proc/meminfo: memFree=1214848/2055920 swapFree=4192956/4192956
[pid=15064] ppid=15062 vsize=12132 CPUtime=0
/proc/15064/stat : 15064 (sugar) R 15062 15064 14482 0 -1 4194304 215 0 0 0 0 0 0 0 20 0 1 0 20599255 12423168 183 996147200 4194304 4206940 548682068608 18446744073709551615 209155846966 0 0 4224 0 0 0 0 17 1 0 0
/proc/15064/statm: 3033 183 142 3 0 133 0

[startup+0.0829241 s]
/proc/loadavg: 2.00 2.06 2.03 4/74 15064
/proc/meminfo: memFree=1214848/2055920 swapFree=4192956/4192956
[pid=15064] ppid=15062 vsize=16740 CPUtime=0.06
/proc/15064/stat : 15064 (sugar) S 15062 15064 14482 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 20599255 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101989 s]
/proc/loadavg: 2.00 2.06 2.03 4/74 15064
/proc/meminfo: memFree=1214848/2055920 swapFree=4192956/4192956
[pid=15064] ppid=15062 vsize=16868 CPUtime=0.06
/proc/15064/stat : 15064 (sugar) S 15062 15064 14482 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20599255 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301728 s]
/proc/loadavg: 2.00 2.06 2.03 4/74 15064
/proc/meminfo: memFree=1214848/2055920 swapFree=4192956/4192956
[pid=15064] ppid=15062 vsize=16868 CPUtime=0.06
/proc/15064/stat : 15064 (sugar) S 15062 15064 14482 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20599255 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701772 s]
/proc/loadavg: 2.00 2.06 2.03 4/74 15064
/proc/meminfo: memFree=1214848/2055920 swapFree=4192956/4192956
[pid=15064] ppid=15062 vsize=16868 CPUtime=0.06
/proc/15064/stat : 15064 (sugar) S 15062 15064 14482 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 20599255 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50283 s]
/proc/loadavg: 2.00 2.06 2.03 5/85 15086
/proc/meminfo: memFree=1206952/2055920 swapFree=4192956/4192956
[pid=15064] ppid=15062 vsize=16868 CPUtime=0.83
/proc/15064/stat : 15064 (sugar) S 15062 15064 14482 0 -1 4194304 1309 6826 0 1 6 1 72 4 16 0 1 0 20599255 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4217 1111 409 3 0 796 0
[pid=15077] ppid=15064 vsize=5356 CPUtime=0
/proc/15077/stat : 15077 (sh) S 15064 15064 14482 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20599343 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15077/statm: 1339 233 193 169 0 50 0
[pid=15078] ppid=15077 vsize=869540 CPUtime=0.6
/proc/15078/stat : 15078 (java) S 15077 15064 14482 0 -1 0 5469 0 1 0 57 3 0 0 18 0 9 0 20599343 890408960 4904 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15078/statm: 217385 4904 1743 9 0 211890 0
[pid=15078/tid=15079] ppid=15077 vsize=869540 CPUtime=0.39
/proc/15078/task/15079/stat : 15079 (java) R 15077 15064 14482 0 -1 64 2661 0 1 0 38 1 0 0 20 0 9 0 20599344 890408960 4904 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15080] ppid=15077 vsize=869540 CPUtime=0.02
/proc/15078/task/15080/stat : 15080 (java) R 15077 15064 14482 0 -1 64 647 0 0 0 2 0 0 0 16 0 9 0 20599345 890408960 4904 996147200 134512640 134550932 4294955936 18446744073709551615 104330819 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15081] ppid=15077 vsize=869540 CPUtime=0
/proc/15078/task/15081/stat : 15081 (java) S 15077 15064 14482 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 20599345 890408960 4904 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15082] ppid=15077 vsize=869540 CPUtime=0
/proc/15078/task/15082/stat : 15082 (java) S 15077 15064 14482 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 20599345 890408960 4904 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15083] ppid=15077 vsize=869540 CPUtime=0
/proc/15078/task/15083/stat : 15083 (java) S 15077 15064 14482 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20599348 890408960 4904 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15084] ppid=15077 vsize=869540 CPUtime=0.16
/proc/15078/task/15084/stat : 15084 (java) S 15077 15064 14482 0 -1 64 1467 0 0 0 15 1 0 0 16 0 9 0 20599348 890408960 4904 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15085] ppid=15077 vsize=869540 CPUtime=0
/proc/15078/task/15085/stat : 15085 (java) S 15077 15064 14482 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20599348 890408960 4904 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15086] ppid=15077 vsize=869540 CPUtime=0
/proc/15078/task/15086/stat : 15086 (java) S 15077 15064 14482 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20599348 890408960 4904 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 891764

[startup+3.10298 s]
/proc/loadavg: 2.08 2.08 2.04 3/85 15086
/proc/meminfo: memFree=1190760/2055920 swapFree=4192956/4192956
[pid=15064] ppid=15062 vsize=16868 CPUtime=0.83
/proc/15064/stat : 15064 (sugar) S 15062 15064 14482 0 -1 4194304 1310 6826 0 1 6 1 72 4 15 0 1 0 20599255 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4217 1111 409 3 0 796 0
[pid=15077] ppid=15064 vsize=5356 CPUtime=0
/proc/15077/stat : 15077 (sh) S 15064 15064 14482 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20599343 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15077/statm: 1339 233 193 169 0 50 0
[pid=15078] ppid=15077 vsize=869736 CPUtime=2.18
/proc/15078/stat : 15078 (java) S 15077 15064 14482 0 -1 0 7976 0 1 0 201 17 0 0 18 0 9 0 20599343 890609664 6839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15078/statm: 217434 6839 2590 9 0 211911 0
[pid=15078/tid=15079] ppid=15077 vsize=869736 CPUtime=1.72
/proc/15078/task/15079/stat : 15079 (java) R 15077 15064 14482 0 -1 64 3106 0 1 0 161 11 0 0 25 0 9 0 20599344 890609664 6839 996147200 134512640 134550932 4294955936 18446744073709551615 102094030 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15080] ppid=15077 vsize=869736 CPUtime=0.23
/proc/15078/task/15080/stat : 15080 (java) S 15077 15064 14482 0 -1 64 2674 0 0 0 20 3 0 0 16 0 9 0 20599345 890609664 6839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15081] ppid=15077 vsize=869736 CPUtime=0
/proc/15078/task/15081/stat : 15081 (java) S 15077 15064 14482 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20599345 890609664 6839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15082] ppid=15077 vsize=869736 CPUtime=0
/proc/15078/task/15082/stat : 15082 (java) S 15077 15064 14482 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20599345 890609664 6839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15083] ppid=15077 vsize=869736 CPUtime=0
/proc/15078/task/15083/stat : 15083 (java) S 15077 15064 14482 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20599348 890609664 6839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15084] ppid=15077 vsize=869736 CPUtime=0.2
/proc/15078/task/15084/stat : 15084 (java) S 15077 15064 14482 0 -1 64 1497 0 0 0 19 1 0 0 16 0 9 0 20599348 890609664 6839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15085] ppid=15077 vsize=869736 CPUtime=0
/proc/15078/task/15085/stat : 15085 (java) S 15077 15064 14482 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20599348 890609664 6839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15086] ppid=15077 vsize=869736 CPUtime=0
/proc/15078/task/15086/stat : 15086 (java) S 15077 15064 14482 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20599348 890609664 6839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 891960

[startup+6.30126 s]
/proc/loadavg: 2.08 2.08 2.04 3/85 15086
/proc/meminfo: memFree=1153832/2055920 swapFree=4192956/4192956
[pid=15064] ppid=15062 vsize=16868 CPUtime=0.83
/proc/15064/stat : 15064 (sugar) S 15062 15064 14482 0 -1 4194304 1310 6826 0 1 6 1 72 4 16 0 1 0 20599255 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4217 1111 409 3 0 796 0
[pid=15077] ppid=15064 vsize=5356 CPUtime=0
/proc/15077/stat : 15077 (sh) S 15064 15064 14482 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20599343 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15077/statm: 1339 233 193 169 0 50 0
[pid=15078] ppid=15077 vsize=869736 CPUtime=5.33
/proc/15078/stat : 15078 (java) S 15077 15064 14482 0 -1 0 8901 0 1 0 485 48 0 0 18 0 9 0 20599343 890609664 6842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15078/statm: 217434 6842 2590 9 0 211911 0
[pid=15078/tid=15079] ppid=15077 vsize=869736 CPUtime=4.61
/proc/15078/task/15079/stat : 15079 (java) R 15077 15064 14482 0 -1 64 4029 0 1 0 426 35 0 0 25 0 9 0 20599344 890609664 6842 996147200 134512640 134550932 4294955936 18446744073709551615 4126893327 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15080] ppid=15077 vsize=869736 CPUtime=0.48
/proc/15078/task/15080/stat : 15080 (java) S 15077 15064 14482 0 -1 64 2674 0 0 0 37 11 0 0 16 0 9 0 20599345 890609664 6842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15081] ppid=15077 vsize=869736 CPUtime=0
/proc/15078/task/15081/stat : 15081 (java) S 15077 15064 14482 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20599345 890609664 6842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15082] ppid=15077 vsize=869736 CPUtime=0
/proc/15078/task/15082/stat : 15082 (java) S 15077 15064 14482 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20599345 890609664 6842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15083] ppid=15077 vsize=869736 CPUtime=0
/proc/15078/task/15083/stat : 15083 (java) S 15077 15064 14482 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20599348 890609664 6842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15084] ppid=15077 vsize=869736 CPUtime=0.21
/proc/15078/task/15084/stat : 15084 (java) S 15077 15064 14482 0 -1 64 1499 0 0 0 20 1 0 0 17 0 9 0 20599348 890609664 6842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15085] ppid=15077 vsize=869736 CPUtime=0
/proc/15078/task/15085/stat : 15085 (java) S 15077 15064 14482 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20599348 890609664 6842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15086] ppid=15077 vsize=869736 CPUtime=0
/proc/15078/task/15086/stat : 15086 (java) S 15077 15064 14482 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20599348 890609664 6842 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 891960

[startup+12.7018 s]
/proc/loadavg: 2.07 2.07 2.04 3/85 15086
/proc/meminfo: memFree=1078120/2055920 swapFree=4192956/4192956
[pid=15064] ppid=15062 vsize=16868 CPUtime=0.83
/proc/15064/stat : 15064 (sugar) S 15062 15064 14482 0 -1 4194304 1310 6826 0 1 6 1 72 4 16 0 1 0 20599255 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4217 1111 409 3 0 796 0
[pid=15077] ppid=15064 vsize=5356 CPUtime=0
/proc/15077/stat : 15077 (sh) S 15064 15064 14482 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20599343 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15077/statm: 1339 233 193 169 0 50 0
[pid=15078] ppid=15077 vsize=869736 CPUtime=11.59
/proc/15078/stat : 15078 (java) S 15077 15064 14482 0 -1 0 10771 0 1 0 1050 109 0 0 18 0 9 0 20599343 890609664 6850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15078/statm: 217434 6850 2590 9 0 211911 0
[pid=15078/tid=15079] ppid=15077 vsize=869736 CPUtime=10.36
/proc/15078/task/15079/stat : 15079 (java) R 15077 15064 14482 0 -1 64 5891 0 1 0 952 84 0 0 25 0 9 0 20599344 890609664 6850 996147200 134512640 134550932 4294955936 18446744073709551615 4126897598 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15080] ppid=15077 vsize=869736 CPUtime=0.97
/proc/15078/task/15080/stat : 15080 (java) S 15077 15064 14482 0 -1 64 2674 0 0 0 75 22 0 0 16 0 9 0 20599345 890609664 6850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15081] ppid=15077 vsize=869736 CPUtime=0
/proc/15078/task/15081/stat : 15081 (java) S 15077 15064 14482 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20599345 890609664 6850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15082] ppid=15077 vsize=869736 CPUtime=0
/proc/15078/task/15082/stat : 15082 (java) S 15077 15064 14482 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20599345 890609664 6850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15083] ppid=15077 vsize=869736 CPUtime=0
/proc/15078/task/15083/stat : 15083 (java) S 15077 15064 14482 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20599348 890609664 6850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15084] ppid=15077 vsize=869736 CPUtime=0.22
/proc/15078/task/15084/stat : 15084 (java) S 15077 15064 14482 0 -1 64 1507 0 0 0 21 1 0 0 16 0 9 0 20599348 890609664 6850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15085] ppid=15077 vsize=869736 CPUtime=0
/proc/15078/task/15085/stat : 15085 (java) S 15077 15064 14482 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20599348 890609664 6850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15078/tid=15086] ppid=15077 vsize=869736 CPUtime=0
/proc/15078/task/15086/stat : 15086 (java) S 15077 15064 14482 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20599348 890609664 6850 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 891960

[startup+25.502 s]
/proc/loadavg: 2.06 2.07 2.04 3/77 15088
/proc/meminfo: memFree=1026280/2055920 swapFree=4192956/4192956
[pid=15064] ppid=15062 vsize=16868 CPUtime=12.52
/proc/15064/stat : 15064 (sugar) S 15062 15064 14482 0 -1 4194304 1365 17927 0 2 6 1 1130 115 16 0 1 0 20599255 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4217 1113 409 3 0 796 0
[pid=15087] ppid=15064 vsize=5356 CPUtime=0
/proc/15087/stat : 15087 (sh) S 15064 15064 14482 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20600537 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15087/statm: 1339 232 193 169 0 50 0
[pid=15088] ppid=15087 vsize=69288 CPUtime=12.54
/proc/15088/stat : 15088 (picosat) R 15087 15064 14482 0 -1 4194304 15353 0 0 0 571 683 0 0 25 0 1 0 20600537 70950912 15339 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/15088/statm: 17322 15339 40 102 0 17217 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 91512

[startup+51.1012 s]
/proc/loadavg: 2.04 2.06 2.03 3/77 15088
/proc/meminfo: memFree=926696/2055920 swapFree=4192956/4192956
[pid=15064] ppid=15062 vsize=16868 CPUtime=12.52
/proc/15064/stat : 15064 (sugar) S 15062 15064 14482 0 -1 4194304 1365 17927 0 2 6 1 1130 115 16 0 1 0 20599255 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4217 1113 409 3 0 796 0

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

/proc/meminfo: memFree=871800/2055920 swapFree=4192956/4192956
[pid=15064] ppid=15062 vsize=16868 CPUtime=12.52
/proc/15064/stat : 15064 (sugar) S 15062 15064 14482 0 -1 4194304 1365 17927 0 2 6 1 1130 115 16 0 1 0 20599255 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4217 1113 409 3 0 796 0
[pid=15087] ppid=15064 vsize=5356 CPUtime=0
/proc/15087/stat : 15087 (sh) S 15064 15064 14482 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20600537 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15087/statm: 1339 232 193 169 0 50 0
[pid=15088] ppid=15087 vsize=227548 CPUtime=1277.4
/proc/15088/stat : 15088 (picosat) R 15087 15064 14482 0 -1 4194304 53382 0 0 0 125175 2565 0 0 25 0 1 0 20600537 233009152 52464 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/15088/statm: 56887 52464 48 102 0 56782 0
Current children cumulated CPU time (s) 1289.92
Current children cumulated vsize (KiB) 249772

[startup+1362.3 s]
/proc/loadavg: 2.06 2.07 2.01 3/77 15088
/proc/meminfo: memFree=871096/2055920 swapFree=4192956/4192956
[pid=15064] ppid=15062 vsize=16868 CPUtime=12.52
/proc/15064/stat : 15064 (sugar) S 15062 15064 14482 0 -1 4194304 1365 17927 0 2 6 1 1130 115 16 0 1 0 20599255 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4217 1113 409 3 0 796 0
[pid=15087] ppid=15064 vsize=5356 CPUtime=0
/proc/15087/stat : 15087 (sh) S 15064 15064 14482 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20600537 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15087/statm: 1339 232 193 169 0 50 0
[pid=15088] ppid=15087 vsize=227548 CPUtime=1336.84
/proc/15088/stat : 15088 (picosat) R 15087 15064 14482 0 -1 4194304 53382 0 0 0 131119 2565 0 0 25 0 1 0 20600537 233009152 52464 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/15088/statm: 56887 52464 48 102 0 56782 0
Current children cumulated CPU time (s) 1349.36
Current children cumulated vsize (KiB) 249772

[startup+1422.31 s]
/proc/loadavg: 2.02 2.05 2.00 3/77 15088
/proc/meminfo: memFree=871096/2055920 swapFree=4192956/4192956
[pid=15064] ppid=15062 vsize=16868 CPUtime=12.52
/proc/15064/stat : 15064 (sugar) S 15062 15064 14482 0 -1 4194304 1365 17927 0 2 6 1 1130 115 16 0 1 0 20599255 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4217 1113 409 3 0 796 0
[pid=15087] ppid=15064 vsize=5356 CPUtime=0
/proc/15087/stat : 15087 (sh) S 15064 15064 14482 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20600537 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15087/statm: 1339 232 193 169 0 50 0
[pid=15088] ppid=15087 vsize=227548 CPUtime=1396.28
/proc/15088/stat : 15088 (picosat) R 15087 15064 14482 0 -1 4194304 53382 0 0 0 137063 2565 0 0 25 0 1 0 20600537 233009152 52464 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15088/statm: 56887 52464 48 102 0 56782 0
Current children cumulated CPU time (s) 1408.8
Current children cumulated vsize (KiB) 249772

[startup+1482.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/77 15088
/proc/meminfo: memFree=871096/2055920 swapFree=4192956/4192956
[pid=15064] ppid=15062 vsize=16868 CPUtime=12.52
/proc/15064/stat : 15064 (sugar) S 15062 15064 14482 0 -1 4194304 1365 17927 0 2 6 1 1130 115 16 0 1 0 20599255 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4217 1113 409 3 0 796 0
[pid=15087] ppid=15064 vsize=5356 CPUtime=0
/proc/15087/stat : 15087 (sh) S 15064 15064 14482 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20600537 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15087/statm: 1339 232 193 169 0 50 0
[pid=15088] ppid=15087 vsize=227548 CPUtime=1455.71
/proc/15088/stat : 15088 (picosat) R 15087 15064 14482 0 -1 4194304 53382 0 0 0 143006 2565 0 0 25 0 1 0 20600537 233009152 52464 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15088/statm: 56887 52464 48 102 0 56782 0
Current children cumulated CPU time (s) 1468.23
Current children cumulated vsize (KiB) 249772

[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/75 15116
/proc/meminfo: memFree=1188944/2055920 swapFree=4192956/4192956
[pid=15064] ppid=15062 vsize=16868 CPUtime=12.52
/proc/15064/stat : 15064 (sugar) S 15062 15064 14482 0 -1 4194304 1365 17927 0 2 6 1 1130 115 16 0 1 0 20599255 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4217 1113 409 3 0 796 0
[pid=15087] ppid=15064 vsize=5356 CPUtime=0
/proc/15087/stat : 15087 (sh) S 15064 15064 14482 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20600537 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15087/statm: 1339 232 193 169 0 50 0
[pid=15088] ppid=15087 vsize=227944 CPUtime=1515.17
/proc/15088/stat : 15088 (picosat) R 15087 15064 14482 0 -1 4194304 53518 0 0 0 148951 2566 0 0 25 0 1 0 20600537 233414656 52600 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15088/statm: 56986 52600 48 102 0 56881 0
Current children cumulated CPU time (s) 1527.69
Current children cumulated vsize (KiB) 250168

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 15116
/proc/meminfo: memFree=1188944/2055920 swapFree=4192956/4192956
[pid=15064] ppid=15062 vsize=16868 CPUtime=12.52
/proc/15064/stat : 15064 (sugar) S 15062 15064 14482 0 -1 4194304 1365 17927 0 2 6 1 1130 115 16 0 1 0 20599255 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4217 1113 409 3 0 796 0
[pid=15087] ppid=15064 vsize=5356 CPUtime=0
/proc/15087/stat : 15087 (sh) S 15064 15064 14482 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20600537 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15087/statm: 1339 232 193 169 0 50 0
[pid=15088] ppid=15087 vsize=228076 CPUtime=1574.61
/proc/15088/stat : 15088 (picosat) R 15087 15064 14482 0 -1 4194304 53687 0 0 0 154895 2566 0 0 25 0 1 0 20600537 233549824 52612 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/15088/statm: 57019 52612 48 102 0 56914 0
Current children cumulated CPU time (s) 1587.13
Current children cumulated vsize (KiB) 250300

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/75 15116
/proc/meminfo: memFree=1189008/2055920 swapFree=4192956/4192956
[pid=15064] ppid=15062 vsize=16868 CPUtime=12.52
/proc/15064/stat : 15064 (sugar) S 15062 15064 14482 0 -1 4194304 1365 17927 0 2 6 1 1130 115 16 0 1 0 20599255 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4217 1113 409 3 0 796 0
[pid=15087] ppid=15064 vsize=5356 CPUtime=0
/proc/15087/stat : 15087 (sh) S 15064 15064 14482 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20600537 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15087/statm: 1339 232 193 169 0 50 0
[pid=15088] ppid=15087 vsize=228076 CPUtime=1634.06
/proc/15088/stat : 15088 (picosat) R 15087 15064 14482 0 -1 4194304 53687 0 0 0 160839 2567 0 0 25 0 1 0 20600537 233549824 52612 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15088/statm: 57019 52612 48 102 0 56914 0
Current children cumulated CPU time (s) 1646.58
Current children cumulated vsize (KiB) 250300

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 15116
/proc/meminfo: memFree=1188944/2055920 swapFree=4192956/4192956
[pid=15064] ppid=15062 vsize=16868 CPUtime=12.52
/proc/15064/stat : 15064 (sugar) S 15062 15064 14482 0 -1 4194304 1365 17927 0 2 6 1 1130 115 16 0 1 0 20599255 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4217 1113 409 3 0 796 0
[pid=15087] ppid=15064 vsize=5356 CPUtime=0
/proc/15087/stat : 15087 (sh) S 15064 15064 14482 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20600537 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15087/statm: 1339 232 193 169 0 50 0
[pid=15088] ppid=15087 vsize=228076 CPUtime=1693.5
/proc/15088/stat : 15088 (picosat) R 15087 15064 14482 0 -1 4194304 53687 0 0 0 166783 2567 0 0 25 0 1 0 20600537 233549824 52612 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15088/statm: 57019 52612 48 102 0 56914 0
Current children cumulated CPU time (s) 1706.02
Current children cumulated vsize (KiB) 250300

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/75 15116
/proc/meminfo: memFree=1188752/2055920 swapFree=4192956/4192956
[pid=15064] ppid=15062 vsize=16868 CPUtime=12.52
/proc/15064/stat : 15064 (sugar) S 15062 15064 14482 0 -1 4194304 1365 17927 0 2 6 1 1130 115 16 0 1 0 20599255 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4217 1113 409 3 0 796 0
[pid=15087] ppid=15064 vsize=5356 CPUtime=0
/proc/15087/stat : 15087 (sh) S 15064 15064 14482 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20600537 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15087/statm: 1339 232 193 169 0 50 0
[pid=15088] ppid=15087 vsize=228208 CPUtime=1752.93
/proc/15088/stat : 15088 (picosat) R 15087 15064 14482 0 -1 4194304 53738 0 0 0 172726 2567 0 0 25 0 1 0 20600537 233684992 52663 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/15088/statm: 57052 52663 48 102 0 56947 0
Current children cumulated CPU time (s) 1765.45
Current children cumulated vsize (KiB) 250432



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1817.21 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 15116
/proc/meminfo: memFree=1187792/2055920 swapFree=4192956/4192956
[pid=15064] ppid=15062 vsize=16868 CPUtime=12.52
/proc/15064/stat : 15064 (sugar) S 15062 15064 14482 0 -1 4194304 1365 17927 0 2 6 1 1130 115 16 0 1 0 20599255 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15064/statm: 4217 1113 409 3 0 796 0
[pid=15087] ppid=15064 vsize=5356 CPUtime=0
/proc/15087/stat : 15087 (sh) S 15064 15064 14482 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20600537 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15087/statm: 1339 232 193 169 0 50 0
[pid=15088] ppid=15087 vsize=228868 CPUtime=1787.51
/proc/15088/stat : 15088 (picosat) R 15087 15064 14482 0 -1 4194304 54088 0 0 0 176184 2567 0 0 25 0 1 0 20600537 234360832 52850 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/15088/statm: 57217 52850 48 102 0 57112 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 251092

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 15064 and gives
#  childrusage.ru_utime.tv_sec=11
#  childrusage.ru_utime.tv_usec=375270
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=178820
# CPU time returned by wait4() is 12.5541
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1817.25
CPU time (s): 1800.03
CPU user time (s): 1773.2
CPU system time (s): 26.83
CPU usage (%): 99.0524
Max. virtual memory (cumulated for all children) (KiB): 891960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.3753
system time used= 1.17882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19686
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= 30434
involuntary context switches= 30570

runsolver used 1.9597 second user time and 6.32504 second system time

The end

Launcher Data

Begin job on node41 at 2009-07-11 21:04:36
IDJOB=2065779
IDBENCH=54420
IDSOLVER=738
FILE ID=node41/2065779-1247339075
PBS_JOBID= 9506744
Free space on /tmp= 65764 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-95-3.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-2065779-1247339075/watcher-2065779-1247339075 -o /tmp/evaluation-result-2065779-1247339075/solver-2065779-1247339075 -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-2065779-1247339075.xml

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

MD5SUM BENCH= 3402f4fe587d9b501967a261cbfa42d3
RANDOM SEED=1657178133

node41.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.212
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	: 5931.00
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.212
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:       1215328 kB
Buffers:         52988 kB
Cached:         521816 kB
SwapCached:          0 kB
Active:         365540 kB
Inactive:       424088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1215328 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1968 kB
Writeback:           0 kB
Mapped:         225996 kB
Slab:            35932 kB
Committed_AS:   370172 kB
PageTables:       2216 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 65876 MiB
End job on node41 at 2009-07-11 21:34:55