Trace number 1086191

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.13+picosatUNSAT 251.959 255.215

General information on the benchmark

Namecsp/fapp/fapp06/
normalized-fapp06-0500-4.xml
MD5SUM5bbba61bcb8f32abe3947428d8a4279f
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.4334
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints6531
Maximum constraint arity2
Maximum domain size290
Number of constraints which are defined in extension0
Number of constraints which are defined in intension6531
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Sat Jul  5 08:06:29 2008
0.00/0.05	c 0	PID 14864
0.00/0.05	c 0	HOST node61.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1086191-1215237989.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1086191-1215237989.xml' 'HOME/temp.csp'
0.04/0.91	c 1	16 domains, 500 variables, 8 predicates, 0 relations, 6531 constraints
0.04/0.94	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.94	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.89/1.05	c 1	Parsing HOME/temp.csp
1.19/1.36	c 1	parsed 7055 expressions
1.19/1.37	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.19/1.37	c 1	Converting to clausal form CSP
1.69/1.86	c 2	converted 706 (10%) expressions
2.79/2.91	c 3	converted 1411 (20%) expressions
3.49/3.68	c 4	converted 2117 (30%) expressions
4.29/4.41	c 4	converted 2822 (40%) expressions
5.09/5.22	c 5	converted 3528 (50%) expressions
5.69/5.82	c 6	converted 4233 (60%) expressions
6.28/6.46	c 6	converted 4939 (70%) expressions
7.28/7.45	c 7	converted 5644 (80%) expressions
7.88/8.01	c 8	converted 6350 (90%) expressions
8.48/8.62	c 9	converted 7055 (100%) expressions
8.48/8.62	c 9	CSP : 1000 integers, 18998 booleans, 40077 clauses, largest domain size 2717
8.48/8.62	c 9	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.48/8.62	c 9	Propagation in CSP
8.98/9.11	c 9	108 values, 0 unsatisfiable literals, and 0 valid clauses are removed
8.98/9.11	c 9	CSP : 1000 integers, 18998 booleans, 40077 clauses, largest domain size 2717
8.98/9.11	c 9	Heap : 51 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.98/9.13	c 9	Simplifing CSP by introducing new Boolean variables
9.08/9.22	c 9	CSP : 1000 integers, 32518 booleans, 53597 clauses, largest domain size 2717
9.08/9.22	c 9	Heap : 53 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.47/9.68	c 10	Encoding CSP to SAT : HOME/temp.cnf
9.97/10.14	c 10	100 (10%) CSP integer variables are encoded (21612 clauses, 302132 bytes)
10.38/10.55	c 10	200 (20%) CSP integer variables are encoded (42748 clauses, 619172 bytes)
10.78/10.95	c 11	300 (30%) CSP integer variables are encoded (63268 clauses, 926972 bytes)
11.17/11.39	c 11	400 (40%) CSP integer variables are encoded (85876 clauses, 1266092 bytes)
11.67/11.80	c 12	500 (50%) CSP integer variables are encoded (106988 clauses, 1597677 bytes)
11.88/12.07	c 12	600 (60%) CSP integer variables are encoded (330028 clauses, 5389357 bytes)
12.17/12.30	c 12	700 (70%) CSP integer variables are encoded (524558 clauses, 8696367 bytes)
12.37/12.55	c 12	800 (80%) CSP integer variables are encoded (738560 clauses, 12334401 bytes)
12.57/12.76	c 13	900 (90%) CSP integer variables are encoded (929100 clauses, 15573581 bytes)
12.77/12.97	c 13	1000 (100%) CSP integer variables are encoded (1099436 clauses, 18670050 bytes)
31.93/32.17	c 32	5360 (10%) CSP clauses are encoded (4428112 clauses, 92887952 bytes)
43.08/43.30	c 43	10720 (20%) CSP clauses are encoded (6811375 clauses, 147304264 bytes)
48.96/49.27	c 49	16080 (30%) CSP clauses are encoded (8546645 clauses, 189338772 bytes)
55.14/55.42	c 55	21439 (40%) CSP clauses are encoded (10334399 clauses, 233460528 bytes)
58.89/59.23	c 59	26799 (50%) CSP clauses are encoded (11621080 clauses, 265968707 bytes)
62.94/63.38	c 63	32159 (60%) CSP clauses are encoded (13064279 clauses, 302673818 bytes)
66.81/67.29	c 67	37518 (70%) CSP clauses are encoded (14489244 clauses, 338824601 bytes)
70.66/71.19	c 71	42878 (80%) CSP clauses are encoded (15892539 clauses, 374623769 bytes)
75.09/75.71	c 76	48238 (90%) CSP clauses are encoded (17491813 clauses, 414998410 bytes)
79.61/80.33	c 80	53597 (100%) CSP clauses are encoded (19038554 clauses, 454269549 bytes)
79.61/80.33	c 80	53597 CSP clauses encoded
79.61/80.34	c 80	Writing map file : HOME/temp.map
79.61/80.38	c 80	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
79.61/80.38	c 80	SAT : 1132954 SAT variables, 19038554 SAT clauses, 454269549 bytes
79.61/80.38	c 80	Heap : 50 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
79.69/80.42	c 80	SOLVING HOME/temp.cnf
79.69/80.42	c 80	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
250.94/253.78	c 254	DECODING HOME/temp.out WITH HOME/temp.map
250.94/253.78	c 254	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
251.08/254.03	c 254	Decoding HOME/temp.out
251.67/254.60	s UNSATISFIABLE
251.67/254.61	c 255	Heap : 6 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
251.67/254.63	c 255	CPU 159.19 (0.04 0.01 159.15 92.51)
251.67/254.63	c 255	END Sat Jul  5 08:10:44 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086191-1215237989/watcher-1086191-1215237989 -o /tmp/evaluation-result-1086191-1215237989/solver-1086191-1215237989 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1086191-1215237989.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.89 2.49 2.20 4/81 14864
/proc/meminfo: memFree=838336/2055920 swapFree=4180700/4192956
[pid=14864] ppid=14862 vsize=6268 CPUtime=0
/proc/14864/stat : 14864 (sugar) R 14862 14864 14249 0 -1 4194304 62 0 0 0 0 0 0 0 20 0 1 0 2002770212 6418432 47 996147200 4194304 4206940 548682068608 18446744073709551615 246403888617 0 0 4096 0 0 0 0 17 1 0 0
/proc/14864/statm: 1567 47 36 3 0 8 0

[startup+0.0996359 s]
/proc/loadavg: 2.89 2.49 2.20 4/81 14864
/proc/meminfo: memFree=838336/2055920 swapFree=4180700/4192956
[pid=14864] ppid=14862 vsize=13600 CPUtime=0.04
/proc/14864/stat : 14864 (sugar) S 14862 14864 14249 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002770212 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14864/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101625 s]
/proc/loadavg: 2.89 2.49 2.20 4/81 14864
/proc/meminfo: memFree=838336/2055920 swapFree=4180700/4192956
[pid=14864] ppid=14862 vsize=13600 CPUtime=0.04
/proc/14864/stat : 14864 (sugar) S 14862 14864 14249 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002770212 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14864/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301658 s]
/proc/loadavg: 2.89 2.49 2.20 4/81 14864
/proc/meminfo: memFree=838336/2055920 swapFree=4180700/4192956
[pid=14864] ppid=14862 vsize=13600 CPUtime=0.04
/proc/14864/stat : 14864 (sugar) S 14862 14864 14249 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002770212 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14864/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701745 s]
/proc/loadavg: 2.89 2.49 2.20 4/81 14864
/proc/meminfo: memFree=838336/2055920 swapFree=4180700/4192956
[pid=14864] ppid=14862 vsize=13600 CPUtime=0.04
/proc/14864/stat : 14864 (sugar) S 14862 14864 14249 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2002770212 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14864/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50288 s]
/proc/loadavg: 2.90 2.50 2.20 2/88 14882
/proc/meminfo: memFree=833728/2055920 swapFree=4180700/4192956
[pid=14864] ppid=14862 vsize=13600 CPUtime=0.88
/proc/14864/stat : 14864 (sugar) S 14862 14864 14249 0 -1 4194304 974 7931 0 1 3 1 78 6 15 0 1 0 2002770212 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14864/statm: 3400 797 370 3 0 500 0
[pid=14877] ppid=14864 vsize=5356 CPUtime=0
/proc/14877/stat : 14877 (sh) S 14864 14864 14249 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002770306 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14877/statm: 1339 233 193 169 0 50 0
[pid=14878] ppid=14877 vsize=864324 CPUtime=0.51
/proc/14878/stat : 14878 (java) S 14877 14864 14249 0 -1 0 4603 0 1 0 47 4 0 0 18 0 9 0 2002770307 885067776 4028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14878/statm: 216081 4028 1732 9 0 210656 0
[pid=14878/tid=14879] ppid=14877 vsize=864324 CPUtime=0.35
/proc/14878/task/14879/stat : 14879 (java) R 14877 14864 14249 0 -1 64 2672 0 1 0 33 2 0 0 22 0 9 0 2002770308 885067776 4028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14880] ppid=14877 vsize=864324 CPUtime=0.04
/proc/14878/task/14880/stat : 14880 (java) R 14877 14864 14249 0 -1 64 886 0 0 0 4 0 0 0 16 0 9 0 2002770309 885067776 4028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14881] ppid=14877 vsize=864324 CPUtime=0
/proc/14878/task/14881/stat : 14881 (java) S 14877 14864 14249 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2002770309 885067776 4028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14878/tid=14882] ppid=14877 vsize=864324 CPUtime=0
/proc/14878/task/14882/stat : 14882 (java) S 14877 14864 14249 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2002770309 885067776 4028 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 883280

[startup+3.10216 s]
/proc/loadavg: 2.90 2.50 2.20 4/92 14886
/proc/meminfo: memFree=819680/2055920 swapFree=4180700/4192956
[pid=14864] ppid=14862 vsize=13600 CPUtime=0.88
/proc/14864/stat : 14864 (sugar) S 14862 14864 14249 0 -1 4194304 974 7931 0 1 3 1 78 6 16 0 1 0 2002770212 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14864/statm: 3400 797 370 3 0 500 0
[pid=14877] ppid=14864 vsize=5356 CPUtime=0
/proc/14877/stat : 14877 (sh) S 14864 14864 14249 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002770306 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14877/statm: 1339 233 193 169 0 50 0
[pid=14878] ppid=14877 vsize=868388 CPUtime=2.1
/proc/14878/stat : 14878 (java) S 14877 14864 14249 0 -1 0 8827 0 1 0 202 8 0 0 18 0 9 0 2002770307 889229312 7918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14878/statm: 217097 7918 2540 9 0 211672 0
[pid=14878/tid=14879] ppid=14877 vsize=868388 CPUtime=1.61
/proc/14878/task/14879/stat : 14879 (java) R 14877 14864 14249 0 -1 64 2812 0 1 0 159 2 0 0 25 0 9 0 2002770308 889229312 7918 996147200 134512640 134550740 4294955952 18446744073709551615 4126601040 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14880] ppid=14877 vsize=868388 CPUtime=0.27
/proc/14878/task/14880/stat : 14880 (java) S 14877 14864 14249 0 -1 64 3860 0 0 0 24 3 0 0 16 0 9 0 2002770309 889229312 7918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14881] ppid=14877 vsize=868388 CPUtime=0
/proc/14878/task/14881/stat : 14881 (java) S 14877 14864 14249 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002770309 889229312 7918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14882] ppid=14877 vsize=868388 CPUtime=0
/proc/14878/task/14882/stat : 14882 (java) S 14877 14864 14249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002770309 889229312 7918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14883] ppid=14877 vsize=868388 CPUtime=0
/proc/14878/task/14883/stat : 14883 (java) S 14877 14864 14249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002770314 889229312 7918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14884] ppid=14877 vsize=868388 CPUtime=0.19
/proc/14878/task/14884/stat : 14884 (java) S 14877 14864 14249 0 -1 64 1463 0 0 0 18 1 0 0 15 0 9 0 2002770314 889229312 7918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14885] ppid=14877 vsize=868388 CPUtime=0
/proc/14878/task/14885/stat : 14885 (java) S 14877 14864 14249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002770314 889229312 7918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14886] ppid=14877 vsize=868388 CPUtime=0
/proc/14878/task/14886/stat : 14886 (java) S 14877 14864 14249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002770314 889229312 7918 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 887344

[startup+6.30272 s]
/proc/loadavg: 2.90 2.50 2.20 5/92 14886
/proc/meminfo: memFree=799072/2055920 swapFree=4180700/4192956
[pid=14864] ppid=14862 vsize=13600 CPUtime=0.88
/proc/14864/stat : 14864 (sugar) S 14862 14864 14249 0 -1 4194304 974 7931 0 1 3 1 78 6 15 0 1 0 2002770212 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14864/statm: 3400 797 370 3 0 500 0
[pid=14877] ppid=14864 vsize=5356 CPUtime=0
/proc/14877/stat : 14877 (sh) S 14864 14864 14249 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002770306 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14877/statm: 1339 233 193 169 0 50 0
[pid=14878] ppid=14877 vsize=868388 CPUtime=5.31
/proc/14878/stat : 14878 (java) S 14877 14864 14249 0 -1 0 14355 0 1 0 518 13 0 0 18 0 9 0 2002770307 889229312 13252 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14878/statm: 217097 13253 2540 9 0 211672 0
[pid=14878/tid=14879] ppid=14877 vsize=868388 CPUtime=4.22
/proc/14878/task/14879/stat : 14879 (java) R 14877 14864 14249 0 -1 64 3215 0 1 0 419 3 0 0 25 0 9 0 2002770308 889229312 13254 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14880] ppid=14877 vsize=868388 CPUtime=0.86
/proc/14878/task/14880/stat : 14880 (java) R 14877 14864 14249 0 -1 64 8987 0 0 0 79 7 0 0 15 0 9 0 2002770309 889229312 13255 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14881] ppid=14877 vsize=868388 CPUtime=0
/proc/14878/task/14881/stat : 14881 (java) S 14877 14864 14249 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002770309 889229312 13257 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14882] ppid=14877 vsize=868388 CPUtime=0
/proc/14878/task/14882/stat : 14882 (java) S 14877 14864 14249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002770309 889229312 13259 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14883] ppid=14877 vsize=868388 CPUtime=0
/proc/14878/task/14883/stat : 14883 (java) S 14877 14864 14249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002770314 889229312 13261 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14884] ppid=14877 vsize=868388 CPUtime=0.19
/proc/14878/task/14884/stat : 14884 (java) S 14877 14864 14249 0 -1 64 1464 0 0 0 18 1 0 0 15 0 9 0 2002770314 889229312 13263 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14885] ppid=14877 vsize=868388 CPUtime=0
/proc/14878/task/14885/stat : 14885 (java) S 14877 14864 14249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002770314 889229312 13264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14886] ppid=14877 vsize=868388 CPUtime=0
/proc/14878/task/14886/stat : 14886 (java) S 14877 14864 14249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002770314 889229312 13265 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 887344

[startup+12.7028 s]
/proc/loadavg: 3.07 2.55 2.22 4/92 14886
/proc/meminfo: memFree=764648/2055920 swapFree=4180700/4192956
[pid=14864] ppid=14862 vsize=13600 CPUtime=0.88
/proc/14864/stat : 14864 (sugar) S 14862 14864 14249 0 -1 4194304 974 7931 0 1 3 1 78 6 15 0 1 0 2002770212 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14864/statm: 3400 797 370 3 0 500 0
[pid=14877] ppid=14864 vsize=5356 CPUtime=0
/proc/14877/stat : 14877 (sh) S 14864 14864 14249 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002770306 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14877/statm: 1339 233 193 169 0 50 0
[pid=14878] ppid=14877 vsize=868500 CPUtime=11.69
/proc/14878/stat : 14878 (java) S 14877 14864 14249 0 -1 0 28078 0 1 0 1137 32 0 0 18 0 9 0 2002770307 889344000 19119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14878/statm: 217125 19119 2566 9 0 211672 0
[pid=14878/tid=14879] ppid=14877 vsize=868500 CPUtime=9.39
/proc/14878/task/14879/stat : 14879 (java) R 14877 14864 14249 0 -1 64 3814 0 1 0 926 13 0 0 25 0 9 0 2002770308 889344000 19119 996147200 134512640 134550740 4294955952 18446744073709551615 4127036013 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14880] ppid=14877 vsize=868500 CPUtime=2.01
/proc/14878/task/14880/stat : 14880 (java) S 14877 14864 14249 0 -1 64 22069 0 0 0 186 15 0 0 16 0 9 0 2002770309 889344000 19119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14881] ppid=14877 vsize=868500 CPUtime=0
/proc/14878/task/14881/stat : 14881 (java) S 14877 14864 14249 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002770309 889344000 19119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14882] ppid=14877 vsize=868500 CPUtime=0
/proc/14878/task/14882/stat : 14882 (java) S 14877 14864 14249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002770309 889344000 19119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14883] ppid=14877 vsize=868500 CPUtime=0
/proc/14878/task/14883/stat : 14883 (java) S 14877 14864 14249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002770314 889344000 19119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14884] ppid=14877 vsize=868500 CPUtime=0.25
/proc/14878/task/14884/stat : 14884 (java) S 14877 14864 14249 0 -1 64 1503 0 0 0 24 1 0 0 15 0 9 0 2002770314 889344000 19119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14885] ppid=14877 vsize=868500 CPUtime=0
/proc/14878/task/14885/stat : 14885 (java) S 14877 14864 14249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002770314 889344000 19119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14886] ppid=14877 vsize=868500 CPUtime=0
/proc/14878/task/14886/stat : 14886 (java) S 14877 14864 14249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002770314 889344000 19119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 887456

[startup+25.5011 s]
/proc/loadavg: 3.21 2.60 2.24 3/92 14886
/proc/meminfo: memFree=706664/2055920 swapFree=4180700/4192956
[pid=14864] ppid=14862 vsize=13600 CPUtime=0.88
/proc/14864/stat : 14864 (sugar) S 14862 14864 14249 0 -1 4194304 974 7931 0 1 3 1 78 6 15 0 1 0 2002770212 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14864/statm: 3400 797 370 3 0 500 0
[pid=14877] ppid=14864 vsize=5356 CPUtime=0
/proc/14877/stat : 14877 (sh) S 14864 14864 14249 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2002770306 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14877/statm: 1339 233 193 169 0 50 0
[pid=14878] ppid=14877 vsize=868500 CPUtime=24.46
/proc/14878/stat : 14878 (java) S 14877 14864 14249 0 -1 0 28340 0 1 0 2381 65 0 0 18 0 9 0 2002770307 889344000 19129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14878/statm: 217125 19129 2566 9 0 211672 0
[pid=14878/tid=14879] ppid=14877 vsize=868500 CPUtime=22.01
/proc/14878/task/14879/stat : 14879 (java) R 14877 14864 14249 0 -1 64 4067 0 1 0 2156 45 0 0 25 0 9 0 2002770308 889344000 19129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14880] ppid=14877 vsize=868500 CPUtime=2.15
/proc/14878/task/14880/stat : 14880 (java) S 14877 14864 14249 0 -1 64 22069 0 0 0 198 17 0 0 16 0 9 0 2002770309 889344000 19129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14881] ppid=14877 vsize=868500 CPUtime=0
/proc/14878/task/14881/stat : 14881 (java) S 14877 14864 14249 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2002770309 889344000 19129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14882] ppid=14877 vsize=868500 CPUtime=0
/proc/14878/task/14882/stat : 14882 (java) S 14877 14864 14249 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2002770309 889344000 19129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14883] ppid=14877 vsize=868500 CPUtime=0
/proc/14878/task/14883/stat : 14883 (java) S 14877 14864 14249 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2002770314 889344000 19129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14884] ppid=14877 vsize=868500 CPUtime=0.27
/proc/14878/task/14884/stat : 14884 (java) S 14877 14864 14249 0 -1 64 1512 0 0 0 26 1 0 0 15 0 9 0 2002770314 889344000 19129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14885] ppid=14877 vsize=868500 CPUtime=0
/proc/14878/task/14885/stat : 14885 (java) S 14877 14864 14249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002770314 889344000 19129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14886] ppid=14877 vsize=868500 CPUtime=0
/proc/14878/task/14886/stat : 14886 (java) S 14877 14864 14249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002770314 889344000 19129 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0

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

/proc/14878/task/14885/stat : 14885 (java) S 14877 14864 14249 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2002770314 889344000 19134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14878/tid=14886] ppid=14877 vsize=868500 CPUtime=0
/proc/14878/task/14886/stat : 14886 (java) S 14877 14864 14249 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2002770314 889344000 19134 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 887456

[startup+102.307 s]
/proc/loadavg: 2.80 2.62 2.28 4/84 14888
/proc/meminfo: memFree=230120/2055920 swapFree=4180700/4192956
[pid=14864] ppid=14862 vsize=13600 CPUtime=79.72
/proc/14864/stat : 14864 (sugar) S 14862 14864 14249 0 -1 4194304 1022 38382 0 2 4 1 7650 317 16 0 1 0 2002770212 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14864/statm: 3400 799 370 3 0 500 0
[pid=14887] ppid=14864 vsize=5356 CPUtime=0
/proc/14887/stat : 14887 (sh) S 14864 14864 14249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002778254 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14887/statm: 1339 232 193 169 0 50 0
[pid=14888] ppid=14887 vsize=215140 CPUtime=21.65
/proc/14888/stat : 14888 (picosat) R 14887 14864 14249 0 -1 4194304 37782 0 0 0 977 1188 0 0 25 0 1 0 2002778255 220303360 37768 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 53785 37768 40 102 0 53680 0
Current children cumulated CPU time (s) 101.37
Current children cumulated vsize (KiB) 234096

[startup+162.301 s]
/proc/loadavg: 2.82 2.66 2.31 4/84 14888
/proc/meminfo: memFree=20904/2055920 swapFree=4180700/4192956
[pid=14864] ppid=14862 vsize=13600 CPUtime=79.72
/proc/14864/stat : 14864 (sugar) S 14862 14864 14249 0 -1 4194304 1022 38382 0 2 4 1 7650 317 16 0 1 0 2002770212 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14864/statm: 3400 799 370 3 0 500 0
[pid=14887] ppid=14864 vsize=5356 CPUtime=0
/proc/14887/stat : 14887 (sh) S 14864 14864 14249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002778254 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14887/statm: 1339 232 193 169 0 50 0
[pid=14888] ppid=14887 vsize=431356 CPUtime=80.92
/proc/14888/stat : 14888 (picosat) R 14887 14864 14249 0 -1 4194304 90518 0 0 0 3648 4444 0 0 25 0 1 0 2002778255 441708544 90504 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 107839 90504 40 102 0 107734 0
Current children cumulated CPU time (s) 160.64
Current children cumulated vsize (KiB) 450312

[startup+222.303 s]
/proc/loadavg: 2.81 2.69 2.34 4/84 14888
/proc/meminfo: memFree=16104/2055920 swapFree=4180700/4192956
[pid=14864] ppid=14862 vsize=13600 CPUtime=79.72
/proc/14864/stat : 14864 (sugar) S 14862 14864 14249 0 -1 4194304 1022 38382 0 2 4 1 7650 317 16 0 1 0 2002770212 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14864/statm: 3400 799 370 3 0 500 0
[pid=14887] ppid=14864 vsize=5356 CPUtime=0
/proc/14887/stat : 14887 (sh) S 14864 14864 14249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002778254 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14887/statm: 1339 232 193 169 0 50 0
[pid=14888] ppid=14887 vsize=656468 CPUtime=140.19
/proc/14888/stat : 14888 (picosat) R 14887 14864 14249 0 -1 4194304 144582 0 0 0 6392 7627 0 0 25 0 1 0 2002778255 672223232 144568 996147200 134512640 134931368 4294956256 18446744073709551615 134560060 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 164117 144568 40 102 0 164012 0
Current children cumulated CPU time (s) 219.91
Current children cumulated vsize (KiB) 675424

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

[startup+230.302 s]
/proc/loadavg: 2.83 2.69 2.34 4/84 14888
/proc/meminfo: memFree=15656/2055920 swapFree=4180700/4192956
[pid=14864] ppid=14862 vsize=13600 CPUtime=79.72
/proc/14864/stat : 14864 (sugar) S 14862 14864 14249 0 -1 4194304 1022 38382 0 2 4 1 7650 317 16 0 1 0 2002770212 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14864/statm: 3400 799 370 3 0 500 0
[pid=14887] ppid=14864 vsize=5356 CPUtime=0
/proc/14887/stat : 14887 (sh) S 14864 14864 14249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002778254 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14887/statm: 1339 232 193 169 0 50 0
[pid=14888] ppid=14887 vsize=681152 CPUtime=148.09
/proc/14888/stat : 14888 (picosat) R 14887 14864 14249 0 -1 4194304 151560 0 0 0 6760 8049 0 0 25 0 1 0 2002778255 697499648 151546 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 170288 151546 40 102 0 170183 0
Current children cumulated CPU time (s) 227.81
Current children cumulated vsize (KiB) 700108

[startup+243.106 s]
/proc/loadavg: 2.87 2.71 2.35 4/84 14888
/proc/meminfo: memFree=15400/2055920 swapFree=4180700/4192956
[pid=14864] ppid=14862 vsize=13600 CPUtime=79.72
/proc/14864/stat : 14864 (sugar) S 14862 14864 14249 0 -1 4194304 1022 38382 0 2 4 1 7650 317 16 0 1 0 2002770212 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14864/statm: 3400 799 370 3 0 500 0
[pid=14887] ppid=14864 vsize=5356 CPUtime=0
/proc/14887/stat : 14887 (sh) S 14864 14864 14249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002778254 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14887/statm: 1339 232 193 169 0 50 0
[pid=14888] ppid=14887 vsize=721808 CPUtime=160.74
/proc/14888/stat : 14888 (picosat) R 14887 14864 14249 0 -1 4194304 162991 0 0 0 7358 8716 0 0 25 0 1 0 2002778255 739131392 162977 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 180452 162977 40 102 0 180347 0
Current children cumulated CPU time (s) 240.46
Current children cumulated vsize (KiB) 740764

[startup+249.501 s]
/proc/loadavg: 2.88 2.71 2.35 4/84 14888
/proc/meminfo: memFree=16296/2055920 swapFree=4180700/4192956
[pid=14864] ppid=14862 vsize=13600 CPUtime=79.72
/proc/14864/stat : 14864 (sugar) S 14862 14864 14249 0 -1 4194304 1022 38382 0 2 4 1 7650 317 16 0 1 0 2002770212 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14864/statm: 3400 799 370 3 0 500 0
[pid=14887] ppid=14864 vsize=5356 CPUtime=0
/proc/14887/stat : 14887 (sh) S 14864 14864 14249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002778254 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14887/statm: 1339 232 193 169 0 50 0
[pid=14888] ppid=14887 vsize=741764 CPUtime=167.06
/proc/14888/stat : 14888 (picosat) R 14887 14864 14249 0 -1 4194304 166725 0 0 0 7791 8915 0 0 25 0 1 0 2002778255 759566336 166711 996147200 134512640 134931368 4294956256 18446744073709551615 134524192 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 185441 166711 42 102 0 185336 0
Current children cumulated CPU time (s) 246.78
Current children cumulated vsize (KiB) 760720

[startup+252.703 s]
/proc/loadavg: 2.81 2.70 2.35 4/84 14888
/proc/meminfo: memFree=15272/2055920 swapFree=4180700/4192956
[pid=14864] ppid=14862 vsize=13600 CPUtime=79.72
/proc/14864/stat : 14864 (sugar) S 14862 14864 14249 0 -1 4194304 1022 38382 0 2 4 1 7650 317 16 0 1 0 2002770212 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14864/statm: 3400 799 370 3 0 500 0
[pid=14887] ppid=14864 vsize=5356 CPUtime=0
/proc/14887/stat : 14887 (sh) S 14864 14864 14249 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2002778254 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14887/statm: 1339 232 193 169 0 50 0
[pid=14888] ppid=14887 vsize=749956 CPUtime=170.24
/proc/14888/stat : 14888 (picosat) R 14887 14864 14249 0 -1 4194304 166900 0 0 0 8108 8916 0 0 25 0 1 0 2002778255 767954944 166886 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/14888/statm: 187489 166886 42 102 0 187384 0
Current children cumulated CPU time (s) 249.96
Current children cumulated vsize (KiB) 768912

[startup+254.301 s]
/proc/loadavg: 2.81 2.70 2.35 4/92 14898
/proc/meminfo: memFree=679976/2055920 swapFree=4180700/4192956
[pid=14864] ppid=14862 vsize=13600 CPUtime=251.03
/proc/14864/stat : 14864 (sugar) S 14862 14864 14249 0 -1 4194304 1091 205587 0 2 4 1 15853 9245 15 0 1 0 2002770212 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14864/statm: 3400 799 370 3 0 500 0
[pid=14889] ppid=14864 vsize=5356 CPUtime=0
/proc/14889/stat : 14889 (sh) S 14864 14864 14249 0 -1 4194304 276 0 2 0 0 0 0 0 18 0 1 0 2002795591 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14889/statm: 1339 233 193 169 0 50 0
[pid=14890] ppid=14889 vsize=863880 CPUtime=0.34
/proc/14890/stat : 14890 (java) S 14889 14864 14249 0 -1 0 3638 0 1 0 32 2 0 0 18 0 9 0 2002795597 884613120 3109 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14890/statm: 215970 3109 1650 9 0 210552 0
[pid=14890/tid=14891] ppid=14889 vsize=863880 CPUtime=0.29
/proc/14890/task/14891/stat : 14891 (java) R 14889 14864 14249 0 -1 64 2446 0 1 0 28 1 0 0 19 0 9 0 2002795599 884613120 3109 996147200 134512640 134550740 4294956000 18446744073709551615 4125963127 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14890/tid=14892] ppid=14889 vsize=863880 CPUtime=0.01
/proc/14890/task/14892/stat : 14892 (java) S 14889 14864 14249 0 -1 64 260 0 0 0 1 0 0 0 16 0 9 0 2002795608 884613120 3109 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14890/tid=14893] ppid=14889 vsize=863880 CPUtime=0
/proc/14890/task/14893/stat : 14893 (java) S 14889 14864 14249 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2002795608 884613120 3109 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14890/tid=14894] ppid=14889 vsize=863880 CPUtime=0
/proc/14890/task/14894/stat : 14894 (java) S 14889 14864 14249 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 2002795608 884613120 3109 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14890/tid=14895] ppid=14889 vsize=863880 CPUtime=0
/proc/14890/task/14895/stat : 14895 (java) S 14889 14864 14249 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2002795611 884613120 3109 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14890/tid=14896] ppid=14889 vsize=863880 CPUtime=0.01
/proc/14890/task/14896/stat : 14896 (java) R 14889 14864 14249 0 -1 64 241 0 0 0 1 0 0 0 19 0 9 0 2002795611 884613120 3109 996147200 134512640 134550740 4294956000 18446744073709551615 101985584 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14890/tid=14897] ppid=14889 vsize=863880 CPUtime=0
/proc/14890/task/14897/stat : 14897 (java) S 14889 14864 14249 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2002795611 884613120 3109 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14890/tid=14898] ppid=14889 vsize=863880 CPUtime=0
/proc/14890/task/14898/stat : 14898 (java) S 14889 14864 14249 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2002795611 884613120 3109 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 251.37
Current children cumulated vsize (KiB) 882836

[startup+254.702 s]
/proc/loadavg: 2.81 2.70 2.35 4/92 14898
/proc/meminfo: memFree=679976/2055920 swapFree=4180700/4192956
[pid=14864] ppid=14862 vsize=13600 CPUtime=251.78
/proc/14864/stat : 14864 (sugar) R 14862 14864 14249 0 -1 4194304 1118 212349 0 6 4 8 15915 9251 16 0 1 0 2002770212 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 246406681641 0 0 4224 16386 0 0 0 17 1 0 0
/proc/14864/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 251.78
Current children cumulated vsize (KiB) 13600

[startup+255.101 s]
/proc/loadavg: 2.81 2.70 2.35 2/82 14898
/proc/meminfo: memFree=1135864/2055920 swapFree=4180700/4192956
[pid=14864] ppid=14862 vsize=13600 CPUtime=251.94
/proc/14864/stat : 14864 (sugar) D 14862 14864 14249 0 -1 4194304 1118 212349 0 6 4 24 15915 9251 15 0 1 0 2002770212 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 246406681641 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14864/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 251.94
Current children cumulated vsize (KiB) 13600

[startup+255.206 s]
/proc/loadavg: 2.81 2.70 2.35 2/82 14898
/proc/meminfo: memFree=1135864/2055920 swapFree=4180700/4192956
[pid=14864] ppid=14862 vsize=13600 CPUtime=251.94
/proc/14864/stat : 14864 (sugar) D 14862 14864 14249 0 -1 4194304 1118 212349 0 6 4 24 15915 9251 15 0 1 0 2002770212 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 246406681641 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/14864/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 251.94
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 255.215
CPU time (s): 251.959
CPU user time (s): 159.195
CPU system time (s): 92.7639
CPU usage (%): 98.7242
Max. virtual memory (cumulated for all children) (KiB): 897592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 159.195
system time used= 92.7639
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 213497
page faults= 6
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21994
involuntary context switches= 29405

runsolver used 0.302953 second user time and 0.880866 second system time

The end

Launcher Data (download as text)

Begin job on node61 at 2008-07-05 08:06:29
IDJOB=1086191
IDBENCH=57773
IDSOLVER=345
FILE ID=node61/1086191-1215237989
PBS_JOBID= 7881892
Free space on /tmp= 66492 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp06/normalized-fapp06-0500-4.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1086191-1215237989/watcher-1086191-1215237989 -o /tmp/evaluation-result-1086191-1215237989/solver-1086191-1215237989 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1086191-1215237989.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 5bbba61bcb8f32abe3947428d8a4279f
RANDOM SEED=2008201979

node61.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.269
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.269
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:        838816 kB
Buffers:         71404 kB
Cached:         332312 kB
SwapCached:       6188 kB
Active:         931316 kB
Inactive:       225624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        838816 kB
SwapTotal:     4192956 kB
SwapFree:      4180700 kB
Dirty:            2184 kB
Writeback:           0 kB
Mapped:         769392 kB
Slab:            43960 kB
Committed_AS:  4738628 kB
PageTables:       3248 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66488 MiB
End job on node61 at 2008-07-05 08:10:44