Trace number 2071126

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 1122.19 1133.12

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-55-10-a4.xml
MD5SUMf52f7dc44122ad1887252cc9e35ccd76
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.9021
Satisfiable
(Un)Satisfiability was proved
Number of variables10
Number of constraints915
Maximum constraint arity4
Maximum domain size56
Number of constraints which are defined in extension0
Number of constraints which are defined in intension915
Global constraints used (with number of constraints)

Solver Data

0.04/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.08	c 0	BEGIN Sun Jul 12 00:52:59 2009
0.04/0.08	c 0	PID 18825
0.04/0.09	c 0	HOST node40.alineos.net
0.04/0.09	c 0	CONVERTING HOME/instance-2071126-1247352778.xml TO HOME/temp.csp
0.04/0.09	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071126-1247352778.xml' 'HOME/temp.csp'
0.06/0.48	c 0	1 domains, 10 variables, 2 predicates, 0 relations, 915 constraints
0.06/0.51	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.51	c 0	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.59	c 0	Parsing HOME/temp.csp
0.44/0.67	c 0	parsed 928 expressions
0.44/0.70	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.44/0.70	c 0	Converting to clausal form CSP
0.44/0.76	c 0	converted 93 (10%) expressions
0.44/0.84	c 0	converted 186 (20%) expressions
0.44/0.86	c 0	converted 279 (30%) expressions
0.44/0.98	c 0	converted 372 (40%) expressions
0.91/1.03	c 0	converted 464 (50%) expressions
0.91/1.07	c 1	converted 557 (60%) expressions
0.91/1.09	c 1	converted 650 (70%) expressions
1.01/1.12	c 1	converted 743 (80%) expressions
1.01/1.14	c 1	converted 836 (90%) expressions
1.01/1.17	c 1	converted 928 (100%) expressions
1.01/1.17	c 1	CSP : 1270 integers, 0 booleans, 3435 clauses, largest domain size 106
1.01/1.17	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.17	c 1	Propagation in CSP
1.20/1.30	c 1	9360 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.20/1.30	c 1	CSP : 1270 integers, 0 booleans, 3435 clauses, largest domain size 93
1.20/1.30	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.30	c 1	Simplifing CSP by introducing new Boolean variables
1.20/1.32	c 1	CSP : 1270 integers, 1740 booleans, 5175 clauses, largest domain size 93
1.20/1.32	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.37	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.30/1.40	c 1	127 (10%) CSP integer variables are encoded (11097 clauses, 144571 bytes)
1.30/1.42	c 1	254 (20%) CSP integer variables are encoded (22654 clauses, 317926 bytes)
1.30/1.43	c 1	381 (30%) CSP integer variables are encoded (34211 clauses, 491281 bytes)
1.30/1.45	c 1	508 (40%) CSP integer variables are encoded (45768 clauses, 664636 bytes)
1.30/1.47	c 1	635 (50%) CSP integer variables are encoded (57325 clauses, 837991 bytes)
1.30/1.48	c 1	762 (60%) CSP integer variables are encoded (68882 clauses, 1011346 bytes)
1.40/1.50	c 1	889 (70%) CSP integer variables are encoded (80439 clauses, 1184701 bytes)
1.40/1.51	c 1	1016 (80%) CSP integer variables are encoded (91996 clauses, 1358056 bytes)
1.40/1.53	c 1	1143 (90%) CSP integer variables are encoded (103553 clauses, 1540702 bytes)
1.40/1.55	c 1	1270 (100%) CSP integer variables are encoded (115110 clauses, 1737171 bytes)
1.89/2.01	c 1	518 (10%) CSP clauses are encoded (298375 clauses, 5766791 bytes)
3.00/3.19	c 3	1035 (20%) CSP clauses are encoded (904286 clauses, 16924231 bytes)
4.85/5.09	c 5	1553 (30%) CSP clauses are encoded (1884032 clauses, 35172941 bytes)
6.73/6.99	c 6	2070 (40%) CSP clauses are encoded (2861464 clauses, 53753653 bytes)
8.59/8.87	c 8	2588 (50%) CSP clauses are encoded (3840378 clauses, 72381628 bytes)
10.46/10.75	c 10	3105 (60%) CSP clauses are encoded (4817872 clauses, 91075650 bytes)
12.33/12.65	c 12	3623 (70%) CSP clauses are encoded (5797512 clauses, 109839233 bytes)
14.21/14.53	c 14	4140 (80%) CSP clauses are encoded (6774998 clauses, 129023302 bytes)
16.08/16.45	c 16	4658 (90%) CSP clauses are encoded (7754824 clauses, 148573848 bytes)
18.05/18.40	c 18	5175 (100%) CSP clauses are encoded (8732702 clauses, 168930901 bytes)
18.05/18.40	c 18	5175 CSP clauses encoded
18.05/18.40	c 18	Writing map file : HOME/temp.map
18.05/18.40	c 18	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
18.05/18.40	c 18	SAT : 118120 SAT variables, 8732702 SAT clauses, 168930901 bytes
18.05/18.40	c 18	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
18.05/18.46	c 18	SOLVING HOME/temp.cnf
18.05/18.46	c 18	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
18.05/18.46	c 18	This is MiniSat 2.0 beta
18.05/18.46	c 18	WARNING: for repeatability, setting FPU to use double precision
18.05/18.46	c 18	============================[ Problem Statistics ]=============================
18.05/18.46	c 18	|                                                                             |
18.05/18.46	c 18	|  Number of variables:  118120                                               |
18.05/18.46	c 18	|  Number of clauses:    8732702                                              |
22.44/22.91	c 22	|  Parsing time:         3.71         s                                       |
22.64/23.10	c 23	============================[ Search Statistics ]==============================
22.64/23.11	c 23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
22.64/23.11	c 23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
22.64/23.11	c 23	===============================================================================
22.64/23.11	c 23	|         0 |  118120  8732702 28758906 |  2910900        0    nan |  0.000 % |
37.89/38.58	c 38	|       100 |  118120  8732702 28758906 |  3201990      100      9 |  0.000 % |
42.65/43.37	c 43	|       252 |  118119  8732702 28758906 |  3522189      251      9 |  1.429 % |
50.47/51.25	c 51	|       477 |  118119  8732702 28758906 |  3874408      476      8 |  1.429 % |
61.96/62.83	c 62	|       814 |  118119  8732702 28758906 |  4261849      813      9 |  1.429 % |
74.84/75.86	c 75	|      1320 |  118119  8732702 28758906 |  4688034     1319      8 |  1.429 % |
98.81/100.02	c 99	|      2080 |  118119  8732702 28758906 |  5156838     2079      9 |  1.429 % |
130.41/131.97	c 131	|      3219 |  118119  8732702 28758906 |  5672521     3218      9 |  1.429 % |
172.71/174.65	c 174	|      4928 |  118119  8732702 28758906 |  6239774     4927     10 |  1.429 % |
248.39/251.07	c 251	|      7491 |  118119  8732702 28758906 |  6863751     7490     11 |  1.429 % |
342.40/345.94	c 345	|     11335 |  116432  8588685 28277100 |  7550126    11334     11 |  1.429 % |
514.65/519.89	c 519	|     17102 |  116432  8588685 28277100 |  8305139    17101     11 |  1.429 % |
734.66/741.95	c 741	|     25752 |  116432  8588685 28277100 |  9135653    25751     11 |  1.429 % |
1087.31/1097.92	c 1097	|     38727 |  111368  8148860 26805579 | 10049218    17222     12 |  5.716 % |
1121.49/1132.47	c 1132	===============================================================================
1121.49/1132.48	c 1132	restarts              : 14
1121.49/1132.48	c 1132	conflicts             : 40430          (37 /sec)
1121.49/1132.48	c 1132	decisions             : 51752          (0.14 % random) (47 /sec)
1121.49/1132.48	c 1132	propagations          : 171408890      (155441 /sec)
1121.49/1132.48	c 1132	conflict literals     : 475969         (31.23 % deleted)
1121.49/1132.48	c 1132	Memory used           : 406.15 MB
1121.49/1132.48	c 1132	CPU time              : 1102.73 s
1121.49/1132.48	c 1132	
1121.59/1132.53	c 1132	SATISFIABLE
1121.59/1132.59	c 1132	DECODING HOME/temp.out WITH HOME/temp.map
1121.59/1132.59	c 1132	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'
1121.71/1132.68	c 1132	Decoding HOME/temp.out
1121.98/1132.97	s SATISFIABLE
1121.98/1132.97	v 0 2 14 21 29 32 45 49 54 55
1121.98/1132.97	c 1132	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1122.06/1133.03	c 1132	CPU 1122.07 (0.06 0.01 1119.58 2.42)
1122.06/1133.03	c 1132	END Sun Jul 12 01:11:51 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-2071126-1247352778/watcher-2071126-1247352778 -o /tmp/evaluation-result-2071126-1247352778/solver-2071126-1247352778 -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-2071126-1247352778.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: 2.03 2.04 1.94 4/76 18825
/proc/meminfo: memFree=881880/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=18576 CPUtime=0
/proc/18825/stat : 18825 (runsolver) R 18823 18825 18124 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21969126 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 264519609639 0 0 4096 24578 0 0 0 17 1 0 0
/proc/18825/statm: 4644 284 249 26 0 2626 0

[startup+0.058112 s]
/proc/loadavg: 2.03 2.04 1.94 4/76 18825
/proc/meminfo: memFree=881880/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=14908 CPUtime=0.04
/proc/18825/stat : 18825 (sugar) R 18823 18825 18124 0 -1 4194304 890 0 0 0 3 1 0 0 18 0 1 0 21969126 15265792 858 996147200 4194304 4206940 548682068608 18446744073709551615 264539314001 0 0 4224 0 0 0 0 17 1 0 0
/proc/18825/statm: 3727 858 378 3 0 566 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14908

[startup+0.102121 s]
/proc/loadavg: 2.03 2.04 1.94 4/76 18825
/proc/meminfo: memFree=881880/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=16868 CPUtime=0.06
/proc/18825/stat : 18825 (sugar) S 18823 18825 18124 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21969126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18825/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302144 s]
/proc/loadavg: 2.03 2.04 1.94 4/76 18825
/proc/meminfo: memFree=881880/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=16868 CPUtime=0.06
/proc/18825/stat : 18825 (sugar) S 18823 18825 18124 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21969126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18825/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702193 s]
/proc/loadavg: 2.03 2.04 1.94 4/76 18825
/proc/meminfo: memFree=881880/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=16868 CPUtime=0.44
/proc/18825/stat : 18825 (sugar) S 18823 18825 18124 0 -1 4194304 1309 4819 0 1 5 1 35 3 16 0 1 0 21969126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18825/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 16868

[startup+1.5013 s]
/proc/loadavg: 2.03 2.04 1.94 3/87 18847
/proc/meminfo: memFree=867392/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=16868 CPUtime=0.44
/proc/18825/stat : 18825 (sugar) S 18823 18825 18124 0 -1 4194304 1310 4819 0 1 5 1 35 3 15 0 1 0 21969126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18825/statm: 4217 1111 409 3 0 796 0
[pid=18838] ppid=18825 vsize=5356 CPUtime=0
/proc/18838/stat : 18838 (sh) S 18825 18825 18124 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21969177 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18838/statm: 1339 233 193 169 0 50 0
[pid=18839] ppid=18838 vsize=868700 CPUtime=0.96
/proc/18839/stat : 18839 (java) S 18838 18825 18124 0 -1 0 6835 0 1 0 91 5 0 0 18 0 9 0 21969177 889548800 6016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18839/statm: 217175 6016 2589 9 0 211652 0
[pid=18839/tid=18840] ppid=18838 vsize=868700 CPUtime=0.64
/proc/18839/task/18840/stat : 18840 (java) R 18838 18825 18124 0 -1 64 2784 0 1 0 62 2 0 0 23 0 9 0 21969178 889548800 6016 996147200 134512640 134550932 4294955936 18446744073709551615 4125975331 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18839/tid=18841] ppid=18838 vsize=868700 CPUtime=0.09
/proc/18839/task/18841/stat : 18841 (java) S 18838 18825 18124 0 -1 64 1859 0 0 0 9 0 0 0 16 0 9 0 21969180 889548800 6016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18839/tid=18842] ppid=18838 vsize=868700 CPUtime=0
/proc/18839/task/18842/stat : 18842 (java) S 18838 18825 18124 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21969180 889548800 6016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18839/tid=18843] ppid=18838 vsize=868700 CPUtime=0
/proc/18839/task/18843/stat : 18843 (java) S 18838 18825 18124 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21969180 889548800 6016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18839/tid=18844] ppid=18838 vsize=868700 CPUtime=0
/proc/18839/task/18844/stat : 18844 (java) S 18838 18825 18124 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21969182 889548800 6016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18839/tid=18845] ppid=18838 vsize=868700 CPUtime=0.2
/proc/18839/task/18845/stat : 18845 (java) S 18838 18825 18124 0 -1 64 1494 0 0 0 19 1 0 0 16 0 9 0 21969182 889548800 6016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18839/tid=18846] ppid=18838 vsize=868700 CPUtime=0
/proc/18839/task/18846/stat : 18846 (java) S 18838 18825 18124 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21969182 889548800 6016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18839/tid=18847] ppid=18838 vsize=868700 CPUtime=0
/proc/18839/task/18847/stat : 18847 (java) S 18838 18825 18124 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21969182 889548800 6016 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890924

[startup+3.10151 s]
/proc/loadavg: 2.19 2.07 1.95 3/87 18847
/proc/meminfo: memFree=857792/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=16868 CPUtime=0.45
/proc/18825/stat : 18825 (sugar) S 18823 18825 18124 0 -1 4194304 1310 4819 0 1 6 1 35 3 15 0 1 0 21969126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18825/statm: 4217 1111 409 3 0 796 0
[pid=18838] ppid=18825 vsize=5356 CPUtime=0
/proc/18838/stat : 18838 (sh) S 18825 18825 18124 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21969177 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18838/statm: 1339 233 193 169 0 50 0
[pid=18839] ppid=18838 vsize=868700 CPUtime=2.55
/proc/18839/stat : 18839 (java) S 18838 18825 18124 0 -1 0 7345 0 1 0 238 17 0 0 18 0 9 0 21969177 889548800 6030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18839/statm: 217175 6030 2589 9 0 211652 0
[pid=18839/tid=18840] ppid=18838 vsize=868700 CPUtime=2.03
/proc/18839/task/18840/stat : 18840 (java) R 18838 18825 18124 0 -1 64 3280 0 1 0 193 10 0 0 25 0 9 0 21969178 889548800 6030 996147200 134512640 134550932 4294955936 18446744073709551615 102093921 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18839/tid=18841] ppid=18838 vsize=868700 CPUtime=0.26
/proc/18839/task/18841/stat : 18841 (java) S 18838 18825 18124 0 -1 64 1859 0 0 0 22 4 0 0 16 0 9 0 21969180 889548800 6030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18839/tid=18842] ppid=18838 vsize=868700 CPUtime=0
/proc/18839/task/18842/stat : 18842 (java) S 18838 18825 18124 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21969180 889548800 6030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18839/tid=18843] ppid=18838 vsize=868700 CPUtime=0
/proc/18839/task/18843/stat : 18843 (java) S 18838 18825 18124 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21969180 889548800 6030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18839/tid=18844] ppid=18838 vsize=868700 CPUtime=0
/proc/18839/task/18844/stat : 18844 (java) S 18838 18825 18124 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21969182 889548800 6030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18839/tid=18845] ppid=18838 vsize=868700 CPUtime=0.22
/proc/18839/task/18845/stat : 18845 (java) S 18838 18825 18124 0 -1 64 1508 0 0 0 21 1 0 0 16 0 9 0 21969182 889548800 6030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18839/tid=18846] ppid=18838 vsize=868700 CPUtime=0
/proc/18839/task/18846/stat : 18846 (java) S 18838 18825 18124 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21969182 889548800 6030 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18839/tid=18847] ppid=18838 vsize=868700 CPUtime=0
/proc/18839/task/18847/stat : 18847 (java) S 18838 18825 18124 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21969182 889548800 6030 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) 890924

[startup+6.30292 s]
/proc/loadavg: 2.19 2.07 1.95 3/87 18847
/proc/meminfo: memFree=824512/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=16868 CPUtime=0.45
/proc/18825/stat : 18825 (sugar) S 18823 18825 18124 0 -1 4194304 1310 4819 0 1 6 1 35 3 16 0 1 0 21969126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18825/statm: 4217 1111 409 3 0 796 0
[pid=18838] ppid=18825 vsize=5356 CPUtime=0
/proc/18838/stat : 18838 (sh) S 18825 18825 18124 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21969177 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18838/statm: 1339 233 193 169 0 50 0
[pid=18839] ppid=18838 vsize=868700 CPUtime=5.69
/proc/18839/stat : 18839 (java) S 18838 18825 18124 0 -1 0 8347 0 1 0 524 45 0 0 18 0 9 0 21969177 889548800 6031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18839/statm: 217175 6031 2589 9 0 211652 0
[pid=18839/tid=18840] ppid=18838 vsize=868700 CPUtime=4.93
/proc/18839/task/18840/stat : 18840 (java) R 18838 18825 18124 0 -1 64 4281 0 1 0 459 34 0 0 25 0 9 0 21969178 889548800 6031 996147200 134512640 134550932 4294955936 18446744073709551615 4126466680 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18839/tid=18841] ppid=18838 vsize=868700 CPUtime=0.52
/proc/18839/task/18841/stat : 18841 (java) S 18838 18825 18124 0 -1 64 1859 0 0 0 43 9 0 0 16 0 9 0 21969180 889548800 6031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18839/tid=18842] ppid=18838 vsize=868700 CPUtime=0
/proc/18839/task/18842/stat : 18842 (java) S 18838 18825 18124 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21969180 889548800 6031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18839/tid=18843] ppid=18838 vsize=868700 CPUtime=0
/proc/18839/task/18843/stat : 18843 (java) S 18838 18825 18124 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21969180 889548800 6031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18839/tid=18844] ppid=18838 vsize=868700 CPUtime=0
/proc/18839/task/18844/stat : 18844 (java) S 18838 18825 18124 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21969182 889548800 6031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18839/tid=18845] ppid=18838 vsize=868700 CPUtime=0.22
/proc/18839/task/18845/stat : 18845 (java) S 18838 18825 18124 0 -1 64 1509 0 0 0 21 1 0 0 17 0 9 0 21969182 889548800 6031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18839/tid=18846] ppid=18838 vsize=868700 CPUtime=0
/proc/18839/task/18846/stat : 18846 (java) S 18838 18825 18124 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21969182 889548800 6031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18839/tid=18847] ppid=18838 vsize=868700 CPUtime=0
/proc/18839/task/18847/stat : 18847 (java) S 18838 18825 18124 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21969182 889548800 6031 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890924

[startup+12.7027 s]
/proc/loadavg: 2.24 2.09 1.96 3/87 18849
/proc/meminfo: memFree=759872/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=16868 CPUtime=0.45
/proc/18825/stat : 18825 (sugar) S 18823 18825 18124 0 -1 4194304 1310 4819 0 1 6 1 35 3 16 0 1 0 21969126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18825/statm: 4217 1111 409 3 0 796 0
[pid=18838] ppid=18825 vsize=5356 CPUtime=0
/proc/18838/stat : 18838 (sh) S 18825 18825 18124 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21969177 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18838/statm: 1339 233 193 169 0 50 0
[pid=18839] ppid=18838 vsize=868700 CPUtime=11.98
/proc/18839/stat : 18839 (java) S 18838 18825 18124 0 -1 0 10375 0 1 0 1099 99 0 0 18 0 9 0 21969177 889548800 6032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18839/statm: 217175 6032 2589 9 0 211652 0
[pid=18839/tid=18840] ppid=18838 vsize=868700 CPUtime=10.66
/proc/18839/task/18840/stat : 18840 (java) R 18838 18825 18124 0 -1 64 6308 0 1 0 992 74 0 0 25 0 9 0 21969178 889548800 6032 996147200 134512640 134550932 4294955936 18446744073709551615 4126928668 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18839/tid=18841] ppid=18838 vsize=868700 CPUtime=1.08
/proc/18839/task/18841/stat : 18841 (java) S 18838 18825 18124 0 -1 64 1859 0 0 0 85 23 0 0 16 0 9 0 21969180 889548800 6032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18839/tid=18842] ppid=18838 vsize=868700 CPUtime=0
/proc/18839/task/18842/stat : 18842 (java) S 18838 18825 18124 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21969180 889548800 6032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18839/tid=18843] ppid=18838 vsize=868700 CPUtime=0
/proc/18839/task/18843/stat : 18843 (java) S 18838 18825 18124 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 21969180 889548800 6032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18839/tid=18844] ppid=18838 vsize=868700 CPUtime=0
/proc/18839/task/18844/stat : 18844 (java) S 18838 18825 18124 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21969182 889548800 6032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18839/tid=18845] ppid=18838 vsize=868700 CPUtime=0.22
/proc/18839/task/18845/stat : 18845 (java) S 18838 18825 18124 0 -1 64 1510 0 0 0 21 1 0 0 16 0 9 0 21969182 889548800 6032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18839/tid=18846] ppid=18838 vsize=868700 CPUtime=0
/proc/18839/task/18846/stat : 18846 (java) S 18838 18825 18124 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21969182 889548800 6032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18839/tid=18847] ppid=18838 vsize=868700 CPUtime=0
/proc/18839/task/18847/stat : 18847 (java) S 18838 18825 18124 0 -1 64 0 0 0 0 0 0 0 0 16 0 9 0 21969182 889548800 6032 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 890924

[startup+25.5024 s]
/proc/loadavg: 2.28 2.10 1.96 3/79 18851
/proc/meminfo: memFree=341184/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=16868 CPUtime=18.07
/proc/18825/stat : 18825 (sugar) S 18823 18825 18124 0 -1 4194304 1373 17301 0 2 6 1 1647 153 15 0 1 0 21969126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18825/statm: 4217 1111 409 3 0 796 0
[pid=18850] ppid=18825 vsize=5356 CPUtime=0
/proc/18850/stat : 18850 (sh) S 18825 18825 18124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21970972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18850/statm: 1339 232 193 169 0 50 0
[pid=18851] ppid=18850 vsize=390480 CPUtime=6.94
/proc/18851/stat : 18851 (minisat) R 18850 18825 18124 0 -1 4194304 92586 0 0 0 623 71 0 0 25 0 1 0 21970972 399851520 92572 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/18851/statm: 97620 92572 72 150 0 97467 0
Current children cumulated CPU time (s) 25.01
Current children cumulated vsize (KiB) 412704

[startup+51.1027 s]
/proc/loadavg: 2.25 2.11 1.97 3/79 18851
/proc/meminfo: memFree=315520/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=16868 CPUtime=18.07
/proc/18825/stat : 18825 (sugar) S 18823 18825 18124 0 -1 4194304 1373 17301 0 2 6 1 1647 153 16 0 1 0 21969126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18825/statm: 4217 1111 409 3 0 796 0

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


[startup+822.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/79 18857
/proc/meminfo: memFree=311488/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=16868 CPUtime=18.07
/proc/18825/stat : 18825 (sugar) S 18823 18825 18124 0 -1 4194304 1373 17301 0 2 6 1 1647 153 16 0 1 0 21969126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18825/statm: 4217 1111 409 3 0 796 0
[pid=18850] ppid=18825 vsize=5356 CPUtime=0
/proc/18850/stat : 18850 (sh) S 18825 18825 18124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21970972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18850/statm: 1339 232 193 169 0 50 0
[pid=18851] ppid=18850 vsize=415576 CPUtime=796.24
/proc/18851/stat : 18851 (minisat) R 18850 18825 18124 0 -1 4194304 98907 0 0 0 79546 78 0 0 25 0 1 0 21970972 425549824 98893 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/18851/statm: 103894 98893 75 150 0 103741 0
Current children cumulated CPU time (s) 814.31
Current children cumulated vsize (KiB) 437800

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 18857
/proc/meminfo: memFree=311296/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=16868 CPUtime=18.07
/proc/18825/stat : 18825 (sugar) S 18823 18825 18124 0 -1 4194304 1373 17301 0 2 6 1 1647 153 16 0 1 0 21969126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18825/statm: 4217 1111 409 3 0 796 0
[pid=18850] ppid=18825 vsize=5356 CPUtime=0
/proc/18850/stat : 18850 (sh) S 18825 18825 18124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21970972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18850/statm: 1339 232 193 169 0 50 0
[pid=18851] ppid=18850 vsize=415576 CPUtime=855.67
/proc/18851/stat : 18851 (minisat) R 18850 18825 18124 0 -1 4194304 98910 0 0 0 85489 78 0 0 25 0 1 0 21970972 425549824 98896 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18851/statm: 103894 98896 75 150 0 103741 0
Current children cumulated CPU time (s) 873.74
Current children cumulated vsize (KiB) 437800

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 18857
/proc/meminfo: memFree=311296/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=16868 CPUtime=18.07
/proc/18825/stat : 18825 (sugar) S 18823 18825 18124 0 -1 4194304 1373 17301 0 2 6 1 1647 153 16 0 1 0 21969126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18825/statm: 4217 1111 409 3 0 796 0
[pid=18850] ppid=18825 vsize=5356 CPUtime=0
/proc/18850/stat : 18850 (sh) S 18825 18825 18124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21970972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18850/statm: 1339 232 193 169 0 50 0
[pid=18851] ppid=18850 vsize=415708 CPUtime=915.11
/proc/18851/stat : 18851 (minisat) R 18850 18825 18124 0 -1 4194304 98928 0 0 0 91433 78 0 0 25 0 1 0 21970972 425684992 98914 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18851/statm: 103927 98914 75 150 0 103774 0
Current children cumulated CPU time (s) 933.18
Current children cumulated vsize (KiB) 437932

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 18857
/proc/meminfo: memFree=311168/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=16868 CPUtime=18.07
/proc/18825/stat : 18825 (sugar) S 18823 18825 18124 0 -1 4194304 1373 17301 0 2 6 1 1647 153 16 0 1 0 21969126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18825/statm: 4217 1111 409 3 0 796 0
[pid=18850] ppid=18825 vsize=5356 CPUtime=0
/proc/18850/stat : 18850 (sh) S 18825 18825 18124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21970972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18850/statm: 1339 232 193 169 0 50 0
[pid=18851] ppid=18850 vsize=415708 CPUtime=974.54
/proc/18851/stat : 18851 (minisat) R 18850 18825 18124 0 -1 4194304 98930 0 0 0 97376 78 0 0 25 0 1 0 21970972 425684992 98916 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18851/statm: 103927 98916 75 150 0 103774 0
Current children cumulated CPU time (s) 992.61
Current children cumulated vsize (KiB) 437932

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 18857
/proc/meminfo: memFree=311168/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=16868 CPUtime=18.07
/proc/18825/stat : 18825 (sugar) S 18823 18825 18124 0 -1 4194304 1373 17301 0 2 6 1 1647 153 16 0 1 0 21969126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18825/statm: 4217 1111 409 3 0 796 0
[pid=18850] ppid=18825 vsize=5356 CPUtime=0
/proc/18850/stat : 18850 (sh) S 18825 18825 18124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21970972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18850/statm: 1339 232 193 169 0 50 0
[pid=18851] ppid=18850 vsize=415708 CPUtime=1033.98
/proc/18851/stat : 18851 (minisat) R 18850 18825 18124 0 -1 4194304 98932 0 0 0 103320 78 0 0 25 0 1 0 21970972 425684992 98918 996147200 134512640 135127466 4294956256 18446744073709551615 134530587 0 0 4096 3 0 0 0 17 1 0 0
/proc/18851/statm: 103927 98918 75 150 0 103774 0
Current children cumulated CPU time (s) 1052.05
Current children cumulated vsize (KiB) 437932

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 18857
/proc/meminfo: memFree=311168/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=16868 CPUtime=18.07
/proc/18825/stat : 18825 (sugar) S 18823 18825 18124 0 -1 4194304 1373 17301 0 2 6 1 1647 153 16 0 1 0 21969126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18825/statm: 4217 1111 409 3 0 796 0
[pid=18850] ppid=18825 vsize=5356 CPUtime=0
/proc/18850/stat : 18850 (sh) S 18825 18825 18124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21970972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18850/statm: 1339 232 193 169 0 50 0
[pid=18851] ppid=18850 vsize=415708 CPUtime=1093.41
/proc/18851/stat : 18851 (minisat) R 18850 18825 18124 0 -1 4194304 98934 0 0 0 109263 78 0 0 25 0 1 0 21970972 425684992 98920 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18851/statm: 103927 98920 75 150 0 103774 0
Current children cumulated CPU time (s) 1111.48
Current children cumulated vsize (KiB) 437932

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

[startup+1126.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 18857
/proc/meminfo: memFree=311168/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=16868 CPUtime=18.07
/proc/18825/stat : 18825 (sugar) S 18823 18825 18124 0 -1 4194304 1373 17301 0 2 6 1 1647 153 16 0 1 0 21969126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18825/statm: 4217 1111 409 3 0 796 0
[pid=18850] ppid=18825 vsize=5356 CPUtime=0
/proc/18850/stat : 18850 (sh) S 18825 18825 18124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21970972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18850/statm: 1339 232 193 169 0 50 0
[pid=18851] ppid=18850 vsize=415708 CPUtime=1097.38
/proc/18851/stat : 18851 (minisat) R 18850 18825 18124 0 -1 4194304 98934 0 0 0 109660 78 0 0 25 0 1 0 21970972 425684992 98920 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18851/statm: 103927 98920 75 150 0 103774 0
Current children cumulated CPU time (s) 1115.45
Current children cumulated vsize (KiB) 437932

[startup+1129.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 18857
/proc/meminfo: memFree=311168/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=16868 CPUtime=18.07
/proc/18825/stat : 18825 (sugar) S 18823 18825 18124 0 -1 4194304 1373 17301 0 2 6 1 1647 153 16 0 1 0 21969126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18825/statm: 4217 1111 409 3 0 796 0
[pid=18850] ppid=18825 vsize=5356 CPUtime=0
/proc/18850/stat : 18850 (sh) S 18825 18825 18124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21970972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18850/statm: 1339 232 193 169 0 50 0
[pid=18851] ppid=18850 vsize=415708 CPUtime=1100.55
/proc/18851/stat : 18851 (minisat) R 18850 18825 18124 0 -1 4194304 98934 0 0 0 109977 78 0 0 25 0 1 0 21970972 425684992 98920 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18851/statm: 103927 98920 75 150 0 103774 0
Current children cumulated CPU time (s) 1118.62
Current children cumulated vsize (KiB) 437932

[startup+1131.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 18857
/proc/meminfo: memFree=311168/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=16868 CPUtime=18.07
/proc/18825/stat : 18825 (sugar) S 18823 18825 18124 0 -1 4194304 1373 17301 0 2 6 1 1647 153 16 0 1 0 21969126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18825/statm: 4217 1111 409 3 0 796 0
[pid=18850] ppid=18825 vsize=5356 CPUtime=0
/proc/18850/stat : 18850 (sh) S 18825 18825 18124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21970972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18850/statm: 1339 232 193 169 0 50 0
[pid=18851] ppid=18850 vsize=415708 CPUtime=1102.13
/proc/18851/stat : 18851 (minisat) R 18850 18825 18124 0 -1 4194304 98934 0 0 0 110135 78 0 0 25 0 1 0 21970972 425684992 98920 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18851/statm: 103927 98920 75 150 0 103774 0
Current children cumulated CPU time (s) 1120.2
Current children cumulated vsize (KiB) 437932

[startup+1131.91 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 18857
/proc/meminfo: memFree=311168/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=16868 CPUtime=18.07
/proc/18825/stat : 18825 (sugar) S 18823 18825 18124 0 -1 4194304 1373 17301 0 2 6 1 1647 153 16 0 1 0 21969126 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18825/statm: 4217 1111 409 3 0 796 0
[pid=18850] ppid=18825 vsize=5356 CPUtime=0
/proc/18850/stat : 18850 (sh) S 18825 18825 18124 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21970972 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18850/statm: 1339 232 193 169 0 50 0
[pid=18851] ppid=18850 vsize=415708 CPUtime=1102.93
/proc/18851/stat : 18851 (minisat) R 18850 18825 18124 0 -1 4194304 98934 0 0 0 110215 78 0 0 25 0 1 0 21970972 425684992 98920 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/18851/statm: 103927 98920 75 150 0 103774 0
Current children cumulated CPU time (s) 1121
Current children cumulated vsize (KiB) 437932

[startup+1132.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/79 18857
/proc/meminfo: memFree=311168/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=16868 CPUtime=1121.71
/proc/18825/stat : 18825 (sugar) S 18823 18825 18124 0 -1 4194304 1443 116559 0 2 6 1 111925 239 16 0 1 0 21969126 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18825/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 1121.71
Current children cumulated vsize (KiB) 16868

[startup+1133.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/87 18867
/proc/meminfo: memFree=701752/2055920 swapFree=4192812/4192956
[pid=18825] ppid=18823 vsize=16868 CPUtime=1122.15
/proc/18825/stat : 18825 (sugar) R 18823 18825 18124 0 -1 4194304 1472 120307 0 3 6 9 111958 242 16 0 1 0 21969126 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264519783465 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18825/statm: 4217 1113 410 3 0 796 0
Current children cumulated CPU time (s) 1122.15
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1133.12
CPU time (s): 1122.19
CPU user time (s): 1119.65
CPU system time (s): 2.53261
CPU usage (%): 99.0348
Max. virtual memory (cumulated for all children) (KiB): 890924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1119.65
system time used= 2.53261
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 121840
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= 50474
involuntary context switches= 75970

runsolver used 1.46678 second user time and 3.71643 second system time

The end

Launcher Data

Begin job on node40 at 2009-07-12 00:52:58
IDJOB=2071126
IDBENCH=55437
IDSOLVER=739
FILE ID=node40/2071126-1247352778
PBS_JOBID= 9506944
Free space on /tmp= 66140 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-55-10-a4.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-2071126-1247352778/watcher-2071126-1247352778 -o /tmp/evaluation-result-2071126-1247352778/solver-2071126-1247352778 -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-2071126-1247352778.xml

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

MD5SUM BENCH= f52f7dc44122ad1887252cc9e35ccd76
RANDOM SEED=649577057

node40.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        882360 kB
Buffers:         67392 kB
Cached:         829256 kB
SwapCached:          0 kB
Active:         425140 kB
Inactive:       675760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        882360 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1692 kB
Writeback:           0 kB
Mapped:         215636 kB
Slab:            57324 kB
Committed_AS:   374824 kB
PageTables:       2332 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= 66136 MiB
End job on node40 at 2009-07-12 01:11:52