Trace number 1087304

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 272.64 275.093

General information on the benchmark

Namecsp/fapp/fapp07/
normalized-fapp07-0600-6.xml
MD5SUMd23de4e6fd19229cdf6e50664455956d
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 benchmark17.5403
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints8996
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8996
Global constraints used (with number of constraints)

Solver Data (download as text)

0.01/0.13	c 0	Sugar v1-13 + HOME/picosat
0.01/0.13	c 0	BEGIN Sat Jul  5 09:37:51 2008
0.01/0.13	c 0	PID 19691
0.01/0.13	c 0	HOST node18.alineos.net
0.01/0.13	c 0	CONVERTING HOME/instance-1087304-1215243470.xml TO HOME/temp.csp
0.01/0.13	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087304-1215243470.xml' 'HOME/temp.csp'
0.99/1.17	c 1	28 domains, 600 variables, 8 predicates, 0 relations, 8996 constraints
1.06/1.23	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.06/1.23	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'
1.07/1.31	c 1	Parsing HOME/temp.csp
1.07/1.74	c 1	parsed 9632 expressions
1.07/1.75	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.07/1.75	c 1	Converting to clausal form CSP
2.52/2.76	c 2	converted 964 (10%) expressions
4.11/4.33	c 4	converted 1927 (20%) expressions
5.30/5.52	c 5	converted 2890 (30%) expressions
6.19/6.45	c 6	converted 3853 (40%) expressions
7.39/7.67	c 7	converted 4816 (50%) expressions
8.28/8.55	c 8	converted 5780 (60%) expressions
8.98/9.29	c 9	converted 6743 (70%) expressions
10.38/10.64	c 10	converted 7706 (80%) expressions
11.17/11.44	c 11	converted 8669 (90%) expressions
11.97/12.28	c 12	converted 9632 (100%) expressions
11.97/12.28	c 12	CSP : 1198 integers, 26212 booleans, 54148 clauses, largest domain size 2721
11.97/12.28	c 12	Heap : 75 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.97/12.28	c 12	Propagation in CSP
12.56/12.86	c 12	4760 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.56/12.86	c 12	CSP : 1198 integers, 26212 booleans, 54148 clauses, largest domain size 2721
12.56/12.86	c 12	Heap : 79 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.56/12.89	c 12	Simplifing CSP by introducing new Boolean variables
12.76/13.00	c 13	CSP : 1198 integers, 43920 booleans, 71856 clauses, largest domain size 2721
12.76/13.00	c 13	Heap : 83 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
13.25/13.59	c 13	Encoding CSP to SAT : HOME/temp.cnf
13.76/14.06	c 14	120 (10%) CSP integer variables are encoded (20624 clauses, 287348 bytes)
14.25/14.50	c 14	240 (20%) CSP integer variables are encoded (41412 clauses, 599168 bytes)
14.65/14.95	c 15	360 (30%) CSP integer variables are encoded (63061 clauses, 923903 bytes)
15.15/15.41	c 15	480 (40%) CSP integer variables are encoded (84950 clauses, 1252238 bytes)
15.65/15.90	c 15	599 (50%) CSP integer variables are encoded (107958 clauses, 1614385 bytes)
15.85/16.18	c 16	719 (60%) CSP integer variables are encoded (318867 clauses, 5199838 bytes)
16.14/16.43	c 16	839 (70%) CSP integer variables are encoded (511653 clauses, 8477200 bytes)
16.34/16.68	c 16	959 (80%) CSP integer variables are encoded (711473 clauses, 11874140 bytes)
16.64/16.97	c 17	1079 (90%) CSP integer variables are encoded (956529 clauses, 16040092 bytes)
16.93/17.24	c 17	1198 (100%) CSP integer variables are encoded (1165716 clauses, 19929912 bytes)
35.29/35.73	c 35	7186 (10%) CSP clauses are encoded (4290670 clauses, 88890389 bytes)
47.62/48.18	c 48	14372 (20%) CSP clauses are encoded (6851377 clauses, 147381050 bytes)
55.73/56.32	c 56	21557 (30%) CSP clauses are encoded (8839189 clauses, 195120450 bytes)
61.37/62.02	c 62	28743 (40%) CSP clauses are encoded (10469309 clauses, 235868424 bytes)
65.71/66.45	c 66	35928 (50%) CSP clauses are encoded (11904055 clauses, 272632623 bytes)
70.42/71.35	c 71	43114 (60%) CSP clauses are encoded (13620494 clauses, 316434837 bytes)
75.33/76.32	c 76	50300 (70%) CSP clauses are encoded (15336155 clauses, 359991093 bytes)
80.06/81.16	c 81	57485 (80%) CSP clauses are encoded (17005879 clauses, 402596770 bytes)
85.33/86.65	c 86	64671 (90%) CSP clauses are encoded (18841990 clauses, 449392441 bytes)
90.33/91.72	c 91	71856 (100%) CSP clauses are encoded (20621283 clauses, 494807136 bytes)
90.33/91.72	c 91	71856 CSP clauses encoded
90.33/91.72	c 91	Writing map file : HOME/temp.map
90.33/91.77	c 91	Heap : 81 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
90.33/91.77	c 91	SAT : 1210834 SAT variables, 20621283 SAT clauses, 494807136 bytes
90.33/91.78	c 91	Heap : 81 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
90.42/91.81	c 91	SOLVING HOME/temp.cnf
90.42/91.81	c 91	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
271.85/274.33	c 274	DECODING HOME/temp.out WITH HOME/temp.map
271.85/274.33	c 274	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
271.90/274.43	c 274	Decoding HOME/temp.out
271.90/274.81	s UNSATISFIABLE
271.90/274.82	c 274	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
271.90/274.84	c 274	CPU 173.39 (0.04 0.01 173.35 98.97)
271.90/274.84	c 274	END Sat Jul  5 09:42:25 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-1087304-1215243470/watcher-1087304-1215243470 -o /tmp/evaluation-result-1087304-1215243470/solver-1087304-1215243470 -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-1087304-1215243470.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.67 2.25 1.91 4/72 19691
/proc/meminfo: memFree=1833208/2055920 swapFree=4180540/4192956
[pid=19691] ppid=19689 vsize=18572 CPUtime=0
/proc/19691/stat : 19691 (runsolver) D 19689 19691 18968 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2003321450 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 227848809767 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/19691/statm: 4643 292 257 25 0 2626 0

[startup+0.0810739 s]
/proc/loadavg: 2.67 2.25 1.91 4/72 19691
/proc/meminfo: memFree=1833208/2055920 swapFree=4180540/4192956
[pid=19691] ppid=19689 vsize=12412 CPUtime=0
/proc/19691/stat : 19691 (sugar) D 19689 19691 18968 0 -1 4194304 414 0 0 0 0 0 0 0 18 0 1 0 2003321450 12709888 382 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/19691/statm: 3103 382 275 3 0 203 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12412

[startup+0.101078 s]
/proc/loadavg: 2.67 2.25 1.91 4/72 19691
/proc/meminfo: memFree=1833208/2055920 swapFree=4180540/4192956
[pid=19691] ppid=19689 vsize=12676 CPUtime=0.01
/proc/19691/stat : 19691 (sugar) R 19689 19691 18968 0 -1 4194304 522 0 0 0 1 0 0 0 18 0 1 0 2003321450 12980224 490 996147200 4194304 4206940 548682068608 18446744073709551615 227866649081 0 0 4224 0 0 0 0 17 1 0 0
/proc/19691/statm: 3169 490 314 3 0 269 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12676

[startup+0.301116 s]
/proc/loadavg: 2.67 2.25 1.91 4/72 19691
/proc/meminfo: memFree=1833208/2055920 swapFree=4180540/4192956
[pid=19691] ppid=19689 vsize=13600 CPUtime=0.04
/proc/19691/stat : 19691 (sugar) S 19689 19691 18968 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003321450 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19691/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701192 s]
/proc/loadavg: 2.67 2.25 1.91 4/72 19691
/proc/meminfo: memFree=1833208/2055920 swapFree=4180540/4192956
[pid=19691] ppid=19689 vsize=13600 CPUtime=0.04
/proc/19691/stat : 19691 (sugar) S 19689 19691 18968 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 2003321450 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19691/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50133 s]
/proc/loadavg: 2.67 2.25 1.91 3/83 19703
/proc/meminfo: memFree=1811288/2055920 swapFree=4180540/4192956
[pid=19691] ppid=19689 vsize=13600 CPUtime=1.07
/proc/19691/stat : 19691 (sugar) S 19689 19691 18968 0 -1 4194304 973 8868 0 1 3 1 96 7 16 0 1 0 2003321450 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19691/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 13600

[startup+3.10261 s]
/proc/loadavg: 2.67 2.25 1.91 3/83 19713
/proc/meminfo: memFree=1814040/2055920 swapFree=4180540/4192956
[pid=19691] ppid=19689 vsize=13600 CPUtime=1.07
/proc/19691/stat : 19691 (sugar) S 19689 19691 18968 0 -1 4194304 974 8868 0 1 3 1 96 7 16 0 1 0 2003321450 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19691/statm: 3400 797 370 3 0 500 0
[pid=19704] ppid=19691 vsize=5356 CPUtime=0
/proc/19704/stat : 19704 (sh) S 19691 19691 18968 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003321573 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19704/statm: 1339 233 193 169 0 50 0
[pid=19705] ppid=19704 vsize=868388 CPUtime=1.85
/proc/19705/stat : 19705 (java) S 19704 19691 18968 0 -1 0 8708 0 1 0 179 6 0 0 18 0 9 0 2003321573 889229312 7804 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19705/statm: 217097 7804 2541 9 0 211672 0
[pid=19705/tid=19706] ppid=19704 vsize=868388 CPUtime=1.36
/proc/19705/task/19706/stat : 19706 (java) R 19704 19691 18968 0 -1 64 2681 0 1 0 134 2 0 0 25 0 9 0 2003321574 889229312 7804 996147200 134512640 134550740 4294955952 18446744073709551615 4126603905 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19705/tid=19707] ppid=19704 vsize=868388 CPUtime=0.26
/proc/19705/task/19707/stat : 19707 (java) S 19704 19691 18968 0 -1 64 3876 0 0 0 24 2 0 0 16 0 9 0 2003321576 889229312 7804 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19705/tid=19708] ppid=19704 vsize=868388 CPUtime=0
/proc/19705/task/19708/stat : 19708 (java) S 19704 19691 18968 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003321576 889229312 7804 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19705/tid=19709] ppid=19704 vsize=868388 CPUtime=0
/proc/19705/task/19709/stat : 19709 (java) S 19704 19691 18968 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003321576 889229312 7804 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19705/tid=19710] ppid=19704 vsize=868388 CPUtime=0
/proc/19705/task/19710/stat : 19710 (java) S 19704 19691 18968 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003321578 889229312 7804 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19705/tid=19711] ppid=19704 vsize=868388 CPUtime=0.19
/proc/19705/task/19711/stat : 19711 (java) S 19704 19691 18968 0 -1 64 1454 0 0 0 19 0 0 0 15 0 9 0 2003321578 889229312 7804 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19705/tid=19712] ppid=19704 vsize=868388 CPUtime=0
/proc/19705/task/19712/stat : 19712 (java) S 19704 19691 18968 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003321578 889229312 7804 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19705/tid=19713] ppid=19704 vsize=868388 CPUtime=0
/proc/19705/task/19713/stat : 19713 (java) S 19704 19691 18968 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003321578 889229312 7804 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 887344

[startup+6.30618 s]
/proc/loadavg: 2.61 2.25 1.91 3/83 19713
/proc/meminfo: memFree=1793880/2055920 swapFree=4180540/4192956
[pid=19691] ppid=19689 vsize=13600 CPUtime=1.07
/proc/19691/stat : 19691 (sugar) S 19689 19691 18968 0 -1 4194304 974 8868 0 1 3 1 96 7 16 0 1 0 2003321450 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19691/statm: 3400 797 370 3 0 500 0
[pid=19704] ppid=19691 vsize=5356 CPUtime=0
/proc/19704/stat : 19704 (sh) S 19691 19691 18968 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003321573 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19704/statm: 1339 233 193 169 0 50 0
[pid=19705] ppid=19704 vsize=868388 CPUtime=5.02
/proc/19705/stat : 19705 (java) S 19704 19691 18968 0 -1 0 14497 0 1 0 493 9 0 0 18 0 9 0 2003321573 889229312 13413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19705/statm: 217097 13413 2540 9 0 211672 0
[pid=19705/tid=19706] ppid=19704 vsize=868388 CPUtime=3.93
/proc/19705/task/19706/stat : 19706 (java) R 19704 19691 18968 0 -1 64 3070 0 1 0 391 2 0 0 25 0 9 0 2003321574 889229312 13413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19705/tid=19707] ppid=19704 vsize=868388 CPUtime=0.86
/proc/19705/task/19707/stat : 19707 (java) S 19704 19691 18968 0 -1 64 9271 0 0 0 81 5 0 0 15 0 9 0 2003321576 889229312 13413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19705/tid=19708] ppid=19704 vsize=868388 CPUtime=0
/proc/19705/task/19708/stat : 19708 (java) S 19704 19691 18968 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003321576 889229312 13413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19705/tid=19709] ppid=19704 vsize=868388 CPUtime=0
/proc/19705/task/19709/stat : 19709 (java) S 19704 19691 18968 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003321576 889229312 13413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19705/tid=19710] ppid=19704 vsize=868388 CPUtime=0
/proc/19705/task/19710/stat : 19710 (java) S 19704 19691 18968 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003321578 889229312 13413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19705/tid=19711] ppid=19704 vsize=868388 CPUtime=0.2
/proc/19705/task/19711/stat : 19711 (java) S 19704 19691 18968 0 -1 64 1459 0 0 0 20 0 0 0 15 0 9 0 2003321578 889229312 13413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19705/tid=19712] ppid=19704 vsize=868388 CPUtime=0
/proc/19705/task/19712/stat : 19712 (java) S 19704 19691 18968 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003321578 889229312 13413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19705/tid=19713] ppid=19704 vsize=868388 CPUtime=0
/proc/19705/task/19713/stat : 19713 (java) S 19704 19691 18968 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003321578 889229312 13413 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 887344

[startup+12.7023 s]
/proc/loadavg: 2.64 2.26 1.92 3/83 19713
/proc/meminfo: memFree=1743000/2055920 swapFree=4180540/4192956
[pid=19691] ppid=19689 vsize=13600 CPUtime=1.08
/proc/19691/stat : 19691 (sugar) S 19689 19691 18968 0 -1 4194304 974 8868 0 1 4 1 96 7 15 0 1 0 2003321450 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19691/statm: 3400 797 370 3 0 500 0
[pid=19704] ppid=19691 vsize=5356 CPUtime=0
/proc/19704/stat : 19704 (sh) S 19691 19691 18968 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003321573 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19704/statm: 1339 233 193 169 0 50 0
[pid=19705] ppid=19704 vsize=868388 CPUtime=11.38
/proc/19705/stat : 19705 (java) S 19704 19691 18968 0 -1 0 33748 0 1 0 1119 19 0 0 18 0 9 0 2003321573 889229312 25494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19705/statm: 217097 25494 2541 9 0 211672 0
[pid=19705/tid=19706] ppid=19704 vsize=868388 CPUtime=8.78
/proc/19705/task/19706/stat : 19706 (java) R 19704 19691 18968 0 -1 64 3839 0 1 0 875 3 0 0 25 0 9 0 2003321574 889229312 25494 996147200 134512640 134550740 4294955952 18446744073709551615 4126952224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19705/tid=19707] ppid=19704 vsize=868388 CPUtime=2.35
/proc/19705/task/19707/stat : 19707 (java) S 19704 19691 18968 0 -1 64 27743 0 0 0 221 14 0 0 16 0 9 0 2003321576 889229312 25494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19705/tid=19708] ppid=19704 vsize=868388 CPUtime=0
/proc/19705/task/19708/stat : 19708 (java) S 19704 19691 18968 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003321576 889229312 25494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19705/tid=19709] ppid=19704 vsize=868388 CPUtime=0
/proc/19705/task/19709/stat : 19709 (java) S 19704 19691 18968 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003321576 889229312 25494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19705/tid=19710] ppid=19704 vsize=868388 CPUtime=0
/proc/19705/task/19710/stat : 19710 (java) S 19704 19691 18968 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003321578 889229312 25494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19705/tid=19711] ppid=19704 vsize=868388 CPUtime=0.22
/proc/19705/task/19711/stat : 19711 (java) S 19704 19691 18968 0 -1 64 1469 0 0 0 22 0 0 0 16 0 9 0 2003321578 889229312 25494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19705/tid=19712] ppid=19704 vsize=868388 CPUtime=0
/proc/19705/task/19712/stat : 19712 (java) S 19704 19691 18968 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003321578 889229312 25494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19705/tid=19713] ppid=19704 vsize=868388 CPUtime=0
/proc/19705/task/19713/stat : 19713 (java) S 19704 19691 18968 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003321578 889229312 25494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 887344

[startup+25.5026 s]
/proc/loadavg: 2.50 2.24 1.92 3/83 19713
/proc/meminfo: memFree=1684888/2055920 swapFree=4180540/4192956
[pid=19691] ppid=19689 vsize=13600 CPUtime=1.08
/proc/19691/stat : 19691 (sugar) S 19689 19691 18968 0 -1 4194304 974 8868 0 1 4 1 96 7 15 0 1 0 2003321450 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19691/statm: 3400 797 370 3 0 500 0
[pid=19704] ppid=19691 vsize=5356 CPUtime=0
/proc/19704/stat : 19704 (sh) S 19691 19691 18968 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003321573 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19704/statm: 1339 233 193 169 0 50 0
[pid=19705] ppid=19704 vsize=868500 CPUtime=24.1
/proc/19705/stat : 19705 (java) S 19704 19691 18968 0 -1 0 39725 0 1 0 2360 50 0 0 18 0 9 0 2003321573 889344000 27145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19705/statm: 217125 27145 2566 9 0 211672 0
[pid=19705/tid=19706] ppid=19704 vsize=868500 CPUtime=20.71
/proc/19705/task/19706/stat : 19706 (java) R 19704 19691 18968 0 -1 64 4312 0 1 0 2042 29 0 0 25 0 9 0 2003321574 889344000 27145 996147200 134512640 134550740 4294955952 18446744073709551615 102064724 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19705/tid=19707] ppid=19704 vsize=868500 CPUtime=3.07
/proc/19705/task/19707/stat : 19707 (java) S 19704 19691 18968 0 -1 64 33207 0 0 0 289 18 0 0 16 0 9 0 2003321576 889344000 27145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19705/tid=19708] ppid=19704 vsize=868500 CPUtime=0
/proc/19705/task/19708/stat : 19708 (java) S 19704 19691 18968 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2003321576 889344000 27145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19705/tid=19709] ppid=19704 vsize=868500 CPUtime=0
/proc/19705/task/19709/stat : 19709 (java) S 19704 19691 18968 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 2003321576 889344000 27145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19705/tid=19710] ppid=19704 vsize=868500 CPUtime=0
/proc/19705/task/19710/stat : 19710 (java) S 19704 19691 18968 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2003321578 889344000 27145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19705/tid=19711] ppid=19704 vsize=868500 CPUtime=0.29
/proc/19705/task/19711/stat : 19711 (java) S 19704 19691 18968 0 -1 64 1509 0 0 0 28 1 0 0 16 0 9 0 2003321578 889344000 27145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19705/tid=19712] ppid=19704 vsize=868500 CPUtime=0
/proc/19705/task/19712/stat : 19712 (java) S 19704 19691 18968 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003321578 889344000 27145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19705/tid=19713] ppid=19704 vsize=868500 CPUtime=0
/proc/19705/task/19713/stat : 19713 (java) S 19704 19691 18968 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003321578 889344000 27145 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 887456

[startup+51.1021 s]
/proc/loadavg: 2.33 2.22 1.92 3/83 19713
/proc/meminfo: memFree=1570712/2055920 swapFree=4180540/4192956
[pid=19691] ppid=19689 vsize=13600 CPUtime=1.08
/proc/19691/stat : 19691 (sugar) S 19689 19691 18968 0 -1 4194304 974 8868 0 1 4 1 96 7 16 0 1 0 2003321450 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19691/statm: 3400 797 370 3 0 500 0
[pid=19704] ppid=19691 vsize=5356 CPUtime=0
/proc/19704/stat : 19704 (sh) S 19691 19691 18968 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2003321573 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19704/statm: 1339 233 193 169 0 50 0
[pid=19705] ppid=19704 vsize=868500 CPUtime=49.51
/proc/19705/stat : 19705 (java) S 19704 19691 18968 0 -1 0 40073 0 1 0 4828 123 0 0 18 0 9 0 2003321573 889344000 27149 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

[pid=19705/tid=19712] ppid=19704 vsize=868500 CPUtime=0
/proc/19705/task/19712/stat : 19712 (java) S 19704 19691 18968 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2003321578 889344000 27149 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19705/tid=19713] ppid=19704 vsize=868500 CPUtime=0
/proc/19705/task/19713/stat : 19713 (java) S 19704 19691 18968 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2003321578 889344000 27149 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.59
Current children cumulated vsize (KiB) 887456

[startup+102.306 s]
/proc/loadavg: 2.20 2.20 1.93 3/75 19715
/proc/meminfo: memFree=1217048/2055920 swapFree=4180540/4192956
[pid=19691] ppid=19689 vsize=13600 CPUtime=90.44
/proc/19691/stat : 19691 (sugar) S 19689 19691 18968 0 -1 4194304 1022 50125 0 2 4 1 8704 335 17 0 1 0 2003321450 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19691/statm: 3400 799 370 3 0 500 0
[pid=19714] ppid=19691 vsize=5356 CPUtime=0
/proc/19714/stat : 19714 (sh) S 19691 19691 18968 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003330631 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19714/statm: 1339 232 193 169 0 50 0
[pid=19715] ppid=19714 vsize=172744 CPUtime=10.41
/proc/19715/stat : 19715 (picosat) R 19714 19691 18968 0 -1 4194304 29321 0 0 0 466 575 0 0 25 0 1 0 2003330632 176889856 29307 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 43186 29307 40 102 0 43081 0
Current children cumulated CPU time (s) 100.85
Current children cumulated vsize (KiB) 191700

[startup+162.302 s]
/proc/loadavg: 2.07 2.16 1.93 3/75 19715
/proc/meminfo: memFree=1005848/2055920 swapFree=4180540/4192956
[pid=19691] ppid=19689 vsize=13600 CPUtime=90.44
/proc/19691/stat : 19691 (sugar) S 19689 19691 18968 0 -1 4194304 1022 50125 0 2 4 1 8704 335 17 0 1 0 2003321450 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19691/statm: 3400 799 370 3 0 500 0
[pid=19714] ppid=19691 vsize=5356 CPUtime=0
/proc/19714/stat : 19714 (sh) S 19691 19691 18968 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003330631 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19714/statm: 1339 232 193 169 0 50 0
[pid=19715] ppid=19714 vsize=399756 CPUtime=69.96
/proc/19715/stat : 19715 (picosat) R 19714 19691 18968 0 -1 4194304 82626 0 0 0 3163 3833 0 0 25 0 1 0 2003330632 409350144 82612 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 99939 82612 40 102 0 99834 0
Current children cumulated CPU time (s) 160.4
Current children cumulated vsize (KiB) 418712

[startup+222.301 s]
/proc/loadavg: 2.02 2.13 1.93 3/75 19715
/proc/meminfo: memFree=784728/2055920 swapFree=4180540/4192956
[pid=19691] ppid=19689 vsize=13600 CPUtime=90.44
/proc/19691/stat : 19691 (sugar) S 19689 19691 18968 0 -1 4194304 1022 50125 0 2 4 1 8704 335 17 0 1 0 2003321450 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19691/statm: 3400 799 370 3 0 500 0
[pid=19714] ppid=19691 vsize=5356 CPUtime=0
/proc/19714/stat : 19714 (sh) S 19691 19691 18968 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003330631 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19714/statm: 1339 232 193 169 0 50 0
[pid=19715] ppid=19714 vsize=627280 CPUtime=129.66
/proc/19715/stat : 19715 (picosat) R 19714 19691 18968 0 -1 4194304 137318 0 0 0 5910 7056 0 0 25 0 1 0 2003330632 642334720 137304 996147200 134512640 134931368 4294956256 18446744073709551615 134514684 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 156820 137304 40 102 0 156715 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 646236

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

[startup+230.302 s]
/proc/loadavg: 2.02 2.13 1.93 3/75 19715
/proc/meminfo: memFree=755800/2055920 swapFree=4180540/4192956
[pid=19691] ppid=19689 vsize=13600 CPUtime=90.44
/proc/19691/stat : 19691 (sugar) S 19689 19691 18968 0 -1 4194304 1022 50125 0 2 4 1 8704 335 17 0 1 0 2003321450 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19691/statm: 3400 799 370 3 0 500 0
[pid=19714] ppid=19691 vsize=5356 CPUtime=0
/proc/19714/stat : 19714 (sh) S 19691 19691 18968 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003330631 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19714/statm: 1339 232 193 169 0 50 0
[pid=19715] ppid=19714 vsize=653812 CPUtime=137.62
/proc/19715/stat : 19715 (picosat) R 19714 19691 18968 0 -1 4194304 144817 0 0 0 6275 7487 0 0 25 0 1 0 2003330632 669503488 144803 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 163453 144803 40 102 0 163348 0
Current children cumulated CPU time (s) 228.06
Current children cumulated vsize (KiB) 672768

[startup+255.901 s]
/proc/loadavg: 2.01 2.11 1.93 3/75 19715
/proc/meminfo: memFree=663128/2055920 swapFree=4180540/4192956
[pid=19691] ppid=19689 vsize=13600 CPUtime=90.44
/proc/19691/stat : 19691 (sugar) S 19689 19691 18968 0 -1 4194304 1022 50125 0 2 4 1 8704 335 17 0 1 0 2003321450 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19691/statm: 3400 799 370 3 0 500 0
[pid=19714] ppid=19691 vsize=5356 CPUtime=0
/proc/19714/stat : 19714 (sh) S 19691 19691 18968 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003330631 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19714/statm: 1339 232 193 169 0 50 0
[pid=19715] ppid=19714 vsize=736976 CPUtime=163.1
/proc/19715/stat : 19715 (picosat) R 19714 19691 18968 0 -1 4194304 168220 0 0 0 7450 8860 0 0 25 0 1 0 2003330632 754663424 168206 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 184244 168206 40 102 0 184139 0
Current children cumulated CPU time (s) 253.54
Current children cumulated vsize (KiB) 755932

[startup+268.701 s]
/proc/loadavg: 2.01 2.11 1.93 3/75 19715
/proc/meminfo: memFree=614296/2055920 swapFree=4180540/4192956
[pid=19691] ppid=19689 vsize=13600 CPUtime=90.44
/proc/19691/stat : 19691 (sugar) S 19689 19691 18968 0 -1 4194304 1022 50125 0 2 4 1 8704 335 17 0 1 0 2003321450 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19691/statm: 3400 799 370 3 0 500 0
[pid=19714] ppid=19691 vsize=5356 CPUtime=0
/proc/19714/stat : 19714 (sh) S 19691 19691 18968 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003330631 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19714/statm: 1339 232 193 169 0 50 0
[pid=19715] ppid=19714 vsize=778820 CPUtime=175.84
/proc/19715/stat : 19715 (picosat) R 19714 19691 18968 0 -1 4194304 180019 0 0 0 8048 9536 0 0 25 0 1 0 2003330632 797511680 180005 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 194705 180005 40 102 0 194600 0
Current children cumulated CPU time (s) 266.28
Current children cumulated vsize (KiB) 797776

[startup+271.903 s]
/proc/loadavg: 2.01 2.11 1.93 3/75 19715
/proc/meminfo: memFree=610328/2055920 swapFree=4180540/4192956
[pid=19691] ppid=19689 vsize=13600 CPUtime=90.44
/proc/19691/stat : 19691 (sugar) S 19689 19691 18968 0 -1 4194304 1022 50125 0 2 4 1 8704 335 17 0 1 0 2003321450 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19691/statm: 3400 799 370 3 0 500 0
[pid=19714] ppid=19691 vsize=5356 CPUtime=0
/proc/19714/stat : 19714 (sh) S 19691 19691 18968 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003330631 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19714/statm: 1339 232 193 169 0 50 0
[pid=19715] ppid=19714 vsize=787632 CPUtime=179.02
/proc/19715/stat : 19715 (picosat) R 19714 19691 18968 0 -1 4194304 180671 0 0 0 8357 9545 0 0 25 0 1 0 2003330632 806535168 180641 996147200 134512640 134931368 4294956256 18446744073709551615 134522823 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 196908 180641 42 102 0 196803 0
Current children cumulated CPU time (s) 269.46
Current children cumulated vsize (KiB) 806588

[startup+273.501 s]
/proc/loadavg: 2.01 2.11 1.93 3/75 19715
/proc/meminfo: memFree=610072/2055920 swapFree=4180540/4192956
[pid=19691] ppid=19689 vsize=13600 CPUtime=90.44
/proc/19691/stat : 19691 (sugar) S 19689 19691 18968 0 -1 4194304 1022 50125 0 2 4 1 8704 335 17 0 1 0 2003321450 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19691/statm: 3400 799 370 3 0 500 0
[pid=19714] ppid=19691 vsize=5356 CPUtime=0
/proc/19714/stat : 19714 (sh) S 19691 19691 18968 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003330631 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19714/statm: 1339 232 193 169 0 50 0
[pid=19715] ppid=19714 vsize=787632 CPUtime=180.62
/proc/19715/stat : 19715 (picosat) R 19714 19691 18968 0 -1 4194304 180776 0 0 0 8517 9545 0 0 25 0 1 0 2003330632 806535168 180746 996147200 134512640 134931368 4294956256 18446744073709551615 134525520 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 196908 180746 42 102 0 196803 0
Current children cumulated CPU time (s) 271.06
Current children cumulated vsize (KiB) 806588

[startup+274.302 s]
/proc/loadavg: 2.01 2.11 1.93 3/75 19715
/proc/meminfo: memFree=609816/2055920 swapFree=4180540/4192956
[pid=19691] ppid=19689 vsize=13600 CPUtime=90.44
/proc/19691/stat : 19691 (sugar) S 19689 19691 18968 0 -1 4194304 1022 50125 0 2 4 1 8704 335 17 0 1 0 2003321450 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19691/statm: 3400 799 370 3 0 500 0
[pid=19714] ppid=19691 vsize=5356 CPUtime=0
/proc/19714/stat : 19714 (sh) S 19691 19691 18968 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2003330631 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227848807236 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/19714/statm: 1339 232 193 169 0 50 0
[pid=19715] ppid=19714 vsize=0 CPUtime=181.41
/proc/19715/stat : 19715 (picosat) R 19714 19691 18968 0 -1 4194308 180798 0 0 0 8588 9553 0 0 25 0 1 0 2003330632 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 1 0 0
/proc/19715/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 271.85
Current children cumulated vsize (KiB) 18956

[startup+274.702 s]
/proc/loadavg: 2.01 2.11 1.93 3/75 19715
/proc/meminfo: memFree=609816/2055920 swapFree=4180540/4192956
[pid=19691] ppid=19689 vsize=13600 CPUtime=271.9
/proc/19691/stat : 19691 (sugar) S 19689 19691 18968 0 -1 4194304 1091 231208 0 2 4 1 17293 9892 16 0 1 0 2003321450 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 227857707106 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19691/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 271.9
Current children cumulated vsize (KiB) 13600

[startup+274.902 s]
/proc/loadavg: 2.01 2.11 1.93 3/73 19725
/proc/meminfo: memFree=1480424/2055920 swapFree=4180540/4192956
[pid=19691] ppid=19689 vsize=13600 CPUtime=272.43
/proc/19691/stat : 19691 (sugar) R 19689 19691 18968 0 -1 4194304 1118 238031 0 4 4 7 17335 9897 16 0 1 0 2003321450 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 227848983593 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19691/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 272.43
Current children cumulated vsize (KiB) 13600

[startup+275.007 s]
/proc/loadavg: 2.01 2.11 1.93 3/73 19725
/proc/meminfo: memFree=1480424/2055920 swapFree=4180540/4192956
[pid=19691] ppid=19689 vsize=13600 CPUtime=272.53
/proc/19691/stat : 19691 (sugar) R 19689 19691 18968 0 -1 4194304 1118 238031 0 4 4 17 17335 9897 16 0 1 0 2003321450 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 227848983593 0 0 4224 16386 0 0 0 17 1 0 0
/proc/19691/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 272.53
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 275.093
CPU time (s): 272.64
CPU user time (s): 173.402
CPU system time (s): 99.2379
CPU usage (%): 99.1081
Max. virtual memory (cumulated for all children) (KiB): 897592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 173.402
system time used= 99.2379
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239179
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= 16676
involuntary context switches= 19559

runsolver used 0.426935 second user time and 0.862868 second system time

The end

Launcher Data (download as text)

Begin job on node18 at 2008-07-05 09:37:51
IDJOB=1087304
IDBENCH=57967
IDSOLVER=345
FILE ID=node18/1087304-1215243470
PBS_JOBID= 7881962
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp07/normalized-fapp07-0600-6.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-1087304-1215243470/watcher-1087304-1215243470 -o /tmp/evaluation-result-1087304-1215243470/solver-1087304-1215243470 -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-1087304-1215243470.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d23de4e6fd19229cdf6e50664455956d
RANDOM SEED=1467179762

node18.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.268
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5931.00
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.268
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:       1833688 kB
Buffers:         10140 kB
Cached:          82716 kB
SwapCached:       6220 kB
Active:         145500 kB
Inactive:        27896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1833688 kB
SwapTotal:     4192956 kB
SwapFree:      4180540 kB
Dirty:            2524 kB
Writeback:           0 kB
Mapped:          87900 kB
Slab:            34112 kB
Committed_AS:  3633032 kB
PageTables:       1880 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= 66548 MiB
End job on node18 at 2008-07-05 09:42:26