Trace number 2088010

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? (MO) 312.794 315.274

General information on the benchmark

Namecsp/fapp/fapp19/
normalized-fapp19-0350-8.xml
MD5SUMce0f620893af5adfeaa49fc84af7b2cb
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark26.342
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints5873
Maximum constraint arity2
Maximum domain size802
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5873
Global constraints used (with number of constraints)

Solver Data

0.03/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.03/0.07	c 0	BEGIN Sun Jul 12 10:30:28 2009
0.03/0.07	c 0	PID 26064
0.03/0.07	c 0	HOST node8.alineos.net
0.03/0.07	c 0	CONVERTING HOME/instance-2088010-1247387427.xml TO HOME/temp.csp
0.03/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2088010-1247387427.xml' 'HOME/temp.csp'
0.06/0.63	c 0	8 domains, 350 variables, 8 predicates, 0 relations, 5873 constraints
0.06/0.64	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.64	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.75/0.71	c 0	Parsing HOME/temp.csp
0.75/0.83	c 0	parsed 6239 expressions
0.75/0.84	c 0	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.75/0.84	c 0	Converting to clausal form CSP
1.83/1.61	c 1	converted 624 (10%) expressions
3.04/2.89	c 2	converted 1248 (20%) expressions
4.13/3.96	c 4	converted 1872 (30%) expressions
5.13/4.99	c 5	converted 2496 (40%) expressions
6.13/5.94	c 5	converted 3120 (50%) expressions
7.03/6.89	c 6	converted 3744 (60%) expressions
8.12/7.94	c 7	converted 4368 (70%) expressions
9.12/8.97	c 9	converted 4992 (80%) expressions
10.21/10.09	c 10	converted 5616 (90%) expressions
11.21/11.09	c 11	converted 6239 (100%) expressions
11.21/11.09	c 11	CSP : 698 integers, 16965 booleans, 35691 clauses, largest domain size 2921
11.21/11.09	c 11	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.21/11.09	c 11	Propagation in CSP
11.61/11.49	c 11	550 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.61/11.49	c 11	CSP : 698 integers, 16965 booleans, 35691 clauses, largest domain size 2921
11.61/11.49	c 11	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.71/11.51	c 11	Simplifing CSP by introducing new Boolean variables
11.71/11.58	c 11	CSP : 698 integers, 29225 booleans, 47951 clauses, largest domain size 2921
11.71/11.58	c 11	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
11.91/11.74	c 11	Encoding CSP to SAT : HOME/temp.cnf
13.13/12.90	c 12	70 (10%) CSP integer variables are encoded (40772 clauses, 589472 bytes)
14.03/13.83	c 13	140 (20%) CSP integer variables are encoded (76752 clauses, 1129172 bytes)
15.13/14.91	c 14	210 (30%) CSP integer variables are encoded (116663 clauses, 1761524 bytes)
16.23/16.08	c 16	280 (40%) CSP integer variables are encoded (157839 clauses, 2461516 bytes)
17.43/17.26	c 17	349 (50%) CSP integer variables are encoded (199194 clauses, 3164551 bytes)
17.73/17.52	c 17	419 (60%) CSP integer variables are encoded (392807 clauses, 6455972 bytes)
17.92/17.74	c 17	489 (70%) CSP integer variables are encoded (584839 clauses, 9720516 bytes)
18.13/17.97	c 18	559 (80%) CSP integer variables are encoded (780835 clauses, 13052448 bytes)
18.31/18.20	c 18	629 (90%) CSP integer variables are encoded (975779 clauses, 16366496 bytes)
18.62/18.42	c 18	698 (100%) CSP integer variables are encoded (1164838 clauses, 19911452 bytes)
33.74/33.64	c 33	4796 (10%) CSP clauses are encoded (2993665 clauses, 64908501 bytes)
45.02/45.03	c 45	9591 (20%) CSP clauses are encoded (4973769 clauses, 114651432 bytes)
56.04/56.28	c 56	14386 (30%) CSP clauses are encoded (6974557 clauses, 165911792 bytes)
66.50/66.88	c 66	19181 (40%) CSP clauses are encoded (8985260 clauses, 217561958 bytes)
76.91/77.33	c 77	23976 (50%) CSP clauses are encoded (10945931 clauses, 268003417 bytes)
87.19/87.77	c 87	28771 (60%) CSP clauses are encoded (12895154 clauses, 318014993 bytes)
99.50/100.28	c 100	33566 (70%) CSP clauses are encoded (14938189 clauses, 370540618 bytes)
111.16/112.03	c 112	38361 (80%) CSP clauses are encoded (16953247 clauses, 422506182 bytes)
123.33/124.33	c 124	43156 (90%) CSP clauses are encoded (19067251 clauses, 476855502 bytes)
134.66/135.86	c 135	47951 (100%) CSP clauses are encoded (21074724 clauses, 528586335 bytes)
134.66/135.86	c 135	47951 CSP clauses encoded
134.66/135.86	c 135	Writing map file : HOME/temp.map
134.76/135.92	c 135	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
134.76/135.92	c 135	SAT : 1194761 SAT variables, 21074724 SAT clauses, 528586335 bytes
134.76/135.92	c 135	Heap : 18 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
134.76/135.97	c 136	SOLVING HOME/temp.cnf
134.76/135.97	c 136	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
312.49/314.91	c ERROR INTERRUPTED
312.61/315.02	s UNKNOWN
312.61/315.02	c 315	CPU 134.82 (0.06 0.01 131.23 3.52)
312.61/315.02	c 315	END Sun Jul 12 10:35:43 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-2088010-1247387427/watcher-2088010-1247387427 -o /tmp/evaluation-result-2088010-1247387427/solver-2088010-1247387427 -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-2088010-1247387427.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.00 1.13 1.50 3/83 26064
/proc/meminfo: memFree=1328688/2055920 swapFree=4192812/4192956
[pid=26064] ppid=26062 vsize=12272 CPUtime=0
/proc/26064/stat : 26064 (sugar) R 26062 26064 25169 0 -1 4194304 359 0 0 0 0 0 0 0 19 0 1 0 25810003 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 228715445246 0 0 4224 0 0 0 0 17 0 0 0
/proc/26064/statm: 3068 327 246 3 0 168 0

[startup+0.048395 s]
/proc/loadavg: 1.00 1.13 1.50 3/83 26064
/proc/meminfo: memFree=1328688/2055920 swapFree=4192812/4192956
[pid=26064] ppid=26062 vsize=14908 CPUtime=0.03
/proc/26064/stat : 26064 (sugar) R 26062 26064 25169 0 -1 4194304 893 0 0 0 3 0 0 0 19 0 1 0 25810003 15265792 861 996147200 4194304 4206940 548682068608 18446744073709551615 228706422423 0 0 4224 0 0 0 0 17 0 0 0
/proc/26064/statm: 3727 862 378 3 0 566 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14908

[startup+0.101404 s]
/proc/loadavg: 1.00 1.13 1.50 3/83 26064
/proc/meminfo: memFree=1328688/2055920 swapFree=4192812/4192956
[pid=26064] ppid=26062 vsize=16868 CPUtime=0.06
/proc/26064/stat : 26064 (sugar) S 26062 26064 25169 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25810003 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26064/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301424 s]
/proc/loadavg: 1.00 1.13 1.50 3/83 26064
/proc/meminfo: memFree=1328688/2055920 swapFree=4192812/4192956
[pid=26064] ppid=26062 vsize=16868 CPUtime=0.06
/proc/26064/stat : 26064 (sugar) S 26062 26064 25169 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 25810003 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26064/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701461 s]
/proc/loadavg: 1.00 1.13 1.50 3/83 26064
/proc/meminfo: memFree=1328688/2055920 swapFree=4192812/4192956
[pid=26064] ppid=26062 vsize=16868 CPUtime=0.75
/proc/26064/stat : 26064 (sugar) S 26062 26064 25169 0 -1 4194304 1292 7805 0 1 5 1 65 4 16 0 1 0 25810003 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26064/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.75
Current children cumulated vsize (KiB) 16868

[startup+1.50253 s]
/proc/loadavg: 1.00 1.13 1.50 2/94 26086
/proc/meminfo: memFree=1316248/2055920 swapFree=4192812/4192956
[pid=26064] ppid=26062 vsize=16868 CPUtime=0.75
/proc/26064/stat : 26064 (sugar) S 26062 26064 25169 0 -1 4194304 1309 7805 0 1 5 1 65 4 16 0 1 0 25810003 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26064/statm: 4217 1111 409 3 0 796 0
[pid=26077] ppid=26064 vsize=5356 CPUtime=0
/proc/26077/stat : 26077 (sh) S 26064 26064 25169 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25810068 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26077/statm: 1339 233 193 169 0 50 0
[pid=26078] ppid=26077 vsize=869372 CPUtime=0.99
/proc/26078/stat : 26078 (java) S 26077 26064 25169 0 -1 0 5920 0 1 0 95 4 0 0 18 0 9 0 25810068 890236928 5282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26078/statm: 217343 5282 1742 9 0 211848 0
[pid=26078/tid=26079] ppid=26077 vsize=869372 CPUtime=0.75
/proc/26078/task/26079/stat : 26079 (java) S 26077 26064 25169 0 -1 64 2709 0 1 0 74 1 0 0 16 0 9 0 25810069 890236928 5282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26078/tid=26080] ppid=26077 vsize=869372 CPUtime=0.05
/proc/26078/task/26080/stat : 26080 (java) R 26077 26064 25169 0 -1 64 997 0 0 0 5 0 0 0 16 0 9 0 25810070 890236928 5282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26078/tid=26081] ppid=26077 vsize=869372 CPUtime=0
/proc/26078/task/26081/stat : 26081 (java) S 26077 26064 25169 0 -1 64 11 0 0 0 0 0 0 0 22 0 9 0 25810070 890236928 5282 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26078/tid=26082] ppid=26077 vsize=869372 CPUtime=0
/proc/26078/task/26082/stat : 26082 (java) S 26077 26064 25169 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 25810070 890236928 5284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26078/tid=26083] ppid=26077 vsize=869372 CPUtime=0
/proc/26078/task/26083/stat : 26083 (java) S 26077 26064 25169 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 25810072 890236928 5284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26078/tid=26084] ppid=26077 vsize=869372 CPUtime=0.15
/proc/26078/task/26084/stat : 26084 (java) S 26077 26064 25169 0 -1 64 1521 0 0 0 14 1 0 0 16 0 9 0 25810072 890236928 5284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26078/tid=26085] ppid=26077 vsize=869372 CPUtime=0
/proc/26078/task/26085/stat : 26085 (java) S 26077 26064 25169 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25810072 890236928 5284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26078/tid=26086] ppid=26077 vsize=869372 CPUtime=0
/proc/26078/task/26086/stat : 26086 (java) S 26077 26064 25169 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25810072 890236928 5284 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.74
Current children cumulated vsize (KiB) 891596

[startup+3.10169 s]
/proc/loadavg: 1.00 1.13 1.50 2/94 26086
/proc/meminfo: memFree=1309016/2055920 swapFree=4192812/4192956
[pid=26064] ppid=26062 vsize=16868 CPUtime=0.75
/proc/26064/stat : 26064 (sugar) S 26062 26064 25169 0 -1 4194304 1309 7805 0 1 5 1 65 4 16 0 1 0 25810003 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26064/statm: 4217 1111 409 3 0 796 0
[pid=26077] ppid=26064 vsize=5356 CPUtime=0
/proc/26077/stat : 26077 (sh) S 26064 26064 25169 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25810068 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26077/statm: 1339 233 193 169 0 50 0
[pid=26078] ppid=26077 vsize=869456 CPUtime=2.59
/proc/26078/stat : 26078 (java) S 26077 26064 25169 0 -1 0 8056 0 1 0 253 6 0 0 18 0 9 0 25810068 890322944 7042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26078/statm: 217364 7042 2566 9 0 211869 0
[pid=26078/tid=26079] ppid=26077 vsize=869456 CPUtime=2.18
/proc/26078/task/26079/stat : 26079 (java) S 26077 26064 25169 0 -1 64 2908 0 1 0 216 2 0 0 17 0 9 0 25810069 890322944 7042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26078/tid=26080] ppid=26077 vsize=869456 CPUtime=0.22
/proc/26078/task/26080/stat : 26080 (java) R 26077 26064 25169 0 -1 64 2915 0 0 0 20 2 0 0 16 0 9 0 25810070 890322944 7042 996147200 134512640 134550932 4294955936 18446744073709551615 104188640 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26078/tid=26081] ppid=26077 vsize=869456 CPUtime=0
/proc/26078/task/26081/stat : 26081 (java) S 26077 26064 25169 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25810070 890322944 7042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26078/tid=26082] ppid=26077 vsize=869456 CPUtime=0
/proc/26078/task/26082/stat : 26082 (java) S 26077 26064 25169 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25810070 890322944 7042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26078/tid=26083] ppid=26077 vsize=869456 CPUtime=0
/proc/26078/task/26083/stat : 26083 (java) S 26077 26064 25169 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 25810072 890322944 7042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26078/tid=26084] ppid=26077 vsize=869456 CPUtime=0.16
/proc/26078/task/26084/stat : 26084 (java) S 26077 26064 25169 0 -1 64 1535 0 0 0 15 1 0 0 16 0 9 0 25810072 890322944 7042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26078/tid=26085] ppid=26077 vsize=869456 CPUtime=0
/proc/26078/task/26085/stat : 26085 (java) S 26077 26064 25169 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25810072 890322944 7042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26078/tid=26086] ppid=26077 vsize=869456 CPUtime=0
/proc/26078/task/26086/stat : 26086 (java) S 26077 26064 25169 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25810072 890322944 7042 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.34
Current children cumulated vsize (KiB) 891680

[startup+6.30299 s]
/proc/loadavg: 1.00 1.13 1.50 2/94 26086
/proc/meminfo: memFree=1302616/2055920 swapFree=4192812/4192956
[pid=26064] ppid=26062 vsize=16868 CPUtime=0.75
/proc/26064/stat : 26064 (sugar) S 26062 26064 25169 0 -1 4194304 1309 7805 0 1 5 1 65 4 16 0 1 0 25810003 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26064/statm: 4217 1111 409 3 0 796 0
[pid=26077] ppid=26064 vsize=5356 CPUtime=0
/proc/26077/stat : 26077 (sh) S 26064 26064 25169 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25810068 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26077/statm: 1339 233 193 169 0 50 0
[pid=26078] ppid=26077 vsize=869456 CPUtime=5.78
/proc/26078/stat : 26078 (java) S 26077 26064 25169 0 -1 0 11061 0 1 0 569 9 0 0 18 0 9 0 25810068 890322944 8439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26078/statm: 217364 8439 2569 9 0 211869 0
[pid=26078/tid=26079] ppid=26077 vsize=869456 CPUtime=5.02
/proc/26078/task/26079/stat : 26079 (java) R 26077 26064 25169 0 -1 64 3329 0 1 0 500 2 0 0 16 0 9 0 25810069 890322944 8439 996147200 134512640 134550932 4294955936 18446744073709551615 4126543444 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26078/tid=26080] ppid=26077 vsize=869456 CPUtime=0.56
/proc/26078/task/26080/stat : 26080 (java) S 26077 26064 25169 0 -1 64 5495 0 0 0 52 4 0 0 15 0 9 0 25810070 890322944 8439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26078/tid=26081] ppid=26077 vsize=869456 CPUtime=0
/proc/26078/task/26081/stat : 26081 (java) S 26077 26064 25169 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25810070 890322944 8439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26078/tid=26082] ppid=26077 vsize=869456 CPUtime=0
/proc/26078/task/26082/stat : 26082 (java) S 26077 26064 25169 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25810070 890322944 8439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26078/tid=26083] ppid=26077 vsize=869456 CPUtime=0
/proc/26078/task/26083/stat : 26083 (java) S 26077 26064 25169 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 25810072 890322944 8439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26078/tid=26084] ppid=26077 vsize=869456 CPUtime=0.17
/proc/26078/task/26084/stat : 26084 (java) S 26077 26064 25169 0 -1 64 1539 0 0 0 16 1 0 0 16 0 9 0 25810072 890322944 8439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26078/tid=26085] ppid=26077 vsize=869456 CPUtime=0
/proc/26078/task/26085/stat : 26085 (java) S 26077 26064 25169 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25810072 890322944 8439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26078/tid=26086] ppid=26077 vsize=869456 CPUtime=0
/proc/26078/task/26086/stat : 26086 (java) S 26077 26064 25169 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25810072 890322944 8439 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.53
Current children cumulated vsize (KiB) 891680

[startup+12.7016 s]
/proc/loadavg: 1.00 1.13 1.50 2/94 26086
/proc/meminfo: memFree=1288728/2055920 swapFree=4192812/4192956
[pid=26064] ppid=26062 vsize=16868 CPUtime=0.75
/proc/26064/stat : 26064 (sugar) S 26062 26064 25169 0 -1 4194304 1310 7805 0 1 5 1 65 4 15 0 1 0 25810003 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26064/statm: 4217 1111 409 3 0 796 0
[pid=26077] ppid=26064 vsize=5356 CPUtime=0
/proc/26077/stat : 26077 (sh) S 26064 26064 25169 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25810068 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26077/statm: 1339 233 193 169 0 50 0
[pid=26078] ppid=26077 vsize=869568 CPUtime=12.19
/proc/26078/stat : 26078 (java) S 26077 26064 25169 0 -1 0 14920 0 1 0 1204 15 0 0 18 0 9 0 25810068 890437632 11513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26078/statm: 217392 11513 2593 9 0 211869 0
[pid=26078/tid=26079] ppid=26077 vsize=869568 CPUtime=10.75
/proc/26078/task/26079/stat : 26079 (java) R 26077 26064 25169 0 -1 64 3927 0 1 0 1071 4 0 0 17 0 9 0 25810069 890437632 11513 996147200 134512640 134550932 4294955936 18446744073709551615 4126924968 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26078/tid=26080] ppid=26077 vsize=869568 CPUtime=1.2
/proc/26078/task/26080/stat : 26080 (java) S 26077 26064 25169 0 -1 64 8723 0 0 0 111 9 0 0 16 0 9 0 25810070 890437632 11513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26078/tid=26081] ppid=26077 vsize=869568 CPUtime=0
/proc/26078/task/26081/stat : 26081 (java) S 26077 26064 25169 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25810070 890437632 11513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26078/tid=26082] ppid=26077 vsize=869568 CPUtime=0
/proc/26078/task/26082/stat : 26082 (java) S 26077 26064 25169 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25810070 890437632 11513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26078/tid=26083] ppid=26077 vsize=869568 CPUtime=0
/proc/26078/task/26083/stat : 26083 (java) S 26077 26064 25169 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 25810072 890437632 11513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26078/tid=26084] ppid=26077 vsize=869568 CPUtime=0.22
/proc/26078/task/26084/stat : 26084 (java) S 26077 26064 25169 0 -1 64 1572 0 0 0 21 1 0 0 16 0 9 0 25810072 890437632 11513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26078/tid=26085] ppid=26077 vsize=869568 CPUtime=0
/proc/26078/task/26085/stat : 26085 (java) S 26077 26064 25169 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25810072 890437632 11513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26078/tid=26086] ppid=26077 vsize=869568 CPUtime=0
/proc/26078/task/26086/stat : 26086 (java) S 26077 26064 25169 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25810072 890437632 11513 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.94
Current children cumulated vsize (KiB) 891792

[startup+25.5028 s]
/proc/loadavg: 1.00 1.12 1.49 2/94 26086
/proc/meminfo: memFree=1250840/2055920 swapFree=4192812/4192956
[pid=26064] ppid=26062 vsize=16868 CPUtime=0.76
/proc/26064/stat : 26064 (sugar) S 26062 26064 25169 0 -1 4194304 1310 7805 0 1 6 1 65 4 16 0 1 0 25810003 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26064/statm: 4217 1111 409 3 0 796 0
[pid=26077] ppid=26064 vsize=5356 CPUtime=0
/proc/26077/stat : 26077 (sh) S 26064 26064 25169 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25810068 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26077/statm: 1339 233 193 169 0 50 0
[pid=26078] ppid=26077 vsize=869568 CPUtime=24.92
/proc/26078/stat : 26078 (java) S 26077 26064 25169 0 -1 0 15399 0 1 0 2455 37 0 0 18 0 9 0 25810068 890437632 11535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26078/statm: 217392 11535 2593 9 0 211869 0
[pid=26078/tid=26079] ppid=26077 vsize=869568 CPUtime=23.33
/proc/26078/task/26079/stat : 26079 (java) R 26077 26064 25169 0 -1 64 4386 0 1 0 2309 24 0 0 17 0 9 0 25810069 890437632 11535 996147200 134512640 134550932 4294955936 18446744073709551615 4126910571 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26078/tid=26080] ppid=26077 vsize=869568 CPUtime=1.32
/proc/26078/task/26080/stat : 26080 (java) S 26077 26064 25169 0 -1 64 8727 0 0 0 121 11 0 0 16 0 9 0 25810070 890437632 11535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26078/tid=26081] ppid=26077 vsize=869568 CPUtime=0
/proc/26078/task/26081/stat : 26081 (java) S 26077 26064 25169 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25810070 890437632 11535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26078/tid=26082] ppid=26077 vsize=869568 CPUtime=0
/proc/26078/task/26082/stat : 26082 (java) S 26077 26064 25169 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25810070 890437632 11535 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26078/tid=26083] ppid=26077 vsize=869568 CPUtime=0

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

/proc/26078/task/26086/stat : 26086 (java) S 26077 26064 25169 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25810072 890437632 11547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 891792

[startup+102.307 s]
/proc/loadavg: 1.00 1.09 1.45 2/94 26086
/proc/meminfo: memFree=909912/2055920 swapFree=4192812/4192956
[pid=26064] ppid=26062 vsize=16868 CPUtime=0.76
/proc/26064/stat : 26064 (sugar) S 26062 26064 25169 0 -1 4194304 1310 7805 0 1 6 1 65 4 16 0 1 0 25810003 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26064/statm: 4217 1111 409 3 0 796 0
[pid=26077] ppid=26064 vsize=5356 CPUtime=0
/proc/26077/stat : 26077 (sh) S 26064 26064 25169 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25810068 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26077/statm: 1339 233 193 169 0 50 0
[pid=26078] ppid=26077 vsize=869568 CPUtime=100.83
/proc/26078/stat : 26078 (java) S 26077 26064 25169 0 -1 0 19255 0 1 0 9834 249 0 0 18 0 9 0 25810068 890437632 11547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/26078/statm: 217392 11547 2593 9 0 211869 0
[pid=26078/tid=26079] ppid=26077 vsize=869568 CPUtime=98.09
/proc/26078/task/26079/stat : 26079 (java) R 26077 26064 25169 0 -1 64 8230 0 1 0 9596 213 0 0 17 0 9 0 25810069 890437632 11547 996147200 134512640 134550932 4294955936 18446744073709551615 4126911527 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26078/tid=26080] ppid=26077 vsize=869568 CPUtime=2.45
/proc/26078/task/26080/stat : 26080 (java) S 26077 26064 25169 0 -1 64 8727 0 0 0 212 33 0 0 16 0 9 0 25810070 890437632 11547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=26078/tid=26081] ppid=26077 vsize=869568 CPUtime=0
/proc/26078/task/26081/stat : 26081 (java) S 26077 26064 25169 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 25810070 890437632 11547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26078/tid=26082] ppid=26077 vsize=869568 CPUtime=0
/proc/26078/task/26082/stat : 26082 (java) S 26077 26064 25169 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 25810070 890437632 11547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26078/tid=26083] ppid=26077 vsize=869568 CPUtime=0
/proc/26078/task/26083/stat : 26083 (java) S 26077 26064 25169 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 25810072 890437632 11547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=26078/tid=26084] ppid=26077 vsize=869568 CPUtime=0.26
/proc/26078/task/26084/stat : 26084 (java) S 26077 26064 25169 0 -1 64 1600 0 0 0 25 1 0 0 16 0 9 0 25810072 890437632 11547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26078/tid=26085] ppid=26077 vsize=869568 CPUtime=0
/proc/26078/task/26085/stat : 26085 (java) S 26077 26064 25169 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 25810072 890437632 11547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26078/tid=26086] ppid=26077 vsize=869568 CPUtime=0
/proc/26078/task/26086/stat : 26086 (java) S 26077 26064 25169 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25810072 890437632 11547 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.59
Current children cumulated vsize (KiB) 891792

[startup+162.302 s]
/proc/loadavg: 1.00 1.07 1.42 2/86 26088
/proc/meminfo: memFree=615576/2055920 swapFree=4192812/4192956
[pid=26064] ppid=26062 vsize=16868 CPUtime=134.81
/proc/26064/stat : 26064 (sugar) S 26062 26064 25169 0 -1 4194304 1366 29065 0 2 6 1 13123 351 16 0 1 0 25810003 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26064/statm: 4217 1114 409 3 0 796 0
[pid=26087] ppid=26064 vsize=5356 CPUtime=0
/proc/26087/stat : 26087 (sh) S 26064 26064 25169 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25823600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26087/statm: 1339 232 193 169 0 50 0
[pid=26088] ppid=26087 vsize=237088 CPUtime=26.14
/proc/26088/stat : 26088 (picosat) R 26087 26064 25169 0 -1 4194304 45311 0 0 0 1206 1408 0 0 25 0 1 0 25823601 242778112 45297 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26088/statm: 59272 45297 40 102 0 59167 0
Current children cumulated CPU time (s) 160.95
Current children cumulated vsize (KiB) 259312

[startup+222.301 s]
/proc/loadavg: 1.00 1.06 1.39 2/86 26088
/proc/meminfo: memFree=375640/2055920 swapFree=4192812/4192956
[pid=26064] ppid=26062 vsize=16868 CPUtime=134.81
/proc/26064/stat : 26064 (sugar) S 26062 26064 25169 0 -1 4194304 1366 29065 0 2 6 1 13123 351 16 0 1 0 25810003 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26064/statm: 4217 1114 409 3 0 796 0
[pid=26087] ppid=26064 vsize=5356 CPUtime=0
/proc/26087/stat : 26087 (sh) S 26064 26064 25169 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25823600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26087/statm: 1339 232 193 169 0 50 0
[pid=26088] ppid=26087 vsize=505368 CPUtime=85.73
/proc/26088/stat : 26088 (picosat) R 26087 26064 25169 0 -1 4194304 104670 0 0 0 3940 4633 0 0 25 0 1 0 25823601 517496832 104656 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26088/statm: 126342 104656 40 102 0 126237 0
Current children cumulated CPU time (s) 220.54
Current children cumulated vsize (KiB) 527592

[startup+282.301 s]
/proc/loadavg: 1.00 1.04 1.36 2/86 26088
/proc/meminfo: memFree=136984/2055920 swapFree=4192812/4192956
[pid=26064] ppid=26062 vsize=16868 CPUtime=134.81
/proc/26064/stat : 26064 (sugar) S 26062 26064 25169 0 -1 4194304 1366 29065 0 2 6 1 13123 351 16 0 1 0 25810003 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26064/statm: 4217 1114 409 3 0 796 0
[pid=26087] ppid=26064 vsize=5356 CPUtime=0
/proc/26087/stat : 26087 (sh) S 26064 26064 25169 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25823600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26087/statm: 1339 232 193 169 0 50 0
[pid=26088] ppid=26087 vsize=719076 CPUtime=145.31
/proc/26088/stat : 26088 (picosat) R 26087 26064 25169 0 -1 4194304 164842 0 0 0 6689 7842 0 0 25 0 1 0 25823601 736333824 164828 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/26088/statm: 179769 164828 40 102 0 179664 0
Current children cumulated CPU time (s) 280.12
Current children cumulated vsize (KiB) 741300



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+314.901 s]
/proc/loadavg: 1.00 1.04 1.35 2/86 26088
/proc/meminfo: memFree=19352/2055920 swapFree=4192812/4192956
[pid=26064] ppid=26062 vsize=16868 CPUtime=134.81
/proc/26064/stat : 26064 (sugar) S 26062 26064 25169 0 -1 4194304 1366 29065 0 2 6 1 13123 351 16 0 1 0 25810003 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/26064/statm: 4217 1114 409 3 0 796 0
[pid=26087] ppid=26064 vsize=5356 CPUtime=0
/proc/26087/stat : 26087 (sh) S 26064 26064 25169 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 25823600 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228706542404 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26087/statm: 1339 232 193 169 0 50 0
[pid=26088] ppid=26087 vsize=899920 CPUtime=177.68
/proc/26088/stat : 26088 (picosat) R 26087 26064 25169 0 -1 4194304 193329 0 0 0 8407 9361 0 0 25 0 1 0 25823601 921518080 193283 996147200 134512640 134931368 4294956256 18446744073709551615 134523985 0 0 4096 0 0 0 0 17 0 0 0
/proc/26088/statm: 224980 193283 42 102 0 224875 0
Current children cumulated CPU time (s) 312.49
Current children cumulated vsize (KiB) 922144

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

############
# WARNING:
# current cumulated CPU time (134.9 s) is less than in the last sample (312.61 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (177.71 s) to the 'lost time'.

[startup+315.019 s]
/proc/loadavg: 1.00 1.04 1.35 2/86 26088
/proc/meminfo: memFree=19352/2055920 swapFree=4192812/4192956
[pid=26064] ppid=26062 vsize=16868 CPUtime=134.81
/proc/26064/stat : 26064 (sugar) S 26062 26064 25169 0 -1 4194304 1395 29065 0 2 6 1 13123 351 16 0 1 0 25810003 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26064/statm: 4217 1114 409 3 0 796 0
[pid=26087] ppid=26064 vsize=0 CPUtime=0
/proc/26087/stat : 26087 (sh) Z 26064 26064 25169 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 25823600 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26087/statm: 0 0 0 0 0 0 0
[pid=26088] ppid=1 vsize=0 CPUtime=177.8
/proc/26088/stat : 26088 (picosat) R 1 26064 25169 0 -1 4195332 193329 0 0 0 8407 9373 0 0 25 0 1 0 25823601 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/26088/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 312.61
Current children cumulated vsize (KiB) 16868

[startup+315.101 s]
/proc/loadavg: 1.00 1.04 1.35 2/86 26088
/proc/meminfo: memFree=19352/2055920 swapFree=4192812/4192956
[pid=26064] ppid=26062 vsize=16868 CPUtime=134.9
/proc/26064/stat : 26064 (sugar) R 26062 26064 25169 0 -1 4194304 1424 29342 0 2 6 9 13123 352 17 0 1 0 25810003 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 228706718761 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26064/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 134.9
Current children cumulated vsize (KiB) 16868
#
############


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

[startup+315.019 s]
/proc/loadavg: 1.00 1.04 1.35 2/86 26088
/proc/meminfo: memFree=19352/2055920 swapFree=4192812/4192956
[pid=26064] ppid=26062 vsize=16868 CPUtime=134.81
/proc/26064/stat : 26064 (sugar) S 26062 26064 25169 0 -1 4194304 1395 29065 0 2 6 1 13123 351 16 0 1 0 25810003 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228715442274 0 16384 4224 0 18446744071563648864 0 0 17 1 0 0
/proc/26064/statm: 4217 1114 409 3 0 796 0
[pid=26087] ppid=26064 vsize=0 CPUtime=0
/proc/26087/stat : 26087 (sh) Z 26064 26064 25169 0 -1 4195340 277 0 0 0 0 0 0 0 16 0 1 0 25823600 0 0 996147200 0 0 0 0 0 0 65536 4100 65538 18446744071563351923 0 0 17 1 0 0
/proc/26087/statm: 0 0 0 0 0 0 0
[pid=26088] ppid=1 vsize=0 CPUtime=177.8
/proc/26088/stat : 26088 (picosat) R 1 26064 25169 0 -1 4195332 193329 0 0 0 8407 9373 0 0 25 0 1 0 25823601 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/26088/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 312.61
Current children cumulated vsize (KiB) 16868

[startup+315.202 s]
/proc/loadavg: 1.00 1.04 1.35 2/86 26088
/proc/meminfo: memFree=19352/2055920 swapFree=4192812/4192956
[pid=26064] ppid=26062 vsize=16868 CPUtime=135
/proc/26064/stat : 26064 (sugar) R 26062 26064 25169 0 -1 4194304 1424 29342 0 2 6 19 13123 352 18 0 1 0 25810003 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 228706718761 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26064/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 135
Current children cumulated vsize (KiB) 16868

Child status: 0

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 177.71
#  lost CPU user time (s): 84.07
#  lost CPU system time (s): 93.64

Real time (s): 315.274
CPU time (s): 312.794
CPU user time (s): 215.366
CPU system time (s): 97.4284
CPU usage (%): 99.2136
Max. virtual memory (cumulated for all children) (KiB): 922144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 131.296
system time used= 3.78842
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30825
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= 39259
involuntary context switches= 31587

runsolver used 0.38894 second user time and 0.91586 second system time

The end

Launcher Data

Begin job on node8 at 2009-07-12 10:30:28
IDJOB=2088010
IDBENCH=58844
IDSOLVER=738
FILE ID=node8/2088010-1247387427
PBS_JOBID= 9507298
Free space on /tmp= 66220 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp19/normalized-fapp19-0350-8.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-2088010-1247387427/watcher-2088010-1247387427 -o /tmp/evaluation-result-2088010-1247387427/solver-2088010-1247387427 -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-2088010-1247387427.xml

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

MD5SUM BENCH= ce0f620893af5adfeaa49fc84af7b2cb
RANDOM SEED=51495732

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1329232 kB
Buffers:         18840 kB
Cached:         197672 kB
SwapCached:          0 kB
Active:         581868 kB
Inactive:        92076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1329232 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2100 kB
Writeback:           0 kB
Mapped:         477752 kB
Slab:            37000 kB
Committed_AS:   639496 kB
PageTables:       2656 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= 66216 MiB
End job on node8 at 2009-07-12 10:35:44