Trace number 1080231

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 306.755 309.272

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-44_ext.xml
MD5SUMde807c80f8f5ecdb550bc5040d40fc98
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 benchmark16.4215
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
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 Sat Jul  5 00:59:37 2008
0.00/0.05	c 0	PID 27984
0.00/0.05	c 0	HOST node49.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1080231-1215212377.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-1080231-1215212377.xml' 'HOME/temp.csp'
0.03/0.71	c 1	1 domains, 20 variables, 0 predicates, 58 relations, 58 constraints
0.03/0.73	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.73	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.67/0.81	c 1	Parsing HOME/temp.csp
1.91/2.03	c 2	parsed 137 expressions
1.91/2.04	c 2	Heap : 20 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.91/2.04	c 2	Converting to clausal form CSP
1.91/2.07	c 2	converted 14 (10%) expressions
1.91/2.08	c 2	converted 28 (20%) expressions
1.91/2.09	c 2	converted 42 (30%) expressions
2.00/2.10	c 2	converted 55 (40%) expressions
2.11/2.27	c 2	converted 69 (50%) expressions
2.20/2.36	c 2	converted 83 (60%) expressions
2.30/2.47	c 2	converted 96 (70%) expressions
2.40/2.58	c 2	converted 110 (80%) expressions
2.49/2.69	c 3	converted 124 (90%) expressions
2.89/3.00	c 3	converted 137 (100%) expressions
2.89/3.00	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.89/3.00	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.89/3.00	c 3	Propagation in CSP
2.89/3.00	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.89/3.00	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.89/3.00	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.89/3.00	c 3	Simplifing CSP by introducing new Boolean variables
2.89/3.00	c 3	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.89/3.00	c 3	Heap : 38 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.00/3.12	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.00/3.13	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.00/3.13	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.00/3.13	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.00/3.13	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.00/3.14	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.00/3.14	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.00/3.14	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.00/3.14	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.00/3.14	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.00/3.14	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.20/3.34	c 3	6 (10%) CSP clauses are encoded (11121 clauses, 254583 bytes)
3.29/3.48	c 3	12 (20%) CSP clauses are encoded (22014 clauses, 515977 bytes)
3.49/3.62	c 4	18 (30%) CSP clauses are encoded (32873 clauses, 781289 bytes)
3.59/3.76	c 4	24 (40%) CSP clauses are encoded (43722 clauses, 1047486 bytes)
3.69/3.86	c 4	29 (50%) CSP clauses are encoded (52137 clauses, 1254692 bytes)
3.78/3.98	c 4	35 (60%) CSP clauses are encoded (62372 clauses, 1507787 bytes)
3.98/4.12	c 4	41 (70%) CSP clauses are encoded (73252 clauses, 1791194 bytes)
4.09/4.26	c 4	47 (80%) CSP clauses are encoded (84007 clauses, 2079045 bytes)
4.19/4.40	c 4	53 (90%) CSP clauses are encoded (94889 clauses, 2370222 bytes)
4.38/4.51	c 4	58 (100%) CSP clauses are encoded (103886 clauses, 2610974 bytes)
4.38/4.51	c 4	58 CSP clauses encoded
4.38/4.51	c 4	Writing map file : HOME/temp.map
4.38/4.51	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.38/4.52	c 4	SAT : 380 SAT variables, 103886 SAT clauses, 2610974 bytes
4.38/4.52	c 4	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.38/4.54	c 4	SOLVING HOME/temp.cnf
4.38/4.54	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.38/4.54	c 4	This is MiniSat 2.0 beta
4.38/4.54	c 4	WARNING: for repeatability, setting FPU to use double precision
4.38/4.54	c 4	============================[ Problem Statistics ]=============================
4.38/4.54	c 4	|                                                                             |
4.38/4.55	c 4	|  Number of variables:  380                                                  |
4.38/4.55	c 4	|  Number of clauses:    103886                                               |
4.44/4.62	c 5	|  Parsing time:         0.06         s                                       |
4.44/4.62	c 5	============================[ Search Statistics ]==============================
4.44/4.62	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.44/4.62	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.44/4.62	c 5	===============================================================================
4.44/4.62	c 5	|         0 |     380   103886   569591 |    34628        0    nan |  0.000 % |
4.44/4.67	c 5	|       101 |     380   103886   569591 |    38091      101      9 |  0.001 % |
4.44/4.74	c 5	|       251 |     380   103886   569591 |    41900      251     10 |  0.013 % |
4.44/4.84	c 5	|       477 |     380   103886   569591 |    46090      477     11 |  0.013 % |
4.44/4.95	c 5	|       814 |     380   103886   569591 |    50699      814     10 |  0.013 % |
4.44/5.11	c 5	|      1321 |     380   103886   569591 |    55769     1321     10 |  0.010 % |
4.44/5.37	c 5	|      2080 |     380   103886   569591 |    61346     2080     10 |  0.001 % |
5.67/5.80	c 6	|      3220 |     380   103886   569591 |    67481     3220     11 |  0.013 % |
6.37/6.50	c 6	|      4928 |     380   103886   569591 |    74229     4928     11 |  0.013 % |
7.16/7.35	c 7	|      7490 |     380   103886   569591 |    81652     7490     12 |  0.013 % |
8.74/8.97	c 9	|     11334 |     380   103886   569591 |    89817    11334     13 |  0.014 % |
11.52/11.72	c 12	|     17101 |     380   103886   569591 |    98799    17101     13 |  0.012 % |
15.87/16.14	c 16	|     25751 |     380   103886   569591 |   108679    25751     14 |  0.002 % |
22.21/22.60	c 23	|     38725 |     380   103886   569591 |   119547    38725     14 |  0.013 % |
33.79/34.20	c 34	|     58188 |     380   103886   569591 |   131502    58188     15 |  0.007 % |
56.78/57.46	c 57	|     87381 |     380   103886   569591 |   144652    87381     16 |  0.013 % |
96.38/97.47	c 97	|    131170 |     378   101955   559944 |   159117   104178     16 |  0.527 % |
171.96/173.70	c 174	|    196854 |     378   101955   559944 |   175029    33159     17 |  0.528 % |
247.25/249.72	c 250	|    295380 |     369    93199   512154 |   192532    81651     17 |  2.895 % |
306.57/309.15	c 309	===============================================================================
306.57/309.15	c 309	restarts              : 19
306.57/309.15	c 309	conflicts             : 350495         (1160 /sec)
306.57/309.15	c 309	decisions             : 427371         (1.57 % random) (1415 /sec)
306.57/309.15	c 309	propagations          : 14920554       (49386 /sec)
306.57/309.15	c 309	conflict literals     : 5906722        (31.86 % deleted)
306.57/309.15	c 309	Memory used           : 24.85 MB
306.57/309.15	c 309	CPU time              : 302.121 s
306.57/309.15	c 309	
306.57/309.15	c 309	UNSATISFIABLE
306.57/309.15	c 309	DECODING HOME/temp.out WITH HOME/temp.map
306.57/309.15	c 309	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
306.63/309.24	c 309	Decoding HOME/temp.out
306.63/309.25	s UNSATISFIABLE
306.63/309.26	c 309	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
306.63/309.27	c 309	CPU 306.45 (0.04 0.01 306.41 0.27)
306.63/309.27	c 309	END Sat Jul  5 01:04:46 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-1080231-1215212377/watcher-1080231-1215212377 -o /tmp/evaluation-result-1080231-1215212377/solver-1080231-1215212377 -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-1080231-1215212377.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.05 2.02 2.00 4/80 27984
/proc/meminfo: memFree=1723376/2055920 swapFree=4180312/4192956
[pid=27984] ppid=27982 vsize=4708 CPUtime=0
/proc/27984/stat : 27984 (sugar) R 27982 27984 25825 0 -1 4194304 58 0 0 0 0 0 0 0 22 0 1 0 426855052 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 224624965001 0 0 4096 0 0 0 0 17 1 0 0
/proc/27984/statm: 1177 43 33 3 0 8 0

[startup+0.0546971 s]
/proc/loadavg: 2.05 2.02 2.00 4/80 27984
/proc/meminfo: memFree=1723376/2055920 swapFree=4180312/4192956
[pid=27984] ppid=27982 vsize=13600 CPUtime=0.03
/proc/27984/stat : 27984 (sugar) S 27982 27984 25825 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 426855052 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27984/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10376 s]
/proc/loadavg: 2.05 2.02 2.00 4/80 27984
/proc/meminfo: memFree=1723376/2055920 swapFree=4180312/4192956
[pid=27984] ppid=27982 vsize=13600 CPUtime=0.03
/proc/27984/stat : 27984 (sugar) S 27982 27984 25825 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 426855052 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27984/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301791 s]
/proc/loadavg: 2.05 2.02 2.00 4/80 27984
/proc/meminfo: memFree=1723376/2055920 swapFree=4180312/4192956
[pid=27984] ppid=27982 vsize=13600 CPUtime=0.03
/proc/27984/stat : 27984 (sugar) S 27982 27984 25825 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 426855052 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27984/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701843 s]
/proc/loadavg: 2.05 2.02 2.00 4/80 27984
/proc/meminfo: memFree=1723376/2055920 swapFree=4180312/4192956
[pid=27984] ppid=27982 vsize=13600 CPUtime=0.03
/proc/27984/stat : 27984 (sugar) S 27982 27984 25825 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 426855052 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27984/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50296 s]
/proc/loadavg: 2.05 2.02 2.00 4/91 28006
/proc/meminfo: memFree=1714264/2055920 swapFree=4180312/4192956
[pid=27984] ppid=27982 vsize=13600 CPUtime=0.67
/proc/27984/stat : 27984 (sugar) S 27982 27984 25825 0 -1 4194304 973 6927 0 1 3 0 59 5 16 0 1 0 426855052 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27984/statm: 3400 797 370 3 0 500 0
[pid=27997] ppid=27984 vsize=5356 CPUtime=0
/proc/27997/stat : 27997 (sh) S 27984 27984 25825 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 426855125 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27997/statm: 1339 233 193 169 0 50 0
[pid=27998] ppid=27997 vsize=864012 CPUtime=0.74
/proc/27998/stat : 27998 (java) S 27997 27984 25825 0 -1 0 6906 0 1 0 71 3 0 0 19 0 9 0 426855126 884748288 6194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27998/statm: 216003 6194 2532 9 0 210585 0
[pid=27998/tid=27999] ppid=27997 vsize=864012 CPUtime=0.49
/proc/27998/task/27999/stat : 27999 (java) R 27997 27984 25825 0 -1 64 2457 0 1 0 48 1 0 0 21 0 9 0 426855127 884748288 6194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27998/tid=28000] ppid=27997 vsize=864012 CPUtime=0.19
/proc/27998/task/28000/stat : 28000 (java) R 27997 27984 25825 0 -1 64 3441 0 0 0 18 1 0 0 16 0 9 0 426855128 884748288 6194 996147200 134512640 134550740 4294955952 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27998/tid=28001] ppid=27997 vsize=864012 CPUtime=0
/proc/27998/task/28001/stat : 28001 (java) S 27997 27984 25825 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 426855128 884748288 6194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27998/tid=28002] ppid=27997 vsize=864012 CPUtime=0
/proc/27998/task/28002/stat : 28002 (java) S 27997 27984 25825 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 426855128 884748288 6194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27998/tid=28003] ppid=27997 vsize=864012 CPUtime=0
/proc/27998/task/28003/stat : 28003 (java) S 27997 27984 25825 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 426855130 884748288 6194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27998/tid=28004] ppid=27997 vsize=864012 CPUtime=0.04
/proc/27998/task/28004/stat : 28004 (java) S 27997 27984 25825 0 -1 64 312 0 0 0 4 0 0 0 16 0 9 0 426855130 884748288 6194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27998/tid=28005] ppid=27997 vsize=864012 CPUtime=0
/proc/27998/task/28005/stat : 28005 (java) S 27997 27984 25825 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 426855130 884748288 6194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27998/tid=28006] ppid=27997 vsize=864012 CPUtime=0
/proc/27998/task/28006/stat : 28006 (java) S 27997 27984 25825 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 426855130 884748288 6194 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 882968

[startup+3.10219 s]
/proc/loadavg: 2.05 2.02 2.00 3/91 28006
/proc/meminfo: memFree=1691608/2055920 swapFree=4180312/4192956
[pid=27984] ppid=27982 vsize=13600 CPUtime=0.68
/proc/27984/stat : 27984 (sugar) S 27982 27984 25825 0 -1 4194304 974 6927 0 1 4 0 59 5 15 0 1 0 426855052 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27984/statm: 3400 797 370 3 0 500 0
[pid=27997] ppid=27984 vsize=5356 CPUtime=0
/proc/27997/stat : 27997 (sh) S 27984 27984 25825 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 426855125 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27997/statm: 1339 233 193 169 0 50 0
[pid=27998] ppid=27997 vsize=864232 CPUtime=2.32
/proc/27998/stat : 27998 (java) S 27997 27984 25825 0 -1 0 14759 0 1 0 224 8 0 0 19 0 9 0 426855126 884973568 14002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27998/statm: 216058 14002 2540 9 0 210633 0
[pid=27998/tid=27999] ppid=27997 vsize=864232 CPUtime=1.15
/proc/27998/task/27999/stat : 27999 (java) R 27997 27984 25825 0 -1 64 2932 0 1 0 113 2 0 0 25 0 9 0 426855127 884973568 14002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27998/tid=28000] ppid=27997 vsize=864232 CPUtime=1.09
/proc/27998/task/28000/stat : 28000 (java) R 27997 27984 25825 0 -1 64 10814 0 0 0 104 5 0 0 18 0 9 0 426855128 884973568 14002 996147200 134512640 134550740 4294955952 18446744073709551615 104182133 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27998/tid=28001] ppid=27997 vsize=864232 CPUtime=0
/proc/27998/task/28001/stat : 28001 (java) S 27997 27984 25825 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 426855128 884973568 14002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27998/tid=28002] ppid=27997 vsize=864232 CPUtime=0
/proc/27998/task/28002/stat : 28002 (java) S 27997 27984 25825 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 426855128 884973568 14002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27998/tid=28003] ppid=27997 vsize=864232 CPUtime=0
/proc/27998/task/28003/stat : 28003 (java) S 27997 27984 25825 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 426855130 884973568 14002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27998/tid=28004] ppid=27997 vsize=864232 CPUtime=0.05
/proc/27998/task/28004/stat : 28004 (java) S 27997 27984 25825 0 -1 64 317 0 0 0 5 0 0 0 16 0 9 0 426855130 884973568 14002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27998/tid=28005] ppid=27997 vsize=864232 CPUtime=0
/proc/27998/task/28005/stat : 28005 (java) S 27997 27984 25825 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 426855130 884973568 14002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27998/tid=28006] ppid=27997 vsize=864232 CPUtime=0
/proc/27998/task/28006/stat : 28006 (java) S 27997 27984 25825 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 426855130 884973568 14002 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883188

[startup+6.30264 s]
/proc/loadavg: 2.05 2.02 2.00 3/83 28008
/proc/meminfo: memFree=1709272/2055920 swapFree=4180312/4192956
[pid=27984] ppid=27982 vsize=13600 CPUtime=4.44
/proc/27984/stat : 27984 (sugar) S 27982 27984 25825 0 -1 4194304 1031 22470 0 2 4 1 421 18 15 0 1 0 426855052 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27984/statm: 3400 798 370 3 0 500 0
[pid=28007] ppid=27984 vsize=5356 CPUtime=0
/proc/28007/stat : 28007 (sh) S 27984 27984 25825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 426855506 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28007/statm: 1339 232 193 169 0 50 0
[pid=28008] ppid=28007 vsize=8160 CPUtime=1.73
/proc/28008/stat : 28008 (minisat) R 28007 27984 25825 0 -1 4194304 1937 0 0 0 172 1 0 0 25 0 1 0 426855507 8355840 1923 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 1 0 0
/proc/28008/statm: 2040 1923 75 150 0 1887 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 27116

[startup+12.7015 s]
/proc/loadavg: 2.04 2.02 2.00 3/83 28008
/proc/meminfo: memFree=1707928/2055920 swapFree=4180312/4192956
[pid=27984] ppid=27982 vsize=13600 CPUtime=4.44
/proc/27984/stat : 27984 (sugar) S 27982 27984 25825 0 -1 4194304 1031 22470 0 2 4 1 421 18 16 0 1 0 426855052 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27984/statm: 3400 798 370 3 0 500 0
[pid=28007] ppid=27984 vsize=5356 CPUtime=0
/proc/28007/stat : 28007 (sh) S 27984 27984 25825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 426855506 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28007/statm: 1339 232 193 169 0 50 0
[pid=28008] ppid=28007 vsize=9696 CPUtime=8.06
/proc/28008/stat : 28008 (minisat) R 28007 27984 25825 0 -1 4194304 2285 0 0 0 804 2 0 0 25 0 1 0 426855507 9928704 2271 996147200 134512640 135127466 4294956256 18446744073709551615 134530722 0 0 4096 3 0 0 0 17 1 0 0
/proc/28008/statm: 2424 2271 75 150 0 2271 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 28652

[startup+25.5039 s]
/proc/loadavg: 2.03 2.02 2.00 3/83 28008
/proc/meminfo: memFree=1705624/2055920 swapFree=4180312/4192956
[pid=27984] ppid=27982 vsize=13600 CPUtime=4.44
/proc/27984/stat : 27984 (sugar) S 27982 27984 25825 0 -1 4194304 1031 22470 0 2 4 1 421 18 16 0 1 0 426855052 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27984/statm: 3400 798 370 3 0 500 0
[pid=28007] ppid=27984 vsize=5356 CPUtime=0
/proc/28007/stat : 28007 (sh) S 27984 27984 25825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 426855506 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28007/statm: 1339 232 193 169 0 50 0
[pid=28008] ppid=28007 vsize=12068 CPUtime=20.74
/proc/28008/stat : 28008 (minisat) R 28007 27984 25825 0 -1 4194304 2882 0 0 0 2072 2 0 0 25 0 1 0 426855507 12357632 2868 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28008/statm: 3017 2868 75 150 0 2864 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 31024

[startup+51.102 s]
/proc/loadavg: 2.02 2.02 2.00 3/83 28008
/proc/meminfo: memFree=1702104/2055920 swapFree=4180312/4192956
[pid=27984] ppid=27982 vsize=13600 CPUtime=4.44
/proc/27984/stat : 27984 (sugar) S 27982 27984 25825 0 -1 4194304 1031 22470 0 2 4 1 421 18 16 0 1 0 426855052 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27984/statm: 3400 798 370 3 0 500 0
[pid=28007] ppid=27984 vsize=5356 CPUtime=0
/proc/28007/stat : 28007 (sh) S 27984 27984 25825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 426855506 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28007/statm: 1339 232 193 169 0 50 0
[pid=28008] ppid=28007 vsize=15644 CPUtime=46.09
/proc/28008/stat : 28008 (minisat) R 28007 27984 25825 0 -1 4194304 3792 0 0 0 4606 3 0 0 25 0 1 0 426855507 16019456 3778 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/28008/statm: 3911 3778 75 150 0 3758 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 34600

[startup+102.306 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 28014
/proc/meminfo: memFree=1698320/2055920 swapFree=4180312/4192956
[pid=27984] ppid=27982 vsize=13600 CPUtime=4.44
/proc/27984/stat : 27984 (sugar) S 27982 27984 25825 0 -1 4194304 1031 22470 0 2 4 1 421 18 16 0 1 0 426855052 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27984/statm: 3400 798 370 3 0 500 0
[pid=28007] ppid=27984 vsize=5356 CPUtime=0
/proc/28007/stat : 28007 (sh) S 27984 27984 25825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 426855506 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28007/statm: 1339 232 193 169 0 50 0
[pid=28008] ppid=28007 vsize=19284 CPUtime=96.8
/proc/28008/stat : 28008 (minisat) R 28007 27984 25825 0 -1 4194304 4663 0 0 0 9677 3 0 0 25 0 1 0 426855507 19746816 4649 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/28008/statm: 4821 4649 75 150 0 4668 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 38240

[startup+162.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 28014
/proc/meminfo: memFree=1693328/2055920 swapFree=4180312/4192956
[pid=27984] ppid=27982 vsize=13600 CPUtime=4.44
/proc/27984/stat : 27984 (sugar) S 27982 27984 25825 0 -1 4194304 1031 22470 0 2 4 1 421 18 16 0 1 0 426855052 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27984/statm: 3400 798 370 3 0 500 0
[pid=28007] ppid=27984 vsize=5356 CPUtime=0
/proc/28007/stat : 28007 (sh) S 27984 27984 25825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 426855506 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28007/statm: 1339 232 193 169 0 50 0
[pid=28008] ppid=28007 vsize=24284 CPUtime=156.23
/proc/28008/stat : 28008 (minisat) R 28007 27984 25825 0 -1 4194304 5884 0 0 0 15619 4 0 0 25 0 1 0 426855507 24866816 5870 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28008/statm: 6071 5870 75 150 0 5918 0
Current children cumulated CPU time (s) 160.67
Current children cumulated vsize (KiB) 43240

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 28014
/proc/meminfo: memFree=1692944/2055920 swapFree=4180312/4192956
[pid=27984] ppid=27982 vsize=13600 CPUtime=4.44
/proc/27984/stat : 27984 (sugar) S 27982 27984 25825 0 -1 4194304 1031 22470 0 2 4 1 421 18 16 0 1 0 426855052 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27984/statm: 3400 798 370 3 0 500 0
[pid=28007] ppid=27984 vsize=5356 CPUtime=0
/proc/28007/stat : 28007 (sh) S 27984 27984 25825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 426855506 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28007/statm: 1339 232 193 169 0 50 0
[pid=28008] ppid=28007 vsize=24704 CPUtime=215.66
/proc/28008/stat : 28008 (minisat) R 28007 27984 25825 0 -1 4194304 5982 0 0 0 21562 4 0 0 25 0 1 0 426855507 25296896 5968 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28008/statm: 6176 5968 75 150 0 6023 0
Current children cumulated CPU time (s) 220.1
Current children cumulated vsize (KiB) 43660

[startup+282.302 s]
/proc/loadavg: 2.04 2.01 2.00 3/76 28064
/proc/meminfo: memFree=1696072/2055920 swapFree=4180312/4192956
[pid=27984] ppid=27982 vsize=13600 CPUtime=4.44
/proc/27984/stat : 27984 (sugar) S 27982 27984 25825 0 -1 4194304 1031 22470 0 2 4 1 421 18 16 0 1 0 426855052 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27984/statm: 3400 798 370 3 0 500 0
[pid=28007] ppid=27984 vsize=5356 CPUtime=0
/proc/28007/stat : 28007 (sh) S 27984 27984 25825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 426855506 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28007/statm: 1339 232 193 169 0 50 0
[pid=28008] ppid=28007 vsize=25144 CPUtime=275.34
/proc/28008/stat : 28008 (minisat) R 28007 27984 25825 0 -1 4194304 6099 0 0 0 27528 6 0 0 25 0 1 0 426855507 25747456 6085 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28008/statm: 6286 6085 75 150 0 6133 0
Current children cumulated CPU time (s) 279.78
Current children cumulated vsize (KiB) 44100

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

[startup+294.301 s]
/proc/loadavg: 2.04 2.01 2.00 3/76 28064
/proc/meminfo: memFree=1696072/2055920 swapFree=4180312/4192956
[pid=27984] ppid=27982 vsize=13600 CPUtime=4.44
/proc/27984/stat : 27984 (sugar) S 27982 27984 25825 0 -1 4194304 1031 22470 0 2 4 1 421 18 16 0 1 0 426855052 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27984/statm: 3400 798 370 3 0 500 0
[pid=28007] ppid=27984 vsize=5356 CPUtime=0
/proc/28007/stat : 28007 (sh) S 27984 27984 25825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 426855506 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28007/statm: 1339 232 193 169 0 50 0
[pid=28008] ppid=28007 vsize=25292 CPUtime=287.33
/proc/28008/stat : 28008 (minisat) R 28007 27984 25825 0 -1 4194304 6132 0 0 0 28727 6 0 0 25 0 1 0 426855507 25899008 6118 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 0 0 0
/proc/28008/statm: 6323 6118 75 150 0 6170 0
Current children cumulated CPU time (s) 291.77
Current children cumulated vsize (KiB) 44248

[startup+300.701 s]
/proc/loadavg: 2.03 2.01 2.00 3/76 28064
/proc/meminfo: memFree=1696008/2055920 swapFree=4180312/4192956
[pid=27984] ppid=27982 vsize=13600 CPUtime=4.44
/proc/27984/stat : 27984 (sugar) S 27982 27984 25825 0 -1 4194304 1031 22470 0 2 4 1 421 18 16 0 1 0 426855052 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27984/statm: 3400 798 370 3 0 500 0
[pid=28007] ppid=27984 vsize=5356 CPUtime=0
/proc/28007/stat : 28007 (sh) S 27984 27984 25825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 426855506 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28007/statm: 1339 232 193 169 0 50 0
[pid=28008] ppid=28007 vsize=25440 CPUtime=293.73
/proc/28008/stat : 28008 (minisat) R 28007 27984 25825 0 -1 4194304 6140 0 0 0 29367 6 0 0 25 0 1 0 426855507 26050560 6126 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28008/statm: 6360 6126 75 150 0 6207 0
Current children cumulated CPU time (s) 298.17
Current children cumulated vsize (KiB) 44396

[startup+303.902 s]
/proc/loadavg: 2.03 2.01 2.00 3/76 28064
/proc/meminfo: memFree=1696008/2055920 swapFree=4180312/4192956
[pid=27984] ppid=27982 vsize=13600 CPUtime=4.44
/proc/27984/stat : 27984 (sugar) S 27982 27984 25825 0 -1 4194304 1031 22470 0 2 4 1 421 18 16 0 1 0 426855052 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27984/statm: 3400 798 370 3 0 500 0
[pid=28007] ppid=27984 vsize=5356 CPUtime=0
/proc/28007/stat : 28007 (sh) S 27984 27984 25825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 426855506 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28007/statm: 1339 232 193 169 0 50 0
[pid=28008] ppid=28007 vsize=25440 CPUtime=296.93
/proc/28008/stat : 28008 (minisat) R 28007 27984 25825 0 -1 4194304 6140 0 0 0 29687 6 0 0 25 0 1 0 426855507 26050560 6126 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28008/statm: 6360 6126 75 150 0 6207 0
Current children cumulated CPU time (s) 301.37
Current children cumulated vsize (KiB) 44396

[startup+307.102 s]
/proc/loadavg: 2.03 2.01 2.00 3/76 28064
/proc/meminfo: memFree=1696008/2055920 swapFree=4180312/4192956
[pid=27984] ppid=27982 vsize=13600 CPUtime=4.44
/proc/27984/stat : 27984 (sugar) S 27982 27984 25825 0 -1 4194304 1031 22470 0 2 4 1 421 18 16 0 1 0 426855052 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27984/statm: 3400 798 370 3 0 500 0
[pid=28007] ppid=27984 vsize=5356 CPUtime=0
/proc/28007/stat : 28007 (sh) S 27984 27984 25825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 426855506 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28007/statm: 1339 232 193 169 0 50 0
[pid=28008] ppid=28007 vsize=25440 CPUtime=300.13
/proc/28008/stat : 28008 (minisat) R 28007 27984 25825 0 -1 4194304 6140 0 0 0 30007 6 0 0 25 0 1 0 426855507 26050560 6126 996147200 134512640 135127466 4294956256 18446744073709551615 134521877 0 0 4096 3 0 0 0 17 0 0 0
/proc/28008/statm: 6360 6126 75 150 0 6207 0
Current children cumulated CPU time (s) 304.57
Current children cumulated vsize (KiB) 44396

[startup+307.901 s]
/proc/loadavg: 2.03 2.01 2.00 3/76 28064
/proc/meminfo: memFree=1696072/2055920 swapFree=4180312/4192956
[pid=27984] ppid=27982 vsize=13600 CPUtime=4.44
/proc/27984/stat : 27984 (sugar) S 27982 27984 25825 0 -1 4194304 1031 22470 0 2 4 1 421 18 16 0 1 0 426855052 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27984/statm: 3400 798 370 3 0 500 0
[pid=28007] ppid=27984 vsize=5356 CPUtime=0
/proc/28007/stat : 28007 (sh) S 27984 27984 25825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 426855506 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28007/statm: 1339 232 193 169 0 50 0
[pid=28008] ppid=28007 vsize=25440 CPUtime=300.93
/proc/28008/stat : 28008 (minisat) R 28007 27984 25825 0 -1 4194304 6140 0 0 0 30087 6 0 0 25 0 1 0 426855507 26050560 6126 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28008/statm: 6360 6126 75 150 0 6207 0
Current children cumulated CPU time (s) 305.37
Current children cumulated vsize (KiB) 44396

[startup+308.702 s]
/proc/loadavg: 2.03 2.01 2.00 3/76 28064
/proc/meminfo: memFree=1696072/2055920 swapFree=4180312/4192956
[pid=27984] ppid=27982 vsize=13600 CPUtime=4.44
/proc/27984/stat : 27984 (sugar) S 27982 27984 25825 0 -1 4194304 1031 22470 0 2 4 1 421 18 16 0 1 0 426855052 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27984/statm: 3400 798 370 3 0 500 0
[pid=28007] ppid=27984 vsize=5356 CPUtime=0
/proc/28007/stat : 28007 (sh) S 27984 27984 25825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 426855506 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28007/statm: 1339 232 193 169 0 50 0
[pid=28008] ppid=28007 vsize=25440 CPUtime=301.72
/proc/28008/stat : 28008 (minisat) R 28007 27984 25825 0 -1 4194304 6140 0 0 0 30166 6 0 0 25 0 1 0 426855507 26050560 6126 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28008/statm: 6360 6126 75 150 0 6207 0
Current children cumulated CPU time (s) 306.16
Current children cumulated vsize (KiB) 44396

[startup+309.107 s]
/proc/loadavg: 2.02 2.01 2.00 3/76 28064
/proc/meminfo: memFree=1696072/2055920 swapFree=4180312/4192956
[pid=27984] ppid=27982 vsize=13600 CPUtime=4.44
/proc/27984/stat : 27984 (sugar) S 27982 27984 25825 0 -1 4194304 1031 22470 0 2 4 1 421 18 16 0 1 0 426855052 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27984/statm: 3400 798 370 3 0 500 0
[pid=28007] ppid=27984 vsize=5356 CPUtime=0
/proc/28007/stat : 28007 (sh) S 27984 27984 25825 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 426855506 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 224627581764 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28007/statm: 1339 232 193 169 0 50 0
[pid=28008] ppid=28007 vsize=25440 CPUtime=302.13
/proc/28008/stat : 28008 (minisat) R 28007 27984 25825 0 -1 4194304 6140 0 0 0 30207 6 0 0 25 0 1 0 426855507 26050560 6126 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28008/statm: 6360 6126 75 150 0 6207 0
Current children cumulated CPU time (s) 306.57
Current children cumulated vsize (KiB) 44396

[startup+309.202 s]
/proc/loadavg: 2.02 2.01 2.00 3/76 28064
/proc/meminfo: memFree=1696072/2055920 swapFree=4180312/4192956
[pid=27984] ppid=27982 vsize=13600 CPUtime=306.63
/proc/27984/stat : 27984 (sugar) S 27982 27984 25825 0 -1 4194304 1070 28904 0 2 4 1 30633 25 17 0 1 0 426855052 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 224636481634 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/27984/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 306.63
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 309.272
CPU time (s): 306.755
CPU user time (s): 306.461
CPU system time (s): 0.293955
CPU usage (%): 99.1862
Max. virtual memory (cumulated for all children) (KiB): 883300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 306.461
system time used= 0.293955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33660
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= 2323
involuntary context switches= 7924

runsolver used 0.382941 second user time and 1.04584 second system time

The end

Launcher Data (download as text)

Begin job on node49 at 2008-07-05 00:59:37
IDJOB=1080231
IDBENCH=56946
IDSOLVER=346
FILE ID=node49/1080231-1215212377
PBS_JOBID= 7881717
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-44_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-1080231-1215212377/watcher-1080231-1215212377 -o /tmp/evaluation-result-1080231-1215212377/solver-1080231-1215212377 -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-1080231-1215212377.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= de807c80f8f5ecdb550bc5040d40fc98
RANDOM SEED=425142370

node49.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.249
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.249
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:       1723856 kB
Buffers:         33520 kB
Cached:         157912 kB
SwapCached:       5496 kB
Active:         223992 kB
Inactive:        56744 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723856 kB
SwapTotal:     4192956 kB
SwapFree:      4180312 kB
Dirty:            2748 kB
Writeback:           0 kB
Mapped:         102940 kB
Slab:            36220 kB
Committed_AS:  1652584 kB
PageTables:       1936 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node49 at 2008-07-05 01:04:46