Trace number 2078573

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.14.6+minisatSAT 1784.86 1794.64

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-41_ext.xml
MD5SUM3041a3ef4ef8ba4a0b9d098f8d6784fb
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark28.1437
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.07	c 0	BEGIN Sun Jul 12 04:52:59 2009
0.04/0.07	c 0	PID 22611
0.04/0.07	c 0	HOST node89.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2078573-1247367178.xml TO HOME/temp.csp
0.04/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2078573-1247367178.xml' 'HOME/temp.csp'
0.06/0.76	c 1	1 domains, 20 variables, 0 predicates, 60 relations, 60 constraints
0.06/0.80	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.80	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.06/0.88	c 1	Parsing HOME/temp.csp
1.72/1.86	c 2	parsed 141 expressions
1.72/1.87	c 2	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.72/1.87	c 2	Converting to clausal form CSP
1.72/1.89	c 2	converted 15 (10%) expressions
1.81/1.91	c 2	converted 29 (20%) expressions
1.81/1.91	c 2	converted 43 (30%) expressions
1.91/2.07	c 2	converted 57 (40%) expressions
1.91/2.07	c 2	converted 71 (50%) expressions
2.01/2.14	c 2	converted 85 (60%) expressions
2.11/2.24	c 2	converted 99 (70%) expressions
2.20/2.35	c 2	converted 113 (80%) expressions
2.30/2.45	c 2	converted 127 (90%) expressions
2.60/2.77	c 3	converted 141 (100%) expressions
2.60/2.77	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.60/2.77	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.60/2.77	c 3	Propagation in CSP
2.60/2.77	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.60/2.77	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.60/2.77	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.60/2.77	c 3	Simplifing CSP by introducing new Boolean variables
2.60/2.77	c 3	CSP : 20 integers, 0 booleans, 60 clauses, largest domain size 20
2.60/2.77	c 3	Heap : 39 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.70/2.89	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.70/2.90	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
2.70/2.90	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
2.70/2.90	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
2.80/2.90	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
2.80/2.90	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
2.80/2.90	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
2.80/2.90	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
2.80/2.91	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
2.80/2.91	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
2.80/2.91	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
2.90/3.09	c 3	6 (10%) CSP clauses are encoded (11183 clauses, 249317 bytes)
3.10/3.22	c 3	12 (20%) CSP clauses are encoded (22034 clauses, 502780 bytes)
3.20/3.35	c 3	18 (30%) CSP clauses are encoded (32833 clauses, 767892 bytes)
3.29/3.48	c 3	24 (40%) CSP clauses are encoded (43656 clauses, 1033931 bytes)
3.49/3.60	c 3	30 (50%) CSP clauses are encoded (54486 clauses, 1302690 bytes)
3.58/3.73	c 3	36 (60%) CSP clauses are encoded (65312 clauses, 1580168 bytes)
3.69/3.85	c 4	42 (70%) CSP clauses are encoded (76111 clauses, 1864933 bytes)
3.79/3.97	c 4	48 (80%) CSP clauses are encoded (86918 clauses, 2154252 bytes)
3.98/4.10	c 4	54 (90%) CSP clauses are encoded (97725 clauses, 2443349 bytes)
4.08/4.23	c 4	60 (100%) CSP clauses are encoded (108483 clauses, 2731554 bytes)
4.08/4.23	c 4	60 CSP clauses encoded
4.08/4.23	c 4	Writing map file : HOME/temp.map
4.08/4.23	c 4	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.08/4.23	c 4	SAT : 380 SAT variables, 108483 SAT clauses, 2731554 bytes
4.08/4.23	c 4	Heap : 15 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.08/4.25	c 4	SOLVING HOME/temp.cnf
4.08/4.25	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.08/4.25	c 4	This is MiniSat 2.0 beta
4.08/4.25	c 4	WARNING: for repeatability, setting FPU to use double precision
4.08/4.25	c 4	============================[ Problem Statistics ]=============================
4.08/4.25	c 4	|                                                                             |
4.08/4.25	c 4	|  Number of variables:  380                                                  |
4.08/4.25	c 4	|  Number of clauses:    108483                                               |
4.18/4.32	c 4	|  Parsing time:         0.06         s                                       |
4.18/4.33	c 4	============================[ Search Statistics ]==============================
4.18/4.33	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.18/4.33	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.18/4.33	c 4	===============================================================================
4.18/4.33	c 4	|         0 |     380   108483   595674 |    36161        0    nan |  0.000 % |
4.18/4.40	c 4	|       100 |     380   108483   595674 |    39777      100     11 |  0.001 % |
4.28/4.49	c 4	|       254 |     380   108483   595674 |    43754      254     12 |  0.012 % |
4.38/4.59	c 4	|       479 |     380   108483   595674 |    48130      479     11 |  0.013 % |
4.48/4.69	c 4	|       816 |     380   108483   595674 |    52943      816     11 |  0.011 % |
4.77/4.94	c 5	|      1322 |     380   108483   595674 |    58237     1322     11 |  0.010 % |
5.07/5.25	c 5	|      2081 |     380   108483   595674 |    64061     2081     12 |  0.011 % |
5.46/5.62	c 5	|      3220 |     380   108483   595674 |    70467     3220     12 |  0.013 % |
6.06/6.27	c 6	|      4930 |     380   108483   595674 |    77514     4930     12 |  0.013 % |
7.14/7.30	c 7	|      7493 |     380   108483   595674 |    85265     7493     12 |  0.013 % |
9.02/9.25	c 9	|     11337 |     380   108483   595674 |    93792    11337     12 |  0.014 % |
11.90/12.20	c 12	|     17103 |     380   108483   595674 |   103171    17103     12 |  0.015 % |
16.55/16.87	c 17	|     25752 |     380   108483   595674 |   113488    25752     13 |  0.015 % |
23.69/24.02	c 24	|     38727 |     380   108483   595674 |   124837    38727     14 |  0.012 % |
38.24/38.76	c 39	|     58190 |     380   108483   595674 |   137321    58190     14 |  0.014 % |
62.52/63.22	c 63	|     87383 |     380   108483   595674 |   151053    87383     15 |  0.005 % |
112.24/113.49	c 113	|    131172 |     380   108483   595674 |   166158   131172     16 |  0.010 % |
184.32/186.13	c 186	|    196856 |     380   108483   595674 |   182774    47069     16 |  0.010 % |
285.09/287.47	c 287	|    295382 |     379   107968   593273 |   201052    69951     15 |  0.264 % |
479.61/482.92	c 483	|    443171 |     379   107968   593273 |   221157    37844     16 |  0.265 % |
746.49/751.16	c 751	|    664855 |     379   107968   593273 |   243273    56670     18 |  0.275 % |
1183.72/1190.59	c 1190	|    997380 |     376   105791   581978 |   267600   111566     18 |  1.053 % |
1784.64/1794.46	c 1794	===============================================================================
1784.64/1794.46	c 1794	restarts              : 22
1784.64/1794.46	c 1794	conflicts             : 1385177        (778 /sec)
1784.64/1794.46	c 1794	decisions             : 1631687        (1.56 % random) (916 /sec)
1784.64/1794.46	c 1794	propagations          : 65271240       (36661 /sec)
1784.64/1794.46	c 1794	conflict literals     : 24015564       (30.49 % deleted)
1784.64/1794.46	c 1794	Memory used           : 41.59 MB
1784.64/1794.46	c 1794	CPU time              : 1780.4 s
1784.64/1794.46	c 1794	
1784.64/1794.46	c 1794	SATISFIABLE
1784.64/1794.47	c 1794	DECODING HOME/temp.out WITH HOME/temp.map
1784.64/1794.47	c 1794	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1784.72/1794.55	c 1794	Decoding HOME/temp.out
1784.72/1794.57	s SATISFIABLE
1784.72/1794.57	v 7 7 16 9 15 19 2 18 10 1 5 9 11 1 16 10 1 8 9 8
1784.72/1794.59	c 1794	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1784.72/1794.64	c 1794	CPU 1784.83 (0.06 0.01 1784.39 0.37)
1784.72/1794.64	c 1794	END Sun Jul 12 05:22:53 2009

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2078573-1247367178/watcher-2078573-1247367178 -o /tmp/evaluation-result-2078573-1247367178/solver-2078573-1247367178 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2078573-1247367178.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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.93 1.98 2.09 4/75 22611
/proc/meminfo: memFree=1526344/2055920 swapFree=4192812/4192956
[pid=22611] ppid=22609 vsize=12272 CPUtime=0
/proc/22611/stat : 22611 (sugar) R 22609 22611 22574 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 23783043 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 249070058085 0 0 4224 0 0 0 0 17 0 0 0
/proc/22611/statm: 3068 327 246 3 0 168 0

[startup+0.0515611 s]
/proc/loadavg: 1.93 1.98 2.09 4/75 22611
/proc/meminfo: memFree=1526344/2055920 swapFree=4192812/4192956
[pid=22611] ppid=22609 vsize=15948 CPUtime=0.04
/proc/22611/stat : 22611 (sugar) R 22609 22611 22574 0 -1 4194304 913 0 0 0 3 1 0 0 18 0 1 0 23783043 16330752 881 996147200 4194304 4206940 548682068608 18446744073709551615 249078791166 0 0 4224 0 0 0 0 17 0 0 0
/proc/22611/statm: 3987 881 380 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 15948

[startup+0.101569 s]
/proc/loadavg: 1.93 1.98 2.09 4/75 22611
/proc/meminfo: memFree=1526344/2055920 swapFree=4192812/4192956
[pid=22611] ppid=22609 vsize=16868 CPUtime=0.06
/proc/22611/stat : 22611 (sugar) S 22609 22611 22574 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23783043 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22611/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301586 s]
/proc/loadavg: 1.93 1.98 2.09 4/75 22611
/proc/meminfo: memFree=1526344/2055920 swapFree=4192812/4192956
[pid=22611] ppid=22609 vsize=16868 CPUtime=0.06
/proc/22611/stat : 22611 (sugar) S 22609 22611 22574 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23783043 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22611/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701625 s]
/proc/loadavg: 1.93 1.98 2.09 4/75 22611
/proc/meminfo: memFree=1526344/2055920 swapFree=4192812/4192956
[pid=22611] ppid=22609 vsize=16868 CPUtime=0.06
/proc/22611/stat : 22611 (sugar) S 22609 22611 22574 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23783043 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22611/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.5027 s]
/proc/loadavg: 1.93 1.98 2.09 3/86 22633
/proc/meminfo: memFree=1515120/2055920 swapFree=4192812/4192956
[pid=22611] ppid=22609 vsize=16868 CPUtime=0.75
/proc/22611/stat : 22611 (sugar) S 22609 22611 22574 0 -1 4194304 1309 7059 0 1 5 1 64 5 15 0 1 0 23783043 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22611/statm: 4217 1111 409 3 0 796 0
[pid=22624] ppid=22611 vsize=5356 CPUtime=0
/proc/22624/stat : 22624 (sh) S 22611 22611 22574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23783124 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22624/statm: 1339 233 193 169 0 50 0
[pid=22625] ppid=22624 vsize=862284 CPUtime=0.66
/proc/22625/stat : 22625 (java) S 22624 22611 22574 0 -1 0 7258 0 1 0 62 4 0 0 18 0 9 0 23783124 882978816 6533 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22625/statm: 215571 6533 2158 9 0 210484 0
[pid=22625/tid=22626] ppid=22624 vsize=862284 CPUtime=0.42
/proc/22625/task/22626/stat : 22626 (java) R 22624 22611 22574 0 -1 64 2030 0 1 0 41 1 0 0 23 0 9 0 23783125 882978816 6533 996147200 134512640 134550932 4294955936 18446744073709551615 4126422617 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22625/tid=22627] ppid=22624 vsize=862284 CPUtime=0.19
/proc/22625/task/22627/stat : 22627 (java) S 22624 22611 22574 0 -1 64 4219 0 0 0 17 2 0 0 16 0 9 0 23783126 882978816 6533 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22625/tid=22628] ppid=22624 vsize=862284 CPUtime=0
/proc/22625/task/22628/stat : 22628 (java) S 22624 22611 22574 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23783126 882978816 6533 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22625/tid=22629] ppid=22624 vsize=862284 CPUtime=0
/proc/22625/task/22629/stat : 22629 (java) S 22624 22611 22574 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23783126 882978816 6533 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22625/tid=22630] ppid=22624 vsize=862284 CPUtime=0
/proc/22625/task/22630/stat : 22630 (java) S 22624 22611 22574 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23783128 882978816 6533 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22625/tid=22631] ppid=22624 vsize=862284 CPUtime=0.03
/proc/22625/task/22631/stat : 22631 (java) S 22624 22611 22574 0 -1 64 306 0 0 0 3 0 0 0 17 0 9 0 23783128 882978816 6533 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22625/tid=22632] ppid=22624 vsize=862284 CPUtime=0
/proc/22625/task/22632/stat : 22632 (java) S 22624 22611 22574 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23783128 882978816 6533 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22625/tid=22633] ppid=22624 vsize=862284 CPUtime=0
/proc/22625/task/22633/stat : 22633 (java) S 22624 22611 22574 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23783128 882978816 6533 996147200 134512640 134550932 4294955936 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) 884508

[startup+3.10286 s]
/proc/loadavg: 1.93 1.98 2.09 3/86 22633
/proc/meminfo: memFree=1489392/2055920 swapFree=4192812/4192956
[pid=22611] ppid=22609 vsize=16868 CPUtime=0.75
/proc/22611/stat : 22611 (sugar) S 22609 22611 22574 0 -1 4194304 1310 7059 0 1 5 1 64 5 15 0 1 0 23783043 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22611/statm: 4217 1111 409 3 0 796 0
[pid=22624] ppid=22611 vsize=5356 CPUtime=0
/proc/22624/stat : 22624 (sh) S 22611 22611 22574 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23783124 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22624/statm: 1339 233 193 169 0 50 0
[pid=22625] ppid=22624 vsize=864488 CPUtime=2.25
/proc/22625/stat : 22625 (java) S 22624 22611 22574 0 -1 0 15276 0 1 0 216 9 0 0 18 0 9 0 23783124 885235712 14494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22625/statm: 216122 14494 2590 9 0 210599 0
[pid=22625/tid=22626] ppid=22624 vsize=864488 CPUtime=1.15
/proc/22625/task/22626/stat : 22626 (java) R 22624 22611 22574 0 -1 64 3281 0 1 0 113 2 0 0 22 0 9 0 23783125 885235712 14494 996147200 134512640 134550932 4294955936 18446744073709551615 101450489 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22625/tid=22627] ppid=22624 vsize=864488 CPUtime=0.99
/proc/22625/task/22627/stat : 22627 (java) S 22624 22611 22574 0 -1 64 10958 0 0 0 94 5 0 0 16 0 9 0 23783126 885235712 14494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22625/tid=22628] ppid=22624 vsize=864488 CPUtime=0
/proc/22625/task/22628/stat : 22628 (java) S 22624 22611 22574 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23783126 885235712 14494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22625/tid=22629] ppid=22624 vsize=864488 CPUtime=0
/proc/22625/task/22629/stat : 22629 (java) S 22624 22611 22574 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23783126 885235712 14494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22625/tid=22630] ppid=22624 vsize=864488 CPUtime=0
/proc/22625/task/22630/stat : 22630 (java) S 22624 22611 22574 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23783128 885235712 14494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22625/tid=22631] ppid=22624 vsize=864488 CPUtime=0.08
/proc/22625/task/22631/stat : 22631 (java) S 22624 22611 22574 0 -1 64 334 0 0 0 8 0 0 0 16 0 9 0 23783128 885235712 14494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22625/tid=22632] ppid=22624 vsize=864488 CPUtime=0
/proc/22625/task/22632/stat : 22632 (java) S 22624 22611 22574 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23783128 885235712 14494 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22625/tid=22633] ppid=22624 vsize=864488 CPUtime=0
/proc/22625/task/22633/stat : 22633 (java) S 22624 22611 22574 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23783128 885235712 14494 996147200 134512640 134550932 4294955936 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) 886712

[startup+6.30118 s]
/proc/loadavg: 2.01 2.00 2.10 3/78 22635
/proc/meminfo: memFree=1510512/2055920 swapFree=4192812/4192956
[pid=22611] ppid=22609 vsize=16868 CPUtime=4.14
/proc/22611/stat : 22611 (sugar) S 22609 22611 22574 0 -1 4194304 1374 22683 0 2 5 1 391 17 15 0 1 0 23783043 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22611/statm: 4217 1112 409 3 0 796 0
[pid=22634] ppid=22611 vsize=5356 CPUtime=0
/proc/22634/stat : 22634 (sh) S 22611 22611 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23783468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22634/statm: 1339 232 193 169 0 50 0
[pid=22635] ppid=22634 vsize=8584 CPUtime=2.01
/proc/22635/stat : 22635 (minisat) R 22634 22611 22574 0 -1 4194304 2032 0 0 0 200 1 0 0 25 0 1 0 23783468 8790016 2018 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22635/statm: 2146 2018 75 150 0 1993 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 30808

[startup+12.7028 s]
/proc/loadavg: 2.01 2.00 2.10 3/78 22635
/proc/meminfo: memFree=1509296/2055920 swapFree=4192812/4192956
[pid=22611] ppid=22609 vsize=16868 CPUtime=4.14
/proc/22611/stat : 22611 (sugar) S 22609 22611 22574 0 -1 4194304 1374 22683 0 2 5 1 391 17 16 0 1 0 23783043 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22611/statm: 4217 1112 409 3 0 796 0
[pid=22634] ppid=22611 vsize=5356 CPUtime=0
/proc/22634/stat : 22634 (sh) S 22611 22611 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23783468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22634/statm: 1339 232 193 169 0 50 0
[pid=22635] ppid=22634 vsize=9828 CPUtime=8.35
/proc/22635/stat : 22635 (minisat) R 22634 22611 22574 0 -1 4194304 2342 0 0 0 834 1 0 0 25 0 1 0 23783468 10063872 2328 996147200 134512640 135127466 4294956256 18446744073709551615 134529306 0 0 4096 3 0 0 0 17 1 0 0
/proc/22635/statm: 2457 2328 75 150 0 2304 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 32052

[startup+25.5011 s]
/proc/loadavg: 2.01 2.00 2.09 3/78 22635
/proc/meminfo: memFree=1507376/2055920 swapFree=4192812/4192956
[pid=22611] ppid=22609 vsize=16868 CPUtime=4.14
/proc/22611/stat : 22611 (sugar) S 22609 22611 22574 0 -1 4194304 1374 22683 0 2 5 1 391 17 16 0 1 0 23783043 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22611/statm: 4217 1112 409 3 0 796 0
[pid=22634] ppid=22611 vsize=5356 CPUtime=0
/proc/22634/stat : 22634 (sh) S 22611 22611 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23783468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22634/statm: 1339 232 193 169 0 50 0
[pid=22635] ppid=22634 vsize=11896 CPUtime=21.03
/proc/22635/stat : 22635 (minisat) R 22634 22611 22574 0 -1 4194304 2859 0 0 0 2101 2 0 0 25 0 1 0 23783468 12181504 2845 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22635/statm: 2974 2845 75 150 0 2821 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 34120

[startup+51.1016 s]
/proc/loadavg: 2.00 2.00 2.09 3/78 22635
/proc/meminfo: memFree=1504368/2055920 swapFree=4192812/4192956
[pid=22611] ppid=22609 vsize=16868 CPUtime=4.14
/proc/22611/stat : 22611 (sugar) S 22609 22611 22574 0 -1 4194304 1374 22683 0 2 5 1 391 17 16 0 1 0 23783043 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22611/statm: 4217 1112 409 3 0 796 0
[pid=22634] ppid=22611 vsize=5356 CPUtime=0
/proc/22634/stat : 22634 (sh) S 22611 22611 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23783468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22634/statm: 1339 232 193 169 0 50 0
[pid=22635] ppid=22634 vsize=15156 CPUtime=46.39
/proc/22635/stat : 22635 (minisat) R 22634 22611 22574 0 -1 4194304 3655 0 0 0 4635 4 0 0 25 0 1 0 23783468 15519744 3641 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/22635/statm: 3789 3641 75 150 0 3636 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 37380

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.08 3/78 22635
/proc/meminfo: memFree=1499248/2055920 swapFree=4192812/4192956
[pid=22611] ppid=22609 vsize=16868 CPUtime=4.14
/proc/22611/stat : 22611 (sugar) S 22609 22611 22574 0 -1 4194304 1374 22683 0 2 5 1 391 17 16 0 1 0 23783043 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22611/statm: 4217 1112 409 3 0 796 0
[pid=22634] ppid=22611 vsize=5356 CPUtime=0
/proc/22634/stat : 22634 (sh) S 22611 22611 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23783468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22634/statm: 1339 232 193 169 0 50 0
[pid=22635] ppid=22634 vsize=20176 CPUtime=97.11
/proc/22635/stat : 22635 (minisat) R 22634 22611 22574 0 -1 4194304 4896 0 0 0 9706 5 0 0 25 0 1 0 23783468 20660224 4882 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22635/statm: 5044 4882 75 150 0 4891 0
Current children cumulated CPU time (s) 101.25
Current children cumulated vsize (KiB) 42400

[startup+162.302 s]
/proc/loadavg: 2.00 2.00 2.08 3/78 22635
/proc/meminfo: memFree=1494000/2055920 swapFree=4192812/4192956
[pid=22611] ppid=22609 vsize=16868 CPUtime=4.14
/proc/22611/stat : 22611 (sugar) S 22609 22611 22574 0 -1 4194304 1374 22683 0 2 5 1 391 17 16 0 1 0 23783043 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22611/statm: 4217 1112 409 3 0 796 0
[pid=22634] ppid=22611 vsize=5356 CPUtime=0
/proc/22634/stat : 22634 (sh) S 22611 22611 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23783468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0

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


[startup+1542.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/85 22751
/proc/meminfo: memFree=1650072/2055920 swapFree=4192812/4192956
[pid=22611] ppid=22609 vsize=16868 CPUtime=4.15
/proc/22611/stat : 22611 (sugar) S 22609 22611 22574 0 -1 4194304 1374 22683 0 2 6 1 391 17 16 0 1 0 23783043 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22611/statm: 4217 1112 409 3 0 796 0
[pid=22634] ppid=22611 vsize=5356 CPUtime=0
/proc/22634/stat : 22634 (sh) S 22611 22611 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23783468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22634/statm: 1339 232 193 169 0 50 0
[pid=22635] ppid=22634 vsize=41240 CPUtime=1529.64
/proc/22635/stat : 22635 (minisat) R 22634 22611 22574 0 -1 4194304 9942 0 0 0 152948 16 0 0 25 0 1 0 23783468 42229760 9928 996147200 134512640 135127466 4294956256 18446744073709551615 134530668 0 0 4096 3 0 0 0 17 0 0 0
/proc/22635/statm: 10310 9928 75 150 0 10157 0
Current children cumulated CPU time (s) 1533.79
Current children cumulated vsize (KiB) 63464

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.06 3/85 22751
/proc/meminfo: memFree=1649496/2055920 swapFree=4192812/4192956
[pid=22611] ppid=22609 vsize=16868 CPUtime=4.15
/proc/22611/stat : 22611 (sugar) S 22609 22611 22574 0 -1 4194304 1374 22683 0 2 6 1 391 17 16 0 1 0 23783043 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22611/statm: 4217 1112 409 3 0 796 0
[pid=22634] ppid=22611 vsize=5356 CPUtime=0
/proc/22634/stat : 22634 (sh) S 22611 22611 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23783468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22634/statm: 1339 232 193 169 0 50 0
[pid=22635] ppid=22634 vsize=41524 CPUtime=1589.35
/proc/22635/stat : 22635 (minisat) R 22634 22611 22574 0 -1 4194304 10039 0 0 0 158919 16 0 0 25 0 1 0 23783468 42520576 10025 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22635/statm: 10381 10025 75 150 0 10228 0
Current children cumulated CPU time (s) 1593.5
Current children cumulated vsize (KiB) 63748

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/85 22751
/proc/meminfo: memFree=1649176/2055920 swapFree=4192812/4192956
[pid=22611] ppid=22609 vsize=16868 CPUtime=4.15
/proc/22611/stat : 22611 (sugar) S 22609 22611 22574 0 -1 4194304 1374 22683 0 2 6 1 391 17 16 0 1 0 23783043 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22611/statm: 4217 1112 409 3 0 796 0
[pid=22634] ppid=22611 vsize=5356 CPUtime=0
/proc/22634/stat : 22634 (sh) S 22611 22611 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23783468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22634/statm: 1339 232 193 169 0 50 0
[pid=22635] ppid=22634 vsize=41712 CPUtime=1649.04
/proc/22635/stat : 22635 (minisat) R 22634 22611 22574 0 -1 4194304 10070 0 0 0 164888 16 0 0 25 0 1 0 23783468 42713088 10056 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 0 0 0
/proc/22635/statm: 10428 10056 75 150 0 10275 0
Current children cumulated CPU time (s) 1653.19
Current children cumulated vsize (KiB) 63936

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/85 22751
/proc/meminfo: memFree=1648792/2055920 swapFree=4192812/4192956
[pid=22611] ppid=22609 vsize=16868 CPUtime=4.15
/proc/22611/stat : 22611 (sugar) S 22609 22611 22574 0 -1 4194304 1374 22683 0 2 6 1 391 17 16 0 1 0 23783043 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22611/statm: 4217 1112 409 3 0 796 0
[pid=22634] ppid=22611 vsize=5356 CPUtime=0
/proc/22634/stat : 22634 (sh) S 22611 22611 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23783468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22634/statm: 1339 232 193 169 0 50 0
[pid=22635] ppid=22634 vsize=41880 CPUtime=1708.75
/proc/22635/stat : 22635 (minisat) R 22634 22611 22574 0 -1 4194304 10112 0 0 0 170859 16 0 0 25 0 1 0 23783468 42885120 10098 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22635/statm: 10470 10098 75 150 0 10317 0
Current children cumulated CPU time (s) 1712.9
Current children cumulated vsize (KiB) 64104

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/85 22751
/proc/meminfo: memFree=1648024/2055920 swapFree=4192812/4192956
[pid=22611] ppid=22609 vsize=16868 CPUtime=4.15
/proc/22611/stat : 22611 (sugar) S 22609 22611 22574 0 -1 4194304 1374 22683 0 2 6 1 391 17 16 0 1 0 23783043 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22611/statm: 4217 1112 409 3 0 796 0
[pid=22634] ppid=22611 vsize=5356 CPUtime=0
/proc/22634/stat : 22634 (sh) S 22611 22611 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23783468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22634/statm: 1339 232 193 169 0 50 0
[pid=22635] ppid=22634 vsize=42376 CPUtime=1768.45
/proc/22635/stat : 22635 (minisat) R 22634 22611 22574 0 -1 4194304 10224 0 0 0 176829 16 0 0 25 0 1 0 23783468 43393024 10210 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22635/statm: 10594 10210 75 150 0 10441 0
Current children cumulated CPU time (s) 1772.6
Current children cumulated vsize (KiB) 64600

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

[startup+1785.5 s]
/proc/loadavg: 2.00 2.01 2.04 3/85 22751
/proc/meminfo: memFree=1648024/2055920 swapFree=4192812/4192956
[pid=22611] ppid=22609 vsize=16868 CPUtime=4.15
/proc/22611/stat : 22611 (sugar) S 22609 22611 22574 0 -1 4194304 1374 22683 0 2 6 1 391 17 16 0 1 0 23783043 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22611/statm: 4217 1112 409 3 0 796 0
[pid=22634] ppid=22611 vsize=5356 CPUtime=0
/proc/22634/stat : 22634 (sh) S 22611 22611 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23783468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22634/statm: 1339 232 193 169 0 50 0
[pid=22635] ppid=22634 vsize=42376 CPUtime=1771.64
/proc/22635/stat : 22635 (minisat) R 22634 22611 22574 0 -1 4194304 10224 0 0 0 177148 16 0 0 25 0 1 0 23783468 43393024 10210 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22635/statm: 10594 10210 75 150 0 10441 0
Current children cumulated CPU time (s) 1775.79
Current children cumulated vsize (KiB) 64600

[startup+1788.7 s]
/proc/loadavg: 2.00 2.01 2.04 3/85 22751
/proc/meminfo: memFree=1647896/2055920 swapFree=4192812/4192956
[pid=22611] ppid=22609 vsize=16868 CPUtime=4.15
/proc/22611/stat : 22611 (sugar) S 22609 22611 22574 0 -1 4194304 1374 22683 0 2 6 1 391 17 16 0 1 0 23783043 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22611/statm: 4217 1112 409 3 0 796 0
[pid=22634] ppid=22611 vsize=5356 CPUtime=0
/proc/22634/stat : 22634 (sh) S 22611 22611 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23783468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22634/statm: 1339 232 193 169 0 50 0
[pid=22635] ppid=22634 vsize=42588 CPUtime=1774.82
/proc/22635/stat : 22635 (minisat) R 22634 22611 22574 0 -1 4194304 10246 0 0 0 177466 16 0 0 25 0 1 0 23783468 43610112 10232 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22635/statm: 10647 10232 75 150 0 10494 0
Current children cumulated CPU time (s) 1778.97
Current children cumulated vsize (KiB) 64812

[startup+1791.91 s]
/proc/loadavg: 2.00 2.01 2.04 3/85 22751
/proc/meminfo: memFree=1647896/2055920 swapFree=4192812/4192956
[pid=22611] ppid=22609 vsize=16868 CPUtime=4.15
/proc/22611/stat : 22611 (sugar) S 22609 22611 22574 0 -1 4194304 1374 22683 0 2 6 1 391 17 16 0 1 0 23783043 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22611/statm: 4217 1112 409 3 0 796 0
[pid=22634] ppid=22611 vsize=5356 CPUtime=0
/proc/22634/stat : 22634 (sh) S 22611 22611 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23783468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22634/statm: 1339 232 193 169 0 50 0
[pid=22635] ppid=22634 vsize=42588 CPUtime=1778.01
/proc/22635/stat : 22635 (minisat) R 22634 22611 22574 0 -1 4194304 10246 0 0 0 177785 16 0 0 25 0 1 0 23783468 43610112 10232 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22635/statm: 10647 10232 75 150 0 10494 0
Current children cumulated CPU time (s) 1782.16
Current children cumulated vsize (KiB) 64812

[startup+1793.5 s]
/proc/loadavg: 2.00 2.01 2.04 3/85 22751
/proc/meminfo: memFree=1647896/2055920 swapFree=4192812/4192956
[pid=22611] ppid=22609 vsize=16868 CPUtime=4.15
/proc/22611/stat : 22611 (sugar) S 22609 22611 22574 0 -1 4194304 1374 22683 0 2 6 1 391 17 16 0 1 0 23783043 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22611/statm: 4217 1112 409 3 0 796 0
[pid=22634] ppid=22611 vsize=5356 CPUtime=0
/proc/22634/stat : 22634 (sh) S 22611 22611 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23783468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22634/statm: 1339 232 193 169 0 50 0
[pid=22635] ppid=22634 vsize=42588 CPUtime=1779.6
/proc/22635/stat : 22635 (minisat) R 22634 22611 22574 0 -1 4194304 10246 0 0 0 177944 16 0 0 25 0 1 0 23783468 43610112 10232 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22635/statm: 10647 10232 75 150 0 10494 0
Current children cumulated CPU time (s) 1783.75
Current children cumulated vsize (KiB) 64812

[startup+1794.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/85 22751
/proc/meminfo: memFree=1647896/2055920 swapFree=4192812/4192956
[pid=22611] ppid=22609 vsize=16868 CPUtime=4.15
/proc/22611/stat : 22611 (sugar) S 22609 22611 22574 0 -1 4194304 1374 22683 0 2 6 1 391 17 16 0 1 0 23783043 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22611/statm: 4217 1112 409 3 0 796 0
[pid=22634] ppid=22611 vsize=5356 CPUtime=0
/proc/22634/stat : 22634 (sh) S 22611 22611 22574 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23783468 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22634/statm: 1339 232 193 169 0 50 0
[pid=22635] ppid=22634 vsize=42588 CPUtime=1780.39
/proc/22635/stat : 22635 (minisat) R 22634 22611 22574 0 -1 4194304 10246 0 0 0 178023 16 0 0 25 0 1 0 23783468 43610112 10232 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22635/statm: 10647 10232 75 150 0 10494 0
Current children cumulated CPU time (s) 1784.54
Current children cumulated vsize (KiB) 64812

[startup+1794.5 s]
/proc/loadavg: 2.00 2.01 2.04 3/85 22751
/proc/meminfo: memFree=1647896/2055920 swapFree=4192812/4192956
[pid=22611] ppid=22609 vsize=16868 CPUtime=1784.72
/proc/22611/stat : 22611 (sugar) S 22609 22611 22574 0 -1 4194304 1427 33224 0 2 6 1 178431 34 17 0 1 0 23783043 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22611/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 1784.72
Current children cumulated vsize (KiB) 16868

[startup+1794.6 s]
/proc/loadavg: 2.00 2.01 2.04 3/85 22751
/proc/meminfo: memFree=1647896/2055920 swapFree=4192812/4192956
[pid=22611] ppid=22609 vsize=16868 CPUtime=1784.72
/proc/22611/stat : 22611 (sugar) S 22609 22611 22574 0 -1 4194304 1447 33224 0 2 6 1 178431 34 16 0 1 0 23783043 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22611/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 1784.72
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1794.64
CPU time (s): 1784.86
CPU user time (s): 1784.46
CPU system time (s): 0.398939
CPU usage (%): 99.4549
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1784.46
system time used= 0.398939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38499
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= 2844
involuntary context switches= 29191

runsolver used 2.11968 second user time and 6.08007 second system time

The end

Launcher Data

Begin job on node89 at 2009-07-12 04:52:59
IDJOB=2078573
IDBENCH=56778
IDSOLVER=739
FILE ID=node89/2078573-1247367178
PBS_JOBID= 9507136
Free space on /tmp= 66176 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20-fcd/normalized-rand-3-20-20-60-632-fcd-41_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2078573-1247367178/watcher-2078573-1247367178 -o /tmp/evaluation-result-2078573-1247367178/solver-2078573-1247367178 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2078573-1247367178.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 3041a3ef4ef8ba4a0b9d098f8d6784fb
RANDOM SEED=1251812410

node89.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1526760 kB
Buffers:         28236 kB
Cached:         275860 kB
SwapCached:          0 kB
Active:         346752 kB
Inactive:       107920 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1526760 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2736 kB
Writeback:           0 kB
Mapped:         161688 kB
Slab:            59388 kB
Committed_AS:   289936 kB
PageTables:       2092 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= 66256 MiB
End job on node89 at 2009-07-12 05:22:53