Trace number 1087619

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 177.812 178.979

General information on the benchmark

Namecsp/fapp/fapp09/
normalized-fapp09-0800-0.xml
MD5SUM501a3c19e285c0ae9d47bc368e869aab
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.3434
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints8975
Maximum constraint arity2
Maximum domain size350
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8975
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Sat Jul  5 10:02:34 2008
0.00/0.04	c 0	PID 5476
0.04/0.05	c 0	HOST node32.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1087619-1215244954.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1087619-1215244954.xml' 'HOME/temp.csp'
0.04/0.86	c 1	33 domains, 800 variables, 7 predicates, 0 relations, 8975 constraints
0.04/0.89	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.89	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.85/0.97	c 1	Parsing HOME/temp.csp
1.45/1.51	c 1	parsed 9815 expressions
1.45/1.51	c 1	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.45/1.51	c 1	Converting to clausal form CSP
1.94/2.10	c 2	converted 982 (10%) expressions
4.72/4.84	c 5	converted 1963 (20%) expressions
7.01/7.15	c 7	converted 2945 (30%) expressions
8.50/8.62	c 8	converted 3926 (40%) expressions
10.59/10.78	c 11	converted 4908 (50%) expressions
12.38/12.54	c 12	converted 5889 (60%) expressions
13.87/14.08	c 14	converted 6871 (70%) expressions
15.26/15.50	c 15	converted 7852 (80%) expressions
17.46/17.66	c 17	converted 8834 (90%) expressions
18.95/19.20	c 19	converted 9815 (100%) expressions
18.95/19.20	c 19	CSP : 1600 integers, 25793 booleans, 53862 clauses, largest domain size 2717
19.04/19.20	c 19	Heap : 120 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.04/19.20	c 19	Propagation in CSP
19.73/19.98	c 20	90 values, 0 unsatisfiable literals, and 0 valid clauses are removed
19.73/19.99	c 20	CSP : 1600 integers, 25793 booleans, 53862 clauses, largest domain size 2717
19.73/19.99	c 20	Heap : 129 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
19.84/20.03	c 20	Simplifing CSP by introducing new Boolean variables
19.94/20.15	c 20	CSP : 1600 integers, 42087 booleans, 70156 clauses, largest domain size 2717
19.94/20.15	c 20	Heap : 124 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.83/21.01	c 21	Encoding CSP to SAT : HOME/temp.cnf
21.33/21.59	c 21	160 (10%) CSP integer variables are encoded (25496 clauses, 360442 bytes)
21.83/22.02	c 22	320 (20%) CSP integer variables are encoded (46648 clauses, 677722 bytes)
22.32/22.53	c 22	480 (30%) CSP integer variables are encoded (71096 clauses, 1044442 bytes)
22.82/23.04	c 23	640 (40%) CSP integer variables are encoded (95352 clauses, 1408282 bytes)
23.32/23.55	c 23	800 (50%) CSP integer variables are encoded (120164 clauses, 1822127 bytes)
23.51/23.80	c 24	960 (60%) CSP integer variables are encoded (302186 clauses, 4916501 bytes)
23.81/24.00	c 24	1120 (70%) CSP integer variables are encoded (446597 clauses, 7371488 bytes)
24.02/24.22	c 24	1280 (80%) CSP integer variables are encoded (612531 clauses, 10192366 bytes)
24.21/24.46	c 24	1440 (90%) CSP integer variables are encoded (793941 clauses, 13276336 bytes)
24.41/24.65	c 24	1600 (100%) CSP integer variables are encoded (940699 clauses, 15771222 bytes)
37.42/37.73	c 38	7016 (10%) CSP clauses are encoded (2857433 clauses, 56244613 bytes)
46.16/46.51	c 46	14032 (20%) CSP clauses are encoded (4477903 clauses, 91242912 bytes)
53.52/53.99	c 54	21047 (30%) CSP clauses are encoded (5968930 clauses, 124454308 bytes)
57.97/58.40	c 58	28063 (40%) CSP clauses are encoded (7083277 clauses, 150537380 bytes)
60.57/61.05	c 61	35078 (50%) CSP clauses are encoded (7790113 clauses, 167044970 bytes)
63.34/63.86	c 64	42094 (60%) CSP clauses are encoded (8617565 clauses, 186597640 bytes)
65.82/66.32	c 66	49110 (70%) CSP clauses are encoded (9379874 clauses, 204863937 bytes)
69.18/69.73	c 70	56125 (80%) CSP clauses are encoded (10435287 clauses, 229993231 bytes)
71.36/71.91	c 72	63141 (90%) CSP clauses are encoded (11104293 clauses, 246075915 bytes)
74.31/74.93	c 75	70156 (100%) CSP clauses are encoded (12005399 clauses, 267693920 bytes)
74.31/74.93	c 75	70156 CSP clauses encoded
74.31/74.93	c 75	Writing map file : HOME/temp.map
74.31/74.98	c 75	Heap : 116 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
74.31/74.98	c 75	SAT : 984385 SAT variables, 12005399 SAT clauses, 267693920 bytes
74.31/74.98	c 75	Heap : 116 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
74.40/75.02	c 75	SOLVING HOME/temp.cnf
74.40/75.02	c 75	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
176.97/178.15	c 178	DECODING HOME/temp.out WITH HOME/temp.map
176.97/178.15	c 178	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
177.03/178.23	c 178	Decoding HOME/temp.out
177.03/178.78	s UNSATISFIABLE
177.03/178.78	c 179	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
177.03/178.84	c 179	CPU 121.04 (0.04 0.01 121 56.61)
177.03/178.84	c 179	END Sat Jul  5 10:05:33 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-1087619-1215244954/watcher-1087619-1215244954 -o /tmp/evaluation-result-1087619-1215244954/solver-1087619-1215244954 -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-1087619-1215244954.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.05 2.01 1.91 4/73 5476
/proc/meminfo: memFree=1273104/2055920 swapFree=4098048/4192956
[pid=5476] ppid=5474 vsize=12000 CPUtime=0
/proc/5476/stat : 5476 (sugar) R 5474 5476 4472 0 -1 4194304 198 0 0 0 0 0 0 0 20 0 1 0 1554167563 12288000 166 996147200 4194304 4206940 548682068608 18446744073709551615 268233626688 0 0 4224 0 0 0 0 17 1 0 0
/proc/5476/statm: 3000 166 128 3 0 100 0

[startup+0.050194 s]
/proc/loadavg: 2.05 2.01 1.91 4/73 5476
/proc/meminfo: memFree=1273104/2055920 swapFree=4098048/4192956
[pid=5476] ppid=5474 vsize=13600 CPUtime=0.04
/proc/5476/stat : 5476 (sugar) S 5474 5476 4472 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1554167563 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5476/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101454 s]
/proc/loadavg: 2.05 2.01 1.91 4/73 5476
/proc/meminfo: memFree=1273104/2055920 swapFree=4098048/4192956
[pid=5476] ppid=5474 vsize=13600 CPUtime=0.04
/proc/5476/stat : 5476 (sugar) S 5474 5476 4472 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1554167563 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5476/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30148 s]
/proc/loadavg: 2.05 2.01 1.91 4/73 5476
/proc/meminfo: memFree=1273104/2055920 swapFree=4098048/4192956
[pid=5476] ppid=5474 vsize=13600 CPUtime=0.04
/proc/5476/stat : 5476 (sugar) S 5474 5476 4472 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1554167563 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5476/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701522 s]
/proc/loadavg: 2.05 2.01 1.91 4/73 5476
/proc/meminfo: memFree=1273104/2055920 swapFree=4098048/4192956
[pid=5476] ppid=5474 vsize=13600 CPUtime=0.04
/proc/5476/stat : 5476 (sugar) S 5474 5476 4472 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1554167563 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5476/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50262 s]
/proc/loadavg: 2.05 2.01 1.91 5/84 5498
/proc/meminfo: memFree=1266040/2055920 swapFree=4098048/4192956
[pid=5476] ppid=5474 vsize=13600 CPUtime=0.85
/proc/5476/stat : 5476 (sugar) S 5474 5476 4472 0 -1 4194304 973 8882 0 1 3 1 75 6 16 0 1 0 1554167563 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5476/statm: 3400 797 370 3 0 500 0
[pid=5489] ppid=5476 vsize=5356 CPUtime=0
/proc/5489/stat : 5489 (sh) S 5476 5476 4472 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554167653 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5489/statm: 1339 233 193 169 0 50 0
[pid=5490] ppid=5489 vsize=864336 CPUtime=0.6
/proc/5490/stat : 5490 (java) S 5489 5476 4472 0 -1 0 5861 0 1 0 57 3 0 0 18 0 9 0 1554167653 885080064 5119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5490/statm: 216084 5119 2531 9 0 210666 0
[pid=5490/tid=5491] ppid=5489 vsize=864336 CPUtime=0.41
/proc/5490/task/5491/stat : 5491 (java) R 5489 5476 4472 0 -1 64 2491 0 1 0 40 1 0 0 20 0 9 0 1554167654 885080064 5119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5492] ppid=5489 vsize=864336 CPUtime=0.09
/proc/5490/task/5492/stat : 5492 (java) R 5489 5476 4472 0 -1 64 2341 0 0 0 9 0 0 0 16 0 9 0 1554167655 885080064 5119 996147200 134512640 134550740 4294955952 18446744073709551615 102731790 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5493] ppid=5489 vsize=864336 CPUtime=0
/proc/5490/task/5493/stat : 5493 (java) S 5489 5476 4472 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1554167655 885080064 5119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5494] ppid=5489 vsize=864336 CPUtime=0
/proc/5490/task/5494/stat : 5494 (java) S 5489 5476 4472 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 1554167655 885080064 5119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5495] ppid=5489 vsize=864336 CPUtime=0
/proc/5490/task/5495/stat : 5495 (java) S 5489 5476 4472 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1554167657 885080064 5119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5496] ppid=5489 vsize=864336 CPUtime=0.07
/proc/5490/task/5496/stat : 5496 (java) S 5489 5476 4472 0 -1 64 338 0 0 0 7 0 0 0 17 0 9 0 1554167657 885080064 5119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5497] ppid=5489 vsize=864336 CPUtime=0
/proc/5490/task/5497/stat : 5497 (java) S 5489 5476 4472 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1554167657 885080064 5119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5498] ppid=5489 vsize=864336 CPUtime=0
/proc/5490/task/5498/stat : 5498 (java) S 5489 5476 4472 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1554167657 885080064 5119 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 883292

[startup+3.1018 s]
/proc/loadavg: 2.05 2.01 1.91 3/84 5498
/proc/meminfo: memFree=1252536/2055920 swapFree=4098048/4192956
[pid=5476] ppid=5474 vsize=13600 CPUtime=0.85
/proc/5476/stat : 5476 (sugar) S 5474 5476 4472 0 -1 4194304 974 8882 0 1 3 1 75 6 15 0 1 0 1554167563 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5476/statm: 3400 797 370 3 0 500 0
[pid=5489] ppid=5476 vsize=5356 CPUtime=0
/proc/5489/stat : 5489 (sh) S 5476 5476 4472 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554167653 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5489/statm: 1339 233 193 169 0 50 0
[pid=5490] ppid=5489 vsize=868592 CPUtime=2.18
/proc/5490/stat : 5490 (java) S 5489 5476 4472 0 -1 0 9179 0 1 0 213 5 0 0 18 0 9 0 1554167653 889438208 8266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5490/statm: 217148 8266 2540 9 0 211723 0
[pid=5490/tid=5491] ppid=5489 vsize=868592 CPUtime=1.64
/proc/5490/task/5491/stat : 5491 (java) R 5489 5476 4472 0 -1 64 2689 0 1 0 162 2 0 0 25 0 9 0 1554167654 889438208 8266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5492] ppid=5489 vsize=868592 CPUtime=0.32
/proc/5490/task/5492/stat : 5492 (java) R 5489 5476 4472 0 -1 64 4337 0 0 0 31 1 0 0 16 0 9 0 1554167655 889438208 8266 996147200 134512640 134550740 4294955952 18446744073709551615 104180100 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5493] ppid=5489 vsize=868592 CPUtime=0
/proc/5490/task/5493/stat : 5493 (java) S 5489 5476 4472 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1554167655 889438208 8266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5494] ppid=5489 vsize=868592 CPUtime=0
/proc/5490/task/5494/stat : 5494 (java) S 5489 5476 4472 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1554167655 889438208 8266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5495] ppid=5489 vsize=868592 CPUtime=0
/proc/5490/task/5495/stat : 5495 (java) S 5489 5476 4472 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1554167657 889438208 8266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5496] ppid=5489 vsize=868592 CPUtime=0.18
/proc/5490/task/5496/stat : 5496 (java) S 5489 5476 4472 0 -1 64 1456 0 0 0 18 0 0 0 15 0 9 0 1554167657 889438208 8266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5497] ppid=5489 vsize=868592 CPUtime=0
/proc/5490/task/5497/stat : 5497 (java) S 5489 5476 4472 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1554167657 889438208 8266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5498] ppid=5489 vsize=868592 CPUtime=0
/proc/5490/task/5498/stat : 5498 (java) S 5489 5476 4472 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1554167657 889438208 8266 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887548

[startup+6.30216 s]
/proc/loadavg: 2.05 2.01 1.91 3/84 5498
/proc/meminfo: memFree=1233720/2055920 swapFree=4098048/4192956
[pid=5476] ppid=5474 vsize=13600 CPUtime=0.85
/proc/5476/stat : 5476 (sugar) S 5474 5476 4472 0 -1 4194304 974 8882 0 1 3 1 75 6 16 0 1 0 1554167563 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5476/statm: 3400 797 370 3 0 500 0
[pid=5489] ppid=5476 vsize=5356 CPUtime=0
/proc/5489/stat : 5489 (sh) S 5476 5476 4472 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554167653 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5489/statm: 1339 233 193 169 0 50 0
[pid=5490] ppid=5489 vsize=868404 CPUtime=5.36
/proc/5490/stat : 5490 (java) S 5489 5476 4472 0 -1 0 13899 0 1 0 528 8 0 0 18 0 9 0 1554167653 889245696 12845 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5490/statm: 217101 12845 2540 9 0 211676 0
[pid=5490/tid=5491] ppid=5489 vsize=868404 CPUtime=4.31
/proc/5490/task/5491/stat : 5491 (java) R 5489 5476 4472 0 -1 64 3040 0 1 0 429 2 0 0 25 0 9 0 1554167654 889245696 12845 996147200 134512640 134550740 4294955952 18446744073709551615 4126572008 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5492] ppid=5489 vsize=868404 CPUtime=0.82
/proc/5490/task/5492/stat : 5492 (java) S 5489 5476 4472 0 -1 64 8700 0 0 0 78 4 0 0 16 0 9 0 1554167655 889245696 12845 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5493] ppid=5489 vsize=868404 CPUtime=0
/proc/5490/task/5493/stat : 5493 (java) S 5489 5476 4472 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1554167655 889245696 12845 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5494] ppid=5489 vsize=868404 CPUtime=0
/proc/5490/task/5494/stat : 5494 (java) S 5489 5476 4472 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1554167655 889245696 12845 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5495] ppid=5489 vsize=868404 CPUtime=0
/proc/5490/task/5495/stat : 5495 (java) S 5489 5476 4472 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1554167657 889245696 12845 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5496] ppid=5489 vsize=868404 CPUtime=0.2
/proc/5490/task/5496/stat : 5496 (java) S 5489 5476 4472 0 -1 64 1462 0 0 0 20 0 0 0 15 0 9 0 1554167657 889245696 12845 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5497] ppid=5489 vsize=868404 CPUtime=0
/proc/5490/task/5497/stat : 5497 (java) S 5489 5476 4472 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1554167657 889245696 12845 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5498] ppid=5489 vsize=868404 CPUtime=0
/proc/5490/task/5498/stat : 5498 (java) S 5489 5476 4472 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1554167657 889245696 12845 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887360

[startup+12.7019 s]
/proc/loadavg: 2.05 2.01 1.91 3/84 5498
/proc/meminfo: memFree=1189048/2055920 swapFree=4098048/4192956
[pid=5476] ppid=5474 vsize=13600 CPUtime=0.85
/proc/5476/stat : 5476 (sugar) S 5474 5476 4472 0 -1 4194304 974 8882 0 1 3 1 75 6 16 0 1 0 1554167563 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5476/statm: 3400 797 370 3 0 500 0
[pid=5489] ppid=5476 vsize=5356 CPUtime=0
/proc/5489/stat : 5489 (sh) S 5476 5476 4472 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554167653 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5489/statm: 1339 233 193 169 0 50 0
[pid=5490] ppid=5489 vsize=868404 CPUtime=11.72
/proc/5490/stat : 5490 (java) S 5489 5476 4472 0 -1 0 31897 0 1 0 1156 16 0 0 18 0 9 0 1554167653 889245696 24015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5490/statm: 217101 24015 2540 9 0 211676 0
[pid=5490/tid=5491] ppid=5489 vsize=868404 CPUtime=9.2
/proc/5490/task/5491/stat : 5491 (java) R 5489 5476 4472 0 -1 64 3781 0 1 0 917 3 0 0 25 0 9 0 1554167654 889245696 24015 996147200 134512640 134550740 4294955952 18446744073709551615 4126572000 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5492] ppid=5489 vsize=868404 CPUtime=2.3
/proc/5490/task/5492/stat : 5492 (java) S 5489 5476 4472 0 -1 64 25956 0 0 0 218 12 0 0 16 0 9 0 1554167655 889245696 24015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5493] ppid=5489 vsize=868404 CPUtime=0
/proc/5490/task/5493/stat : 5493 (java) S 5489 5476 4472 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1554167655 889245696 24015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5494] ppid=5489 vsize=868404 CPUtime=0
/proc/5490/task/5494/stat : 5494 (java) S 5489 5476 4472 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1554167655 889245696 24015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5495] ppid=5489 vsize=868404 CPUtime=0
/proc/5490/task/5495/stat : 5495 (java) S 5489 5476 4472 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1554167657 889245696 24015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5496] ppid=5489 vsize=868404 CPUtime=0.2
/proc/5490/task/5496/stat : 5496 (java) S 5489 5476 4472 0 -1 64 1463 0 0 0 20 0 0 0 17 0 9 0 1554167657 889245696 24015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5497] ppid=5489 vsize=868404 CPUtime=0
/proc/5490/task/5497/stat : 5497 (java) S 5489 5476 4472 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1554167657 889245696 24015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5498] ppid=5489 vsize=868404 CPUtime=0
/proc/5490/task/5498/stat : 5498 (java) S 5489 5476 4472 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1554167657 889245696 24015 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 887360

[startup+25.5023 s]
/proc/loadavg: 2.03 2.01 1.91 3/84 5498
/proc/meminfo: memFree=1108984/2055920 swapFree=4098048/4192956
[pid=5476] ppid=5474 vsize=13600 CPUtime=0.85
/proc/5476/stat : 5476 (sugar) S 5474 5476 4472 0 -1 4194304 974 8882 0 1 3 1 75 6 15 0 1 0 1554167563 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5476/statm: 3400 797 370 3 0 500 0
[pid=5489] ppid=5476 vsize=5356 CPUtime=0
/proc/5489/stat : 5489 (sh) S 5476 5476 4472 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554167653 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5489/statm: 1339 233 193 169 0 50 0
[pid=5490] ppid=5489 vsize=868516 CPUtime=24.46
/proc/5490/stat : 5490 (java) S 5489 5476 4472 0 -1 0 51591 0 1 0 2408 38 0 0 18 0 9 0 1554167653 889360384 38463 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5490/statm: 217129 38463 2566 9 0 211676 0
[pid=5490/tid=5491] ppid=5489 vsize=868516 CPUtime=19.42
/proc/5490/task/5491/stat : 5491 (java) R 5489 5476 4472 0 -1 64 4620 0 1 0 1928 14 0 0 25 0 9 0 1554167654 889360384 38463 996147200 134512640 134550740 4294955952 18446744073709551615 4126608512 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5492] ppid=5489 vsize=868516 CPUtime=4.72
/proc/5490/task/5492/stat : 5492 (java) S 5489 5476 4472 0 -1 64 44767 0 0 0 451 21 0 0 16 0 9 0 1554167655 889360384 38463 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5493] ppid=5489 vsize=868516 CPUtime=0
/proc/5490/task/5493/stat : 5493 (java) S 5489 5476 4472 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1554167655 889360384 38463 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5494] ppid=5489 vsize=868516 CPUtime=0
/proc/5490/task/5494/stat : 5494 (java) S 5489 5476 4472 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1554167655 889360384 38463 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5495] ppid=5489 vsize=868516 CPUtime=0
/proc/5490/task/5495/stat : 5495 (java) S 5489 5476 4472 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1554167657 889360384 38463 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5496] ppid=5489 vsize=868516 CPUtime=0.27
/proc/5490/task/5496/stat : 5496 (java) S 5489 5476 4472 0 -1 64 1507 0 0 0 27 0 0 0 16 0 9 0 1554167657 889360384 38463 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5497] ppid=5489 vsize=868516 CPUtime=0
/proc/5490/task/5497/stat : 5497 (java) S 5489 5476 4472 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1554167657 889360384 38463 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5498] ppid=5489 vsize=868516 CPUtime=0
/proc/5490/task/5498/stat : 5498 (java) S 5489 5476 4472 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1554167657 889360384 38463 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.31
Current children cumulated vsize (KiB) 887472

[startup+51.1022 s]
/proc/loadavg: 2.02 2.01 1.91 3/84 5498
/proc/meminfo: memFree=1019832/2055920 swapFree=4098048/4192956
[pid=5476] ppid=5474 vsize=13600 CPUtime=0.85
/proc/5476/stat : 5476 (sugar) S 5474 5476 4472 0 -1 4194304 974 8882 0 1 3 1 75 6 16 0 1 0 1554167563 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5476/statm: 3400 797 370 3 0 500 0
[pid=5489] ppid=5476 vsize=5356 CPUtime=0
/proc/5489/stat : 5489 (sh) S 5476 5476 4472 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1554167653 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5489/statm: 1339 233 193 169 0 50 0
[pid=5490] ppid=5489 vsize=868516 CPUtime=49.88
/proc/5490/stat : 5490 (java) S 5489 5476 4472 0 -1 0 51799 0 1 0 4894 94 0 0 18 0 9 0 1554167653 889360384 38472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/5490/statm: 217129 38472 2566 9 0 211676 0
[pid=5490/tid=5491] ppid=5489 vsize=868516 CPUtime=44.71
/proc/5490/task/5491/stat : 5491 (java) R 5489 5476 4472 0 -1 64 4819 0 1 0 4401 70 0 0 25 0 9 0 1554167654 889360384 38472 996147200 134512640 134550740 4294955952 18446744073709551615 4126608517 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5492] ppid=5489 vsize=868516 CPUtime=4.85
/proc/5490/task/5492/stat : 5492 (java) S 5489 5476 4472 0 -1 64 44767 0 0 0 464 21 0 0 16 0 9 0 1554167655 889360384 38472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5493] ppid=5489 vsize=868516 CPUtime=0
/proc/5490/task/5493/stat : 5493 (java) S 5489 5476 4472 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1554167655 889360384 38472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5494] ppid=5489 vsize=868516 CPUtime=0
/proc/5490/task/5494/stat : 5494 (java) S 5489 5476 4472 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1554167655 889360384 38472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5495] ppid=5489 vsize=868516 CPUtime=0
/proc/5490/task/5495/stat : 5495 (java) S 5489 5476 4472 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1554167657 889360384 38472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5496] ppid=5489 vsize=868516 CPUtime=0.29
/proc/5490/task/5496/stat : 5496 (java) S 5489 5476 4472 0 -1 64 1516 0 0 0 29 0 0 0 17 0 9 0 1554167657 889360384 38472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5497] ppid=5489 vsize=868516 CPUtime=0
/proc/5490/task/5497/stat : 5497 (java) S 5489 5476 4472 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1554167657 889360384 38472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=5490/tid=5498] ppid=5489 vsize=868516 CPUtime=0
/proc/5490/task/5498/stat : 5498 (java) S 5489 5476 4472 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1554167657 889360384 38472 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 887472

[startup+102.307 s]
/proc/loadavg: 2.20 2.06 1.94 3/76 5500
/proc/meminfo: memFree=842872/2055920 swapFree=4098048/4192956
[pid=5476] ppid=5474 vsize=13600 CPUtime=74.44
/proc/5476/stat : 5476 (sugar) S 5474 5476 4472 0 -1 4194304 1022 61302 0 2 4 1 7244 195 16 0 1 0 1554167563 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5476/statm: 3400 799 370 3 0 500 0
[pid=5499] ppid=5476 vsize=5356 CPUtime=0
/proc/5499/stat : 5499 (sh) S 5476 5476 4472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554175066 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5499/statm: 1339 232 193 169 0 50 0
[pid=5500] ppid=5499 vsize=167520 CPUtime=27.12
/proc/5500/stat : 5500 (picosat) R 5499 5476 4472 0 -1 4194304 40010 0 0 0 1218 1494 0 0 25 0 1 0 1554175067 171540480 39996 996147200 134512640 134931368 4294956256 18446744073709551615 134597664 0 0 4096 0 0 0 0 17 1 0 0
/proc/5500/statm: 41880 39996 40 102 0 41775 0
Current children cumulated CPU time (s) 101.56
Current children cumulated vsize (KiB) 186476

[startup+162.302 s]
/proc/loadavg: 2.07 2.05 1.94 3/76 5500
/proc/meminfo: memFree=632184/2055920 swapFree=4098048/4192956
[pid=5476] ppid=5474 vsize=13600 CPUtime=74.44
/proc/5476/stat : 5476 (sugar) S 5474 5476 4472 0 -1 4194304 1022 61302 0 2 4 1 7244 195 16 0 1 0 1554167563 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5476/statm: 3400 799 370 3 0 500 0
[pid=5499] ppid=5476 vsize=5356 CPUtime=0
/proc/5499/stat : 5499 (sh) S 5476 5476 4472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554175066 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5499/statm: 1339 232 193 169 0 50 0
[pid=5500] ppid=5499 vsize=382536 CPUtime=86.8
/proc/5500/stat : 5500 (picosat) R 5499 5476 4472 0 -1 4194304 93183 0 0 0 3949 4731 0 0 25 0 1 0 1554175067 391716864 93169 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/5500/statm: 95634 93169 40 102 0 95529 0
Current children cumulated CPU time (s) 161.24
Current children cumulated vsize (KiB) 401492

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

[startup+166.301 s]
/proc/loadavg: 2.06 2.05 1.94 3/76 5500
/proc/meminfo: memFree=616248/2055920 swapFree=4098048/4192956
[pid=5476] ppid=5474 vsize=13600 CPUtime=74.44
/proc/5476/stat : 5476 (sugar) S 5474 5476 4472 0 -1 4194304 1022 61302 0 2 4 1 7244 195 16 0 1 0 1554167563 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5476/statm: 3400 799 370 3 0 500 0
[pid=5499] ppid=5476 vsize=5356 CPUtime=0
/proc/5499/stat : 5499 (sh) S 5476 5476 4472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554175066 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5499/statm: 1339 232 193 169 0 50 0
[pid=5500] ppid=5499 vsize=395340 CPUtime=90.78
/proc/5500/stat : 5500 (picosat) R 5499 5476 4472 0 -1 4194304 96782 0 0 0 4132 4946 0 0 25 0 1 0 1554175067 404828160 96768 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/5500/statm: 98835 96768 40 102 0 98730 0
Current children cumulated CPU time (s) 165.22
Current children cumulated vsize (KiB) 414296

[startup+172.708 s]
/proc/loadavg: 2.06 2.05 1.94 3/76 5500
/proc/meminfo: memFree=592184/2055920 swapFree=4098048/4192956
[pid=5476] ppid=5474 vsize=13600 CPUtime=74.44
/proc/5476/stat : 5476 (sugar) S 5474 5476 4472 0 -1 4194304 1022 61302 0 2 4 1 7244 195 16 0 1 0 1554167563 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5476/statm: 3400 799 370 3 0 500 0
[pid=5499] ppid=5476 vsize=5356 CPUtime=0
/proc/5499/stat : 5499 (sh) S 5476 5476 4472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554175066 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5499/statm: 1339 232 193 169 0 50 0
[pid=5500] ppid=5499 vsize=416064 CPUtime=97.16
/proc/5500/stat : 5500 (picosat) R 5499 5476 4472 0 -1 4194304 102618 0 0 0 4414 5302 0 0 25 0 1 0 1554175067 426049536 102604 996147200 134512640 134931368 4294956256 18446744073709551615 134605939 0 0 4096 0 0 0 0 17 1 0 0
/proc/5500/statm: 104016 102604 40 102 0 103911 0
Current children cumulated CPU time (s) 171.6
Current children cumulated vsize (KiB) 435020

[startup+175.901 s]
/proc/loadavg: 2.05 2.05 1.94 3/76 5500
/proc/meminfo: memFree=582072/2055920 swapFree=4098048/4192956
[pid=5476] ppid=5474 vsize=13600 CPUtime=74.44
/proc/5476/stat : 5476 (sugar) S 5474 5476 4472 0 -1 4194304 1022 61302 0 2 4 1 7244 195 16 0 1 0 1554167563 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5476/statm: 3400 799 370 3 0 500 0
[pid=5499] ppid=5476 vsize=5356 CPUtime=0
/proc/5499/stat : 5499 (sh) S 5476 5476 4472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554175066 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5499/statm: 1339 232 193 169 0 50 0
[pid=5500] ppid=5499 vsize=457280 CPUtime=100.34
/proc/5500/stat : 5500 (picosat) R 5499 5476 4472 0 -1 4194304 105028 0 0 0 4580 5454 0 0 25 0 1 0 1554175067 468254720 105014 996147200 134512640 134931368 4294956256 18446744073709551615 134531364 0 0 4096 0 0 0 0 17 1 0 0
/proc/5500/statm: 114320 105014 42 102 0 114215 0
Current children cumulated CPU time (s) 174.78
Current children cumulated vsize (KiB) 476236

[startup+177.502 s]
/proc/loadavg: 2.05 2.05 1.94 3/76 5500
/proc/meminfo: memFree=580472/2055920 swapFree=4098048/4192956
[pid=5476] ppid=5474 vsize=13600 CPUtime=74.44
/proc/5476/stat : 5476 (sugar) S 5474 5476 4472 0 -1 4194304 1022 61302 0 2 4 1 7244 195 16 0 1 0 1554167563 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5476/statm: 3400 799 370 3 0 500 0
[pid=5499] ppid=5476 vsize=5356 CPUtime=0
/proc/5499/stat : 5499 (sh) S 5476 5476 4472 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1554175066 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/5499/statm: 1339 232 193 169 0 50 0
[pid=5500] ppid=5499 vsize=465576 CPUtime=101.93
/proc/5500/stat : 5500 (picosat) R 5499 5476 4472 0 -1 4194304 105534 0 0 0 4739 5454 0 0 25 0 1 0 1554175067 476749824 105461 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 1 0 0
/proc/5500/statm: 116394 105461 42 102 0 116289 0
Current children cumulated CPU time (s) 176.37
Current children cumulated vsize (KiB) 484532

[startup+178.302 s]
/proc/loadavg: 2.05 2.05 1.94 3/76 5500
/proc/meminfo: memFree=719480/2055920 swapFree=4098048/4192956
[pid=5476] ppid=5474 vsize=13600 CPUtime=177.03
/proc/5476/stat : 5476 (sugar) S 5474 5476 4472 0 -1 4194304 1091 167145 0 2 4 1 12041 5657 16 0 1 0 1554167563 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5476/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 177.03
Current children cumulated vsize (KiB) 13600

[startup+178.702 s]
/proc/loadavg: 2.05 2.05 1.94 3/76 5500
/proc/meminfo: memFree=719480/2055920 swapFree=4098048/4192956
[pid=5476] ppid=5474 vsize=13600 CPUtime=177.03
/proc/5476/stat : 5476 (sugar) S 5474 5476 4472 0 -1 4194304 1091 167145 0 2 4 1 12041 5657 16 0 1 0 1554167563 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/5476/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 177.03
Current children cumulated vsize (KiB) 13600

[startup+178.902 s]
/proc/loadavg: 2.05 2.05 1.94 3/76 5500
/proc/meminfo: memFree=719480/2055920 swapFree=4098048/4192956
[pid=5476] ppid=5474 vsize=13600 CPUtime=177.72
/proc/5476/stat : 5476 (sugar) R 5474 5476 4472 0 -1 4194304 1118 174124 0 3 4 7 12100 5661 16 0 1 0 1554167563 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 268213916713 0 0 4224 16386 0 0 0 17 1 0 0
/proc/5476/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 177.72
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 178.979
CPU time (s): 177.812
CPU user time (s): 121.047
CPU system time (s): 56.7654
CPU usage (%): 99.3477
Max. virtual memory (cumulated for all children) (KiB): 897608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 121.047
system time used= 56.7654
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 175272
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10683
involuntary context switches= 12548

runsolver used 0.231964 second user time and 0.609907 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-05 10:02:34
IDJOB=1087619
IDBENCH=58024
IDSOLVER=345
FILE ID=node32/1087619-1215244954
PBS_JOBID= 7881967
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp09/normalized-fapp09-0800-0.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-1087619-1215244954/watcher-1087619-1215244954 -o /tmp/evaluation-result-1087619-1215244954/solver-1087619-1215244954 -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-1087619-1215244954.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 501a3c19e285c0ae9d47bc368e869aab
RANDOM SEED=792895142

node32.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.218
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.218
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:       1273584 kB
Buffers:         84016 kB
Cached:         318136 kB
SwapCached:      88264 kB
Active:         514872 kB
Inactive:       205644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1273584 kB
SwapTotal:     4192956 kB
SwapFree:      4098048 kB
Dirty:            2812 kB
Writeback:           0 kB
Mapped:         325372 kB
Slab:            46196 kB
Committed_AS:  3575688 kB
PageTables:       2508 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66440 MiB
End job on node32 at 2008-07-05 10:05:33