Trace number 2083401

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? 1033.95 1273.22

General information on the benchmark

Namecsp/fapp/fapp37/
normalized-fapp37-2250-9.xml
MD5SUMb43fc16fe95e90c7bd2840923bd352e6
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 benchmark65.0451
Satisfiable
(Un)Satisfiability was proved
Number of variables2250
Number of constraints42699
Maximum constraint arity2
Maximum domain size998
Number of constraints which are defined in extension0
Number of constraints which are defined in intension42699
Global constraints used (with number of constraints)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.04/0.07	c 0	BEGIN Sun Jul 12 07:41:55 2009
0.04/0.07	c 0	PID 28017
0.04/0.07	c 0	HOST node80.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2083401-1247377315.xml TO HOME/temp.csp
0.04/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-2083401-1247377315.xml' 'HOME/temp.csp'
2.17/2.28	c 3	22 domains, 2250 variables, 8 predicates, 0 relations, 42699 constraints
2.25/2.33	c 3	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.25/2.33	c 3	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'
2.28/2.41	c 3	Parsing HOME/temp.csp
2.28/2.58	c 3	parsed 10000 expressions
2.28/2.78	c 3	parsed 20000 expressions
2.28/2.88	c 3	parsed 30000 expressions
2.28/3.07	c 3	parsed 40000 expressions
2.28/3.13	c 3	parsed 44979 expressions
2.28/3.14	c 3	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.28/3.14	c 3	Converting to clausal form CSP
10.54/10.76	c 11	converted 4498 (10%) expressions
22.91/23.28	c 24	converted 8996 (20%) expressions
34.83/35.30	c 36	converted 13494 (30%) expressions
46.46/46.99	c 47	converted 17992 (40%) expressions
58.19/58.74	c 59	converted 22490 (50%) expressions
69.13/69.71	c 70	converted 26988 (60%) expressions
79.48/80.18	c 80	converted 31486 (70%) expressions
90.62/91.38	c 92	converted 35984 (80%) expressions
100.07/100.80	c 101	converted 40482 (90%) expressions
108.62/109.48	c 110	converted 44979 (100%) expressions
108.62/109.48	c 110	CSP : 9867 integers, 123208 booleans, 271836 clauses, largest domain size 4133
108.62/109.48	c 110	Heap : 223 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
108.62/109.48	c 110	Propagation in CSP
117.17/118.07	c 118	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
117.17/118.07	c 118	CSP : 9867 integers, 123208 booleans, 271836 clauses, largest domain size 4133
117.17/118.07	c 118	Heap : 227 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
117.27/118.16	c 118	Simplifing CSP by introducing new Boolean variables
117.77/118.70	c 119	CSP : 9867 integers, 217384 booleans, 366012 clauses, largest domain size 4133
117.77/118.70	c 119	Heap : 257 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
119.36/120.27	c 121	Encoding CSP to SAT : HOME/temp.cnf
149.51/150.55	c 151	987 (10%) CSP integer variables are encoded (673218 clauses, 11222867 bytes)
179.35/180.54	c 181	1974 (20%) CSP integer variables are encoded (1337956 clauses, 23202240 bytes)
190.48/191.71	c 192	2961 (30%) CSP integer variables are encoded (3960656 clauses, 73033540 bytes)
193.96/195.28	c 196	3947 (40%) CSP integer variables are encoded (7042158 clauses, 131582078 bytes)
197.84/199.14	c 199	4934 (50%) CSP integer variables are encoded (10291397 clauses, 193910078 bytes)
201.78/203.15	c 203	5921 (60%) CSP integer variables are encoded (13497030 clauses, 261228371 bytes)
205.79/207.20	c 207	6907 (70%) CSP integer variables are encoded (16688444 clauses, 328248065 bytes)
209.57/211.02	c 211	7894 (80%) CSP integer variables are encoded (19745083 clauses, 392437484 bytes)
213.36/214.84	c 215	8881 (90%) CSP integer variables are encoded (22798470 clauses, 456558611 bytes)
217.13/218.61	c 219	9867 (100%) CSP integer variables are encoded (25800282 clauses, 519596663 bytes)
362.98/367.85	c 368	36602 (10%) CSP clauses are encoded (41787803 clauses, 959459518 bytes)
497.90/506.51	c 505	73203 (20%) CSP clauses are encoded (56880541 clauses, 1378433175 bytes)
620.00/674.10	c 674	109804 (30%) CSP clauses are encoded (71047751 clauses, 1782827373 bytes)
753.16/815.04	c 815	146405 (40%) CSP clauses are encoded (86125883 clauses, 2225188451 bytes)
878.87/947.51	c 948	183006 (50%) CSP clauses are encoded (101233364 clauses, 2671436212 bytes)
1005.99/1078.73	c 1079	219608 (60%) CSP clauses are encoded (116369271 clauses, 3118808556 bytes)
1033.20/1107.15	c 1107	ERROR Exception Too large HOME/temp.cnf
1033.20/1107.15	c 1107	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
1033.20/1107.15	c 1107	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
1033.20/1107.15	c 1107	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
1033.20/1107.15	s UNKNOWN
1033.30/1112.48	c 1113	CPU 1033.31 (0.05 0.02 1013.73 19.51)
1033.30/1112.48	c 1113	END Sun Jul 12 08:00:28 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-2083401-1247377315/watcher-2083401-1247377315 -o /tmp/evaluation-result-2083401-1247377315/solver-2083401-1247377315 -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-2083401-1247377315.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.27 2.10 2.03 4/73 28017
/proc/meminfo: memFree=1616312/2055920 swapFree=4192812/4192956
[pid=28017] ppid=28015 vsize=12268 CPUtime=0
/proc/28017/stat : 28017 (sugar) R 28015 28017 26884 0 -1 4194304 352 0 0 0 0 0 0 0 18 0 1 0 24796106 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 0 0 0 0 17 0 0 0
/proc/28017/statm: 3068 323 243 3 0 168 0

[startup+0.0587621 s]
/proc/loadavg: 2.27 2.10 2.03 4/73 28017
/proc/meminfo: memFree=1616312/2055920 swapFree=4192812/4192956
[pid=28017] ppid=28015 vsize=16212 CPUtime=0.04
/proc/28017/stat : 28017 (sugar) R 28015 28017 26884 0 -1 4194304 978 0 0 0 3 1 0 0 18 0 1 0 24796106 16601088 946 996147200 4194304 4206940 548682068608 18446744073709551615 226686833377 0 0 4224 0 0 0 0 17 0 0 0
/proc/28017/statm: 4053 947 380 3 0 632 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16212

[startup+0.101768 s]
/proc/loadavg: 2.27 2.10 2.03 4/73 28017
/proc/meminfo: memFree=1616312/2055920 swapFree=4192812/4192956
[pid=28017] ppid=28015 vsize=16868 CPUtime=0.06
/proc/28017/stat : 28017 (sugar) S 28015 28017 26884 0 -1 4194304 1227 128 0 0 4 2 0 0 17 0 1 0 24796106 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28017/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301808 s]
/proc/loadavg: 2.27 2.10 2.03 4/73 28017
/proc/meminfo: memFree=1616312/2055920 swapFree=4192812/4192956
[pid=28017] ppid=28015 vsize=16868 CPUtime=0.06
/proc/28017/stat : 28017 (sugar) S 28015 28017 26884 0 -1 4194304 1227 128 0 0 4 2 0 0 17 0 1 0 24796106 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28017/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70189 s]
/proc/loadavg: 2.27 2.10 2.03 4/73 28017
/proc/meminfo: memFree=1616312/2055920 swapFree=4192812/4192956
[pid=28017] ppid=28015 vsize=16868 CPUtime=0.06
/proc/28017/stat : 28017 (sugar) S 28015 28017 26884 0 -1 4194304 1227 128 0 0 4 2 0 0 17 0 1 0 24796106 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28017/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50206 s]
/proc/loadavg: 2.25 2.09 2.02 4/84 28029
/proc/meminfo: memFree=1581088/2055920 swapFree=4192812/4192956
[pid=28017] ppid=28015 vsize=16868 CPUtime=0.06
/proc/28017/stat : 28017 (sugar) S 28015 28017 26884 0 -1 4194304 1227 128 0 0 4 2 0 0 17 0 1 0 24796106 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28017/statm: 4217 1111 409 3 0 796 0
[pid=28020] ppid=28017 vsize=5356 CPUtime=0
/proc/28020/stat : 28020 (sh) S 28017 28017 26884 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24796114 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28020/statm: 1339 233 193 169 0 50 0
[pid=28021] ppid=28020 vsize=865600 CPUtime=1.41
/proc/28021/stat : 28021 (java) S 28020 28017 26884 0 -1 0 18769 0 1 0 132 9 0 0 18 0 9 0 24796114 886374400 15830 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28021/statm: 216400 15833 2556 9 0 210912 0
[pid=28021/tid=28022] ppid=28020 vsize=865600 CPUtime=0.64
/proc/28021/task/28022/stat : 28022 (java) R 28020 28017 26884 0 -1 64 3358 0 1 0 62 2 0 0 25 0 9 0 24796115 886374400 15834 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28021/tid=28023] ppid=28020 vsize=865600 CPUtime=0.62
/proc/28021/task/28023/stat : 28023 (java) R 28020 28017 26884 0 -1 64 14198 0 0 0 57 5 0 0 16 0 9 0 24796116 886374400 15837 996147200 134512640 134550932 4294955984 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28021/tid=28024] ppid=28020 vsize=865600 CPUtime=0
/proc/28021/task/28024/stat : 28024 (java) S 28020 28017 26884 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24796116 886374400 15840 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28021/tid=28025] ppid=28020 vsize=865600 CPUtime=0
/proc/28021/task/28025/stat : 28025 (java) S 28020 28017 26884 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 24796116 886374400 15842 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28021/tid=28026] ppid=28020 vsize=865600 CPUtime=0
/proc/28021/task/28026/stat : 28026 (java) S 28020 28017 26884 0 -1 64 2 0 0 0 0 0 0 0 18 0 9 0 24796118 886374400 15845 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28021/tid=28027] ppid=28020 vsize=865600 CPUtime=0.11
/proc/28021/task/28027/stat : 28027 (java) S 28020 28017 26884 0 -1 64 514 0 0 0 11 0 0 0 16 0 9 0 24796118 886374400 15847 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28021/tid=28028] ppid=28020 vsize=865600 CPUtime=0
/proc/28021/task/28028/stat : 28028 (java) S 28020 28017 26884 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24796118 886374400 15850 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28021/tid=28029] ppid=28020 vsize=865600 CPUtime=0
/proc/28021/task/28029/stat : 28029 (java) S 28020 28017 26884 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24796118 886374400 15852 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 887824

[startup+3.10139 s]
/proc/loadavg: 2.25 2.09 2.02 3/84 28029
/proc/meminfo: memFree=1545248/2055920 swapFree=4192812/4192956
[pid=28017] ppid=28015 vsize=16868 CPUtime=2.28
/proc/28017/stat : 28017 (sugar) S 28015 28017 26884 0 -1 4194304 1309 22606 0 1 5 2 208 13 16 0 1 0 24796106 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28017/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 16868
heavy processes:

[startup+6.30303 s]
/proc/loadavg: 2.39 2.12 2.04 3/84 28039
/proc/meminfo: memFree=1575968/2055920 swapFree=4192812/4192956
[pid=28017] ppid=28015 vsize=16868 CPUtime=2.28
/proc/28017/stat : 28017 (sugar) S 28015 28017 26884 0 -1 4194304 1309 22606 0 1 5 2 208 13 16 0 1 0 24796106 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28017/statm: 4217 1111 409 3 0 796 0
[pid=28030] ppid=28017 vsize=5356 CPUtime=0
/proc/28030/stat : 28030 (sh) S 28017 28017 26884 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24796340 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28030/statm: 1339 233 193 169 0 50 0
[pid=28031] ppid=28030 vsize=868644 CPUtime=3.9
/proc/28031/stat : 28031 (java) S 28030 28017 26884 0 -1 0 13109 0 1 0 381 9 0 0 19 0 9 0 24796340 889491456 11633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28031/statm: 217161 11633 2567 9 0 211666 0
[pid=28031/tid=28032] ppid=28030 vsize=868644 CPUtime=3.05
/proc/28031/task/28032/stat : 28032 (java) R 28030 28017 26884 0 -1 64 3037 0 1 0 302 3 0 0 25 0 9 0 24796341 889491456 11633 996147200 134512640 134550932 4294955936 18446744073709551615 4126503088 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28033] ppid=28030 vsize=868644 CPUtime=0.65
/proc/28031/task/28033/stat : 28033 (java) S 28030 28017 26884 0 -1 64 7889 0 0 0 61 4 0 0 16 0 9 0 24796342 889491456 11633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28034] ppid=28030 vsize=868644 CPUtime=0
/proc/28031/task/28034/stat : 28034 (java) S 28030 28017 26884 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24796342 889491456 11633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28035] ppid=28030 vsize=868644 CPUtime=0
/proc/28031/task/28035/stat : 28035 (java) S 28030 28017 26884 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24796342 889491456 11633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28036] ppid=28030 vsize=868644 CPUtime=0
/proc/28031/task/28036/stat : 28036 (java) S 28030 28017 26884 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24796344 889491456 11633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28037] ppid=28030 vsize=868644 CPUtime=0.17
/proc/28031/task/28037/stat : 28037 (java) S 28030 28017 26884 0 -1 64 1481 0 0 0 17 0 0 0 16 0 9 0 24796344 889491456 11633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28038] ppid=28030 vsize=868644 CPUtime=0
/proc/28031/task/28038/stat : 28038 (java) S 28030 28017 26884 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24796344 889491456 11633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28039] ppid=28030 vsize=868644 CPUtime=0
/proc/28031/task/28039/stat : 28039 (java) S 28030 28017 26884 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24796344 889491456 11633 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890868

[startup+12.7023 s]
/proc/loadavg: 2.36 2.12 2.03 3/84 28039
/proc/meminfo: memFree=1563680/2055920 swapFree=4192812/4192956
[pid=28017] ppid=28015 vsize=16868 CPUtime=2.28
/proc/28017/stat : 28017 (sugar) S 28015 28017 26884 0 -1 4194304 1309 22606 0 1 5 2 208 13 16 0 1 0 24796106 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28017/statm: 4217 1111 409 3 0 796 0
[pid=28030] ppid=28017 vsize=5356 CPUtime=0
/proc/28030/stat : 28030 (sh) S 28017 28017 26884 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24796340 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28030/statm: 1339 233 193 169 0 50 0
[pid=28031] ppid=28030 vsize=868644 CPUtime=10.25
/proc/28031/stat : 28031 (java) S 28030 28017 26884 0 -1 0 16167 0 1 0 1012 13 0 0 19 0 9 0 24796340 889491456 14408 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28031/statm: 217161 14408 2567 9 0 211666 0
[pid=28031/tid=28032] ppid=28030 vsize=868644 CPUtime=8.96
/proc/28031/task/28032/stat : 28032 (java) R 28030 28017 26884 0 -1 64 3320 0 1 0 892 4 0 0 25 0 9 0 24796341 889491456 14408 996147200 134512640 134550932 4294955936 18446744073709551615 4126502978 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28033] ppid=28030 vsize=868644 CPUtime=1.07
/proc/28031/task/28033/stat : 28033 (java) S 28030 28017 26884 0 -1 64 10661 0 0 0 100 7 0 0 16 0 9 0 24796342 889491456 14408 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28034] ppid=28030 vsize=868644 CPUtime=0
/proc/28031/task/28034/stat : 28034 (java) S 28030 28017 26884 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24796342 889491456 14408 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28035] ppid=28030 vsize=868644 CPUtime=0
/proc/28031/task/28035/stat : 28035 (java) S 28030 28017 26884 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24796342 889491456 14408 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28036] ppid=28030 vsize=868644 CPUtime=0
/proc/28031/task/28036/stat : 28036 (java) S 28030 28017 26884 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24796344 889491456 14408 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28037] ppid=28030 vsize=868644 CPUtime=0.18
/proc/28031/task/28037/stat : 28037 (java) S 28030 28017 26884 0 -1 64 1484 0 0 0 18 0 0 0 15 0 9 0 24796344 889491456 14408 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28038] ppid=28030 vsize=868644 CPUtime=0
/proc/28031/task/28038/stat : 28038 (java) S 28030 28017 26884 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24796344 889491456 14408 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28039] ppid=28030 vsize=868644 CPUtime=0
/proc/28031/task/28039/stat : 28039 (java) S 28030 28017 26884 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24796344 889491456 14408 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 890868

[startup+25.5029 s]
/proc/loadavg: 2.30 2.12 2.03 2/82 28040
/proc/meminfo: memFree=1540208/2055920 swapFree=4192812/4192956
[pid=28017] ppid=28015 vsize=16868 CPUtime=2.28
/proc/28017/stat : 28017 (sugar) S 28015 28017 26884 0 -1 4194304 1309 22606 0 1 5 2 208 13 16 0 1 0 24796106 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28017/statm: 4217 1111 409 3 0 796 0
[pid=28030] ppid=28017 vsize=5356 CPUtime=0
/proc/28030/stat : 28030 (sh) S 28017 28017 26884 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24796340 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28030/statm: 1339 233 193 169 0 50 0
[pid=28031] ppid=28030 vsize=868644 CPUtime=22.91
/proc/28031/stat : 28031 (java) S 28030 28017 26884 0 -1 0 27142 0 1 0 2271 20 0 0 19 0 9 0 24796340 889491456 21172 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28031/statm: 217161 21172 2568 9 0 211666 0
[pid=28031/tid=28032] ppid=28030 vsize=868644 CPUtime=20.53
/proc/28031/task/28032/stat : 28032 (java) R 28030 28017 26884 0 -1 64 3959 0 1 0 2047 6 0 0 18 0 9 0 24796341 889491456 21172 996147200 134512640 134550932 4294955936 18446744073709551615 4126502907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28031/tid=28033] ppid=28030 vsize=868644 CPUtime=2.17
/proc/28031/task/28033/stat : 28033 (java) S 28030 28017 26884 0 -1 64 20988 0 0 0 204 13 0 0 16 0 9 0 24796342 889491456 21172 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28034] ppid=28030 vsize=868644 CPUtime=0
/proc/28031/task/28034/stat : 28034 (java) S 28030 28017 26884 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24796342 889491456 21172 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28035] ppid=28030 vsize=868644 CPUtime=0
/proc/28031/task/28035/stat : 28035 (java) S 28030 28017 26884 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24796342 889491456 21172 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28036] ppid=28030 vsize=868644 CPUtime=0
/proc/28031/task/28036/stat : 28036 (java) S 28030 28017 26884 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24796344 889491456 21172 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28037] ppid=28030 vsize=868644 CPUtime=0.19
/proc/28031/task/28037/stat : 28037 (java) S 28030 28017 26884 0 -1 64 1493 0 0 0 19 0 0 0 15 0 9 0 24796344 889491456 21172 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28038] ppid=28030 vsize=868644 CPUtime=0
/proc/28031/task/28038/stat : 28038 (java) S 28030 28017 26884 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24796344 889491456 21172 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28039] ppid=28030 vsize=868644 CPUtime=0
/proc/28031/task/28039/stat : 28039 (java) S 28030 28017 26884 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24796344 889491456 21172 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 890868

[startup+51.1022 s]
/proc/loadavg: 2.13 2.09 2.03 3/94 28088
/proc/meminfo: memFree=1399440/2055920 swapFree=4192812/4192956
[pid=28017] ppid=28015 vsize=16868 CPUtime=2.28
/proc/28017/stat : 28017 (sugar) S 28015 28017 26884 0 -1 4194304 1309 22606 0 1 5 2 208 13 16 0 1 0 24796106 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28017/statm: 4217 1111 409 3 0 796 0
[pid=28030] ppid=28017 vsize=5356 CPUtime=0
/proc/28030/stat : 28030 (sh) S 28017 28017 26884 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24796340 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28030/statm: 1339 233 193 169 0 50 0
[pid=28031] ppid=28030 vsize=868644 CPUtime=48.35
/proc/28031/stat : 28031 (java) S 28030 28017 26884 0 -1 0 50549 0 1 0 4801 34 0 0 19 0 9 0 24796340 889491456 35844 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

/proc/28031/task/28037/stat : 28037 (java) S 28030 28017 26884 0 -1 64 1542 0 0 0 27 0 0 0 16 0 9 0 24796344 889606144 74086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28038] ppid=28030 vsize=868756 CPUtime=0
/proc/28031/task/28038/stat : 28038 (java) S 28030 28017 26884 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24796344 889606144 74086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28039] ppid=28030 vsize=868756 CPUtime=0
/proc/28031/task/28039/stat : 28039 (java) S 28030 28017 26884 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24796344 889606144 74086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 873.73
Current children cumulated vsize (KiB) 890980

[startup+1002.3 s]
/proc/loadavg: 4.65 3.92 3.34 3/99 28167
/proc/meminfo: memFree=15976/2055920 swapFree=4192812/4192956
[pid=28017] ppid=28015 vsize=16868 CPUtime=2.28
/proc/28017/stat : 28017 (sugar) S 28015 28017 26884 0 -1 4194304 1310 22606 0 1 5 2 208 13 16 0 1 0 24796106 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28017/statm: 4217 1111 409 3 0 796 0
[pid=28030] ppid=28017 vsize=5356 CPUtime=0
/proc/28030/stat : 28030 (sh) S 28017 28017 26884 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24796340 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28030/statm: 1339 233 193 169 0 50 0
[pid=28031] ppid=28030 vsize=868756 CPUtime=929.97
/proc/28031/stat : 28031 (java) S 28030 28017 26884 0 -1 0 94539 0 1 0 91275 1722 0 0 19 0 9 0 24796340 889606144 74086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28031/statm: 217189 74086 2593 9 0 211666 0
[pid=28031/tid=28032] ppid=28030 vsize=868756 CPUtime=915.48
/proc/28031/task/28032/stat : 28032 (java) R 28030 28017 26884 0 -1 64 9954 0 1 0 89892 1656 0 0 25 0 9 0 24796341 889606144 74086 996147200 134512640 134550932 4294955936 18446744073709551615 4126577462 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28033] ppid=28030 vsize=868756 CPUtime=14.17
/proc/28031/task/28033/stat : 28033 (java) S 28030 28017 26884 0 -1 64 82341 0 0 0 1354 63 0 0 16 0 9 0 24796342 889606144 74086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28034] ppid=28030 vsize=868756 CPUtime=0
/proc/28031/task/28034/stat : 28034 (java) S 28030 28017 26884 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24796342 889606144 74086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28031/tid=28035] ppid=28030 vsize=868756 CPUtime=0
/proc/28031/task/28035/stat : 28035 (java) S 28030 28017 26884 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24796342 889606144 74086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28031/tid=28036] ppid=28030 vsize=868756 CPUtime=0
/proc/28031/task/28036/stat : 28036 (java) S 28030 28017 26884 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24796344 889606144 74086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28037] ppid=28030 vsize=868756 CPUtime=0.27
/proc/28031/task/28037/stat : 28037 (java) S 28030 28017 26884 0 -1 64 1542 0 0 0 27 0 0 0 16 0 9 0 24796344 889606144 74086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28038] ppid=28030 vsize=868756 CPUtime=0
/proc/28031/task/28038/stat : 28038 (java) S 28030 28017 26884 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24796344 889606144 74086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28039] ppid=28030 vsize=868756 CPUtime=0
/proc/28031/task/28039/stat : 28039 (java) S 28030 28017 26884 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24796344 889606144 74086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 932.25
Current children cumulated vsize (KiB) 890980

[startup+1062.3 s]
/proc/loadavg: 7.12 4.73 3.65 3/100 28178
/proc/meminfo: memFree=16096/2055920 swapFree=4192812/4192956
[pid=28017] ppid=28015 vsize=16868 CPUtime=2.28
/proc/28017/stat : 28017 (sugar) S 28015 28017 26884 0 -1 4194304 1310 22606 0 1 5 2 208 13 16 0 1 0 24796106 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226695884898 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28017/statm: 4217 1111 409 3 0 796 0
[pid=28030] ppid=28017 vsize=5356 CPUtime=0
/proc/28030/stat : 28030 (sh) S 28017 28017 26884 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24796340 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226686985028 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28030/statm: 1339 233 193 169 0 50 0
[pid=28031] ppid=28030 vsize=868756 CPUtime=987.46
/proc/28031/stat : 28031 (java) S 28030 28017 26884 0 -1 0 94706 0 1 0 96912 1834 0 0 19 0 9 0 24796340 889606144 74086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28031/statm: 217189 74086 2593 9 0 211666 0
[pid=28031/tid=28032] ppid=28030 vsize=868756 CPUtime=972.76
/proc/28031/task/28032/stat : 28032 (java) R 28030 28017 26884 0 -1 64 10121 0 1 0 95509 1767 0 0 25 0 9 0 24796341 889606144 74086 996147200 134512640 134550932 4294955936 18446744073709551615 4126577416 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28033] ppid=28030 vsize=868756 CPUtime=14.39
/proc/28031/task/28033/stat : 28033 (java) S 28030 28017 26884 0 -1 64 82341 0 0 0 1374 65 0 0 16 0 9 0 24796342 889606144 74086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28034] ppid=28030 vsize=868756 CPUtime=0
/proc/28031/task/28034/stat : 28034 (java) S 28030 28017 26884 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24796342 889606144 74086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28031/tid=28035] ppid=28030 vsize=868756 CPUtime=0
/proc/28031/task/28035/stat : 28035 (java) S 28030 28017 26884 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24796342 889606144 74086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28031/tid=28036] ppid=28030 vsize=868756 CPUtime=0
/proc/28031/task/28036/stat : 28036 (java) S 28030 28017 26884 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24796344 889606144 74086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28037] ppid=28030 vsize=868756 CPUtime=0.27
/proc/28031/task/28037/stat : 28037 (java) S 28030 28017 26884 0 -1 64 1542 0 0 0 27 0 0 0 16 0 9 0 24796344 889606144 74086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28038] ppid=28030 vsize=868756 CPUtime=0
/proc/28031/task/28038/stat : 28038 (java) S 28030 28017 26884 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24796344 889606144 74086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28031/tid=28039] ppid=28030 vsize=868756 CPUtime=0
/proc/28031/task/28039/stat : 28039 (java) S 28030 28017 26884 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24796344 889606144 74086 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 989.74
Current children cumulated vsize (KiB) 890980

[startup+1122.3 s]
/proc/loadavg: 7.31 5.26 3.90 2/87 28186
/proc/meminfo: memFree=265608/2055920 swapFree=4192812/4192956
[pid=28017] ppid=28015 vsize=16868 CPUtime=1033.31
/proc/28017/stat : 28017 (sugar) D 28015 28017 26884 0 -1 4194304 1335 117741 0 4 5 2 101373 1951 17 0 1 0 24796106 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/28017/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1033.31
Current children cumulated vsize (KiB) 16868

[startup+1182.3 s]
/proc/loadavg: 6.85 5.46 4.05 2/88 28202
/proc/meminfo: memFree=55480/2055920 swapFree=4192812/4192956
[pid=28017] ppid=28015 vsize=16868 CPUtime=1033.31
/proc/28017/stat : 28017 (sugar) D 28015 28017 26884 0 -1 4194304 1335 117741 0 4 5 2 101373 1951 17 0 1 0 24796106 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608069 0 0 17 1 0 0
/proc/28017/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1033.31
Current children cumulated vsize (KiB) 16868

[startup+1242.31 s]
/proc/loadavg: 4.75 5.11 4.02 2/84 28208
/proc/meminfo: memFree=565728/2055920 swapFree=4192812/4192956
[pid=28017] ppid=28015 vsize=16868 CPUtime=1033.77
/proc/28017/stat : 28017 (sugar) D 28015 28017 26884 0 -1 4194304 1335 117741 0 4 5 48 101373 1951 18 0 1 0 24796106 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/28017/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1033.77
Current children cumulated vsize (KiB) 16868

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

[startup+1254.7 s]
/proc/loadavg: 4.48 5.04 4.01 2/84 28208
/proc/meminfo: memFree=526176/2055920 swapFree=4192812/4192956
[pid=28017] ppid=28015 vsize=16868 CPUtime=1033.78
/proc/28017/stat : 28017 (sugar) D 28015 28017 26884 0 -1 4194304 1335 117741 0 4 5 49 101373 1951 18 0 1 0 24796106 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/28017/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1033.78
Current children cumulated vsize (KiB) 16868

[startup+1261.1 s]
/proc/loadavg: 4.25 4.98 3.99 2/84 28208
/proc/meminfo: memFree=505696/2055920 swapFree=4192812/4192956
[pid=28017] ppid=28015 vsize=16868 CPUtime=1033.79
/proc/28017/stat : 28017 (sugar) D 28015 28017 26884 0 -1 4194304 1335 117741 0 4 5 50 101373 1951 18 0 1 0 24796106 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/28017/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1033.79
Current children cumulated vsize (KiB) 16868

[startup+1267.5 s]
/proc/loadavg: 4.15 4.94 3.99 2/84 28208
/proc/meminfo: memFree=485536/2055920 swapFree=4192812/4192956
[pid=28017] ppid=28015 vsize=16868 CPUtime=1033.8
/proc/28017/stat : 28017 (sugar) D 28015 28017 26884 0 -1 4194304 1335 117741 0 4 5 51 101373 1951 18 0 1 0 24796106 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/28017/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1033.8
Current children cumulated vsize (KiB) 16868

[startup+1270.7 s]
/proc/loadavg: 4.15 4.94 3.99 2/84 28208
/proc/meminfo: memFree=481184/2055920 swapFree=4192812/4192956
[pid=28017] ppid=28015 vsize=16868 CPUtime=1033.82
/proc/28017/stat : 28017 (sugar) D 28015 28017 26884 0 -1 4194304 1335 117741 0 4 5 53 101373 1951 18 0 1 0 24796106 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/28017/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1033.82
Current children cumulated vsize (KiB) 16868

[startup+1272.3 s]
/proc/loadavg: 4.06 4.91 3.98 2/84 28208
/proc/meminfo: memFree=473376/2055920 swapFree=4192812/4192956
[pid=28017] ppid=28015 vsize=16868 CPUtime=1033.88
/proc/28017/stat : 28017 (sugar) D 28015 28017 26884 0 -1 4194304 1335 117741 0 4 5 59 101373 1951 18 0 1 0 24796106 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/28017/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1033.88
Current children cumulated vsize (KiB) 16868

[startup+1272.7 s]
/proc/loadavg: 4.06 4.91 3.98 2/84 28208
/proc/meminfo: memFree=473376/2055920 swapFree=4192812/4192956
[pid=28017] ppid=28015 vsize=16868 CPUtime=1033.91
/proc/28017/stat : 28017 (sugar) D 28015 28017 26884 0 -1 4194304 1335 117741 0 4 5 62 101373 1951 18 0 1 0 24796106 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/28017/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1033.91
Current children cumulated vsize (KiB) 16868

[startup+1273.11 s]
/proc/loadavg: 4.06 4.91 3.98 2/84 28208
/proc/meminfo: memFree=468832/2055920 swapFree=4192812/4192956
[pid=28017] ppid=28015 vsize=16868 CPUtime=1033.92
/proc/28017/stat : 28017 (sugar) D 28015 28017 26884 0 -1 4194304 1335 117741 0 4 5 63 101373 1951 18 0 1 0 24796106 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/28017/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1033.92
Current children cumulated vsize (KiB) 16868

[startup+1273.2 s]
/proc/loadavg: 4.06 4.91 3.98 2/84 28208
/proc/meminfo: memFree=468832/2055920 swapFree=4192812/4192956
[pid=28017] ppid=28015 vsize=16868 CPUtime=1033.93
/proc/28017/stat : 28017 (sugar) D 28015 28017 26884 0 -1 4194304 1335 117741 0 4 5 64 101373 1951 18 0 1 0 24796106 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 226687161385 0 0 4224 16386 18446744071563608240 0 0 17 0 0 0
/proc/28017/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 1033.93
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1273.22
CPU time (s): 1033.95
CPU user time (s): 1013.79
CPU system time (s): 20.1609
CPU usage (%): 81.208
Max. virtual memory (cumulated for all children) (KiB): 901116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1013.79
system time used= 20.1609
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119137
page faults= 4
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 64090
involuntary context switches= 75980

runsolver used 1.56876 second user time and 4.43233 second system time

The end

Launcher Data

Begin job on node80 at 2009-07-12 07:41:55
IDJOB=2083401
IDBENCH=57802
IDSOLVER=738
FILE ID=node80/2083401-1247377315
PBS_JOBID= 9507152
Free space on /tmp= 66364 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp37/normalized-fapp37-2250-9.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-2083401-1247377315/watcher-2083401-1247377315 -o /tmp/evaluation-result-2083401-1247377315/solver-2083401-1247377315 -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-2083401-1247377315.xml

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

MD5SUM BENCH= b43fc16fe95e90c7bd2840923bd352e6
RANDOM SEED=1688021108

node80.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.285
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.285
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:       1616800 kB
Buffers:         50868 kB
Cached:         290696 kB
SwapCached:          0 kB
Active:         152468 kB
Inactive:       208576 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1616800 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            7292 kB
Writeback:           0 kB
Mapped:          31048 kB
Slab:            63464 kB
Committed_AS:   192436 kB
PageTables:       1728 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= 63700 MiB
End job on node80 at 2009-07-12 08:03:09