Trace number 1094951

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 140.927 142.617

General information on the benchmark

Namecsp/fapp/fapp18/
normalized-fapp18-0350-4.xml
MD5SUMf804db01db52be6b23e45bb99d4155e0
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 benchmark0.972852
Satisfiable
(Un)Satisfiability was proved
Number of variables350
Number of constraints3812
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3812
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 19:52:32 2008
0.00/0.04	c 0	PID 1861
0.00/0.05	c 0	HOST node50.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1094951-1215280352.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-1094951-1215280352.xml' 'HOME/temp.csp'
0.03/0.62	c 0	11 domains, 350 variables, 8 predicates, 0 relations, 3812 constraints
0.03/0.68	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.68	c 0	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.60/0.76	c 1	Parsing HOME/temp.csp
1.10/1.21	c 1	parsed 4181 expressions
1.10/1.21	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.10/1.22	c 1	Converting to clausal form CSP
1.30/1.41	c 1	converted 419 (10%) expressions
1.99/2.15	c 2	converted 837 (20%) expressions
2.49/2.67	c 2	converted 1255 (30%) expressions
2.97/3.11	c 3	converted 1673 (40%) expressions
3.27/3.45	c 3	converted 2091 (50%) expressions
3.67/3.84	c 4	converted 2509 (60%) expressions
4.16/4.34	c 4	converted 2927 (70%) expressions
4.46/4.64	c 4	converted 3345 (80%) expressions
4.75/4.97	c 5	converted 3763 (90%) expressions
5.15/5.30	c 5	converted 4181 (100%) expressions
5.15/5.31	c 5	CSP : 696 integers, 11373 booleans, 24175 clauses, largest domain size 2821
5.15/5.31	c 5	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.15/5.31	c 5	Propagation in CSP
5.35/5.59	c 5	8720 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.35/5.59	c 5	CSP : 696 integers, 11373 booleans, 24175 clauses, largest domain size 2821
5.35/5.59	c 5	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.44/5.61	c 5	Simplifing CSP by introducing new Boolean variables
5.44/5.66	c 5	CSP : 696 integers, 18187 booleans, 30989 clauses, largest domain size 2821
5.44/5.66	c 5	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.74/5.97	c 6	Encoding CSP to SAT : HOME/temp.cnf
6.14/6.35	c 6	70 (10%) CSP integer variables are encoded (14729 clauses, 198907 bytes)
6.43/6.64	c 6	140 (20%) CSP integer variables are encoded (27966 clauses, 397462 bytes)
6.72/6.94	c 7	209 (30%) CSP integer variables are encoded (42271 clauses, 612037 bytes)
7.02/7.25	c 7	279 (40%) CSP integer variables are encoded (56756 clauses, 829312 bytes)
7.32/7.58	c 7	348 (50%) CSP integer variables are encoded (72056 clauses, 1058812 bytes)
7.52/7.72	c 8	418 (60%) CSP integer variables are encoded (173898 clauses, 2734983 bytes)
7.72/7.90	c 8	488 (70%) CSP integer variables are encoded (317418 clauses, 5174823 bytes)
7.81/8.07	c 8	557 (80%) CSP integer variables are encoded (449877 clauses, 7426626 bytes)
8.02/8.24	c 8	627 (90%) CSP integer variables are encoded (587741 clauses, 9770314 bytes)
8.11/8.39	c 8	696 (100%) CSP integer variables are encoded (711338 clauses, 11871463 bytes)
18.10/18.48	c 18	3099 (10%) CSP clauses are encoded (2125944 clauses, 41286688 bytes)
24.63/25.02	c 25	6198 (20%) CSP clauses are encoded (3250313 clauses, 65568851 bytes)
30.76/31.23	c 31	9297 (30%) CSP clauses are encoded (4616167 clauses, 96137522 bytes)
34.31/34.82	c 35	12396 (40%) CSP clauses are encoded (5603115 clauses, 119137368 bytes)
36.48/37.05	c 37	15495 (50%) CSP clauses are encoded (6316553 clauses, 136020244 bytes)
39.14/39.74	c 40	18594 (60%) CSP clauses are encoded (7187035 clauses, 156718385 bytes)
41.12/41.78	c 42	21693 (70%) CSP clauses are encoded (7938045 clauses, 174920030 bytes)
43.58/44.22	c 44	24792 (80%) CSP clauses are encoded (8874175 clauses, 197439864 bytes)
45.57/46.22	c 46	27891 (90%) CSP clauses are encoded (9658126 clauses, 216308533 bytes)
47.74/48.41	c 48	30989 (100%) CSP clauses are encoded (10467458 clauses, 235747562 bytes)
47.74/48.41	c 48	30989 CSP clauses encoded
47.74/48.41	c 48	Writing map file : HOME/temp.map
47.74/48.45	c 48	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
47.74/48.45	c 48	SAT : 730221 SAT variables, 10467458 SAT clauses, 235747562 bytes
47.74/48.45	c 48	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
47.74/48.48	c 48	SOLVING HOME/temp.cnf
47.74/48.48	c 48	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
140.19/141.91	c 142	DECODING HOME/temp.out WITH HOME/temp.map
140.19/141.91	c 142	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
140.22/142.00	c 142	Decoding HOME/temp.out
140.22/142.48	s UNSATISFIABLE
140.22/142.48	c 142	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
140.22/142.50	c 142	CPU 90.81 (0.04 0 90.77 49.97)
140.22/142.50	c 142	END Sat Jul  5 19:54:54 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-1094951-1215280352/watcher-1094951-1215280352 -o /tmp/evaluation-result-1094951-1215280352/solver-1094951-1215280352 -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-1094951-1215280352.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.17 2.07 2.02 4/72 1861
/proc/meminfo: memFree=1636256/2055920 swapFree=4180240/4192956
[pid=1861] ppid=1859 vsize=18572 CPUtime=0
/proc/1861/stat : 1861 (runsolver) R 1859 1861 429 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 2007007152 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 240577473831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/1861/statm: 4643 292 257 25 0 2626 0

[startup+0.0517921 s]
/proc/loadavg: 2.17 2.07 2.02 4/72 1861
/proc/meminfo: memFree=1636256/2055920 swapFree=4180240/4192956
[pid=1861] ppid=1859 vsize=13600 CPUtime=0.03
/proc/1861/stat : 1861 (sugar) S 1859 1861 429 0 -1 4194304 884 127 0 0 3 0 0 0 19 0 1 0 2007007152 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1861/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102846 s]
/proc/loadavg: 2.17 2.07 2.02 4/72 1861
/proc/meminfo: memFree=1636256/2055920 swapFree=4180240/4192956
[pid=1861] ppid=1859 vsize=13600 CPUtime=0.03
/proc/1861/stat : 1861 (sugar) S 1859 1861 429 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007007152 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1861/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.302883 s]
/proc/loadavg: 2.17 2.07 2.02 4/72 1861
/proc/meminfo: memFree=1636256/2055920 swapFree=4180240/4192956
[pid=1861] ppid=1859 vsize=13600 CPUtime=0.03
/proc/1861/stat : 1861 (sugar) S 1859 1861 429 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 2007007152 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1861/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701949 s]
/proc/loadavg: 2.17 2.07 2.02 4/72 1861
/proc/meminfo: memFree=1636256/2055920 swapFree=4180240/4192956
[pid=1861] ppid=1859 vsize=13600 CPUtime=0.6
/proc/1861/stat : 1861 (sugar) S 1859 1861 429 0 -1 4194304 956 6921 0 1 3 0 52 5 16 0 1 0 2007007152 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1861/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 13600

[startup+1.50108 s]
/proc/loadavg: 2.23 2.09 2.03 4/83 1883
/proc/meminfo: memFree=1628424/2055920 swapFree=4180240/4192956
[pid=1861] ppid=1859 vsize=13600 CPUtime=0.6
/proc/1861/stat : 1861 (sugar) S 1859 1861 429 0 -1 4194304 974 6921 0 1 3 0 52 5 15 0 1 0 2007007152 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1861/statm: 3400 797 370 3 0 500 0
[pid=1874] ppid=1861 vsize=5356 CPUtime=0
/proc/1874/stat : 1874 (sh) S 1861 1861 429 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007007220 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1874/statm: 1339 233 193 169 0 50 0
[pid=1875] ppid=1874 vsize=868292 CPUtime=0.79
/proc/1875/stat : 1875 (java) S 1874 1861 429 0 -1 0 5481 0 1 0 77 2 0 0 19 0 9 0 2007007220 889131008 4896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1875/statm: 217073 4896 1732 9 0 211648 0
[pid=1875/tid=1876] ppid=1874 vsize=868292 CPUtime=0.56
/proc/1875/task/1876/stat : 1876 (java) R 1874 1861 429 0 -1 64 2659 0 1 0 56 0 0 0 22 0 9 0 2007007221 889131008 4896 996147200 134512640 134550740 4294955952 18446744073709551615 102300753 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1877] ppid=1874 vsize=868292 CPUtime=0.04
/proc/1875/task/1877/stat : 1877 (java) S 1874 1861 429 0 -1 64 699 0 0 0 4 0 0 0 16 0 9 0 2007007222 889131008 4896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1878] ppid=1874 vsize=868292 CPUtime=0
/proc/1875/task/1878/stat : 1878 (java) S 1874 1861 429 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 2007007222 889131008 4896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1879] ppid=1874 vsize=868292 CPUtime=0
/proc/1875/task/1879/stat : 1879 (java) S 1874 1861 429 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 2007007222 889131008 4896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1880] ppid=1874 vsize=868292 CPUtime=0
/proc/1875/task/1880/stat : 1880 (java) S 1874 1861 429 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007007224 889131008 4896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1881] ppid=1874 vsize=868292 CPUtime=0.16
/proc/1875/task/1881/stat : 1881 (java) S 1874 1861 429 0 -1 64 1431 0 0 0 16 0 0 0 16 0 9 0 2007007224 889131008 4896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1882] ppid=1874 vsize=868292 CPUtime=0
/proc/1875/task/1882/stat : 1882 (java) S 1874 1861 429 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007007224 889131008 4896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1883] ppid=1874 vsize=868292 CPUtime=0
/proc/1875/task/1883/stat : 1883 (java) S 1874 1861 429 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007007224 889131008 4896 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 887248

[startup+3.10235 s]
/proc/loadavg: 2.23 2.09 2.03 3/83 1883
/proc/meminfo: memFree=1616456/2055920 swapFree=4180240/4192956
[pid=1861] ppid=1859 vsize=13600 CPUtime=0.6
/proc/1861/stat : 1861 (sugar) S 1859 1861 429 0 -1 4194304 974 6921 0 1 3 0 52 5 15 0 1 0 2007007152 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1861/statm: 3400 797 370 3 0 500 0
[pid=1874] ppid=1861 vsize=5356 CPUtime=0
/proc/1874/stat : 1874 (sh) S 1861 1861 429 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007007220 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1874/statm: 1339 233 193 169 0 50 0
[pid=1875] ppid=1874 vsize=868404 CPUtime=2.37
/proc/1875/stat : 1875 (java) S 1874 1861 429 0 -1 0 9275 0 1 0 232 5 0 0 19 0 9 0 2007007220 889245696 8388 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1875/statm: 217101 8388 2540 9 0 211676 0
[pid=1875/tid=1876] ppid=1874 vsize=868404 CPUtime=1.76
/proc/1875/task/1876/stat : 1876 (java) R 1874 1861 429 0 -1 64 2888 0 1 0 175 1 0 0 25 0 9 0 2007007221 889245696 8388 996147200 134512640 134550740 4294955952 18446744073709551615 4126586184 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1877] ppid=1874 vsize=868404 CPUtime=0.38
/proc/1875/task/1877/stat : 1877 (java) S 1874 1861 429 0 -1 64 4236 0 0 0 36 2 0 0 16 0 9 0 2007007222 889245696 8388 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1878] ppid=1874 vsize=868404 CPUtime=0
/proc/1875/task/1878/stat : 1878 (java) S 1874 1861 429 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007007222 889245696 8388 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1879] ppid=1874 vsize=868404 CPUtime=0
/proc/1875/task/1879/stat : 1879 (java) S 1874 1861 429 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007007222 889245696 8388 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1880] ppid=1874 vsize=868404 CPUtime=0
/proc/1875/task/1880/stat : 1880 (java) S 1874 1861 429 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007007224 889245696 8388 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1881] ppid=1874 vsize=868404 CPUtime=0.2
/proc/1875/task/1881/stat : 1881 (java) S 1874 1861 429 0 -1 64 1458 0 0 0 20 0 0 0 15 0 9 0 2007007224 889245696 8388 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1882] ppid=1874 vsize=868404 CPUtime=0
/proc/1875/task/1882/stat : 1882 (java) S 1874 1861 429 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007007224 889245696 8388 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1883] ppid=1874 vsize=868404 CPUtime=0
/proc/1875/task/1883/stat : 1883 (java) S 1874 1861 429 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007007224 889245696 8388 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 887360

[startup+6.30189 s]
/proc/loadavg: 2.21 2.09 2.03 3/83 1883
/proc/meminfo: memFree=1592968/2055920 swapFree=4180240/4192956
[pid=1861] ppid=1859 vsize=13600 CPUtime=0.6
/proc/1861/stat : 1861 (sugar) S 1859 1861 429 0 -1 4194304 974 6921 0 1 3 0 52 5 15 0 1 0 2007007152 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1861/statm: 3400 797 370 3 0 500 0
[pid=1874] ppid=1861 vsize=5356 CPUtime=0
/proc/1874/stat : 1874 (sh) S 1861 1861 429 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007007220 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1874/statm: 1339 233 193 169 0 50 0
[pid=1875] ppid=1874 vsize=868516 CPUtime=5.54
/proc/1875/stat : 1875 (java) S 1874 1861 429 0 -1 0 19939 0 1 0 542 12 0 0 19 0 9 0 2007007220 889360384 13718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1875/statm: 217129 13718 2566 9 0 211676 0
[pid=1875/tid=1876] ppid=1874 vsize=868516 CPUtime=4.09
/proc/1875/task/1876/stat : 1876 (java) R 1874 1861 429 0 -1 64 3402 0 1 0 407 2 0 0 19 0 9 0 2007007221 889360384 13718 996147200 134512640 134550740 4294955952 18446744073709551615 4126597480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1877] ppid=1874 vsize=868516 CPUtime=1.16
/proc/1875/task/1877/stat : 1877 (java) S 1874 1861 429 0 -1 64 14352 0 0 0 108 8 0 0 16 0 9 0 2007007222 889360384 13718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1878] ppid=1874 vsize=868516 CPUtime=0
/proc/1875/task/1878/stat : 1878 (java) S 1874 1861 429 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007007222 889360384 13718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1879] ppid=1874 vsize=868516 CPUtime=0
/proc/1875/task/1879/stat : 1879 (java) S 1874 1861 429 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007007222 889360384 13718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1880] ppid=1874 vsize=868516 CPUtime=0
/proc/1875/task/1880/stat : 1880 (java) S 1874 1861 429 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007007224 889360384 13718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1881] ppid=1874 vsize=868516 CPUtime=0.26
/proc/1875/task/1881/stat : 1881 (java) S 1874 1861 429 0 -1 64 1492 0 0 0 25 1 0 0 15 0 9 0 2007007224 889360384 13718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1882] ppid=1874 vsize=868516 CPUtime=0
/proc/1875/task/1882/stat : 1882 (java) S 1874 1861 429 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007007224 889360384 13718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1883] ppid=1874 vsize=868516 CPUtime=0
/proc/1875/task/1883/stat : 1883 (java) S 1874 1861 429 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007007224 889360384 13718 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 887472

[startup+12.703 s]
/proc/loadavg: 2.20 2.08 2.03 3/83 1883
/proc/meminfo: memFree=1565640/2055920 swapFree=4180240/4192956
[pid=1861] ppid=1859 vsize=13600 CPUtime=0.6
/proc/1861/stat : 1861 (sugar) S 1859 1861 429 0 -1 4194304 974 6921 0 1 3 0 52 5 15 0 1 0 2007007152 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1861/statm: 3400 797 370 3 0 500 0
[pid=1874] ppid=1861 vsize=5356 CPUtime=0
/proc/1874/stat : 1874 (sh) S 1861 1861 429 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007007220 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1874/statm: 1339 233 193 169 0 50 0
[pid=1875] ppid=1874 vsize=868516 CPUtime=11.87
/proc/1875/stat : 1875 (java) S 1874 1861 429 0 -1 0 20146 0 1 0 1157 30 0 0 19 0 9 0 2007007220 889360384 13734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1875/statm: 217129 13734 2566 9 0 211676 0
[pid=1875/tid=1876] ppid=1874 vsize=868516 CPUtime=10.32
/proc/1875/task/1876/stat : 1876 (java) R 1874 1861 429 0 -1 64 3596 0 1 0 1013 19 0 0 25 0 9 0 2007007221 889360384 13734 996147200 134512640 134550740 4294955952 18446744073709551615 4126905991 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1877] ppid=1874 vsize=868516 CPUtime=1.24
/proc/1875/task/1877/stat : 1877 (java) S 1874 1861 429 0 -1 64 14352 0 0 0 115 9 0 0 16 0 9 0 2007007222 889360384 13734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1878] ppid=1874 vsize=868516 CPUtime=0
/proc/1875/task/1878/stat : 1878 (java) S 1874 1861 429 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007007222 889360384 13734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1879] ppid=1874 vsize=868516 CPUtime=0
/proc/1875/task/1879/stat : 1879 (java) S 1874 1861 429 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007007222 889360384 13734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1880] ppid=1874 vsize=868516 CPUtime=0
/proc/1875/task/1880/stat : 1880 (java) S 1874 1861 429 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007007224 889360384 13734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1881] ppid=1874 vsize=868516 CPUtime=0.29
/proc/1875/task/1881/stat : 1881 (java) S 1874 1861 429 0 -1 64 1505 0 0 0 28 1 0 0 16 0 9 0 2007007224 889360384 13734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1882] ppid=1874 vsize=868516 CPUtime=0
/proc/1875/task/1882/stat : 1882 (java) S 1874 1861 429 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007007224 889360384 13734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1883] ppid=1874 vsize=868516 CPUtime=0
/proc/1875/task/1883/stat : 1883 (java) S 1874 1861 429 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007007224 889360384 13734 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 887472

[startup+25.5021 s]
/proc/loadavg: 2.17 2.08 2.02 3/83 1883
/proc/meminfo: memFree=1523016/2055920 swapFree=4180240/4192956
[pid=1861] ppid=1859 vsize=13600 CPUtime=0.6
/proc/1861/stat : 1861 (sugar) S 1859 1861 429 0 -1 4194304 974 6921 0 1 3 0 52 5 16 0 1 0 2007007152 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1861/statm: 3400 797 370 3 0 500 0
[pid=1874] ppid=1861 vsize=5356 CPUtime=0
/proc/1874/stat : 1874 (sh) S 1861 1861 429 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2007007220 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1874/statm: 1339 233 193 169 0 50 0
[pid=1875] ppid=1874 vsize=868516 CPUtime=24.52
/proc/1875/stat : 1875 (java) S 1874 1861 429 0 -1 0 20491 0 1 0 2391 61 0 0 19 0 9 0 2007007220 889360384 13738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/1875/statm: 217129 13738 2566 9 0 211676 0
[pid=1875/tid=1876] ppid=1874 vsize=868516 CPUtime=22.83
/proc/1875/task/1876/stat : 1876 (java) R 1874 1861 429 0 -1 64 3938 0 1 0 2235 48 0 0 25 0 9 0 2007007221 889360384 13738 996147200 134512640 134550740 4294955952 18446744073709551615 4127005287 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1877] ppid=1874 vsize=868516 CPUtime=1.37
/proc/1875/task/1877/stat : 1877 (java) S 1874 1861 429 0 -1 64 14352 0 0 0 126 11 0 0 16 0 9 0 2007007222 889360384 13738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1878] ppid=1874 vsize=868516 CPUtime=0
/proc/1875/task/1878/stat : 1878 (java) S 1874 1861 429 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2007007222 889360384 13738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1879] ppid=1874 vsize=868516 CPUtime=0
/proc/1875/task/1879/stat : 1879 (java) S 1874 1861 429 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2007007222 889360384 13738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1880] ppid=1874 vsize=868516 CPUtime=0
/proc/1875/task/1880/stat : 1880 (java) S 1874 1861 429 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 2007007224 889360384 13738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1881] ppid=1874 vsize=868516 CPUtime=0.3
/proc/1875/task/1881/stat : 1881 (java) S 1874 1861 429 0 -1 64 1508 0 0 0 29 1 0 0 16 0 9 0 2007007224 889360384 13738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1882] ppid=1874 vsize=868516 CPUtime=0
/proc/1875/task/1882/stat : 1882 (java) S 1874 1861 429 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 2007007224 889360384 13738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=1875/tid=1883] ppid=1874 vsize=868516 CPUtime=0
/proc/1875/task/1883/stat : 1883 (java) S 1874 1861 429 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2007007224 889360384 13738 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.12
Current children cumulated vsize (KiB) 887472

[startup+51.1024 s]
/proc/loadavg: 2.10 2.07 2.02 3/75 1885
/proc/meminfo: memFree=1372424/2055920 swapFree=4180240/4192956
[pid=1861] ppid=1859 vsize=13600 CPUtime=47.8
/proc/1861/stat : 1861 (sugar) S 1859 1861 429 0 -1 4194304 1022 28898 0 2 4 0 4608 168 16 0 1 0 2007007152 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1861/statm: 3400 799 370 3 0 500 0
[pid=1884] ppid=1861 vsize=5356 CPUtime=0
/proc/1884/stat : 1884 (sh) S 1861 1861 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007012001 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1884/statm: 1339 232 193 169 0 50 0
[pid=1885] ppid=1884 vsize=43696 CPUtime=2.56
/proc/1885/stat : 1885 (picosat) R 1884 1861 429 0 -1 4194304 8493 0 0 0 119 137 0 0 25 0 1 0 2007012001 44744704 8479 996147200 134512640 134931368 4294956256 18446744073709551615 134545851 0 0 4096 0 0 0 0 17 1 0 0
/proc/1885/statm: 10924 8479 40 102 0 10819 0
Current children cumulated CPU time (s) 50.36
Current children cumulated vsize (KiB) 62652

[startup+102.307 s]
/proc/loadavg: 2.04 2.06 2.02 3/75 1885
/proc/meminfo: memFree=1163016/2055920 swapFree=4180240/4192956
[pid=1861] ppid=1859 vsize=13600 CPUtime=47.8
/proc/1861/stat : 1861 (sugar) S 1859 1861 429 0 -1 4194304 1022 28898 0 2 4 0 4608 168 16 0 1 0 2007007152 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1861/statm: 3400 799 370 3 0 500 0
[pid=1884] ppid=1861 vsize=5356 CPUtime=0
/proc/1884/stat : 1884 (sh) S 1861 1861 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007012001 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1884/statm: 1339 232 193 169 0 50 0
[pid=1885] ppid=1884 vsize=257292 CPUtime=53.14
/proc/1885/stat : 1885 (picosat) R 1884 1861 429 0 -1 4194304 58998 0 0 0 2427 2887 0 0 25 0 1 0 2007012001 263467008 58984 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/1885/statm: 64323 58984 40 102 0 64218 0
Current children cumulated CPU time (s) 100.94
Current children cumulated vsize (KiB) 276248

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

[startup+127.901 s]
/proc/loadavg: 2.03 2.05 2.01 3/75 1885
/proc/meminfo: memFree=1072520/2055920 swapFree=4180240/4192956
[pid=1861] ppid=1859 vsize=13600 CPUtime=47.8
/proc/1861/stat : 1861 (sugar) S 1859 1861 429 0 -1 4194304 1022 28898 0 2 4 0 4608 168 16 0 1 0 2007007152 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1861/statm: 3400 799 370 3 0 500 0
[pid=1884] ppid=1861 vsize=5356 CPUtime=0
/proc/1884/stat : 1884 (sh) S 1861 1861 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007012001 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1884/statm: 1339 232 193 169 0 50 0
[pid=1885] ppid=1884 vsize=354872 CPUtime=78.51
/proc/1885/stat : 1885 (picosat) R 1884 1861 429 0 -1 4194304 81847 0 0 0 3602 4249 0 0 25 0 1 0 2007012001 363388928 81833 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/1885/statm: 88718 81833 40 102 0 88613 0
Current children cumulated CPU time (s) 126.31
Current children cumulated vsize (KiB) 373828

[startup+134.301 s]
/proc/loadavg: 2.02 2.05 2.01 3/75 1885
/proc/meminfo: memFree=1048648/2055920 swapFree=4180240/4192956
[pid=1861] ppid=1859 vsize=13600 CPUtime=47.8
/proc/1861/stat : 1861 (sugar) S 1859 1861 429 0 -1 4194304 1022 28898 0 2 4 0 4608 168 16 0 1 0 2007007152 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1861/statm: 3400 799 370 3 0 500 0
[pid=1884] ppid=1861 vsize=5356 CPUtime=0
/proc/1884/stat : 1884 (sh) S 1861 1861 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007012001 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1884/statm: 1339 232 193 169 0 50 0
[pid=1885] ppid=1884 vsize=375464 CPUtime=84.86
/proc/1885/stat : 1885 (picosat) R 1884 1861 429 0 -1 4194304 87648 0 0 0 3895 4591 0 0 25 0 1 0 2007012001 384475136 87634 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/1885/statm: 93866 87634 40 102 0 93761 0
Current children cumulated CPU time (s) 132.66
Current children cumulated vsize (KiB) 394420

[startup+137.507 s]
/proc/loadavg: 2.02 2.05 2.01 3/75 1885
/proc/meminfo: memFree=1036808/2055920 swapFree=4180240/4192956
[pid=1861] ppid=1859 vsize=13600 CPUtime=47.8
/proc/1861/stat : 1861 (sugar) S 1859 1861 429 0 -1 4194304 1022 28898 0 2 4 0 4608 168 16 0 1 0 2007007152 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1861/statm: 3400 799 370 3 0 500 0
[pid=1884] ppid=1861 vsize=5356 CPUtime=0
/proc/1884/stat : 1884 (sh) S 1861 1861 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007012001 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1884/statm: 1339 232 193 169 0 50 0
[pid=1885] ppid=1884 vsize=385628 CPUtime=88.03
/proc/1885/stat : 1885 (picosat) R 1884 1861 429 0 -1 4194304 90503 0 0 0 4037 4766 0 0 25 0 1 0 2007012001 394883072 90489 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/1885/statm: 96407 90489 40 102 0 96302 0
Current children cumulated CPU time (s) 135.83
Current children cumulated vsize (KiB) 404584

[startup+140.701 s]
/proc/loadavg: 2.02 2.05 2.01 3/75 1885
/proc/meminfo: memFree=1031176/2055920 swapFree=4180240/4192956
[pid=1861] ppid=1859 vsize=13600 CPUtime=47.8
/proc/1861/stat : 1861 (sugar) S 1859 1861 429 0 -1 4194304 1022 28898 0 2 4 0 4608 168 16 0 1 0 2007007152 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1861/statm: 3400 799 370 3 0 500 0
[pid=1884] ppid=1861 vsize=5356 CPUtime=0
/proc/1884/stat : 1884 (sh) S 1861 1861 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007012001 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1884/statm: 1339 232 193 169 0 50 0
[pid=1885] ppid=1884 vsize=396872 CPUtime=91.2
/proc/1885/stat : 1885 (picosat) R 1884 1861 429 0 -1 4194304 91824 0 0 0 4301 4819 0 0 25 0 1 0 2007012001 406396928 91810 996147200 134512640 134931368 4294956256 18446744073709551615 134525797 0 0 4096 0 0 0 0 17 1 0 0
/proc/1885/statm: 99218 91810 42 102 0 99113 0
Current children cumulated CPU time (s) 139
Current children cumulated vsize (KiB) 415828

[startup+141.503 s]
/proc/loadavg: 2.02 2.05 2.01 3/75 1885
/proc/meminfo: memFree=1031176/2055920 swapFree=4180240/4192956
[pid=1861] ppid=1859 vsize=13600 CPUtime=47.8
/proc/1861/stat : 1861 (sugar) S 1859 1861 429 0 -1 4194304 1022 28898 0 2 4 0 4608 168 16 0 1 0 2007007152 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1861/statm: 3400 799 370 3 0 500 0
[pid=1884] ppid=1861 vsize=5356 CPUtime=0
/proc/1884/stat : 1884 (sh) S 1861 1861 429 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2007012001 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/1884/statm: 1339 232 193 169 0 50 0
[pid=1885] ppid=1884 vsize=396876 CPUtime=92
/proc/1885/stat : 1885 (picosat) R 1884 1861 429 0 -1 4194304 91889 0 0 0 4381 4819 0 0 25 0 1 0 2007012001 406401024 91875 996147200 134512640 134931368 4294956256 18446744073709551615 134533652 0 0 4096 0 0 0 0 17 1 0 0
/proc/1885/statm: 99219 91875 42 102 0 99114 0
Current children cumulated CPU time (s) 139.8
Current children cumulated vsize (KiB) 415832

[startup+142.303 s]
/proc/loadavg: 2.02 2.05 2.01 3/75 1885
/proc/meminfo: memFree=1061576/2055920 swapFree=4180240/4192956
[pid=1861] ppid=1859 vsize=13600 CPUtime=140.22
/proc/1861/stat : 1861 (sugar) S 1859 1861 429 0 -1 4194304 1091 121074 0 2 4 0 9024 4994 16 0 1 0 2007007152 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/1861/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 140.22
Current children cumulated vsize (KiB) 13600

[startup+142.504 s]
/proc/loadavg: 2.02 2.05 2.01 3/75 1885
/proc/meminfo: memFree=1061576/2055920 swapFree=4180240/4192956
[pid=1861] ppid=1859 vsize=13600 CPUtime=140.79
/proc/1861/stat : 1861 (sugar) R 1859 1861 429 0 -1 4194304 1118 127307 0 3 4 1 9077 4997 16 0 1 0 2007007152 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 240577647657 0 0 4224 16386 0 0 0 17 1 0 0
/proc/1861/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 140.79
Current children cumulated vsize (KiB) 13600

[startup+142.616 s]
/proc/loadavg: 2.02 2.05 2.01 3/75 1885
/proc/meminfo: memFree=1061576/2055920 swapFree=4180240/4192956
[pid=1861] ppid=1859 vsize=13600 CPUtime=140.91
/proc/1861/stat : 1861 (sugar) R 1859 1861 429 0 -1 4194304 1118 127307 0 3 4 13 9077 4997 16 0 1 0 2007007152 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 240577647657 0 0 4224 16386 0 0 0 17 1 0 0
/proc/1861/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 140.91
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 142.617
CPU time (s): 140.927
CPU user time (s): 90.8192
CPU system time (s): 50.1074
CPU usage (%): 98.815
Max. virtual memory (cumulated for all children) (KiB): 897860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 90.8192
system time used= 50.1074
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128455
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= 17116
involuntary context switches= 18996

runsolver used 0.19697 second user time and 0.446932 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-05 19:52:32
IDJOB=1094951
IDBENCH=58857
IDSOLVER=345
FILE ID=node50/1094951-1215280352
PBS_JOBID= 7882255
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/fapp/fapp18/normalized-fapp18-0350-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-1094951-1215280352/watcher-1094951-1215280352 -o /tmp/evaluation-result-1094951-1215280352/solver-1094951-1215280352 -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-1094951-1215280352.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= f804db01db52be6b23e45bb99d4155e0
RANDOM SEED=1418910865

node50.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.261
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.261
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:       1636736 kB
Buffers:         78104 kB
Cached:         265364 kB
SwapCached:       7072 kB
Active:         204980 kB
Inactive:       153076 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1636736 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            1800 kB
Writeback:           0 kB
Mapped:          22068 kB
Slab:            46324 kB
Committed_AS:  4105204 kB
PageTables:       1812 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= 66436 MiB
End job on node50 at 2008-07-05 19:54:55