Trace number 1094931

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+minisatUNSAT 64.8561 67.4645

General information on the benchmark

Namecsp/fapp/fapp18/
normalized-fapp18-0350-6.xml
MD5SUM78f33be6cc0faf5bde59c1fce35f8c02
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.970851
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.01/0.04	c 0	Sugar v1-13 + HOME/minisat
0.01/0.04	c 0	BEGIN Sat Jul  5 19:51:58 2008
0.01/0.04	c 0	PID 28364
0.01/0.04	c 0	HOST node89.alineos.net
0.01/0.04	c 0	CONVERTING HOME/instance-1094931-1215280318.xml TO HOME/temp.csp
0.01/0.04	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1094931-1215280318.xml' 'HOME/temp.csp'
0.03/0.60	c 0	11 domains, 350 variables, 8 predicates, 0 relations, 3812 constraints
0.03/0.61	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.61	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.03/0.68	c 0	Parsing HOME/temp.csp
0.95/1.04	c 1	parsed 4181 expressions
0.95/1.04	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.95/1.04	c 1	Converting to clausal form CSP
1.15/1.22	c 1	converted 419 (10%) expressions
1.84/1.90	c 2	converted 837 (20%) expressions
2.24/2.39	c 2	converted 1255 (30%) expressions
2.64/2.79	c 3	converted 1673 (40%) expressions
3.04/3.11	c 3	converted 2091 (50%) expressions
3.33/3.48	c 3	converted 2509 (60%) expressions
3.83/3.93	c 4	converted 2927 (70%) expressions
4.13/4.21	c 4	converted 3345 (80%) expressions
4.42/4.52	c 4	converted 3763 (90%) expressions
4.73/4.83	c 5	converted 4181 (100%) expressions
4.73/4.83	c 5	CSP : 696 integers, 11373 booleans, 24175 clauses, largest domain size 2821
4.73/4.83	c 5	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.73/4.83	c 5	Propagation in CSP
4.92/5.09	c 5	8720 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.92/5.09	c 5	CSP : 696 integers, 11373 booleans, 24175 clauses, largest domain size 2821
4.92/5.09	c 5	Heap : 30 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.02/5.11	c 5	Simplifing CSP by introducing new Boolean variables
5.02/5.16	c 5	CSP : 696 integers, 18187 booleans, 30989 clauses, largest domain size 2821
5.02/5.16	c 5	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
5.32/5.46	c 5	Encoding CSP to SAT : HOME/temp.cnf
5.72/5.81	c 6	70 (10%) CSP integer variables are encoded (14729 clauses, 198907 bytes)
5.92/6.08	c 6	140 (20%) CSP integer variables are encoded (27966 clauses, 397462 bytes)
6.21/6.36	c 6	209 (30%) CSP integer variables are encoded (42271 clauses, 612037 bytes)
6.51/6.66	c 6	279 (40%) CSP integer variables are encoded (56756 clauses, 829312 bytes)
6.81/6.96	c 7	348 (50%) CSP integer variables are encoded (72056 clauses, 1058812 bytes)
6.91/7.09	c 7	418 (60%) CSP integer variables are encoded (173898 clauses, 2734983 bytes)
7.10/7.26	c 7	488 (70%) CSP integer variables are encoded (317418 clauses, 5174823 bytes)
7.30/7.43	c 7	557 (80%) CSP integer variables are encoded (449877 clauses, 7426626 bytes)
7.40/7.58	c 7	627 (90%) CSP integer variables are encoded (587741 clauses, 9770314 bytes)
7.60/7.73	c 8	696 (100%) CSP integer variables are encoded (711338 clauses, 11871463 bytes)
16.94/17.11	c 17	3099 (10%) CSP clauses are encoded (2126000 clauses, 41288040 bytes)
22.90/23.19	c 23	6198 (20%) CSP clauses are encoded (3250385 clauses, 65570601 bytes)
28.66/28.98	c 29	9297 (30%) CSP clauses are encoded (4616273 clauses, 96140120 bytes)
32.04/32.31	c 32	12396 (40%) CSP clauses are encoded (5603258 clauses, 119140889 bytes)
34.02/35.10	c 35	15495 (50%) CSP clauses are encoded (6316773 clauses, 136025674 bytes)
36.51/37.56	c 37	18594 (60%) CSP clauses are encoded (7187355 clauses, 156726277 bytes)
38.40/40.86	c 41	21693 (70%) CSP clauses are encoded (7938423 clauses, 174929359 bytes)
40.66/43.13	c 43	24792 (80%) CSP clauses are encoded (8874653 clauses, 197451668 bytes)
42.46/44.96	c 45	27891 (90%) CSP clauses are encoded (9658652 clauses, 216321515 bytes)
44.53/47.02	c 47	30989 (100%) CSP clauses are encoded (10468062 clauses, 235762476 bytes)
44.53/47.02	c 47	30989 CSP clauses encoded
44.53/47.02	c 47	Writing map file : HOME/temp.map
44.53/47.05	c 47	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
44.53/47.05	c 47	SAT : 730221 SAT variables, 10468062 SAT clauses, 235762476 bytes
44.53/47.05	c 47	Heap : 31 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
44.53/47.07	c 47	SOLVING HOME/temp.cnf
44.53/47.07	c 47	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
44.53/47.08	c 47	This is MiniSat 2.0 beta
44.53/47.08	c 47	WARNING: for repeatability, setting FPU to use double precision
44.53/47.08	c 47	============================[ Problem Statistics ]=============================
44.53/47.08	c 47	|                                                                             |
44.53/47.08	c 47	|  Number of variables:  730221                                               |
44.53/47.08	c 47	|  Number of clauses:    10468062                                             |
50.12/52.61	c 52	|  Parsing time:         4.82         s                                       |
50.31/52.88	c 53	============================[ Search Statistics ]==============================
50.31/52.88	c 53	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
50.31/52.88	c 53	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
50.31/52.88	c 53	===============================================================================
50.31/52.88	c 53	|         0 |  730216 10468057 28778101 |  3489352        0    nan |  0.000 % |
51.31/53.90	c 54	|       100 |  730112 10468057 28778101 |  3838287       91      3 |  1.720 % |
53.38/55.92	c 56	|       250 |  730009 10468057 28778101 |  4222116      235      3 |  3.029 % |
63.53/66.16	c 66	|       475 |  548635  7890732 21759729 |  4644327      299      3 | 26.631 % |
64.23/66.90	c 67	===============================================================================
64.23/66.90	c 67	restarts              : 4
64.23/66.90	c 67	conflicts             : 546            (29 /sec)
64.23/66.90	c 67	decisions             : 55921          (1.24 % random) (2950 /sec)
64.23/66.90	c 67	propagations          : 32245243       (1701136 /sec)
64.23/66.90	c 67	conflict literals     : 1353           (7.83 % deleted)
64.23/66.90	c 67	Memory used           : 490.07 MB
64.23/66.90	c 67	CPU time              : 18.9551 s
64.23/66.90	c 67	
64.23/66.90	c 67	UNSATISFIABLE
64.33/66.97	c 67	DECODING HOME/temp.out WITH HOME/temp.map
64.33/66.97	c 67	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
64.41/67.05	c 67	Decoding HOME/temp.out
64.61/67.29	s UNSATISFIABLE
64.61/67.29	c 67	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
64.70/67.35	c 67	CPU 62.2 (0.04 0.01 62.16 2.52)
64.70/67.35	c 67	END Sat Jul  5 19:53:05 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-1094931-1215280318/watcher-1094931-1215280318 -o /tmp/evaluation-result-1094931-1215280318/solver-1094931-1215280318 -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/minisat -tmp=HOME/temp HOME/instance-1094931-1215280318.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.04 2.02 2.00 4/73 28364
/proc/meminfo: memFree=1710552/2055920 swapFree=4179812/4192956
[pid=28364] ppid=28362 vsize=12268 CPUtime=0
/proc/28364/stat : 28364 (sugar) R 28362 28364 27634 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 683759402 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 249070058085 0 0 4224 0 0 0 0 17 0 0 0
/proc/28364/statm: 3067 318 242 3 0 167 0

[startup+0.0161821 s]
/proc/loadavg: 2.04 2.02 2.00 4/73 28364
/proc/meminfo: memFree=1710552/2055920 swapFree=4179812/4192956
[pid=28364] ppid=28362 vsize=12544 CPUtime=0.01
/proc/28364/stat : 28364 (sugar) R 28362 28364 27634 0 -1 4194304 518 0 0 0 1 0 0 0 18 0 1 0 683759402 12845056 486 996147200 4194304 4206940 548682068608 18446744073709551615 249087439133 0 0 4224 0 0 0 0 17 0 0 0
/proc/28364/statm: 3136 486 314 3 0 236 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 12544

[startup+0.102192 s]
/proc/loadavg: 2.04 2.02 2.00 4/73 28364
/proc/meminfo: memFree=1710552/2055920 swapFree=4179812/4192956
[pid=28364] ppid=28362 vsize=13600 CPUtime=0.03
/proc/28364/stat : 28364 (sugar) S 28362 28364 27634 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 683759402 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28364/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301209 s]
/proc/loadavg: 2.04 2.02 2.00 4/73 28364
/proc/meminfo: memFree=1710552/2055920 swapFree=4179812/4192956
[pid=28364] ppid=28362 vsize=13600 CPUtime=0.03
/proc/28364/stat : 28364 (sugar) S 28362 28364 27634 0 -1 4194304 900 127 0 0 3 0 0 0 16 0 1 0 683759402 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28364/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.702255 s]
/proc/loadavg: 2.04 2.02 2.00 4/73 28364
/proc/meminfo: memFree=1710552/2055920 swapFree=4179812/4192956
[pid=28364] ppid=28362 vsize=13600 CPUtime=0.58
/proc/28364/stat : 28364 (sugar) S 28362 28364 27634 0 -1 4194304 973 6926 0 1 3 0 51 4 15 0 1 0 683759402 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 13600

[startup+1.50134 s]
/proc/loadavg: 2.04 2.02 2.00 3/84 28386
/proc/meminfo: memFree=1701696/2055920 swapFree=4179812/4192956
[pid=28364] ppid=28362 vsize=13600 CPUtime=0.58
/proc/28364/stat : 28364 (sugar) S 28362 28364 27634 0 -1 4194304 974 6926 0 1 3 0 51 4 15 0 1 0 683759402 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 3400 797 370 3 0 500 0
[pid=28377] ppid=28364 vsize=5356 CPUtime=0
/proc/28377/stat : 28377 (sh) S 28364 28364 27634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 683759463 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28377/statm: 1339 233 193 169 0 50 0
[pid=28378] ppid=28377 vsize=868260 CPUtime=0.86
/proc/28378/stat : 28378 (java) S 28377 28364 27634 0 -1 0 5886 0 1 0 83 3 0 0 19 0 9 0 683759463 889098240 5264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28378/statm: 217065 5264 1732 9 0 211640 0
[pid=28378/tid=28379] ppid=28377 vsize=868260 CPUtime=0.61
/proc/28378/task/28379/stat : 28379 (java) R 28377 28364 27634 0 -1 64 2675 0 1 0 60 1 0 0 22 0 9 0 683759464 889098240 5264 996147200 134512640 134550740 4294955952 18446744073709551615 4126519506 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28380] ppid=28377 vsize=868260 CPUtime=0.06
/proc/28378/task/28380/stat : 28380 (java) S 28377 28364 27634 0 -1 64 1057 0 0 0 6 0 0 0 16 0 9 0 683759465 889098240 5264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28381] ppid=28377 vsize=868260 CPUtime=0
/proc/28378/task/28381/stat : 28381 (java) S 28377 28364 27634 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 683759465 889098240 5264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28382] ppid=28377 vsize=868260 CPUtime=0
/proc/28378/task/28382/stat : 28382 (java) S 28377 28364 27634 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 683759465 889098240 5264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28383] ppid=28377 vsize=868260 CPUtime=0
/proc/28378/task/28383/stat : 28383 (java) S 28377 28364 27634 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 683759467 889098240 5264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28384] ppid=28377 vsize=868260 CPUtime=0.17
/proc/28378/task/28384/stat : 28384 (java) S 28377 28364 27634 0 -1 64 1463 0 0 0 17 0 0 0 16 0 9 0 683759467 889098240 5264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28385] ppid=28377 vsize=868260 CPUtime=0
/proc/28378/task/28385/stat : 28385 (java) S 28377 28364 27634 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 683759467 889098240 5264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28386] ppid=28377 vsize=868260 CPUtime=0
/proc/28378/task/28386/stat : 28386 (java) S 28377 28364 27634 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 683759467 889098240 5264 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 887216

[startup+3.10149 s]
/proc/loadavg: 2.04 2.02 2.00 3/84 28386
/proc/meminfo: memFree=1689280/2055920 swapFree=4179812/4192956
[pid=28364] ppid=28362 vsize=13600 CPUtime=0.58
/proc/28364/stat : 28364 (sugar) S 28362 28364 27634 0 -1 4194304 974 6926 0 1 3 0 51 4 15 0 1 0 683759402 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 3400 797 370 3 0 500 0
[pid=28377] ppid=28364 vsize=5356 CPUtime=0
/proc/28377/stat : 28377 (sh) S 28364 28364 27634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 683759463 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28377/statm: 1339 233 193 169 0 50 0
[pid=28378] ppid=28377 vsize=868372 CPUtime=2.46
/proc/28378/stat : 28378 (java) S 28377 28364 27634 0 -1 0 10015 0 1 0 240 6 0 0 19 0 9 0 683759463 889212928 9083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28378/statm: 217093 9083 2540 9 0 211668 0
[pid=28378/tid=28379] ppid=28377 vsize=868372 CPUtime=1.84
/proc/28378/task/28379/stat : 28379 (java) R 28377 28364 27634 0 -1 64 2911 0 1 0 182 2 0 0 25 0 9 0 683759464 889212928 9083 996147200 134512640 134550740 4294955952 18446744073709551615 4126519428 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28380] ppid=28377 vsize=868372 CPUtime=0.4
/proc/28378/task/28380/stat : 28380 (java) S 28377 28364 27634 0 -1 64 4938 0 0 0 38 2 0 0 16 0 9 0 683759465 889212928 9083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28381] ppid=28377 vsize=868372 CPUtime=0
/proc/28378/task/28381/stat : 28381 (java) S 28377 28364 27634 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 683759465 889212928 9083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28382] ppid=28377 vsize=868372 CPUtime=0
/proc/28378/task/28382/stat : 28382 (java) S 28377 28364 27634 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 683759465 889212928 9083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28383] ppid=28377 vsize=868372 CPUtime=0
/proc/28378/task/28383/stat : 28383 (java) S 28377 28364 27634 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 683759467 889212928 9083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28384] ppid=28377 vsize=868372 CPUtime=0.19
/proc/28378/task/28384/stat : 28384 (java) S 28377 28364 27634 0 -1 64 1473 0 0 0 19 0 0 0 15 0 9 0 683759467 889212928 9083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28385] ppid=28377 vsize=868372 CPUtime=0
/proc/28378/task/28385/stat : 28385 (java) S 28377 28364 27634 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 683759467 889212928 9083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28386] ppid=28377 vsize=868372 CPUtime=0
/proc/28378/task/28386/stat : 28386 (java) S 28377 28364 27634 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 683759467 889212928 9083 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 887328

[startup+6.30281 s]
/proc/loadavg: 2.11 2.04 2.01 4/84 28386
/proc/meminfo: memFree=1653376/2055920 swapFree=4179812/4192956
[pid=28364] ppid=28362 vsize=13600 CPUtime=0.58
/proc/28364/stat : 28364 (sugar) S 28362 28364 27634 0 -1 4194304 974 6926 0 1 3 0 51 4 15 0 1 0 683759402 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 3400 797 370 3 0 500 0
[pid=28377] ppid=28364 vsize=5356 CPUtime=0
/proc/28377/stat : 28377 (sh) S 28364 28364 27634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 683759463 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28377/statm: 1339 233 193 169 0 50 0
[pid=28378] ppid=28377 vsize=868484 CPUtime=5.63
/proc/28378/stat : 28378 (java) S 28377 28364 27634 0 -1 0 19972 0 1 0 551 12 0 0 19 0 9 0 683759463 889327616 13711 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28378/statm: 217121 13711 2566 9 0 211668 0
[pid=28378/tid=28379] ppid=28377 vsize=868484 CPUtime=4.27
/proc/28378/task/28379/stat : 28379 (java) R 28377 28364 27634 0 -1 64 3409 0 1 0 424 3 0 0 24 0 9 0 683759464 889327616 13711 996147200 134512640 134550740 4294955952 18446744073709551615 4126633198 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28380] ppid=28377 vsize=868484 CPUtime=1.1
/proc/28378/task/28380/stat : 28380 (java) S 28377 28364 27634 0 -1 64 14362 0 0 0 103 7 0 0 16 0 9 0 683759465 889327616 13711 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28381] ppid=28377 vsize=868484 CPUtime=0
/proc/28378/task/28381/stat : 28381 (java) S 28377 28364 27634 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 683759465 889327616 13711 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28382] ppid=28377 vsize=868484 CPUtime=0
/proc/28378/task/28382/stat : 28382 (java) S 28377 28364 27634 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 683759465 889327616 13711 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28383] ppid=28377 vsize=868484 CPUtime=0
/proc/28378/task/28383/stat : 28383 (java) S 28377 28364 27634 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 683759467 889327616 13711 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28384] ppid=28377 vsize=868484 CPUtime=0.23
/proc/28378/task/28384/stat : 28384 (java) S 28377 28364 27634 0 -1 64 1508 0 0 0 23 0 0 0 15 0 9 0 683759467 889327616 13711 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28385] ppid=28377 vsize=868484 CPUtime=0
/proc/28378/task/28385/stat : 28385 (java) S 28377 28364 27634 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 683759467 889327616 13711 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28386] ppid=28377 vsize=868484 CPUtime=0
/proc/28378/task/28386/stat : 28386 (java) S 28377 28364 27634 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 683759467 889327616 13711 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 887440

[startup+12.7024 s]
/proc/loadavg: 2.10 2.04 2.01 3/84 28386
/proc/meminfo: memFree=1637504/2055920 swapFree=4179812/4192956
[pid=28364] ppid=28362 vsize=13600 CPUtime=0.58
/proc/28364/stat : 28364 (sugar) S 28362 28364 27634 0 -1 4194304 974 6926 0 1 3 0 51 4 15 0 1 0 683759402 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 3400 797 370 3 0 500 0
[pid=28377] ppid=28364 vsize=5356 CPUtime=0
/proc/28377/stat : 28377 (sh) S 28364 28364 27634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 683759463 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28377/statm: 1339 233 193 169 0 50 0
[pid=28378] ppid=28377 vsize=868484 CPUtime=11.99
/proc/28378/stat : 28378 (java) S 28377 28364 27634 0 -1 0 20190 0 1 0 1171 28 0 0 19 0 9 0 683759463 889327616 13727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28378/statm: 217121 13727 2566 9 0 211668 0
[pid=28378/tid=28379] ppid=28377 vsize=868484 CPUtime=10.53
/proc/28378/task/28379/stat : 28379 (java) R 28377 28364 27634 0 -1 64 3614 0 1 0 1035 18 0 0 25 0 9 0 683759464 889327616 13727 996147200 134512640 134550740 4294955952 18446744073709551615 4127061647 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28380] ppid=28377 vsize=868484 CPUtime=1.18
/proc/28378/task/28380/stat : 28380 (java) S 28377 28364 27634 0 -1 64 14362 0 0 0 110 8 0 0 16 0 9 0 683759465 889327616 13727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28381] ppid=28377 vsize=868484 CPUtime=0
/proc/28378/task/28381/stat : 28381 (java) S 28377 28364 27634 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 683759465 889327616 13727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28382] ppid=28377 vsize=868484 CPUtime=0
/proc/28378/task/28382/stat : 28382 (java) S 28377 28364 27634 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 683759465 889327616 13727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28383] ppid=28377 vsize=868484 CPUtime=0
/proc/28378/task/28383/stat : 28383 (java) S 28377 28364 27634 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 683759467 889327616 13727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28384] ppid=28377 vsize=868484 CPUtime=0.25
/proc/28378/task/28384/stat : 28384 (java) S 28377 28364 27634 0 -1 64 1521 0 0 0 25 0 0 0 16 0 9 0 683759467 889327616 13727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28385] ppid=28377 vsize=868484 CPUtime=0
/proc/28378/task/28385/stat : 28385 (java) S 28377 28364 27634 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 683759467 889327616 13727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28386] ppid=28377 vsize=868484 CPUtime=0
/proc/28378/task/28386/stat : 28386 (java) S 28377 28364 27634 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 683759467 889327616 13727 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 887440

[startup+25.5027 s]
/proc/loadavg: 2.30 2.08 2.02 3/84 28386
/proc/meminfo: memFree=1587264/2055920 swapFree=4179812/4192956
[pid=28364] ppid=28362 vsize=13600 CPUtime=0.58
/proc/28364/stat : 28364 (sugar) S 28362 28364 27634 0 -1 4194304 974 6926 0 1 3 0 51 4 16 0 1 0 683759402 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 3400 797 370 3 0 500 0
[pid=28377] ppid=28364 vsize=5356 CPUtime=0
/proc/28377/stat : 28377 (sh) S 28364 28364 27634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 683759463 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28377/statm: 1339 233 193 169 0 50 0
[pid=28378] ppid=28377 vsize=868484 CPUtime=24.71
/proc/28378/stat : 28378 (java) S 28377 28364 27634 0 -1 0 20587 0 1 0 2408 63 0 0 19 0 9 0 683759463 889327616 13731 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28378/statm: 217121 13731 2566 9 0 211668 0
[pid=28378/tid=28379] ppid=28377 vsize=868484 CPUtime=23.06
/proc/28378/task/28379/stat : 28379 (java) R 28377 28364 27634 0 -1 64 4008 0 1 0 2255 51 0 0 25 0 9 0 683759464 889327616 13731 996147200 134512640 134550740 4294955952 18446744073709551615 4126631701 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28380] ppid=28377 vsize=868484 CPUtime=1.35
/proc/28378/task/28380/stat : 28380 (java) S 28377 28364 27634 0 -1 64 14362 0 0 0 125 10 0 0 16 0 9 0 683759465 889327616 13731 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28381] ppid=28377 vsize=868484 CPUtime=0
/proc/28378/task/28381/stat : 28381 (java) S 28377 28364 27634 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 683759465 889327616 13731 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28382] ppid=28377 vsize=868484 CPUtime=0
/proc/28378/task/28382/stat : 28382 (java) S 28377 28364 27634 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 683759465 889327616 13731 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28383] ppid=28377 vsize=868484 CPUtime=0
/proc/28378/task/28383/stat : 28383 (java) S 28377 28364 27634 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 683759467 889327616 13731 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28384] ppid=28377 vsize=868484 CPUtime=0.26
/proc/28378/task/28384/stat : 28384 (java) S 28377 28364 27634 0 -1 64 1524 0 0 0 26 0 0 0 16 0 9 0 683759467 889327616 13731 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28385] ppid=28377 vsize=868484 CPUtime=0
/proc/28378/task/28385/stat : 28385 (java) S 28377 28364 27634 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 683759467 889327616 13731 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28378/tid=28386] ppid=28377 vsize=868484 CPUtime=0
/proc/28378/task/28386/stat : 28386 (java) S 28377 28364 27634 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 683759467 889327616 13731 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 887440

[startup+51.1023 s]
/proc/loadavg: 2.54 2.16 2.05 3/76 28388
/proc/meminfo: memFree=1175936/2055920 swapFree=4179812/4192956
[pid=28364] ppid=28362 vsize=13600 CPUtime=44.63
/proc/28364/stat : 28364 (sugar) S 28362 28364 27634 0 -1 4194304 1033 28928 0 2 4 1 4293 165 16 0 1 0 683759402 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 3400 799 370 3 0 500 0
[pid=28387] ppid=28364 vsize=5356 CPUtime=0
/proc/28387/stat : 28387 (sh) S 28364 28364 27634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683764109 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28387/statm: 1339 232 193 169 0 50 0
[pid=28388] ppid=28387 vsize=349788 CPUtime=4
/proc/28388/stat : 28388 (minisat) R 28387 28364 27634 0 -1 4194304 84512 0 0 0 349 51 0 0 25 0 1 0 683764110 358182912 84498 996147200 134512640 135127466 4294956256 18446744073709551615 134513780 0 0 4096 3 0 0 0 17 1 0 0
/proc/28388/statm: 87447 84498 62 150 0 87294 0
Current children cumulated CPU time (s) 48.63
Current children cumulated vsize (KiB) 368744

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

[startup+57.5019 s]
/proc/loadavg: 2.58 2.17 2.05 3/76 28388
/proc/meminfo: memFree=991808/2055920 swapFree=4179812/4192956
[pid=28364] ppid=28362 vsize=13600 CPUtime=44.63
/proc/28364/stat : 28364 (sugar) S 28362 28364 27634 0 -1 4194304 1033 28928 0 2 4 1 4293 165 16 0 1 0 683759402 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 3400 799 370 3 0 500 0
[pid=28387] ppid=28364 vsize=5356 CPUtime=0
/proc/28387/stat : 28387 (sh) S 28364 28364 27634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683764109 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28387/statm: 1339 232 193 169 0 50 0
[pid=28388] ppid=28387 vsize=497004 CPUtime=10.33
/proc/28388/stat : 28388 (minisat) R 28387 28364 27634 0 -1 4194304 120100 0 0 0 960 73 0 0 25 0 1 0 683764110 508932096 120086 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28388/statm: 124251 120086 73 150 0 124098 0
Current children cumulated CPU time (s) 54.96
Current children cumulated vsize (KiB) 515960

[startup+63.9015 s]
/proc/loadavg: 2.61 2.18 2.06 3/76 28388
/proc/meminfo: memFree=988032/2055920 swapFree=4179812/4192956
[pid=28364] ppid=28362 vsize=13600 CPUtime=44.63
/proc/28364/stat : 28364 (sugar) S 28362 28364 27634 0 -1 4194304 1033 28928 0 2 4 1 4293 165 16 0 1 0 683759402 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 3400 799 370 3 0 500 0
[pid=28387] ppid=28364 vsize=5356 CPUtime=0
/proc/28387/stat : 28387 (sh) S 28364 28364 27634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683764109 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28387/statm: 1339 232 193 169 0 50 0
[pid=28388] ppid=28387 vsize=501828 CPUtime=16.71
/proc/28388/stat : 28388 (minisat) R 28387 28364 27634 0 -1 4194304 121111 0 0 0 1596 75 0 0 25 0 1 0 683764110 513871872 121097 996147200 134512640 135127466 4294956256 18446744073709551615 134523398 0 0 4096 3 0 0 0 17 1 0 0
/proc/28388/statm: 125457 121097 73 150 0 125304 0
Current children cumulated CPU time (s) 61.34
Current children cumulated vsize (KiB) 520784

[startup+65.5017 s]
/proc/loadavg: 2.61 2.18 2.06 3/76 28388
/proc/meminfo: memFree=988416/2055920 swapFree=4179812/4192956
[pid=28364] ppid=28362 vsize=13600 CPUtime=44.63
/proc/28364/stat : 28364 (sugar) S 28362 28364 27634 0 -1 4194304 1033 28928 0 2 4 1 4293 165 16 0 1 0 683759402 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 3400 799 370 3 0 500 0
[pid=28387] ppid=28364 vsize=5356 CPUtime=0
/proc/28387/stat : 28387 (sh) S 28364 28364 27634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683764109 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28387/statm: 1339 232 193 169 0 50 0
[pid=28388] ppid=28387 vsize=501828 CPUtime=18.31
/proc/28388/stat : 28388 (minisat) R 28387 28364 27634 0 -1 4194304 121111 0 0 0 1756 75 0 0 25 0 1 0 683764110 513871872 121097 996147200 134512640 135127466 4294956256 18446744073709551615 134523548 0 0 4096 3 0 0 0 17 1 0 0
/proc/28388/statm: 125457 121097 73 150 0 125304 0
Current children cumulated CPU time (s) 62.94
Current children cumulated vsize (KiB) 520784

[startup+66.3018 s]
/proc/loadavg: 2.64 2.20 2.06 3/76 28388
/proc/meminfo: memFree=988544/2055920 swapFree=4179812/4192956
[pid=28364] ppid=28362 vsize=13600 CPUtime=44.63
/proc/28364/stat : 28364 (sugar) S 28362 28364 27634 0 -1 4194304 1033 28928 0 2 4 1 4293 165 16 0 1 0 683759402 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28364/statm: 3400 799 370 3 0 500 0
[pid=28387] ppid=28364 vsize=5356 CPUtime=0
/proc/28387/stat : 28387 (sh) S 28364 28364 27634 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 683764109 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28387/statm: 1339 232 193 169 0 50 0
[pid=28388] ppid=28387 vsize=501828 CPUtime=19.1
/proc/28388/stat : 28388 (minisat) R 28387 28364 27634 0 -1 4194304 121113 0 0 0 1835 75 0 0 25 0 1 0 683764110 513871872 121099 996147200 134512640 135127466 4294956256 18446744073709551615 134704542 0 0 4096 3 0 0 0 17 1 0 0
/proc/28388/statm: 125457 121099 75 150 0 125304 0
Current children cumulated CPU time (s) 63.73
Current children cumulated vsize (KiB) 520784

[startup+67.1068 s]
/proc/loadavg: 2.64 2.20 2.06 3/77 28391
/proc/meminfo: memFree=1472184/2055920 swapFree=4179812/4192956
[pid=28364] ppid=28362 vsize=13600 CPUtime=64.41
/proc/28364/stat : 28364 (sugar) S 28362 28364 27634 0 -1 4194304 1090 150366 0 2 4 1 6188 248 15 0 1 0 683759402 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28364/statm: 3400 799 370 3 0 500 0
[pid=28389] ppid=28364 vsize=5356 CPUtime=0
/proc/28389/stat : 28389 (sh) S 28364 28364 27634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 683766099 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28389/statm: 1339 233 193 169 0 50 0
[pid=28390] ppid=28389 vsize=863884 CPUtime=0.1
/proc/28390/stat : 28390 (java) S 28389 28364 27634 0 -1 0 3299 0 1 0 9 1 0 0 19 0 9 0 683766100 884617216 2772 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28390/statm: 215971 2772 1640 9 0 210553 0
[pid=28390/tid=28391] ppid=28389 vsize=863884 CPUtime=0.07
/proc/28390/task/28391/stat : 28391 (java) R 28389 28364 27634 0 -1 64 2361 0 1 0 6 1 0 0 25 0 9 0 683766101 884617216 2772 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28390/tid=28392] ppid=28389 vsize=863884 CPUtime=0
/proc/28390/task/28392/stat : 28392 (java) S 28389 28364 27634 0 -1 64 4 0 0 0 0 0 0 0 21 0 9 0 683766102 884617216 2772 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28390/tid=28393] ppid=28389 vsize=863884 CPUtime=0
/proc/28390/task/28393/stat : 28393 (java) S 28389 28364 27634 0 -1 64 10 0 0 0 0 0 0 0 22 0 9 0 683766102 884617216 2772 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28390/tid=28394] ppid=28389 vsize=863884 CPUtime=0
/proc/28390/task/28394/stat : 28394 (java) S 28389 28364 27634 0 -1 64 4 0 0 0 0 0 0 0 23 0 9 0 683766102 884617216 2772 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 64.51
Current children cumulated vsize (KiB) 882840

[startup+67.3029 s]
/proc/loadavg: 2.64 2.20 2.06 3/77 28391
/proc/meminfo: memFree=1472184/2055920 swapFree=4179812/4192956
[pid=28364] ppid=28362 vsize=13600 CPUtime=64.41
/proc/28364/stat : 28364 (sugar) S 28362 28364 27634 0 -1 4194304 1090 150366 0 2 4 1 6188 248 15 0 1 0 683759402 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28364/statm: 3400 799 370 3 0 500 0
[pid=28389] ppid=28364 vsize=5356 CPUtime=0
/proc/28389/stat : 28389 (sh) S 28364 28364 27634 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 683766099 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/28389/statm: 1339 233 193 169 0 50 0
[pid=28390] ppid=28389 vsize=864392 CPUtime=0.29
/proc/28390/stat : 28390 (java) S 28389 28364 27634 0 -1 0 5926 0 1 0 27 2 0 0 19 0 9 0 683766100 885137408 5211 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/28390/statm: 216098 5211 2537 9 0 210673 0
[pid=28390/tid=28391] ppid=28389 vsize=864392 CPUtime=0.17
/proc/28390/task/28391/stat : 28391 (java) S 28389 28364 27634 0 -1 64 2506 0 1 0 16 1 0 0 25 0 9 0 683766101 885137408 5211 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28390/tid=28392] ppid=28389 vsize=864392 CPUtime=0.06
/proc/28390/task/28392/stat : 28392 (java) S 28389 28364 27634 0 -1 64 2328 0 0 0 6 0 0 0 16 0 9 0 683766102 885137408 5211 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=28390/tid=28393] ppid=28389 vsize=864392 CPUtime=0
/proc/28390/task/28393/stat : 28393 (java) S 28389 28364 27634 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 683766102 885137408 5211 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=28390/tid=28394] ppid=28389 vsize=864392 CPUtime=0
/proc/28390/task/28394/stat : 28394 (java) S 28389 28364 27634 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 683766102 885137408 5211 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 64.7
Current children cumulated vsize (KiB) 883348

[startup+67.4029 s]
/proc/loadavg: 2.64 2.20 2.06 3/77 28391
/proc/meminfo: memFree=1472184/2055920 swapFree=4179812/4192956
[pid=28364] ppid=28362 vsize=13600 CPUtime=64.78
/proc/28364/stat : 28364 (sugar) R 28362 28364 27634 0 -1 4194304 1118 156582 0 3 4 6 6216 252 16 0 1 0 683759402 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 249070064681 0 0 4224 16386 0 0 0 17 0 0 0
/proc/28364/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 64.78
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 67.4645
CPU time (s): 64.8561
CPU user time (s): 62.2035
CPU system time (s): 2.6526
CPU usage (%): 96.1337
Max. virtual memory (cumulated for all children) (KiB): 897828

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 62.2035
system time used= 2.6526
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157730
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= 17158
involuntary context switches= 16955

runsolver used 0.091986 second user time and 0.217966 second system time

The end

Launcher Data (download as text)

Begin job on node89 at 2008-07-05 19:51:58
IDJOB=1094931
IDBENCH=58851
IDSOLVER=346
FILE ID=node89/1094931-1215280318
PBS_JOBID= 7882254
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fapp/fapp18/normalized-fapp18-0350-6.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1094931-1215280318/watcher-1094931-1215280318 -o /tmp/evaluation-result-1094931-1215280318/solver-1094931-1215280318 -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/minisat" -tmp="HOME/temp" HOME/instance-1094931-1215280318.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 78f33be6cc0faf5bde59c1fce35f8c02
RANDOM SEED=2043066609

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1711096 kB
Buffers:         63732 kB
Cached:         208276 kB
SwapCached:       7132 kB
Active:         165208 kB
Inactive:       123588 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1711096 kB
SwapTotal:     4192956 kB
SwapFree:      4179812 kB
Dirty:            2052 kB
Writeback:           0 kB
Mapped:          21904 kB
Slab:            41480 kB
Committed_AS:  2057236 kB
PageTables:       1728 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66516 MiB
End job on node89 at 2008-07-05 19:53:05