Trace number 1048412

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 809.883 811.469

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-18_ext.xml
MD5SUM1a4263775f26614618ee62970f0a38af
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.577911
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Thu Jul  3 01:58:53 2008
0.00/0.05	c 0	PID 6596
0.00/0.05	c 0	HOST node50.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1048412-1215043133.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-1048412-1215043133.xml' 'HOME/temp.csp'
0.04/0.74	c 1	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.04/0.77	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.77	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.73/0.85	c 1	Parsing HOME/temp.csp
1.33/1.48	c 1	parsed 31 expressions
1.33/1.48	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.33/1.48	c 1	Converting to clausal form CSP
1.43/1.50	c 1	converted 4 (10%) expressions
1.43/1.50	c 1	converted 7 (20%) expressions
1.43/1.50	c 1	converted 10 (30%) expressions
1.43/1.50	c 1	converted 13 (40%) expressions
1.43/1.50	c 1	converted 16 (50%) expressions
1.43/1.50	c 1	converted 19 (60%) expressions
1.43/1.52	c 2	converted 22 (70%) expressions
1.53/1.62	c 2	converted 25 (80%) expressions
2.03/2.12	c 2	converted 28 (90%) expressions
2.72/2.84	c 3	converted 31 (100%) expressions
2.72/2.84	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.72/2.84	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.72/2.84	c 3	Propagation in CSP
2.72/2.84	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.72/2.84	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.72/2.84	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.72/2.84	c 3	Simplifing CSP by introducing new Boolean variables
2.72/2.84	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.72/2.84	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.91/3.08	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.91/3.09	c 3	2 (10%) CSP integer variables are encoded (16 clauses, 192 bytes)
2.91/3.09	c 3	4 (20%) CSP integer variables are encoded (32 clauses, 336 bytes)
2.91/3.09	c 3	6 (30%) CSP integer variables are encoded (48 clauses, 480 bytes)
2.91/3.09	c 3	8 (40%) CSP integer variables are encoded (64 clauses, 624 bytes)
2.91/3.09	c 3	10 (50%) CSP integer variables are encoded (80 clauses, 768 bytes)
2.91/3.09	c 3	12 (60%) CSP integer variables are encoded (96 clauses, 928 bytes)
2.91/3.09	c 3	14 (70%) CSP integer variables are encoded (112 clauses, 1104 bytes)
2.91/3.09	c 3	16 (80%) CSP integer variables are encoded (128 clauses, 1280 bytes)
2.91/3.09	c 3	18 (90%) CSP integer variables are encoded (144 clauses, 1456 bytes)
2.91/3.09	c 3	20 (100%) CSP integer variables are encoded (160 clauses, 1632 bytes)
157.44/158.30	c 158	1 (10%) CSP clauses are encoded (141054 clauses, 6407709 bytes)
303.36/304.27	c 304	2 (20%) CSP clauses are encoded (282397 clauses, 13196758 bytes)
449.68/450.60	c 451	3 (30%) CSP clauses are encoded (423039 clauses, 19599152 bytes)
605.71/606.71	c 607	4 (40%) CSP clauses are encoded (563817 clauses, 26157326 bytes)
754.94/756.03	c 756	5 (50%) CSP clauses are encoded (704980 clauses, 33167310 bytes)
754.94/756.03	c 756	5 CSP clauses encoded
754.94/756.03	c 756	Writing map file : HOME/temp.map
754.94/756.03	c 756	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
754.94/756.03	c 756	SAT : 180 SAT variables, 704980 SAT clauses, 33167310 bytes
754.94/756.03	c 756	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
754.94/756.06	c 756	SOLVING HOME/temp.cnf
754.94/756.06	c 756	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
754.94/756.07	c 756	This is MiniSat 2.0 beta
754.94/756.07	c 756	WARNING: for repeatability, setting FPU to use double precision
754.94/756.07	c 756	============================[ Problem Statistics ]=============================
754.94/756.07	c 756	|                                                                             |
754.94/756.07	c 756	|  Number of variables:  180                                                  |
754.94/756.07	c 756	|  Number of clauses:    704980                                               |
755.91/757.02	c 757	|  Parsing time:         0.87         s                                       |
755.91/757.08	c 757	============================[ Search Statistics ]==============================
755.91/757.08	c 757	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
755.91/757.08	c 757	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
755.91/757.08	c 757	===============================================================================
755.91/757.08	c 757	|         0 |     180   704980  8851269 |   234993        0    nan |  0.000 % |
756.40/757.52	c 758	|       101 |     180   704980  8851269 |   258492      101      8 |  0.003 % |
756.51/757.65	c 758	|       252 |     180   704980  8851269 |   284341      252     10 |  0.028 % |
756.61/757.75	c 758	|       477 |     180   704980  8851269 |   312776      477     10 |  0.013 % |
756.90/758.02	c 758	|       815 |     180   704980  8851269 |   344053      815      9 |  0.028 % |
757.20/758.39	c 758	|      1321 |     180   704980  8851269 |   378459     1321      9 |  0.028 % |
758.68/759.85	c 760	|      2080 |     180   704980  8851269 |   416305     2080      9 |  0.031 % |
760.86/762.02	c 762	|      3220 |     180   704980  8851269 |   457935     3220      9 |  0.046 % |
764.82/766.03	c 766	|      4930 |     179   704980  8851269 |   503729     4929      9 |  0.559 % |
770.17/771.40	c 771	|      7493 |     179   704980  8851269 |   554101     7492     10 |  0.580 % |
778.79/780.17	c 780	|     11337 |     179   704980  8851269 |   609512    11336     10 |  0.574 % |
790.78/792.28	c 792	|     17103 |     176   704980  8851269 |   670463    17101     10 |  2.225 % |
808.70/810.34	c 810	|     25753 |     173   704980  8851269 |   737509    25750     10 |  5.019 % |
809.69/811.32	c 811	===============================================================================
809.69/811.32	c 811	restarts              : 13
809.69/811.32	c 811	conflicts             : 26229          (480 /sec)
809.69/811.32	c 811	decisions             : 31485          (1.85 % random) (576 /sec)
809.69/811.32	c 811	propagations          : 442489         (8102 /sec)
809.69/811.32	c 811	conflict literals     : 264584         (21.47 % deleted)
809.69/811.32	c 811	Memory used           : 71.17 MB
809.69/811.32	c 811	CPU time              : 54.6177 s
809.69/811.32	c 811	
809.69/811.32	c 811	UNSATISFIABLE
809.69/811.33	c 811	DECODING HOME/temp.out WITH HOME/temp.map
809.69/811.33	c 811	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
809.74/811.42	c 811	Decoding HOME/temp.out
809.74/811.43	s UNSATISFIABLE
809.74/811.43	c 811	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
809.74/811.45	c 811	CPU 809.15 (0.03 0.01 809.12 0.68)
809.74/811.45	c 811	END Thu Jul  3 02:12:24 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-1048412-1215043133/watcher-1048412-1215043133 -o /tmp/evaluation-result-1048412-1215043133/solver-1048412-1215043133 -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-1048412-1215043133.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: 1.94 1.98 1.91 4/72 6596
/proc/meminfo: memFree=999064/2055920 swapFree=4180240/4192956
[pid=6596] ppid=6594 vsize=18572 CPUtime=0
/proc/6596/stat : 6596 (runsolver) R 6594 6596 6125 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1983285269 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 240577473831 0 0 4096 24578 0 0 0 17 1 0 0
/proc/6596/statm: 4643 292 257 25 0 2626 0

[startup+0.0985551 s]
/proc/loadavg: 1.94 1.98 1.91 4/72 6596
/proc/meminfo: memFree=999064/2055920 swapFree=4180240/4192956
[pid=6596] ppid=6594 vsize=13600 CPUtime=0.04
/proc/6596/stat : 6596 (sugar) S 6594 6596 6125 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1983285269 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6596/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102552 s]
/proc/loadavg: 1.94 1.98 1.91 4/72 6596
/proc/meminfo: memFree=999064/2055920 swapFree=4180240/4192956
[pid=6596] ppid=6594 vsize=13600 CPUtime=0.04
/proc/6596/stat : 6596 (sugar) S 6594 6596 6125 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1983285269 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6596/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.302588 s]
/proc/loadavg: 1.94 1.98 1.91 4/72 6596
/proc/meminfo: memFree=999064/2055920 swapFree=4180240/4192956
[pid=6596] ppid=6594 vsize=13600 CPUtime=0.04
/proc/6596/stat : 6596 (sugar) S 6594 6596 6125 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1983285269 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6596/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.702654 s]
/proc/loadavg: 1.94 1.98 1.91 4/72 6596
/proc/meminfo: memFree=999064/2055920 swapFree=4180240/4192956
[pid=6596] ppid=6594 vsize=13600 CPUtime=0.04
/proc/6596/stat : 6596 (sugar) S 6594 6596 6125 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1983285269 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6596/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50179 s]
/proc/loadavg: 1.94 1.98 1.91 3/83 6618
/proc/meminfo: memFree=988288/2055920 swapFree=4180240/4192956
[pid=6596] ppid=6594 vsize=13600 CPUtime=0.73
/proc/6596/stat : 6596 (sugar) S 6594 6596 6125 0 -1 4194304 973 7974 0 1 3 1 63 6 15 0 1 0 1983285269 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6596/statm: 3400 797 370 3 0 500 0
[pid=6609] ppid=6596 vsize=5356 CPUtime=0
/proc/6609/stat : 6609 (sh) S 6596 6596 6125 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983285347 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6609/statm: 1339 233 193 169 0 50 0
[pid=6610] ppid=6609 vsize=864220 CPUtime=0.7
/proc/6610/stat : 6610 (java) S 6609 6596 6125 0 -1 0 8134 0 1 0 65 5 0 0 19 0 9 0 1983285347 884961280 7371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6610/statm: 216055 7371 2540 9 0 210630 0
[pid=6610/tid=6611] ppid=6609 vsize=864220 CPUtime=0.42
/proc/6610/task/6611/stat : 6611 (java) R 6609 6596 6125 0 -1 64 2561 0 1 0 41 1 0 0 23 0 9 0 1983285348 884961280 7371 996147200 134512640 134550740 4294955952 18446744073709551615 103787309 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6612] ppid=6609 vsize=864220 CPUtime=0.22
/proc/6610/task/6612/stat : 6612 (java) S 6609 6596 6125 0 -1 64 4566 0 0 0 20 2 0 0 16 0 9 0 1983285349 884961280 7371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6613] ppid=6609 vsize=864220 CPUtime=0
/proc/6610/task/6613/stat : 6613 (java) S 6609 6596 6125 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983285349 884961280 7371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6614] ppid=6609 vsize=864220 CPUtime=0
/proc/6610/task/6614/stat : 6614 (java) S 6609 6596 6125 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983285349 884961280 7371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6615] ppid=6609 vsize=864220 CPUtime=0
/proc/6610/task/6615/stat : 6615 (java) S 6609 6596 6125 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1983285351 884961280 7371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6616] ppid=6609 vsize=864220 CPUtime=0.03
/proc/6610/task/6616/stat : 6616 (java) S 6609 6596 6125 0 -1 64 310 0 0 0 3 0 0 0 16 0 9 0 1983285351 884961280 7371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6617] ppid=6609 vsize=864220 CPUtime=0
/proc/6610/task/6617/stat : 6617 (java) S 6609 6596 6125 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983285351 884961280 7371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6618] ppid=6609 vsize=864220 CPUtime=0
/proc/6610/task/6618/stat : 6618 (java) S 6609 6596 6125 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983285351 884961280 7371 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883176

[startup+3.10205 s]
/proc/loadavg: 1.94 1.98 1.91 4/83 6618
/proc/meminfo: memFree=958912/2055920 swapFree=4180240/4192956
[pid=6596] ppid=6594 vsize=13600 CPUtime=0.73
/proc/6596/stat : 6596 (sugar) S 6594 6596 6125 0 -1 4194304 974 7974 0 1 3 1 63 6 15 0 1 0 1983285269 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6596/statm: 3400 797 370 3 0 500 0
[pid=6609] ppid=6596 vsize=5356 CPUtime=0
/proc/6609/stat : 6609 (sh) S 6596 6596 6125 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983285347 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6609/statm: 1339 233 193 169 0 50 0
[pid=6610] ppid=6609 vsize=864320 CPUtime=2.28
/proc/6610/stat : 6610 (java) S 6609 6596 6125 0 -1 0 18909 0 1 0 218 10 0 0 19 0 9 0 1983285347 885063680 17467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6610/statm: 216080 17467 2564 9 0 210627 0
[pid=6610/tid=6611] ppid=6609 vsize=864320 CPUtime=0.8
/proc/6610/task/6611/stat : 6611 (java) R 6609 6596 6125 0 -1 64 3279 0 1 0 78 2 0 0 18 0 9 0 1983285348 885063680 17467 996147200 134512640 134550740 4294955952 18446744073709551615 4125977440 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6612] ppid=6609 vsize=864320 CPUtime=1.41
/proc/6610/task/6612/stat : 6612 (java) S 6609 6596 6125 0 -1 64 14613 0 0 0 134 7 0 0 20 0 9 0 1983285349 885063680 17467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6613] ppid=6609 vsize=864320 CPUtime=0
/proc/6610/task/6613/stat : 6613 (java) S 6609 6596 6125 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983285349 885063680 17467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6614] ppid=6609 vsize=864320 CPUtime=0
/proc/6610/task/6614/stat : 6614 (java) S 6609 6596 6125 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983285349 885063680 17467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6615] ppid=6609 vsize=864320 CPUtime=0
/proc/6610/task/6615/stat : 6615 (java) S 6609 6596 6125 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1983285351 885063680 17467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6616] ppid=6609 vsize=864320 CPUtime=0.04
/proc/6610/task/6616/stat : 6616 (java) S 6609 6596 6125 0 -1 64 320 0 0 0 4 0 0 0 16 0 9 0 1983285351 885063680 17467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6617] ppid=6609 vsize=864320 CPUtime=0
/proc/6610/task/6617/stat : 6617 (java) S 6609 6596 6125 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983285351 885063680 17467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6618] ppid=6609 vsize=864320 CPUtime=0
/proc/6610/task/6618/stat : 6618 (java) S 6609 6596 6125 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983285351 885063680 17467 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883276

[startup+6.30159 s]
/proc/loadavg: 1.94 1.98 1.91 3/83 6618
/proc/meminfo: memFree=935496/2055920 swapFree=4180240/4192956
[pid=6596] ppid=6594 vsize=13600 CPUtime=0.73
/proc/6596/stat : 6596 (sugar) S 6594 6596 6125 0 -1 4194304 974 7974 0 1 3 1 63 6 15 0 1 0 1983285269 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6596/statm: 3400 797 370 3 0 500 0
[pid=6609] ppid=6596 vsize=5356 CPUtime=0
/proc/6609/stat : 6609 (sh) S 6596 6596 6125 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983285347 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6609/statm: 1339 233 193 169 0 50 0
[pid=6610] ppid=6609 vsize=864320 CPUtime=5.46
/proc/6610/stat : 6610 (java) S 6609 6596 6125 0 -1 0 18945 0 1 0 535 11 0 0 19 0 9 0 1983285347 885063680 17487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6610/statm: 216080 17487 2564 9 0 210627 0
[pid=6610/tid=6611] ppid=6609 vsize=864320 CPUtime=3.9
/proc/6610/task/6611/stat : 6611 (java) R 6609 6596 6125 0 -1 64 3299 0 1 0 388 2 0 0 25 0 9 0 1983285348 885063680 17487 996147200 134512640 134550740 4294955952 18446744073709551615 4126547405 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6612] ppid=6609 vsize=864320 CPUtime=1.46
/proc/6610/task/6612/stat : 6612 (java) S 6609 6596 6125 0 -1 64 14613 0 0 0 139 7 0 0 16 0 9 0 1983285349 885063680 17487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6613] ppid=6609 vsize=864320 CPUtime=0
/proc/6610/task/6613/stat : 6613 (java) S 6609 6596 6125 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983285349 885063680 17487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6614] ppid=6609 vsize=864320 CPUtime=0
/proc/6610/task/6614/stat : 6614 (java) S 6609 6596 6125 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983285349 885063680 17487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6615] ppid=6609 vsize=864320 CPUtime=0
/proc/6610/task/6615/stat : 6615 (java) S 6609 6596 6125 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1983285351 885063680 17487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6616] ppid=6609 vsize=864320 CPUtime=0.07
/proc/6610/task/6616/stat : 6616 (java) S 6609 6596 6125 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 1983285351 885063680 17487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6617] ppid=6609 vsize=864320 CPUtime=0
/proc/6610/task/6617/stat : 6617 (java) S 6609 6596 6125 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983285351 885063680 17487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6618] ppid=6609 vsize=864320 CPUtime=0
/proc/6610/task/6618/stat : 6618 (java) S 6609 6596 6125 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983285351 885063680 17487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883276

[startup+12.7027 s]
/proc/loadavg: 1.95 1.98 1.91 3/83 6618
/proc/meminfo: memFree=935432/2055920 swapFree=4180240/4192956
[pid=6596] ppid=6594 vsize=13600 CPUtime=0.73
/proc/6596/stat : 6596 (sugar) S 6594 6596 6125 0 -1 4194304 974 7974 0 1 3 1 63 6 15 0 1 0 1983285269 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6596/statm: 3400 797 370 3 0 500 0
[pid=6609] ppid=6596 vsize=5356 CPUtime=0
/proc/6609/stat : 6609 (sh) S 6596 6596 6125 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983285347 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6609/statm: 1339 233 193 169 0 50 0
[pid=6610] ppid=6609 vsize=864320 CPUtime=11.79
/proc/6610/stat : 6610 (java) S 6609 6596 6125 0 -1 0 18945 0 1 0 1168 11 0 0 19 0 9 0 1983285347 885063680 17487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6610/statm: 216080 17487 2564 9 0 210627 0
[pid=6610/tid=6611] ppid=6609 vsize=864320 CPUtime=10.24
/proc/6610/task/6611/stat : 6611 (java) R 6609 6596 6125 0 -1 64 3299 0 1 0 1022 2 0 0 25 0 9 0 1983285348 885063680 17487 996147200 134512640 134550740 4294955952 18446744073709551615 4126566340 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6612] ppid=6609 vsize=864320 CPUtime=1.46
/proc/6610/task/6612/stat : 6612 (java) S 6609 6596 6125 0 -1 64 14613 0 0 0 139 7 0 0 16 0 9 0 1983285349 885063680 17487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6613] ppid=6609 vsize=864320 CPUtime=0
/proc/6610/task/6613/stat : 6613 (java) S 6609 6596 6125 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983285349 885063680 17487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6614] ppid=6609 vsize=864320 CPUtime=0
/proc/6610/task/6614/stat : 6614 (java) S 6609 6596 6125 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983285349 885063680 17487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6615] ppid=6609 vsize=864320 CPUtime=0
/proc/6610/task/6615/stat : 6615 (java) S 6609 6596 6125 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1983285351 885063680 17487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6616] ppid=6609 vsize=864320 CPUtime=0.07
/proc/6610/task/6616/stat : 6616 (java) S 6609 6596 6125 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 1983285351 885063680 17487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6617] ppid=6609 vsize=864320 CPUtime=0
/proc/6610/task/6617/stat : 6617 (java) S 6609 6596 6125 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983285351 885063680 17487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6618] ppid=6609 vsize=864320 CPUtime=0
/proc/6610/task/6618/stat : 6618 (java) S 6609 6596 6125 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983285351 885063680 17487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 883276

[startup+25.5028 s]
/proc/loadavg: 1.96 1.98 1.91 3/83 6618
/proc/meminfo: memFree=935496/2055920 swapFree=4180240/4192956
[pid=6596] ppid=6594 vsize=13600 CPUtime=0.73
/proc/6596/stat : 6596 (sugar) S 6594 6596 6125 0 -1 4194304 974 7974 0 1 3 1 63 6 15 0 1 0 1983285269 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6596/statm: 3400 797 370 3 0 500 0
[pid=6609] ppid=6596 vsize=5356 CPUtime=0
/proc/6609/stat : 6609 (sh) S 6596 6596 6125 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983285347 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6609/statm: 1339 233 193 169 0 50 0
[pid=6610] ppid=6609 vsize=864320 CPUtime=24.48
/proc/6610/stat : 6610 (java) S 6609 6596 6125 0 -1 0 18947 0 1 0 2437 11 0 0 19 0 9 0 1983285347 885063680 17487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6610/statm: 216080 17487 2564 9 0 210627 0
[pid=6610/tid=6611] ppid=6609 vsize=864320 CPUtime=22.91
/proc/6610/task/6611/stat : 6611 (java) R 6609 6596 6125 0 -1 64 3301 0 1 0 2289 2 0 0 25 0 9 0 1983285348 885063680 17487 996147200 134512640 134550740 4294955952 18446744073709551615 4126547479 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6612] ppid=6609 vsize=864320 CPUtime=1.47
/proc/6610/task/6612/stat : 6612 (java) S 6609 6596 6125 0 -1 64 14613 0 0 0 140 7 0 0 16 0 9 0 1983285349 885063680 17487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6613] ppid=6609 vsize=864320 CPUtime=0
/proc/6610/task/6613/stat : 6613 (java) S 6609 6596 6125 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983285349 885063680 17487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6614] ppid=6609 vsize=864320 CPUtime=0
/proc/6610/task/6614/stat : 6614 (java) S 6609 6596 6125 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983285349 885063680 17487 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=6609] ppid=6596 vsize=5356 CPUtime=0
/proc/6609/stat : 6609 (sh) S 6596 6596 6125 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983285347 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/6609/statm: 1339 233 193 169 0 50 0
[pid=6610] ppid=6609 vsize=864320 CPUtime=700.53
/proc/6610/stat : 6610 (java) S 6609 6596 6125 0 -1 0 37763 0 1 0 70012 41 0 0 19 0 9 0 1983285347 885063680 27241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/6610/statm: 216080 27241 2564 9 0 210627 0
[pid=6610/tid=6611] ppid=6609 vsize=864320 CPUtime=696.68
/proc/6610/task/6611/stat : 6611 (java) R 6609 6596 6125 0 -1 64 3742 0 1 0 69647 21 0 0 25 0 9 0 1983285348 885063680 27241 996147200 134512640 134550740 4294955952 18446744073709551615 4126566340 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6610/tid=6612] ppid=6609 vsize=864320 CPUtime=3.73
/proc/6610/task/6612/stat : 6612 (java) S 6609 6596 6125 0 -1 64 32980 0 0 0 355 18 0 0 16 0 9 0 1983285349 885063680 27241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=6610/tid=6613] ppid=6609 vsize=864320 CPUtime=0
/proc/6610/task/6613/stat : 6613 (java) S 6609 6596 6125 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983285349 885063680 27241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6610/tid=6614] ppid=6609 vsize=864320 CPUtime=0
/proc/6610/task/6614/stat : 6614 (java) S 6609 6596 6125 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983285349 885063680 27241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6615] ppid=6609 vsize=864320 CPUtime=0
/proc/6610/task/6615/stat : 6615 (java) S 6609 6596 6125 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1983285351 885063680 27241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6616] ppid=6609 vsize=864320 CPUtime=0.08
/proc/6610/task/6616/stat : 6616 (java) S 6609 6596 6125 0 -1 64 344 0 0 0 8 0 0 0 16 0 9 0 1983285351 885063680 27241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=6610/tid=6617] ppid=6609 vsize=864320 CPUtime=0
/proc/6610/task/6617/stat : 6617 (java) S 6609 6596 6125 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983285351 885063680 27241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=6610/tid=6618] ppid=6609 vsize=864320 CPUtime=0
/proc/6610/task/6618/stat : 6618 (java) S 6609 6596 6125 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983285351 885063680 27241 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 701.26
Current children cumulated vsize (KiB) 883276

[startup+762.308 s]
/proc/loadavg: 2.02 1.99 1.91 3/76 6768
/proc/meminfo: memFree=1674752/2055920 swapFree=4180240/4192956
[pid=6596] ppid=6594 vsize=13600 CPUtime=755
/proc/6596/stat : 6596 (sugar) S 6594 6596 6125 0 -1 4194304 1031 46091 0 2 3 1 75443 53 16 0 1 0 1983285269 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6596/statm: 3400 798 370 3 0 500 0
[pid=6767] ppid=6596 vsize=5356 CPUtime=0
/proc/6767/stat : 6767 (sh) S 6596 6596 6125 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983360876 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6767/statm: 1339 232 193 169 0 50 0
[pid=6768] ppid=6767 vsize=67636 CPUtime=6.16
/proc/6768/stat : 6768 (minisat) R 6767 6596 6125 0 -1 4194304 15807 0 0 0 608 8 0 0 25 0 1 0 1983360876 69259264 15742 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6768/statm: 16909 15742 75 150 0 16756 0
Current children cumulated CPU time (s) 761.16
Current children cumulated vsize (KiB) 86592

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

[startup+767.902 s]
/proc/loadavg: 2.02 1.99 1.91 3/76 6768
/proc/meminfo: memFree=1673344/2055920 swapFree=4180240/4192956
[pid=6596] ppid=6594 vsize=13600 CPUtime=755
/proc/6596/stat : 6596 (sugar) S 6594 6596 6125 0 -1 4194304 1031 46091 0 2 3 1 75443 53 16 0 1 0 1983285269 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6596/statm: 3400 798 370 3 0 500 0
[pid=6767] ppid=6596 vsize=5356 CPUtime=0
/proc/6767/stat : 6767 (sh) S 6596 6596 6125 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983360876 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6767/statm: 1339 232 193 169 0 50 0
[pid=6768] ppid=6767 vsize=69280 CPUtime=11.7
/proc/6768/stat : 6768 (minisat) R 6767 6596 6125 0 -1 4194304 16170 0 0 0 1162 8 0 0 25 0 1 0 1983360876 70942720 16105 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6768/statm: 17320 16105 75 150 0 17167 0
Current children cumulated CPU time (s) 766.7
Current children cumulated vsize (KiB) 88236

[startup+793.502 s]
/proc/loadavg: 2.01 1.99 1.91 3/76 6768
/proc/meminfo: memFree=1671296/2055920 swapFree=4180240/4192956
[pid=6596] ppid=6594 vsize=13600 CPUtime=755
/proc/6596/stat : 6596 (sugar) S 6594 6596 6125 0 -1 4194304 1031 46091 0 2 3 1 75443 53 16 0 1 0 1983285269 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6596/statm: 3400 798 370 3 0 500 0
[pid=6767] ppid=6596 vsize=5356 CPUtime=0
/proc/6767/stat : 6767 (sh) S 6596 6596 6125 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983360876 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6767/statm: 1339 232 193 169 0 50 0
[pid=6768] ppid=6767 vsize=71552 CPUtime=37.07
/proc/6768/stat : 6768 (minisat) R 6767 6596 6125 0 -1 4194304 16701 0 0 0 3697 10 0 0 25 0 1 0 1983360876 73269248 16636 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6768/statm: 17888 16636 75 150 0 17735 0
Current children cumulated CPU time (s) 792.07
Current children cumulated vsize (KiB) 90508

[startup+799.902 s]
/proc/loadavg: 2.01 1.99 1.91 3/76 6768
/proc/meminfo: memFree=1670784/2055920 swapFree=4180240/4192956
[pid=6596] ppid=6594 vsize=13600 CPUtime=755
/proc/6596/stat : 6596 (sugar) S 6594 6596 6125 0 -1 4194304 1031 46091 0 2 3 1 75443 53 16 0 1 0 1983285269 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6596/statm: 3400 798 370 3 0 500 0
[pid=6767] ppid=6596 vsize=5356 CPUtime=0
/proc/6767/stat : 6767 (sh) S 6596 6596 6125 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983360876 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6767/statm: 1339 232 193 169 0 50 0
[pid=6768] ppid=6767 vsize=71984 CPUtime=43.4
/proc/6768/stat : 6768 (minisat) R 6767 6596 6125 0 -1 4194304 16798 0 0 0 4330 10 0 0 25 0 1 0 1983360876 73711616 16733 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6768/statm: 17996 16733 75 150 0 17843 0
Current children cumulated CPU time (s) 798.4
Current children cumulated vsize (KiB) 90940

[startup+806.307 s]
/proc/loadavg: 2.01 1.99 1.91 3/76 6768
/proc/meminfo: memFree=1670336/2055920 swapFree=4180240/4192956
[pid=6596] ppid=6594 vsize=13600 CPUtime=755
/proc/6596/stat : 6596 (sugar) S 6594 6596 6125 0 -1 4194304 1031 46091 0 2 3 1 75443 53 16 0 1 0 1983285269 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6596/statm: 3400 798 370 3 0 500 0
[pid=6767] ppid=6596 vsize=5356 CPUtime=0
/proc/6767/stat : 6767 (sh) S 6596 6596 6125 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983360876 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6767/statm: 1339 232 193 169 0 50 0
[pid=6768] ppid=6767 vsize=72572 CPUtime=49.74
/proc/6768/stat : 6768 (minisat) R 6767 6596 6125 0 -1 4194304 16903 0 0 0 4964 10 0 0 25 0 1 0 1983360876 74313728 16838 996147200 134512640 135127466 4294956272 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/6768/statm: 18143 16838 75 150 0 17990 0
Current children cumulated CPU time (s) 804.74
Current children cumulated vsize (KiB) 91528

[startup+809.502 s]
/proc/loadavg: 2.01 1.99 1.91 3/76 6768
/proc/meminfo: memFree=1670080/2055920 swapFree=4180240/4192956
[pid=6596] ppid=6594 vsize=13600 CPUtime=755
/proc/6596/stat : 6596 (sugar) S 6594 6596 6125 0 -1 4194304 1031 46091 0 2 3 1 75443 53 16 0 1 0 1983285269 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6596/statm: 3400 798 370 3 0 500 0
[pid=6767] ppid=6596 vsize=5356 CPUtime=0
/proc/6767/stat : 6767 (sh) S 6596 6596 6125 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983360876 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6767/statm: 1339 232 193 169 0 50 0
[pid=6768] ppid=6767 vsize=72732 CPUtime=52.91
/proc/6768/stat : 6768 (minisat) R 6767 6596 6125 0 -1 4194304 16961 0 0 0 5281 10 0 0 25 0 1 0 1983360876 74477568 16896 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6768/statm: 18183 16896 75 150 0 18030 0
Current children cumulated CPU time (s) 807.91
Current children cumulated vsize (KiB) 91688

[startup+810.302 s]
/proc/loadavg: 2.01 1.99 1.91 3/76 6768
/proc/meminfo: memFree=1670080/2055920 swapFree=4180240/4192956
[pid=6596] ppid=6594 vsize=13600 CPUtime=755
/proc/6596/stat : 6596 (sugar) S 6594 6596 6125 0 -1 4194304 1031 46091 0 2 3 1 75443 53 16 0 1 0 1983285269 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6596/statm: 3400 798 370 3 0 500 0
[pid=6767] ppid=6596 vsize=5356 CPUtime=0
/proc/6767/stat : 6767 (sh) S 6596 6596 6125 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983360876 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6767/statm: 1339 232 193 169 0 50 0
[pid=6768] ppid=6767 vsize=72876 CPUtime=53.7
/proc/6768/stat : 6768 (minisat) R 6767 6596 6125 0 -1 4194304 16979 0 0 0 5360 10 0 0 25 0 1 0 1983360876 74625024 16914 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6768/statm: 18219 16914 75 150 0 18066 0
Current children cumulated CPU time (s) 808.7
Current children cumulated vsize (KiB) 91832

[startup+811.102 s]
/proc/loadavg: 2.01 1.99 1.91 3/76 6768
/proc/meminfo: memFree=1670016/2055920 swapFree=4180240/4192956
[pid=6596] ppid=6594 vsize=13600 CPUtime=755
/proc/6596/stat : 6596 (sugar) S 6594 6596 6125 0 -1 4194304 1031 46091 0 2 3 1 75443 53 16 0 1 0 1983285269 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6596/statm: 3400 798 370 3 0 500 0
[pid=6767] ppid=6596 vsize=5356 CPUtime=0
/proc/6767/stat : 6767 (sh) S 6596 6596 6125 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983360876 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6767/statm: 1339 232 193 169 0 50 0
[pid=6768] ppid=6767 vsize=72876 CPUtime=54.5
/proc/6768/stat : 6768 (minisat) R 6767 6596 6125 0 -1 4194304 16986 0 0 0 5440 10 0 0 25 0 1 0 1983360876 74625024 16921 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6768/statm: 18219 16921 75 150 0 18066 0
Current children cumulated CPU time (s) 809.5
Current children cumulated vsize (KiB) 91832

[startup+811.302 s]
/proc/loadavg: 2.01 1.99 1.91 3/76 6768
/proc/meminfo: memFree=1670016/2055920 swapFree=4180240/4192956
[pid=6596] ppid=6594 vsize=13600 CPUtime=755
/proc/6596/stat : 6596 (sugar) S 6594 6596 6125 0 -1 4194304 1031 46091 0 2 3 1 75443 53 16 0 1 0 1983285269 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6596/statm: 3400 798 370 3 0 500 0
[pid=6767] ppid=6596 vsize=5356 CPUtime=0
/proc/6767/stat : 6767 (sh) S 6596 6596 6125 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983360876 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/6767/statm: 1339 232 193 169 0 50 0
[pid=6768] ppid=6767 vsize=72876 CPUtime=54.69
/proc/6768/stat : 6768 (minisat) R 6767 6596 6125 0 -1 4194304 16993 0 0 0 5459 10 0 0 25 0 1 0 1983360876 74625024 16928 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/6768/statm: 18219 16928 75 150 0 18066 0
Current children cumulated CPU time (s) 809.69
Current children cumulated vsize (KiB) 91832

[startup+811.402 s]
/proc/loadavg: 2.01 1.99 1.91 3/76 6768
/proc/meminfo: memFree=1670016/2055920 swapFree=4180240/4192956
[pid=6596] ppid=6594 vsize=13600 CPUtime=809.74
/proc/6596/stat : 6596 (sugar) S 6594 6596 6125 0 -1 4194304 1070 63378 0 2 3 1 80905 65 17 0 1 0 1983285269 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/6596/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 809.74
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 811.469
CPU time (s): 809.883
CPU user time (s): 809.165
CPU system time (s): 0.71789
CPU usage (%): 99.8045
Max. virtual memory (cumulated for all children) (KiB): 889408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 809.165
system time used= 0.71789
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 68137
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= 20469
involuntary context switches= 12094

runsolver used 0.979851 second user time and 2.73258 second system time

The end

Launcher Data (download as text)

Begin job on node50 at 2008-07-03 01:58:53
IDJOB=1048412
IDBENCH=54361
IDSOLVER=346
FILE ID=node50/1048412-1215043133
PBS_JOBID= 7875075
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-18_ext.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-1048412-1215043133/watcher-1048412-1215043133 -o /tmp/evaluation-result-1048412-1215043133/solver-1048412-1215043133 -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-1048412-1215043133.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1a4263775f26614618ee62970f0a38af
RANDOM SEED=1198954266

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:        999544 kB
Buffers:         29596 kB
Cached:         143948 kB
SwapCached:       6724 kB
Active:         931900 kB
Inactive:        62956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        999544 kB
SwapTotal:     4192956 kB
SwapFree:      4180240 kB
Dirty:            2528 kB
Writeback:           0 kB
Mapped:         829168 kB
Slab:            45320 kB
Committed_AS:  4644708 kB
PageTables:       3384 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= 66544 MiB
End job on node50 at 2008-07-03 02:12:24