Trace number 2083214

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? 298.742 305.946

General information on the benchmark

Namecsp/fapp/fapp12/
normalized-fapp12-1500-10.xml
MD5SUM029bcf31114915c1681378a4f18ed14e
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 benchmark1240.34
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
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 Sun Jul 12 07:35:18 2009
0.00/0.08	c 0	PID 25002
0.00/0.08	c 0	HOST node26.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2083214-1247376918.xml TO HOME/temp.csp
0.00/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-2083214-1247376918.xml' 'HOME/temp.csp'
1.75/1.83	c 2	13 domains, 1500 variables, 8 predicates, 0 relations, 25409 constraints
1.75/1.86	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.75/1.86	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.79/1.94	c 2	Parsing HOME/temp.csp
2.11/2.26	c 2	parsed 10000 expressions
2.30/2.42	c 3	parsed 20000 expressions
2.41/2.55	c 3	parsed 26930 expressions
2.41/2.56	c 3	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.41/2.56	c 3	Converting to clausal form CSP
4.47/4.60	c 5	converted 2693 (10%) expressions
7.75/7.91	c 8	converted 5386 (20%) expressions
10.42/10.69	c 11	converted 8079 (30%) expressions
13.48/13.73	c 14	converted 10772 (40%) expressions
16.06/16.32	c 17	converted 13465 (50%) expressions
19.03/19.33	c 20	converted 16158 (60%) expressions
21.41/21.70	c 22	converted 18851 (70%) expressions
23.69/24.06	c 24	converted 21544 (80%) expressions
25.86/26.20	c 26	converted 24237 (90%) expressions
27.94/28.33	c 29	converted 26930 (100%) expressions
27.94/28.34	c 29	CSP : 4456 integers, 73511 booleans, 158814 clauses, largest domain size 2737
27.94/28.34	c 29	Heap : 105 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
27.94/28.34	c 29	Propagation in CSP
29.52/29.91	c 30	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
29.52/29.91	c 30	CSP : 4456 integers, 73511 booleans, 158814 clauses, largest domain size 2737
29.52/29.91	c 30	Heap : 105 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
29.52/29.96	c 30	Simplifing CSP by introducing new Boolean variables
30.61/31.02	c 31	CSP : 4456 integers, 129379 booleans, 214682 clauses, largest domain size 2737
30.61/31.02	c 31	Heap : 121 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
31.30/31.77	c 32	Encoding CSP to SAT : HOME/temp.cnf
34.17/34.66	c 35	446 (10%) CSP integer variables are encoded (128989 clauses, 1971430 bytes)
37.04/37.55	c 38	892 (20%) CSP integer variables are encoded (258954 clauses, 4180835 bytes)
39.91/40.40	c 41	1337 (30%) CSP integer variables are encoded (387487 clauses, 6365896 bytes)
41.80/42.34	c 43	1783 (40%) CSP integer variables are encoded (1166362 clauses, 19942930 bytes)
43.28/43.82	c 44	2228 (50%) CSP integer variables are encoded (2333873 clauses, 42125639 bytes)
44.65/45.28	c 45	2674 (60%) CSP integer variables are encoded (3484971 clauses, 63996501 bytes)
46.12/46.75	c 47	3120 (70%) CSP integer variables are encoded (4623963 clauses, 85637349 bytes)
47.50/48.19	c 48	3565 (80%) CSP integer variables are encoded (5757350 clauses, 107171702 bytes)
48.98/49.67	c 50	4011 (90%) CSP integer variables are encoded (6900442 clauses, 128890450 bytes)
50.44/51.15	c 51	4456 (100%) CSP integer variables are encoded (8011355 clauses, 149997797 bytes)
76.39/77.72	c 78	21469 (10%) CSP clauses are encoded (15292641 clauses, 342115100 bytes)
101.13/103.13	c 103	42937 (20%) CSP clauses are encoded (22827452 clauses, 544851481 bytes)
126.03/128.56	c 129	64405 (30%) CSP clauses are encoded (30402230 clauses, 749579627 bytes)
150.53/153.54	c 154	85873 (40%) CSP clauses are encoded (37969955 clauses, 954455623 bytes)
174.55/178.00	c 178	107341 (50%) CSP clauses are encoded (45418570 clauses, 1157069702 bytes)
199.33/203.39	c 204	128810 (60%) CSP clauses are encoded (53280063 clauses, 1371473089 bytes)
224.18/228.82	c 229	150278 (70%) CSP clauses are encoded (61273810 clauses, 1589679099 bytes)
248.24/253.60	c 254	171746 (80%) CSP clauses are encoded (69122116 clauses, 1804413761 bytes)
273.28/279.20	c 279	193214 (90%) CSP clauses are encoded (77470547 clauses, 2032608265 bytes)
297.53/304.13	c 304	214682 (100%) CSP clauses are encoded (85547660 clauses, 2253875514 bytes)
297.53/304.13	c 304	214682 CSP clauses encoded
297.53/304.14	c 304	Writing map file : HOME/temp.map
297.64/304.35	c 305	Heap : 102 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
297.64/304.35	c 305	SAT : 8145190 SAT variables, 85547660 SAT clauses, 2253875514 bytes
297.64/304.35	c 305	Heap : 102 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
297.70/304.42	c 305	SOLVING HOME/temp.cnf
297.70/304.43	c 305	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
297.74/304.59	c 305	*** picosat: can not read input file 'HOME/temp.cnf'
297.74/304.59	c 305	DECODING HOME/temp.out WITH HOME/temp.map
297.74/304.59	c ERROR no output file HOME/temp.out
297.74/304.59	s UNKNOWN
297.74/304.59	c 305	CPU 297.75 (0.06 0.02 283.98 13.69)
297.74/304.59	c 305	END Sun Jul 12 07:40:23 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-2083214-1247376918/watcher-2083214-1247376918 -o /tmp/evaluation-result-2083214-1247376918/solver-2083214-1247376918 -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-2083214-1247376918.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.42 2.18 2.08 3/72 25002
/proc/meminfo: memFree=1597208/2055920 swapFree=4192812/4192956
[pid=25002] ppid=25000 vsize=18576 CPUtime=0
/proc/25002/stat : 25002 (runsolver) R 25000 25002 20228 0 -1 4194368 15 0 0 0 0 0 0 0 23 0 1 0 24758143 19021824 285 996147200 4194304 4302564 548682068304 18446744073709551615 269028486439 0 0 4096 24578 0 0 0 17 1 0 0
/proc/25002/statm: 4644 285 249 26 0 2626 0

[startup+0.086201 s]
/proc/loadavg: 2.42 2.18 2.08 3/72 25002
/proc/meminfo: memFree=1597208/2055920 swapFree=4192812/4192956
[pid=25002] ppid=25000 vsize=16868 CPUtime=0.06
/proc/25002/stat : 25002 (sugar) S 25000 25002 20228 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24758143 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25002/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.100872 s]
/proc/loadavg: 2.42 2.18 2.08 3/72 25002
/proc/meminfo: memFree=1597208/2055920 swapFree=4192812/4192956
[pid=25002] ppid=25000 vsize=16868 CPUtime=0.06
/proc/25002/stat : 25002 (sugar) S 25000 25002 20228 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24758143 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25002/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301898 s]
/proc/loadavg: 2.42 2.18 2.08 3/72 25002
/proc/meminfo: memFree=1597208/2055920 swapFree=4192812/4192956
[pid=25002] ppid=25000 vsize=16868 CPUtime=0.06
/proc/25002/stat : 25002 (sugar) S 25000 25002 20228 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24758143 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25002/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701966 s]
/proc/loadavg: 2.42 2.18 2.08 3/72 25002
/proc/meminfo: memFree=1597208/2055920 swapFree=4192812/4192956
[pid=25002] ppid=25000 vsize=16868 CPUtime=0.06
/proc/25002/stat : 25002 (sugar) S 25000 25002 20228 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24758143 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25002/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5021 s]
/proc/loadavg: 2.42 2.18 2.08 3/83 25014
/proc/meminfo: memFree=1568832/2055920 swapFree=4192812/4192956
[pid=25002] ppid=25000 vsize=16868 CPUtime=0.06
/proc/25002/stat : 25002 (sugar) S 25000 25002 20228 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24758143 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25002/statm: 4217 1111 409 3 0 796 0
[pid=25005] ppid=25002 vsize=5356 CPUtime=0
/proc/25005/stat : 25005 (sh) S 25002 25002 20228 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24758151 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25005/statm: 1339 233 193 169 0 50 0
[pid=25006] ppid=25005 vsize=864776 CPUtime=1.39
/proc/25006/stat : 25006 (java) S 25005 25002 20228 0 -1 0 14563 0 1 0 131 8 0 0 18 0 9 0 24758151 885530624 12594 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25006/statm: 216194 12594 2556 9 0 210706 0
[pid=25006/tid=25007] ppid=25005 vsize=864776 CPUtime=0.79
/proc/25006/task/25007/stat : 25007 (java) R 25005 25002 20228 0 -1 64 3074 0 1 0 77 2 0 0 24 0 9 0 24758152 885530624 12594 996147200 134512640 134550932 4294955984 18446744073709551615 4126672935 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25006/tid=25008] ppid=25005 vsize=864776 CPUtime=0.44
/proc/25006/task/25008/stat : 25008 (java) S 25005 25002 20228 0 -1 64 10259 0 0 0 40 4 0 0 16 0 9 0 24758154 885530624 12594 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25006/tid=25009] ppid=25005 vsize=864776 CPUtime=0
/proc/25006/task/25009/stat : 25009 (java) S 25005 25002 20228 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24758154 885530624 12594 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25006/tid=25010] ppid=25005 vsize=864776 CPUtime=0
/proc/25006/task/25010/stat : 25010 (java) S 25005 25002 20228 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24758154 885530624 12594 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25006/tid=25011] ppid=25005 vsize=864776 CPUtime=0
/proc/25006/task/25011/stat : 25011 (java) S 25005 25002 20228 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24758156 885530624 12594 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25006/tid=25012] ppid=25005 vsize=864776 CPUtime=0.13
/proc/25006/task/25012/stat : 25012 (java) S 25005 25002 20228 0 -1 64 526 0 0 0 13 0 0 0 16 0 9 0 24758156 885530624 12594 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25006/tid=25013] ppid=25005 vsize=864776 CPUtime=0
/proc/25006/task/25013/stat : 25013 (java) S 25005 25002 20228 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24758156 885530624 12594 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25006/tid=25014] ppid=25005 vsize=864776 CPUtime=0
/proc/25006/task/25014/stat : 25014 (java) S 25005 25002 20228 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24758156 885530624 12594 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 887000

[startup+3.10235 s]
/proc/loadavg: 2.42 2.18 2.08 4/83 25024
/proc/meminfo: memFree=1587584/2055920 swapFree=4192812/4192956
[pid=25002] ppid=25000 vsize=16868 CPUtime=1.79
/proc/25002/stat : 25002 (sugar) S 25000 25002 20228 0 -1 4194304 1309 15509 0 1 5 1 164 9 15 0 1 0 24758143 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25002/statm: 4217 1111 409 3 0 796 0
[pid=25015] ppid=25002 vsize=5356 CPUtime=0
/proc/25015/stat : 25015 (sh) S 25002 25002 20228 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24758330 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25015/statm: 1339 233 193 169 0 50 0
[pid=25016] ppid=25015 vsize=868560 CPUtime=1.21
/proc/25016/stat : 25016 (java) S 25015 25002 20228 0 -1 0 9226 0 1 0 116 5 0 0 18 0 9 0 24758330 889405440 8334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25016/statm: 217140 8334 2569 9 0 211645 0
[pid=25016/tid=25017] ppid=25015 vsize=868560 CPUtime=0.81
/proc/25016/task/25017/stat : 25017 (java) R 25015 25002 20228 0 -1 64 2618 0 1 0 79 2 0 0 20 0 9 0 24758331 889405440 8334 996147200 134512640 134550932 4294955936 18446744073709551615 4126508742 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25018] ppid=25015 vsize=868560 CPUtime=0.21
/proc/25016/task/25018/stat : 25018 (java) S 25015 25002 20228 0 -1 64 4443 0 0 0 20 1 0 0 16 0 9 0 24758332 889405440 8334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25019] ppid=25015 vsize=868560 CPUtime=0
/proc/25016/task/25019/stat : 25019 (java) S 25015 25002 20228 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24758332 889405440 8334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25020] ppid=25015 vsize=868560 CPUtime=0
/proc/25016/task/25020/stat : 25020 (java) S 25015 25002 20228 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24758332 889405440 8334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25021] ppid=25015 vsize=868560 CPUtime=0
/proc/25016/task/25021/stat : 25021 (java) S 25015 25002 20228 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24758334 889405440 8334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25022] ppid=25015 vsize=868560 CPUtime=0.16
/proc/25016/task/25022/stat : 25022 (java) S 25015 25002 20228 0 -1 64 1461 0 0 0 15 1 0 0 15 0 9 0 24758334 889405440 8334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25023] ppid=25015 vsize=868560 CPUtime=0
/proc/25016/task/25023/stat : 25023 (java) S 25015 25002 20228 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24758334 889405440 8334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25024] ppid=25015 vsize=868560 CPUtime=0
/proc/25016/task/25024/stat : 25024 (java) S 25015 25002 20228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24758334 889405440 8334 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890784

[startup+6.30286 s]
/proc/loadavg: 2.39 2.18 2.08 3/83 25024
/proc/meminfo: memFree=1562112/2055920 swapFree=4192812/4192956
[pid=25002] ppid=25000 vsize=16868 CPUtime=1.79
/proc/25002/stat : 25002 (sugar) S 25000 25002 20228 0 -1 4194304 1309 15509 0 1 5 1 164 9 16 0 1 0 24758143 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25002/statm: 4217 1111 409 3 0 796 0
[pid=25015] ppid=25002 vsize=5356 CPUtime=0
/proc/25015/stat : 25015 (sh) S 25002 25002 20228 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24758330 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25015/statm: 1339 233 193 169 0 50 0
[pid=25016] ppid=25015 vsize=868644 CPUtime=4.37
/proc/25016/stat : 25016 (java) S 25015 25002 20228 0 -1 0 12057 0 1 0 428 9 0 0 18 0 9 0 24758330 889491456 10840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25016/statm: 217161 10840 2567 9 0 211666 0
[pid=25016/tid=25017] ppid=25015 vsize=868644 CPUtime=3.58
/proc/25016/task/25017/stat : 25017 (java) R 25015 25002 20228 0 -1 64 2958 0 1 0 355 3 0 0 25 0 9 0 24758331 889491456 10840 996147200 134512640 134550932 4294955936 18446744073709551615 4126513901 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25018] ppid=25015 vsize=868644 CPUtime=0.58
/proc/25016/task/25018/stat : 25018 (java) S 25015 25002 20228 0 -1 64 6919 0 0 0 54 4 0 0 16 0 9 0 24758332 889491456 10840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25019] ppid=25015 vsize=868644 CPUtime=0
/proc/25016/task/25019/stat : 25019 (java) S 25015 25002 20228 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24758332 889491456 10840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25020] ppid=25015 vsize=868644 CPUtime=0
/proc/25016/task/25020/stat : 25020 (java) S 25015 25002 20228 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24758332 889491456 10840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25021] ppid=25015 vsize=868644 CPUtime=0
/proc/25016/task/25021/stat : 25021 (java) S 25015 25002 20228 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24758334 889491456 10840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25022] ppid=25015 vsize=868644 CPUtime=0.19
/proc/25016/task/25022/stat : 25022 (java) S 25015 25002 20228 0 -1 64 1476 0 0 0 18 1 0 0 15 0 9 0 24758334 889491456 10840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25023] ppid=25015 vsize=868644 CPUtime=0
/proc/25016/task/25023/stat : 25023 (java) S 25015 25002 20228 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24758334 889491456 10840 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25024] ppid=25015 vsize=868644 CPUtime=0
/proc/25016/task/25024/stat : 25024 (java) S 25015 25002 20228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24758334 889491456 10840 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) 890868

[startup+12.7019 s]
/proc/loadavg: 2.44 2.19 2.08 3/83 25024
/proc/meminfo: memFree=1538432/2055920 swapFree=4192812/4192956
[pid=25002] ppid=25000 vsize=16868 CPUtime=1.79
/proc/25002/stat : 25002 (sugar) S 25000 25002 20228 0 -1 4194304 1309 15509 0 1 5 1 164 9 16 0 1 0 24758143 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25002/statm: 4217 1111 409 3 0 796 0
[pid=25015] ppid=25002 vsize=5356 CPUtime=0
/proc/25015/stat : 25015 (sh) S 25002 25002 20228 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24758330 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25015/statm: 1339 233 193 169 0 50 0
[pid=25016] ppid=25015 vsize=868644 CPUtime=10.71
/proc/25016/stat : 25016 (java) S 25015 25002 20228 0 -1 0 22395 0 1 0 1055 16 0 0 18 0 9 0 24758330 889491456 16734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25016/statm: 217161 16734 2568 9 0 211666 0
[pid=25016/tid=25017] ppid=25015 vsize=868644 CPUtime=8.92
/proc/25016/task/25017/stat : 25017 (java) R 25015 25002 20228 0 -1 64 3643 0 1 0 888 4 0 0 25 0 9 0 24758331 889491456 16734 996147200 134512640 134550932 4294955936 18446744073709551615 4126510082 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25018] ppid=25015 vsize=868644 CPUtime=1.56
/proc/25016/task/25018/stat : 25018 (java) S 25015 25002 20228 0 -1 64 16566 0 0 0 147 9 0 0 16 0 9 0 24758332 889491456 16734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25019] ppid=25015 vsize=868644 CPUtime=0
/proc/25016/task/25019/stat : 25019 (java) S 25015 25002 20228 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24758332 889491456 16734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25020] ppid=25015 vsize=868644 CPUtime=0
/proc/25016/task/25020/stat : 25020 (java) S 25015 25002 20228 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24758332 889491456 16734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25021] ppid=25015 vsize=868644 CPUtime=0
/proc/25016/task/25021/stat : 25021 (java) S 25015 25002 20228 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24758334 889491456 16734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25022] ppid=25015 vsize=868644 CPUtime=0.2
/proc/25016/task/25022/stat : 25022 (java) S 25015 25002 20228 0 -1 64 1482 0 0 0 19 1 0 0 17 0 9 0 24758334 889491456 16734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25023] ppid=25015 vsize=868644 CPUtime=0
/proc/25016/task/25023/stat : 25023 (java) S 25015 25002 20228 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24758334 889491456 16734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25024] ppid=25015 vsize=868644 CPUtime=0
/proc/25016/task/25024/stat : 25024 (java) S 25015 25002 20228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24758334 889491456 16734 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 890868

[startup+25.5019 s]
/proc/loadavg: 2.34 2.18 2.08 3/83 25024
/proc/meminfo: memFree=1484096/2055920 swapFree=4192812/4192956
[pid=25002] ppid=25000 vsize=16868 CPUtime=1.79
/proc/25002/stat : 25002 (sugar) S 25000 25002 20228 0 -1 4194304 1309 15509 0 1 5 1 164 9 16 0 1 0 24758143 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25002/statm: 4217 1111 409 3 0 796 0
[pid=25015] ppid=25002 vsize=5356 CPUtime=0
/proc/25015/stat : 25015 (sh) S 25002 25002 20228 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24758330 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25015/statm: 1339 233 193 169 0 50 0
[pid=25016] ppid=25015 vsize=868644 CPUtime=23.38
/proc/25016/stat : 25016 (java) S 25015 25002 20228 0 -1 0 37745 0 1 0 2313 25 0 0 18 0 9 0 24758330 889491456 29900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25016/statm: 217161 29900 2568 9 0 211666 0
[pid=25016/tid=25017] ppid=25015 vsize=868644 CPUtime=20.09
/proc/25016/task/25017/stat : 25017 (java) R 25015 25002 20228 0 -1 64 4367 0 1 0 2004 5 0 0 25 0 9 0 24758331 889491456 29900 996147200 134512640 134550932 4294955936 18446744073709551615 4126510015 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25018] ppid=25015 vsize=868644 CPUtime=3.06
/proc/25016/task/25018/stat : 25018 (java) S 25015 25002 20228 0 -1 64 31187 0 0 0 289 17 0 0 16 0 9 0 24758332 889491456 29900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25019] ppid=25015 vsize=868644 CPUtime=0
/proc/25016/task/25019/stat : 25019 (java) S 25015 25002 20228 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24758332 889491456 29900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25020] ppid=25015 vsize=868644 CPUtime=0
/proc/25016/task/25020/stat : 25020 (java) S 25015 25002 20228 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24758332 889491456 29900 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25021] ppid=25015 vsize=868644 CPUtime=0

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

/proc/25016/task/25017/stat : 25017 (java) R 25015 25002 20228 0 -1 64 8123 0 1 0 19981 882 0 0 25 0 9 0 24758331 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4126567251 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25018] ppid=25015 vsize=868756 CPUtime=7.09
/proc/25016/task/25018/stat : 25018 (java) S 25015 25002 20228 0 -1 64 40956 0 0 0 670 39 0 0 16 0 9 0 24758332 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25019] ppid=25015 vsize=868756 CPUtime=0
/proc/25016/task/25019/stat : 25019 (java) S 25015 25002 20228 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24758332 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25020] ppid=25015 vsize=868756 CPUtime=0
/proc/25016/task/25020/stat : 25020 (java) S 25015 25002 20228 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24758332 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25021] ppid=25015 vsize=868756 CPUtime=0
/proc/25016/task/25021/stat : 25021 (java) S 25015 25002 20228 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24758334 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25022] ppid=25015 vsize=868756 CPUtime=0.28
/proc/25016/task/25022/stat : 25022 (java) S 25015 25002 20228 0 -1 64 1531 0 0 0 27 1 0 0 15 0 9 0 24758334 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25023] ppid=25015 vsize=868756 CPUtime=0
/proc/25016/task/25023/stat : 25023 (java) S 25015 25002 20228 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24758334 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25024] ppid=25015 vsize=868756 CPUtime=0
/proc/25016/task/25024/stat : 25024 (java) S 25015 25002 20228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24758334 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 217.84
Current children cumulated vsize (KiB) 890980

[startup+282.302 s]
/proc/loadavg: 2.26 2.22 2.11 4/83 25024
/proc/meminfo: memFree=15744/2055920 swapFree=4192812/4192956
[pid=25002] ppid=25000 vsize=16868 CPUtime=1.8
/proc/25002/stat : 25002 (sugar) S 25000 25002 20228 0 -1 4194304 1310 15509 0 1 6 1 164 9 16 0 1 0 24758143 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25002/statm: 4217 1111 409 3 0 796 0
[pid=25015] ppid=25002 vsize=5356 CPUtime=0
/proc/25015/stat : 25015 (sh) S 25002 25002 20228 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24758330 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25015/statm: 1339 233 193 169 0 50 0
[pid=25016] ppid=25015 vsize=868756 CPUtime=274.48
/proc/25016/stat : 25016 (java) S 25015 25002 20228 0 -1 0 52278 0 1 0 26211 1237 0 0 18 0 9 0 24758330 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25016/statm: 217189 38605 2593 9 0 211666 0
[pid=25016/tid=25017] ppid=25015 vsize=868756 CPUtime=266.33
/proc/25016/task/25017/stat : 25017 (java) R 25015 25002 20228 0 -1 64 9087 0 1 0 25445 1188 0 0 25 0 9 0 24758331 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4127061708 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25018] ppid=25015 vsize=868756 CPUtime=7.84
/proc/25016/task/25018/stat : 25018 (java) S 25015 25002 20228 0 -1 64 40956 0 0 0 738 46 0 0 16 0 9 0 24758332 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25019] ppid=25015 vsize=868756 CPUtime=0
/proc/25016/task/25019/stat : 25019 (java) S 25015 25002 20228 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24758332 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25020] ppid=25015 vsize=868756 CPUtime=0
/proc/25016/task/25020/stat : 25020 (java) S 25015 25002 20228 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24758332 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25021] ppid=25015 vsize=868756 CPUtime=0
/proc/25016/task/25021/stat : 25021 (java) S 25015 25002 20228 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24758334 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25022] ppid=25015 vsize=868756 CPUtime=0.28
/proc/25016/task/25022/stat : 25022 (java) S 25015 25002 20228 0 -1 64 1531 0 0 0 27 1 0 0 15 0 9 0 24758334 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25023] ppid=25015 vsize=868756 CPUtime=0
/proc/25016/task/25023/stat : 25023 (java) S 25015 25002 20228 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24758334 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25024] ppid=25015 vsize=868756 CPUtime=0
/proc/25016/task/25024/stat : 25024 (java) S 25015 25002 20228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24758334 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 276.28
Current children cumulated vsize (KiB) 890980

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

[startup+294.302 s]
/proc/loadavg: 2.29 2.23 2.11 3/83 25024
/proc/meminfo: memFree=16320/2055920 swapFree=4192812/4192956
[pid=25002] ppid=25000 vsize=16868 CPUtime=1.8
/proc/25002/stat : 25002 (sugar) S 25000 25002 20228 0 -1 4194304 1310 15509 0 1 6 1 164 9 16 0 1 0 24758143 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25002/statm: 4217 1111 409 3 0 796 0
[pid=25015] ppid=25002 vsize=5356 CPUtime=0
/proc/25015/stat : 25015 (sh) S 25002 25002 20228 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24758330 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25015/statm: 1339 233 193 169 0 50 0
[pid=25016] ppid=25015 vsize=868756 CPUtime=286.18
/proc/25016/stat : 25016 (java) S 25015 25002 20228 0 -1 0 52475 0 1 0 27314 1304 0 0 18 0 9 0 24758330 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25016/statm: 217189 38605 2593 9 0 211666 0
[pid=25016/tid=25017] ppid=25015 vsize=868756 CPUtime=277.88
/proc/25016/task/25017/stat : 25017 (java) R 25015 25002 20228 0 -1 64 9284 0 1 0 26535 1253 0 0 25 0 9 0 24758331 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4126567272 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25018] ppid=25015 vsize=868756 CPUtime=7.98
/proc/25016/task/25018/stat : 25018 (java) S 25015 25002 20228 0 -1 64 40956 0 0 0 750 48 0 0 16 0 9 0 24758332 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25019] ppid=25015 vsize=868756 CPUtime=0
/proc/25016/task/25019/stat : 25019 (java) S 25015 25002 20228 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24758332 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25020] ppid=25015 vsize=868756 CPUtime=0
/proc/25016/task/25020/stat : 25020 (java) S 25015 25002 20228 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24758332 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25021] ppid=25015 vsize=868756 CPUtime=0
/proc/25016/task/25021/stat : 25021 (java) S 25015 25002 20228 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24758334 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25022] ppid=25015 vsize=868756 CPUtime=0.28
/proc/25016/task/25022/stat : 25022 (java) S 25015 25002 20228 0 -1 64 1531 0 0 0 27 1 0 0 15 0 9 0 24758334 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25023] ppid=25015 vsize=868756 CPUtime=0
/proc/25016/task/25023/stat : 25023 (java) S 25015 25002 20228 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24758334 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25024] ppid=25015 vsize=868756 CPUtime=0
/proc/25016/task/25024/stat : 25024 (java) S 25015 25002 20228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24758334 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 287.98
Current children cumulated vsize (KiB) 890980

[startup+300.703 s]
/proc/loadavg: 2.25 2.22 2.11 3/83 25024
/proc/meminfo: memFree=15424/2055920 swapFree=4192812/4192956
[pid=25002] ppid=25000 vsize=16868 CPUtime=1.8
/proc/25002/stat : 25002 (sugar) S 25000 25002 20228 0 -1 4194304 1310 15509 0 1 6 1 164 9 16 0 1 0 24758143 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25002/statm: 4217 1111 409 3 0 796 0
[pid=25015] ppid=25002 vsize=5356 CPUtime=0
/proc/25015/stat : 25015 (sh) S 25002 25002 20228 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24758330 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25015/statm: 1339 233 193 169 0 50 0
[pid=25016] ppid=25015 vsize=868756 CPUtime=292.42
/proc/25016/stat : 25016 (java) S 25015 25002 20228 0 -1 0 52577 0 1 0 27907 1335 0 0 18 0 9 0 24758330 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25016/statm: 217189 38605 2593 9 0 211666 0
[pid=25016/tid=25017] ppid=25015 vsize=868756 CPUtime=284.04
/proc/25016/task/25017/stat : 25017 (java) R 25015 25002 20228 0 -1 64 9386 0 1 0 27121 1283 0 0 25 0 9 0 24758331 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4126453766 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25018] ppid=25015 vsize=868756 CPUtime=8.07
/proc/25016/task/25018/stat : 25018 (java) S 25015 25002 20228 0 -1 64 40956 0 0 0 758 49 0 0 16 0 9 0 24758332 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25019] ppid=25015 vsize=868756 CPUtime=0
/proc/25016/task/25019/stat : 25019 (java) S 25015 25002 20228 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24758332 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25020] ppid=25015 vsize=868756 CPUtime=0
/proc/25016/task/25020/stat : 25020 (java) S 25015 25002 20228 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24758332 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25021] ppid=25015 vsize=868756 CPUtime=0
/proc/25016/task/25021/stat : 25021 (java) S 25015 25002 20228 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24758334 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25022] ppid=25015 vsize=868756 CPUtime=0.28
/proc/25016/task/25022/stat : 25022 (java) S 25015 25002 20228 0 -1 64 1531 0 0 0 27 1 0 0 15 0 9 0 24758334 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25023] ppid=25015 vsize=868756 CPUtime=0
/proc/25016/task/25023/stat : 25023 (java) S 25015 25002 20228 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24758334 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25024] ppid=25015 vsize=868756 CPUtime=0
/proc/25016/task/25024/stat : 25024 (java) S 25015 25002 20228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24758334 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 294.22
Current children cumulated vsize (KiB) 890980

[startup+303.901 s]
/proc/loadavg: 2.25 2.22 2.11 3/83 25024
/proc/meminfo: memFree=15872/2055920 swapFree=4192812/4192956
[pid=25002] ppid=25000 vsize=16868 CPUtime=1.8
/proc/25002/stat : 25002 (sugar) S 25000 25002 20228 0 -1 4194304 1310 15509 0 1 6 1 164 9 16 0 1 0 24758143 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269037383778 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25002/statm: 4217 1111 409 3 0 796 0
[pid=25015] ppid=25002 vsize=5356 CPUtime=0
/proc/25015/stat : 25015 (sh) S 25002 25002 20228 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24758330 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269028483908 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25015/statm: 1339 233 193 169 0 50 0
[pid=25016] ppid=25015 vsize=868756 CPUtime=295.53
/proc/25016/stat : 25016 (java) S 25015 25002 20228 0 -1 0 52629 0 1 0 28201 1352 0 0 18 0 9 0 24758330 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25016/statm: 217189 38605 2593 9 0 211666 0
[pid=25016/tid=25017] ppid=25015 vsize=868756 CPUtime=287.11
/proc/25016/task/25017/stat : 25017 (java) R 25015 25002 20228 0 -1 64 9438 0 1 0 27411 1300 0 0 25 0 9 0 24758331 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4126452247 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25018] ppid=25015 vsize=868756 CPUtime=8.11
/proc/25016/task/25018/stat : 25018 (java) S 25015 25002 20228 0 -1 64 40956 0 0 0 762 49 0 0 16 0 9 0 24758332 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25019] ppid=25015 vsize=868756 CPUtime=0
/proc/25016/task/25019/stat : 25019 (java) S 25015 25002 20228 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24758332 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25020] ppid=25015 vsize=868756 CPUtime=0
/proc/25016/task/25020/stat : 25020 (java) S 25015 25002 20228 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24758332 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25021] ppid=25015 vsize=868756 CPUtime=0
/proc/25016/task/25021/stat : 25021 (java) S 25015 25002 20228 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24758334 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25022] ppid=25015 vsize=868756 CPUtime=0.28
/proc/25016/task/25022/stat : 25022 (java) S 25015 25002 20228 0 -1 64 1531 0 0 0 27 1 0 0 15 0 9 0 24758334 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25023] ppid=25015 vsize=868756 CPUtime=0
/proc/25016/task/25023/stat : 25023 (java) S 25015 25002 20228 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24758334 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25016/tid=25024] ppid=25015 vsize=868756 CPUtime=0
/proc/25016/task/25024/stat : 25024 (java) S 25015 25002 20228 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24758334 889606144 38605 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 297.33
Current children cumulated vsize (KiB) 890980

[startup+304.707 s]
/proc/loadavg: 2.31 2.23 2.11 3/73 25026
/proc/meminfo: memFree=160592/2055920 swapFree=4192812/4192956
[pid=25002] ppid=25000 vsize=16868 CPUtime=297.85
/proc/25002/stat : 25002 (sugar) R 25000 25002 20228 0 -1 4194304 1419 68787 0 10 6 12 28398 1369 17 0 1 0 24758143 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 0 0 0 17 1 0 0
/proc/25002/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 297.85
Current children cumulated vsize (KiB) 16868

[startup+305.546 s]
/proc/loadavg: 2.31 2.23 2.11 3/73 25026
/proc/meminfo: memFree=160592/2055920 swapFree=4192812/4192956
[pid=25002] ppid=25000 vsize=16868 CPUtime=298.68
/proc/25002/stat : 25002 (sugar) D 25000 25002 20228 0 -1 4194304 1419 68787 0 10 6 95 28398 1369 23 0 1 0 24758143 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25002/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 298.68
Current children cumulated vsize (KiB) 16868

[startup+305.902 s]
/proc/loadavg: 2.31 2.23 2.11 2/73 25026
/proc/meminfo: memFree=1916560/2055920 swapFree=4192812/4192956
[pid=25002] ppid=25000 vsize=16868 CPUtime=298.72
/proc/25002/stat : 25002 (sugar) D 25000 25002 20228 0 -1 4194304 1419 68787 0 10 6 99 28398 1369 18 0 1 0 24758143 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 269028660265 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/25002/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 298.72
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 305.946
CPU time (s): 298.742
CPU user time (s): 284.053
CPU system time (s): 14.6888
CPU usage (%): 97.6451
Max. virtual memory (cumulated for all children) (KiB): 896248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 284.053
system time used= 14.6888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 70267
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53407
involuntary context switches= 60698

runsolver used 0.432934 second user time and 1.04284 second system time

The end

Launcher Data

Begin job on node26 at 2009-07-12 07:35:18
IDJOB=2083214
IDBENCH=57740
IDSOLVER=738
FILE ID=node26/2083214-1247376918
PBS_JOBID= 9507097
Free space on /tmp= 66392 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp12/normalized-fapp12-1500-10.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-2083214-1247376918/watcher-2083214-1247376918 -o /tmp/evaluation-result-2083214-1247376918/solver-2083214-1247376918 -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-2083214-1247376918.xml

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

MD5SUM BENCH= 029bcf31114915c1681378a4f18ed14e
RANDOM SEED=780089955

node26.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.281
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.281
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:       1597688 kB
Buffers:         54884 kB
Cached:         294976 kB
SwapCached:          0 kB
Active:         191364 kB
Inactive:       189716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1597688 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4808 kB
Writeback:           0 kB
Mapped:          42868 kB
Slab:            62568 kB
Committed_AS:   185788 kB
PageTables:       1732 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= 66392 MiB
End job on node26 at 2009-07-12 07:40:24