Trace number 2089232

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+minisat? (TO) 1800.13 1810.02

General information on the benchmark

Namecsp/tightness0.5/
normalized-rand-2-40-25-180-500-96_ext.xml
MD5SUMd0cfce9bec25a16ea588906bc23f32f2
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark38.8411
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints180
Maximum constraint arity2
Maximum domain size25
Number of constraints which are defined in extension180
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.08	c 0	BEGIN Sun Jul 12 11:11:50 2009
0.06/0.08	c 0	PID 28611
0.06/0.08	c 0	HOST node14.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2089232-1247389910.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2089232-1247389910.xml' 'HOME/temp.csp'
0.06/0.78	c 1	1 domains, 40 variables, 0 predicates, 180 relations, 180 constraints
0.06/0.82	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.82	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.74/0.90	c 1	Parsing HOME/temp.csp
1.10/1.26	c 2	parsed 401 expressions
1.10/1.26	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.10/1.26	c 2	Converting to clausal form CSP
1.10/1.29	c 2	converted 41 (10%) expressions
1.10/1.29	c 2	converted 81 (20%) expressions
1.19/1.30	c 2	converted 121 (30%) expressions
1.19/1.30	c 2	converted 161 (40%) expressions
1.19/1.30	c 2	converted 201 (50%) expressions
1.19/1.39	c 2	converted 241 (60%) expressions
1.29/1.41	c 2	converted 281 (70%) expressions
1.29/1.44	c 2	converted 321 (80%) expressions
1.29/1.47	c 2	converted 361 (90%) expressions
1.29/1.49	c 2	converted 401 (100%) expressions
1.29/1.49	c 2	CSP : 40 integers, 0 booleans, 180 clauses, largest domain size 25
1.29/1.49	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.29/1.49	c 2	Propagation in CSP
1.29/1.50	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.29/1.50	c 2	CSP : 40 integers, 0 booleans, 180 clauses, largest domain size 25
1.29/1.50	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.39/1.50	c 2	Simplifing CSP by introducing new Boolean variables
1.39/1.50	c 2	CSP : 40 integers, 0 booleans, 180 clauses, largest domain size 25
1.39/1.50	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.39/1.55	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.39/1.56	c 2	4 (10%) CSP integer variables are encoded (92 clauses, 875 bytes)
1.39/1.56	c 2	8 (20%) CSP integer variables are encoded (184 clauses, 1882 bytes)
1.39/1.56	c 2	12 (30%) CSP integer variables are encoded (276 clauses, 2894 bytes)
1.39/1.57	c 2	16 (40%) CSP integer variables are encoded (368 clauses, 3906 bytes)
1.39/1.57	c 2	20 (50%) CSP integer variables are encoded (460 clauses, 4918 bytes)
1.39/1.57	c 2	24 (60%) CSP integer variables are encoded (552 clauses, 5930 bytes)
1.39/1.57	c 2	28 (70%) CSP integer variables are encoded (644 clauses, 6942 bytes)
1.39/1.57	c 2	32 (80%) CSP integer variables are encoded (736 clauses, 7954 bytes)
1.39/1.57	c 2	36 (90%) CSP integer variables are encoded (828 clauses, 8966 bytes)
1.39/1.57	c 2	40 (100%) CSP integer variables are encoded (920 clauses, 9978 bytes)
1.49/1.63	c 2	18 (10%) CSP clauses are encoded (3539 clauses, 53440 bytes)
1.49/1.65	c 2	36 (20%) CSP clauses are encoded (6177 clauses, 98294 bytes)
1.49/1.67	c 2	54 (30%) CSP clauses are encoded (8751 clauses, 146615 bytes)
1.49/1.69	c 2	72 (40%) CSP clauses are encoded (11385 clauses, 196263 bytes)
1.58/1.71	c 2	90 (50%) CSP clauses are encoded (14038 clauses, 246223 bytes)
1.58/1.73	c 2	108 (60%) CSP clauses are encoded (16648 clauses, 295363 bytes)
1.58/1.75	c 2	126 (70%) CSP clauses are encoded (19243 clauses, 344426 bytes)
1.58/1.76	c 2	144 (80%) CSP clauses are encoded (21848 clauses, 393616 bytes)
1.58/1.78	c 2	162 (90%) CSP clauses are encoded (24511 clauses, 443816 bytes)
1.68/1.80	c 2	180 (100%) CSP clauses are encoded (27119 clauses, 492880 bytes)
1.68/1.80	c 2	180 CSP clauses encoded
1.68/1.80	c 2	Writing map file : HOME/temp.map
1.68/1.80	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.68/1.80	c 2	SAT : 960 SAT variables, 27119 SAT clauses, 492880 bytes
1.68/1.80	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.68/1.83	c 2	SOLVING HOME/temp.cnf
1.68/1.83	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.68/1.83	c 2	This is MiniSat 2.0 beta
1.68/1.83	c 2	WARNING: for repeatability, setting FPU to use double precision
1.68/1.83	c 2	============================[ Problem Statistics ]=============================
1.68/1.83	c 2	|                                                                             |
1.68/1.83	c 2	|  Number of variables:  960                                                  |
1.68/1.83	c 2	|  Number of clauses:    27119                                                |
1.68/1.85	c 2	|  Parsing time:         0.01         s                                       |
1.68/1.85	c 2	============================[ Search Statistics ]==============================
1.68/1.85	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.68/1.85	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.68/1.85	c 2	===============================================================================
1.68/1.85	c 2	|         0 |     960    27119    99952 |     9039        0    nan |  0.000 % |
1.68/1.86	c 2	|       100 |     960    27119    99952 |     9943      100     12 |  0.000 % |
1.68/1.88	c 2	|       251 |     960    27119    99952 |    10937      251     12 |  0.002 % |
1.71/1.91	c 2	|       477 |     960    27119    99952 |    12031      477     12 |  0.002 % |
1.71/1.95	c 2	|       817 |     960    27119    99952 |    13234      817     13 |  0.005 % |
1.71/2.01	c 2	|      1324 |     960    27119    99952 |    14558     1324     13 |  0.005 % |
1.97/2.11	c 2	|      2083 |     960    27119    99952 |    16014     2083     12 |  0.005 % |
2.07/2.26	c 3	|      3222 |     960    27119    99952 |    17615     3222     13 |  0.005 % |
2.36/2.50	c 3	|      4930 |     960    27119    99952 |    19377     4930     14 |  0.005 % |
2.66/2.89	c 3	|      7492 |     960    27119    99952 |    21315     7492     15 |  0.005 % |
3.36/3.53	c 4	|     11336 |     960    27119    99952 |    23446    11336     15 |  0.002 % |
4.65/4.80	c 5	|     17102 |     960    27119    99952 |    25791    17102     15 |  0.006 % |
6.73/6.99	c 7	|     25752 |     960    27119    99952 |    28370    25752     15 |  0.006 % |
10.29/10.55	c 11	|     38726 |     960    27119    99952 |    31207    23259     14 |  0.007 % |
15.14/15.46	c 16	|     58187 |     959    27062    99790 |    34328    12817     16 |  0.105 % |
22.97/23.37	c 24	|     87379 |     959    27062    99790 |    37760    21054     15 |  0.106 % |
36.05/36.56	c 37	|    131173 |     959    27062    99790 |    41537    16638     17 |  0.108 % |
56.06/56.70	c 57	|    196857 |     959    27062    99790 |    45690    27058     20 |  0.106 % |
90.13/91.17	c 92	|    295383 |     958    27002    99619 |    50259    21771     16 |  0.209 % |
146.79/148.34	c 149	|    443172 |     958    27002    99619 |    55285    30670     18 |  0.212 % |
238.03/240.43	c 241	|    664856 |     957    26962    99504 |    60814    43642     19 |  0.313 % |
386.07/390.00	c 390	|    997381 |     957    26962    99504 |    66895    21419     16 |  0.315 % |
627.13/633.45	c 634	|   1496172 |     956    26916    99372 |    73585    18213     18 |  0.417 % |
985.03/994.03	c 994	|   2244355 |     954    26809    99031 |    80943    51177     18 |  0.625 % |
1545.12/1554.99	c 1555	|   3366631 |     954    26809    99031 |    89038    33693     19 |  0.626 % |
1800.09/1810.01	sh: line 1: 28635 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.09/1810.01	c 1810	DECODING HOME/temp.out WITH HOME/temp.map
1800.09/1810.01	c 1810	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'
1800.09/1810.02	c ERROR INTERRUPTED
1800.09/1810.02	s UNKNOWN
1800.09/1810.02	c 1810	CPU 1800.11 (0.06 0.02 1799.75 0.28)
1800.09/1810.02	c 1810	END Sun Jul 12 11:42:00 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2089232-1247389910/watcher-2089232-1247389910 -o /tmp/evaluation-result-2089232-1247389910/solver-2089232-1247389910 -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-2089232-1247389910.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.99 1.68 4/84 28611
/proc/meminfo: memFree=1516344/2055920 swapFree=4192812/4192956
[pid=28611] ppid=28609 vsize=12000 CPUtime=0
/proc/28611/stat : 28611 (sugar) R 28609 28611 26771 0 -1 4194304 206 0 0 0 0 0 0 0 20 0 1 0 26057975 12288000 174 996147200 4194304 4206940 548682068608 18446744073709551615 212248621190 0 0 4224 0 0 0 0 17 1 0 0
/proc/28611/statm: 3000 174 135 3 0 100 0

[startup+0.080971 s]
/proc/loadavg: 1.93 1.99 1.68 4/84 28611
/proc/meminfo: memFree=1516344/2055920 swapFree=4192812/4192956
[pid=28611] ppid=28609 vsize=16740 CPUtime=0.06
/proc/28611/stat : 28611 (sugar) R 28609 28611 26771 0 -1 4194304 1108 0 0 0 5 1 0 0 18 0 1 0 26057975 17141760 1076 996147200 4194304 4206940 548682068608 18446744073709551615 212248128682 0 0 4224 0 0 0 0 17 1 0 0
/proc/28611/statm: 4185 1076 381 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.10198 s]
/proc/loadavg: 1.93 1.99 1.68 4/84 28611
/proc/meminfo: memFree=1516344/2055920 swapFree=4192812/4192956
[pid=28611] ppid=28609 vsize=16868 CPUtime=0.06
/proc/28611/stat : 28611 (sugar) S 28609 28611 26771 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26057975 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28611/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302002 s]
/proc/loadavg: 1.93 1.99 1.68 4/84 28611
/proc/meminfo: memFree=1516344/2055920 swapFree=4192812/4192956
[pid=28611] ppid=28609 vsize=16868 CPUtime=0.06
/proc/28611/stat : 28611 (sugar) S 28609 28611 26771 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26057975 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28611/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701077 s]
/proc/loadavg: 1.93 1.99 1.68 4/84 28611
/proc/meminfo: memFree=1516344/2055920 swapFree=4192812/4192956
[pid=28611] ppid=28609 vsize=16868 CPUtime=0.06
/proc/28611/stat : 28611 (sugar) S 28609 28611 26771 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 26057975 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28611/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50221 s]
/proc/loadavg: 1.93 1.99 1.68 3/95 28633
/proc/meminfo: memFree=1507296/2055920 swapFree=4192812/4192956
[pid=28611] ppid=28609 vsize=16868 CPUtime=0.74
/proc/28611/stat : 28611 (sugar) S 28609 28611 26771 0 -1 4194304 1310 4716 0 1 5 1 65 3 15 0 1 0 26057975 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28611/statm: 4217 1111 409 3 0 796 0
[pid=28624] ppid=28611 vsize=5356 CPUtime=0
/proc/28624/stat : 28624 (sh) S 28611 28611 26771 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26058057 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28624/statm: 1339 233 193 169 0 50 0
[pid=28625] ppid=28624 vsize=864200 CPUtime=0.65
/proc/28625/stat : 28625 (java) S 28624 28611 26771 0 -1 0 7652 0 1 0 61 4 0 0 18 0 9 0 26058058 884940800 6914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28625/statm: 216050 6914 2566 9 0 210555 0
[pid=28625/tid=28626] ppid=28624 vsize=864200 CPUtime=0.38
/proc/28625/task/28626/stat : 28626 (java) R 28624 28611 26771 0 -1 64 2602 0 1 0 37 1 0 0 22 0 9 0 26058059 884940800 6914 996147200 134512640 134550932 4294955936 18446744073709551615 4125960331 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28625/tid=28627] ppid=28624 vsize=864200 CPUtime=0.2
/proc/28625/task/28627/stat : 28627 (java) S 28624 28611 26771 0 -1 64 4033 0 0 0 19 1 0 0 16 0 9 0 26058060 884940800 6914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28625/tid=28628] ppid=28624 vsize=864200 CPUtime=0
/proc/28625/task/28628/stat : 28628 (java) S 28624 28611 26771 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 26058060 884940800 6914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28625/tid=28629] ppid=28624 vsize=864200 CPUtime=0
/proc/28625/task/28629/stat : 28629 (java) S 28624 28611 26771 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26058060 884940800 6914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28625/tid=28630] ppid=28624 vsize=864200 CPUtime=0
/proc/28625/task/28630/stat : 28630 (java) S 28624 28611 26771 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26058062 884940800 6914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28625/tid=28631] ppid=28624 vsize=864200 CPUtime=0.05
/proc/28625/task/28631/stat : 28631 (java) S 28624 28611 26771 0 -1 64 314 0 0 0 5 0 0 0 16 0 9 0 26058062 884940800 6914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28625/tid=28632] ppid=28624 vsize=864200 CPUtime=0
/proc/28625/task/28632/stat : 28632 (java) S 28624 28611 26771 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 26058062 884940800 6914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28625/tid=28633] ppid=28624 vsize=864200 CPUtime=0
/proc/28625/task/28633/stat : 28633 (java) S 28624 28611 26771 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 26058062 884940800 6914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 886424

[startup+3.10149 s]
/proc/loadavg: 1.93 1.99 1.68 3/87 28635
/proc/meminfo: memFree=1509920/2055920 swapFree=4192812/4192956
[pid=28611] ppid=28609 vsize=16868 CPUtime=1.72
/proc/28611/stat : 28611 (sugar) S 28609 28611 26771 0 -1 4194304 1376 12794 0 2 6 2 156 8 15 0 1 0 26057975 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28611/statm: 4217 1113 409 3 0 796 0
[pid=28634] ppid=28611 vsize=5356 CPUtime=0
/proc/28634/stat : 28634 (sh) S 28611 28611 26771 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26058158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28634/statm: 1339 232 193 169 0 50 0
[pid=28635] ppid=28634 vsize=4004 CPUtime=1.24
/proc/28635/stat : 28635 (minisat) R 28634 28611 26771 0 -1 4194304 774 0 0 0 124 0 0 0 25 0 1 0 26058158 4100096 760 996147200 134512640 135127466 4294956256 18446744073709551615 134530709 0 0 4096 3 0 0 0 17 1 0 0
/proc/28635/statm: 1001 760 75 150 0 848 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 26228

[startup+6.30205 s]
/proc/loadavg: 1.94 1.99 1.68 3/87 28635
/proc/meminfo: memFree=1508064/2055920 swapFree=4192812/4192956
[pid=28611] ppid=28609 vsize=16868 CPUtime=1.72
/proc/28611/stat : 28611 (sugar) S 28609 28611 26771 0 -1 4194304 1376 12794 0 2 6 2 156 8 16 0 1 0 26057975 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28611/statm: 4217 1113 409 3 0 796 0
[pid=28634] ppid=28611 vsize=5356 CPUtime=0
/proc/28634/stat : 28634 (sh) S 28611 28611 26771 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26058158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28634/statm: 1339 232 193 169 0 50 0
[pid=28635] ppid=28634 vsize=5268 CPUtime=4.41
/proc/28635/stat : 28635 (minisat) R 28634 28611 26771 0 -1 4194304 1105 0 0 0 441 0 0 0 25 0 1 0 26058158 5394432 1091 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 1 0 0
/proc/28635/statm: 1317 1091 75 150 0 1164 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 27492

[startup+12.7012 s]
/proc/loadavg: 1.94 1.99 1.68 3/87 28635
/proc/meminfo: memFree=1507232/2055920 swapFree=4192812/4192956
[pid=28611] ppid=28609 vsize=16868 CPUtime=1.72
/proc/28611/stat : 28611 (sugar) S 28609 28611 26771 0 -1 4194304 1376 12794 0 2 6 2 156 8 16 0 1 0 26057975 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28611/statm: 4217 1113 409 3 0 796 0
[pid=28634] ppid=28611 vsize=5356 CPUtime=0
/proc/28634/stat : 28634 (sh) S 28611 28611 26771 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26058158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28634/statm: 1339 232 193 169 0 50 0
[pid=28635] ppid=28634 vsize=6092 CPUtime=10.75
/proc/28635/stat : 28635 (minisat) R 28634 28611 26771 0 -1 4194304 1287 0 0 0 1075 0 0 0 25 0 1 0 26058158 6238208 1273 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28635/statm: 1523 1273 75 150 0 1370 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 28316

[startup+25.5014 s]
/proc/loadavg: 1.95 1.99 1.69 3/87 28635
/proc/meminfo: memFree=1506272/2055920 swapFree=4192812/4192956
[pid=28611] ppid=28609 vsize=16868 CPUtime=1.72
/proc/28611/stat : 28611 (sugar) S 28609 28611 26771 0 -1 4194304 1376 12794 0 2 6 2 156 8 16 0 1 0 26057975 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28611/statm: 4217 1113 409 3 0 796 0
[pid=28634] ppid=28611 vsize=5356 CPUtime=0
/proc/28634/stat : 28634 (sh) S 28611 28611 26771 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26058158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28634/statm: 1339 232 193 169 0 50 0
[pid=28635] ppid=28634 vsize=7032 CPUtime=23.43
/proc/28635/stat : 28635 (minisat) R 28634 28611 26771 0 -1 4194304 1525 0 0 0 2342 1 0 0 25 0 1 0 26058158 7200768 1511 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28635/statm: 1758 1511 75 150 0 1605 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 29256

[startup+51.1018 s]
/proc/loadavg: 1.97 1.99 1.69 3/87 28635
/proc/meminfo: memFree=1481440/2055920 swapFree=4192812/4192956
[pid=28611] ppid=28609 vsize=16868 CPUtime=1.72
/proc/28611/stat : 28611 (sugar) S 28609 28611 26771 0 -1 4194304 1376 12794 0 2 6 2 156 8 16 0 1 0 26057975 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28611/statm: 4217 1113 409 3 0 796 0
[pid=28634] ppid=28611 vsize=5356 CPUtime=0
/proc/28634/stat : 28634 (sh) S 28611 28611 26771 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26058158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28634/statm: 1339 232 193 169 0 50 0
[pid=28635] ppid=28634 vsize=8300 CPUtime=48.79
/proc/28635/stat : 28635 (minisat) R 28634 28611 26771 0 -1 4194304 1837 0 0 0 4878 1 0 0 25 0 1 0 26058158 8499200 1823 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28635/statm: 2075 1823 75 150 0 1922 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 30524

[startup+102.307 s]
/proc/loadavg: 1.98 1.99 1.71 3/87 28635
/proc/meminfo: memFree=1479968/2055920 swapFree=4192812/4192956
[pid=28611] ppid=28609 vsize=16868 CPUtime=1.72
/proc/28611/stat : 28611 (sugar) S 28609 28611 26771 0 -1 4194304 1376 12794 0 2 6 2 156 8 16 0 1 0 26057975 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28611/statm: 4217 1113 409 3 0 796 0
[pid=28634] ppid=28611 vsize=5356 CPUtime=0
/proc/28634/stat : 28634 (sh) S 28611 28611 26771 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26058158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28634/statm: 1339 232 193 169 0 50 0
[pid=28635] ppid=28634 vsize=9624 CPUtime=99.51
/proc/28635/stat : 28635 (minisat) R 28634 28611 26771 0 -1 4194304 2155 0 0 0 9950 1 0 0 25 0 1 0 26058158 9854976 2141 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28635/statm: 2406 2141 75 150 0 2253 0
Current children cumulated CPU time (s) 101.23
Current children cumulated vsize (KiB) 31848

[startup+162.302 s]
/proc/loadavg: 1.99 1.99 1.73 3/87 28635
/proc/meminfo: memFree=1478112/2055920 swapFree=4192812/4192956
[pid=28611] ppid=28609 vsize=16868 CPUtime=1.72
/proc/28611/stat : 28611 (sugar) S 28609 28611 26771 0 -1 4194304 1376 12794 0 2 6 2 156 8 16 0 1 0 26057975 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28611/statm: 4217 1113 409 3 0 796 0
[pid=28634] ppid=28611 vsize=5356 CPUtime=0
/proc/28634/stat : 28634 (sh) S 28611 28611 26771 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26058158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28634/statm: 1339 232 193 169 0 50 0
[pid=28635] ppid=28634 vsize=11372 CPUtime=158.94
/proc/28635/stat : 28635 (minisat) R 28634 28611 26771 0 -1 4194304 2616 0 0 0 15893 1 0 0 25 0 1 0 26058158 11644928 2602 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/28635/statm: 2843 2602 75 150 0 2690 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 33596

[startup+222.301 s]
/proc/loadavg: 1.99 1.99 1.74 3/87 28635
/proc/meminfo: memFree=1477024/2055920 swapFree=4192812/4192956
[pid=28611] ppid=28609 vsize=16868 CPUtime=1.72
/proc/28611/stat : 28611 (sugar) S 28609 28611 26771 0 -1 4194304 1376 12794 0 2 6 2 156 8 16 0 1 0 26057975 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28611/statm: 4217 1113 409 3 0 796 0
[pid=28634] ppid=28611 vsize=5356 CPUtime=0
/proc/28634/stat : 28634 (sh) S 28611 28611 26771 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26058158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28634/statm: 1339 232 193 169 0 50 0

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

[pid=28611] ppid=28609 vsize=16868 CPUtime=1.72
/proc/28611/stat : 28611 (sugar) S 28609 28611 26771 0 -1 4194304 1376 12794 0 2 6 2 156 8 16 0 1 0 26057975 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28611/statm: 4217 1113 409 3 0 796 0
[pid=28634] ppid=28611 vsize=5356 CPUtime=0
/proc/28634/stat : 28634 (sh) S 28611 28611 26771 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26058158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28634/statm: 1339 232 193 169 0 50 0
[pid=28635] ppid=28634 vsize=21052 CPUtime=1231.45
/proc/28635/stat : 28635 (minisat) R 28634 28611 26771 0 -1 4194304 4955 0 0 0 123133 12 0 0 25 0 1 0 26058158 21557248 4941 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/28635/statm: 5263 4941 75 150 0 5110 0
Current children cumulated CPU time (s) 1233.17
Current children cumulated vsize (KiB) 43276

[startup+1302.3 s]
/proc/loadavg: 2.37 2.12 1.94 3/84 29184
/proc/meminfo: memFree=1779320/2055920 swapFree=4192812/4192956
[pid=28611] ppid=28609 vsize=16868 CPUtime=1.72
/proc/28611/stat : 28611 (sugar) S 28609 28611 26771 0 -1 4194304 1376 12794 0 2 6 2 156 8 16 0 1 0 26057975 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28611/statm: 4217 1113 409 3 0 796 0
[pid=28634] ppid=28611 vsize=5356 CPUtime=0
/proc/28634/stat : 28634 (sh) S 28611 28611 26771 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26058158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28634/statm: 1339 232 193 169 0 50 0
[pid=28635] ppid=28634 vsize=21500 CPUtime=1290.93
/proc/28635/stat : 28635 (minisat) R 28634 28611 26771 0 -1 4194304 5054 0 0 0 129080 13 0 0 25 0 1 0 26058158 22016000 5040 996147200 134512640 135127466 4294956256 18446744073709551615 134541679 0 0 4096 3 0 0 0 17 0 0 0
/proc/28635/statm: 5375 5040 75 150 0 5222 0
Current children cumulated CPU time (s) 1292.65
Current children cumulated vsize (KiB) 43724

[startup+1362.3 s]
/proc/loadavg: 2.13 2.10 1.94 3/84 29226
/proc/meminfo: memFree=1778808/2055920 swapFree=4192812/4192956
[pid=28611] ppid=28609 vsize=16868 CPUtime=1.72
/proc/28611/stat : 28611 (sugar) S 28609 28611 26771 0 -1 4194304 1376 12794 0 2 6 2 156 8 16 0 1 0 26057975 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28611/statm: 4217 1113 409 3 0 796 0
[pid=28634] ppid=28611 vsize=5356 CPUtime=0
/proc/28634/stat : 28634 (sh) S 28611 28611 26771 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26058158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28634/statm: 1339 232 193 169 0 50 0
[pid=28635] ppid=28634 vsize=21648 CPUtime=1350.9
/proc/28635/stat : 28635 (minisat) R 28634 28611 26771 0 -1 4194304 5075 0 0 0 135076 14 0 0 25 0 1 0 26058158 22167552 5061 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28635/statm: 5412 5061 75 150 0 5259 0
Current children cumulated CPU time (s) 1352.62
Current children cumulated vsize (KiB) 43872

[startup+1422.31 s]
/proc/loadavg: 2.05 2.08 1.94 3/84 29226
/proc/meminfo: memFree=1778680/2055920 swapFree=4192812/4192956
[pid=28611] ppid=28609 vsize=16868 CPUtime=1.72
/proc/28611/stat : 28611 (sugar) S 28609 28611 26771 0 -1 4194304 1376 12794 0 2 6 2 156 8 16 0 1 0 26057975 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28611/statm: 4217 1113 409 3 0 796 0
[pid=28634] ppid=28611 vsize=5356 CPUtime=0
/proc/28634/stat : 28634 (sh) S 28611 28611 26771 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26058158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28634/statm: 1339 232 193 169 0 50 0
[pid=28635] ppid=28634 vsize=21792 CPUtime=1410.87
/proc/28635/stat : 28635 (minisat) R 28634 28611 26771 0 -1 4194304 5097 0 0 0 141073 14 0 0 25 0 1 0 26058158 22315008 5083 996147200 134512640 135127466 4294956256 18446744073709551615 134530973 0 0 4096 3 0 0 0 17 0 0 0
/proc/28635/statm: 5448 5083 75 150 0 5295 0
Current children cumulated CPU time (s) 1412.59
Current children cumulated vsize (KiB) 44016

[startup+1482.3 s]
/proc/loadavg: 2.02 2.06 1.94 3/84 29226
/proc/meminfo: memFree=1778552/2055920 swapFree=4192812/4192956
[pid=28611] ppid=28609 vsize=16868 CPUtime=1.72
/proc/28611/stat : 28611 (sugar) S 28609 28611 26771 0 -1 4194304 1376 12794 0 2 6 2 156 8 16 0 1 0 26057975 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28611/statm: 4217 1113 409 3 0 796 0
[pid=28634] ppid=28611 vsize=5356 CPUtime=0
/proc/28634/stat : 28634 (sh) S 28611 28611 26771 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26058158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28634/statm: 1339 232 193 169 0 50 0
[pid=28635] ppid=28634 vsize=21792 CPUtime=1470.83
/proc/28635/stat : 28635 (minisat) R 28634 28611 26771 0 -1 4194304 5122 0 0 0 147069 14 0 0 25 0 1 0 26058158 22315008 5108 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28635/statm: 5448 5108 75 150 0 5295 0
Current children cumulated CPU time (s) 1472.55
Current children cumulated vsize (KiB) 44016

[startup+1542.3 s]
/proc/loadavg: 2.00 2.05 1.94 3/84 29310
/proc/meminfo: memFree=1764480/2055920 swapFree=4192812/4192956
[pid=28611] ppid=28609 vsize=16868 CPUtime=1.72
/proc/28611/stat : 28611 (sugar) S 28609 28611 26771 0 -1 4194304 1376 12794 0 2 6 2 156 8 16 0 1 0 26057975 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28611/statm: 4217 1113 409 3 0 796 0
[pid=28634] ppid=28611 vsize=5356 CPUtime=0
/proc/28634/stat : 28634 (sh) S 28611 28611 26771 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26058158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28634/statm: 1339 232 193 169 0 50 0
[pid=28635] ppid=28634 vsize=22096 CPUtime=1530.8
/proc/28635/stat : 28635 (minisat) R 28634 28611 26771 0 -1 4194304 5169 0 0 0 153064 16 0 0 25 0 1 0 26058158 22626304 5155 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28635/statm: 5524 5155 75 150 0 5371 0
Current children cumulated CPU time (s) 1532.52
Current children cumulated vsize (KiB) 44320

[startup+1602.3 s]
/proc/loadavg: 2.00 2.04 1.94 3/77 29361
/proc/meminfo: memFree=1762360/2055920 swapFree=4192812/4192956
[pid=28611] ppid=28609 vsize=16868 CPUtime=1.72
/proc/28611/stat : 28611 (sugar) S 28609 28611 26771 0 -1 4194304 1376 12794 0 2 6 2 156 8 16 0 1 0 26057975 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28611/statm: 4217 1113 409 3 0 796 0
[pid=28634] ppid=28611 vsize=5356 CPUtime=0
/proc/28634/stat : 28634 (sh) S 28611 28611 26771 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26058158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28634/statm: 1339 232 193 169 0 50 0
[pid=28635] ppid=28634 vsize=22096 CPUtime=1590.76
/proc/28635/stat : 28635 (minisat) R 28634 28611 26771 0 -1 4194304 5193 0 0 0 159059 17 0 0 25 0 1 0 26058158 22626304 5179 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28635/statm: 5524 5179 75 150 0 5371 0
Current children cumulated CPU time (s) 1592.48
Current children cumulated vsize (KiB) 44320

[startup+1662.3 s]
/proc/loadavg: 2.00 2.03 1.94 3/77 29361
/proc/meminfo: memFree=1756344/2055920 swapFree=4192812/4192956
[pid=28611] ppid=28609 vsize=16868 CPUtime=1.72
/proc/28611/stat : 28611 (sugar) S 28609 28611 26771 0 -1 4194304 1376 12794 0 2 6 2 156 8 16 0 1 0 26057975 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28611/statm: 4217 1113 409 3 0 796 0
[pid=28634] ppid=28611 vsize=5356 CPUtime=0
/proc/28634/stat : 28634 (sh) S 28611 28611 26771 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26058158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28634/statm: 1339 232 193 169 0 50 0
[pid=28635] ppid=28634 vsize=22560 CPUtime=1650.73
/proc/28635/stat : 28635 (minisat) R 28634 28611 26771 0 -1 4194304 5291 0 0 0 165056 17 0 0 25 0 1 0 26058158 23101440 5277 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28635/statm: 5640 5277 75 150 0 5487 0
Current children cumulated CPU time (s) 1652.45
Current children cumulated vsize (KiB) 44784

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/77 29361
/proc/meminfo: memFree=1751096/2055920 swapFree=4192812/4192956
[pid=28611] ppid=28609 vsize=16868 CPUtime=1.72
/proc/28611/stat : 28611 (sugar) S 28609 28611 26771 0 -1 4194304 1376 12794 0 2 6 2 156 8 16 0 1 0 26057975 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28611/statm: 4217 1113 409 3 0 796 0
[pid=28634] ppid=28611 vsize=5356 CPUtime=0
/proc/28634/stat : 28634 (sh) S 28611 28611 26771 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26058158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28634/statm: 1339 232 193 169 0 50 0
[pid=28635] ppid=28634 vsize=23012 CPUtime=1710.71
/proc/28635/stat : 28635 (minisat) R 28634 28611 26771 0 -1 4194304 5411 0 0 0 171053 18 0 0 25 0 1 0 26058158 23564288 5397 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28635/statm: 5753 5397 75 150 0 5600 0
Current children cumulated CPU time (s) 1712.43
Current children cumulated vsize (KiB) 45236

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/77 29361
/proc/meminfo: memFree=1746744/2055920 swapFree=4192812/4192956
[pid=28611] ppid=28609 vsize=16868 CPUtime=1.72
/proc/28611/stat : 28611 (sugar) S 28609 28611 26771 0 -1 4194304 1376 12794 0 2 6 2 156 8 16 0 1 0 26057975 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28611/statm: 4217 1113 409 3 0 796 0
[pid=28634] ppid=28611 vsize=5356 CPUtime=0
/proc/28634/stat : 28634 (sh) S 28611 28611 26771 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26058158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28634/statm: 1339 232 193 169 0 50 0
[pid=28635] ppid=28634 vsize=23280 CPUtime=1770.68
/proc/28635/stat : 28635 (minisat) R 28634 28611 26771 0 -1 4194304 5464 0 0 0 177050 18 0 0 25 0 1 0 26058158 23838720 5450 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28635/statm: 5820 5450 75 150 0 5667 0
Current children cumulated CPU time (s) 1772.4
Current children cumulated vsize (KiB) 45504



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810 s]
/proc/loadavg: 2.00 2.01 1.94 3/77 29361
/proc/meminfo: memFree=1744312/2055920 swapFree=4192812/4192956
[pid=28611] ppid=28609 vsize=16868 CPUtime=1.72
/proc/28611/stat : 28611 (sugar) S 28609 28611 26771 0 -1 4194304 1376 12794 0 2 6 2 156 8 16 0 1 0 26057975 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/28611/statm: 4217 1113 409 3 0 796 0
[pid=28634] ppid=28611 vsize=5356 CPUtime=0
/proc/28634/stat : 28634 (sh) S 28611 28611 26771 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26058158 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28634/statm: 1339 232 193 169 0 50 0
[pid=28635] ppid=28634 vsize=23812 CPUtime=1798.37
/proc/28635/stat : 28635 (minisat) R 28634 28611 26771 0 -1 4194304 5591 0 0 0 179819 18 0 0 25 0 1 0 26058158 24383488 5577 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/28635/statm: 5953 5577 75 150 0 5800 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 46036

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 1810.02
CPU time (s): 1800.13
CPU user time (s): 1799.82
CPU system time (s): 0.306953
CPU usage (%): 99.4531
Max. virtual memory (cumulated for all children) (KiB): 886536

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.306953
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20532
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1658
involuntary context switches= 24996

runsolver used 2.01869 second user time and 6.21805 second system time

The end

Launcher Data

Begin job on node14 at 2009-07-12 11:11:50
IDJOB=2089232
IDBENCH=59397
IDSOLVER=739
FILE ID=node14/2089232-1247389910
PBS_JOBID= 9507211
Free space on /tmp= 66512 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/tightness0.5/normalized-rand-2-40-25-180-500-96_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-2089232-1247389910/watcher-2089232-1247389910 -o /tmp/evaluation-result-2089232-1247389910/solver-2089232-1247389910 -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-2089232-1247389910.xml

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

MD5SUM BENCH= d0cfce9bec25a16ea588906bc23f32f2
RANDOM SEED=389465568

node14.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.265
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.265
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:       1516824 kB
Buffers:         37260 kB
Cached:         128252 kB
SwapCached:          0 kB
Active:         387188 kB
Inactive:        97568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1516824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1612 kB
Writeback:           0 kB
Mapped:         334940 kB
Slab:            38904 kB
Committed_AS:   900860 kB
PageTables:       2428 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= 66508 MiB
End job on node14 at 2009-07-12 11:42:02