Trace number 1127748

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatMSAT (TO) 3600.07 3612.73

General information on the benchmark

Namemaxcsp/cnf/2-40-1100-2000/
normalized-cnf-2-40-1500-890427_ext.xml
MD5SUM90f7b9abdcdac203ebdb13b5ee771492
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkMOPT
Best Number of falsified constraints210
Best CPU time to get the best result obtained on this benchmark1.52277
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints640
Maximum constraint arity2
Maximum domain size2
Number of constraints which are defined in extension640
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Wed Jul 23 03:17:04 2008
0.00/0.05	c 0	PID 3753
0.00/0.06	c 0	HOST node38.alineos.net
0.00/0.06	c 0	CONVERTING HOME/instance-1127748-1216775824.xml TO HOME/temp.csp
0.00/0.06	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1127748-1216775824.xml' 'HOME/temp.csp'
0.04/0.43	c 0	1 domains, 40 variables, 0 predicates, 14 relations, 640 constraints
0.04/0.49	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.49	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.45/0.57	c 0	Parsing HOME/temp.csp
0.45/0.69	c 0	parsed 695 expressions
0.45/0.70	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.45/0.72	c 0	MAX CSP: 640 constraints
0.45/0.72	c 0	Converting to clausal form CSP
0.45/0.75	c 0	converted 134 (10%) expressions
0.45/0.76	c 0	converted 268 (20%) expressions
0.45/0.78	c 0	converted 402 (30%) expressions
0.45/0.79	c 0	converted 536 (40%) expressions
0.45/0.80	c 0	converted 669 (50%) expressions
0.45/0.81	c 1	converted 803 (60%) expressions
0.45/0.82	c 1	converted 937 (70%) expressions
0.45/0.89	c 1	converted 1071 (80%) expressions
0.45/0.89	c 1	converted 1205 (90%) expressions
0.45/1.01	c 1	converted 1338 (100%) expressions
0.45/1.02	c 1	CSP : 1320 integers, 0 booleans, 1919 clauses, largest domain size 961
0.45/1.02	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.45/1.02	c 1	Propagation in CSP
0.45/1.06	c 1	638 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.45/1.06	c 1	CSP : 1320 integers, 0 booleans, 1919 clauses, largest domain size 641
0.45/1.06	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
0.45/1.06	c 1	Simplifing CSP by introducing new Boolean variables
0.45/1.07	c 1	CSP : 1320 integers, 0 booleans, 1919 clauses, largest domain size 641
0.45/1.07	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.10	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.03/1.11	c 1	132 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/1.12	c 1	264 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/1.12	c 1	396 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/1.12	c 1	528 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/1.12	c 1	660 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.03/1.14	c 1	792 (60%) CSP integer variables are encoded (5492 clauses, 70823 bytes)
1.03/1.14	c 1	924 (70%) CSP integer variables are encoded (6907 clauses, 89218 bytes)
1.03/1.14	c 1	1056 (80%) CSP integer variables are encoded (8344 clauses, 107899 bytes)
1.03/1.14	c 1	1188 (90%) CSP integer variables are encoded (9249 clauses, 120471 bytes)
1.03/1.15	c 1	1320 (100%) CSP integer variables are encoded (10499 clauses, 139221 bytes)
1.03/1.18	c 1	192 (10%) CSP clauses are encoded (10751 clauses, 142012 bytes)
1.03/1.19	c 1	384 (20%) CSP clauses are encoded (11000 clauses, 145042 bytes)
1.14/1.21	c 1	576 (30%) CSP clauses are encoded (11247 clauses, 148123 bytes)
1.33/1.46	c 1	768 (40%) CSP clauses are encoded (71093 clauses, 1205475 bytes)
1.63/1.74	c 1	960 (50%) CSP clauses are encoded (228103 clauses, 4088028 bytes)
1.63/1.76	c 1	1152 (60%) CSP clauses are encoded (235693 clauses, 4221693 bytes)
2.03/2.11	c 2	1344 (70%) CSP clauses are encoded (437309 clauses, 7934903 bytes)
2.03/2.13	c 2	1536 (80%) CSP clauses are encoded (446051 clauses, 8089236 bytes)
2.03/2.17	c 2	1728 (90%) CSP clauses are encoded (466973 clauses, 8509603 bytes)
2.23/2.32	c 2	1919 (100%) CSP clauses are encoded (544327 clauses, 10153807 bytes)
2.23/2.32	c 2	1919 CSP clauses encoded
2.23/2.32	c 2	Writing map file : HOME/temp.map
2.23/2.34	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.23/2.34	c 2	SAT : 11819 SAT variables, 544327 SAT clauses, 10153807 bytes
2.23/2.34	c 2	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.23/2.37	c 2	OBJECTIVE minimize _COST
2.23/2.37	c 2	OBJECTIVE BOUND: 0 <= _COST <= 
2.23/2.37	c 2	SEARCHING: _COST <= 320
2.23/2.37	c 2	SOLVING HOME/temp.cnf
2.23/2.37	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.23/2.37	c 2	This is MiniSat 2.0 beta
2.23/2.37	c 2	WARNING: for repeatability, setting FPU to use double precision
2.23/2.37	c 2	============================[ Problem Statistics ]=============================
2.23/2.37	c 2	|                                                                             |
2.23/2.37	c 2	|  Number of variables:  11819                                                |
2.23/2.37	c 2	|  Number of clauses:    544328                                               |
2.28/2.64	c 2	|  Parsing time:         0.23         s                                       |
2.28/2.83	c 3	============================[ Search Statistics ]==============================
2.28/2.83	c 3	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.28/2.83	c 3	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.28/2.83	c 3	===============================================================================
2.28/2.83	c 3	|         0 |    8619   347475  1019185 |   115825        0    nan |  0.000 % |
2.28/3.09	c 3	===============================================================================
2.28/3.09	c 3	restarts              : 1
2.28/3.09	c 3	conflicts             : 95             (140 /sec)
2.28/3.09	c 3	decisions             : 753            (0.66 % random) (1112 /sec)
2.28/3.09	c 3	propagations          : 142128         (209970 /sec)
2.28/3.09	c 3	conflict literals     : 1669           (15.19 % deleted)
2.28/3.09	c 3	Memory used           : 23.74 MB
2.28/3.09	c 3	CPU time              : 0.676897 s
2.28/3.09	c 3	
2.28/3.09	c 3	SATISFIABLE
2.28/3.10	c 3	FOUND: _COST <= 320
2.28/3.10	s SATISFIABLE
3.00/3.10	c 3	DECODING HOME/temp.out WITH HOME/temp.map
3.00/3.10	c 3	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
3.00/3.18	c 3	Decoding HOME/temp.out
3.00/3.28	c 3	OBJECTIVE _COST 320
3.00/3.28	o 320
3.00/3.29	v 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1
3.00/3.29	c 3	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.17/3.31	c 3	OBJECTIVE BOUND: 0 <= _COST <= 320
3.17/3.31	c 3	SEARCHING: _COST <= 160
3.17/3.31	c 3	SOLVING HOME/temp.cnf
3.17/3.31	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.17/3.31	c 3	This is MiniSat 2.0 beta
3.17/3.31	c 3	WARNING: for repeatability, setting FPU to use double precision
3.17/3.31	c 3	============================[ Problem Statistics ]=============================
3.17/3.31	c 3	|                                                                             |
3.17/3.31	c 3	|  Number of variables:  11819                                                |
3.17/3.31	c 3	|  Number of clauses:    544328                                               |
3.19/3.59	c 3	|  Parsing time:         0.23         s                                       |
3.19/3.83	c 4	============================[ Search Statistics ]==============================
3.19/3.83	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.19/3.83	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.19/3.83	c 4	===============================================================================
3.19/3.83	c 4	|         0 |    6859   227235   663585 |    75745        0    nan |  0.000 % |
3.19/3.97	c 4	|       100 |    6858   227235   663585 |    83319       99     18 | 42.119 % |
3.19/4.05	c 4	|       251 |    6858   227235   663585 |    91651      250     20 | 42.119 % |
3.19/4.15	c 4	|       476 |    6857   227235   663585 |   100816      473     19 | 42.457 % |
3.19/4.28	c 4	|       815 |    6857   227235   663585 |   110898      812     19 | 42.457 % |
4.37/4.51	c 4	|      1323 |    6857   227235   663585 |   121988     1320     20 | 42.457 % |
4.56/4.79	c 4	|      2082 |    6801   223707   653210 |   134186     2077     20 | 42.770 % |
5.06/5.20	c 5	|      3221 |    6801   223707   653210 |   147605     3216     20 | 42.770 % |
5.76/5.91	c 6	|      4930 |    6764   221244   645950 |   162366     4923     20 | 43.049 % |
6.95/7.19	c 7	|      7492 |    6731   219213   639971 |   178602     7485     20 | 43.049 % |
8.94/9.12	c 9	|     11337 |    6731   219213   639971 |   196463    11330     21 | 43.049 % |
13.22/13.41	c 13	|     17103 |    6731   219213   639971 |   216109    17096     22 | 43.049 % |
21.88/22.18	c 22	|     25754 |    6713   218165   636890 |   237720    25746     22 | 43.202 % |
33.45/33.71	c 33	|     38728 |    6713   218165   636890 |   261492    38720     24 | 43.202 % |
55.94/56.29	c 56	|     58189 |    6713   218165   636890 |   287641    58181     25 | 43.202 % |
93.82/94.15	c 94	|     87381 |    6694   216964   633353 |   316405    87372     25 | 43.362 % |
164.48/164.81	c 165	|    131170 |    6694   216964   633353 |   348046   131161     25 | 43.362 % |
322.81/323.24	c 323	|    196856 |    6694   216964   633353 |   382850   196847     25 | 43.362 % |
586.88/587.47	c 587	|    295382 |    6694   216964   633353 |   421135   295373     25 | 43.362 % |
1072.35/1073.10	c 1073	|    443171 |    6660   214875   627203 |   463249    35824     21 | 43.650 % |
1565.02/1566.03	c 1566	|    664856 |    6660   214875   627203 |   509574   257509     24 | 43.650 % |
2694.56/2696.19	c 2696	|    997382 |    6644   213442   622954 |   560531    94164     23 | 43.786 % |
3600.07/3612.71	c ERROR INTERRUPTED
3600.07/3612.72	c 3612	CPU 2.96 (0.03 0.01 2.93 0.23)
3600.07/3612.72	c 3612	END Wed Jul 23 04:17:16 2008

Verifier Data (download as text)

OK	273	367
273 unsatisfied constraints, 367 satisfied constraints

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127748-1216775824/watcher-1127748-1216775824 -o /tmp/evaluation-result-1127748-1216775824/solver-1127748-1216775824 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1127748-1216775824.xml 

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


[startup+0 s]
/proc/loadavg: 1.99 1.97 1.91 4/80 3753
/proc/meminfo: memFree=1715568/2055920 swapFree=4192956/4192956
[pid=3753] ppid=3751 vsize=6268 CPUtime=0
/proc/3753/stat : 3753 (sugar) R 3751 3753 3570 0 -1 4194304 62 0 0 0 0 0 0 0 19 0 1 0 4671452 6418432 47 996147200 4194304 4206940 548682068592 18446744073709551615 266887820681 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/3753/statm: 1567 47 36 3 0 8 0

[startup+0.100473 s]
/proc/loadavg: 1.99 1.97 1.91 4/80 3753
/proc/meminfo: memFree=1715568/2055920 swapFree=4192956/4192956
[pid=3753] ppid=3751 vsize=13600 CPUtime=0.04
/proc/3753/stat : 3753 (sugar) S 3751 3753 3570 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 4671452 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3753/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.201485 s]
/proc/loadavg: 1.99 1.97 1.91 4/80 3753
/proc/meminfo: memFree=1715568/2055920 swapFree=4192956/4192956
[pid=3753] ppid=3751 vsize=13600 CPUtime=0.04
/proc/3753/stat : 3753 (sugar) S 3751 3753 3570 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 4671452 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3753/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301497 s]
/proc/loadavg: 1.99 1.97 1.91 4/80 3753
/proc/meminfo: memFree=1715568/2055920 swapFree=4192956/4192956
[pid=3753] ppid=3751 vsize=13600 CPUtime=0.04
/proc/3753/stat : 3753 (sugar) S 3751 3753 3570 0 -1 4194304 898 127 0 0 3 1 0 0 18 0 1 0 4671452 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3753/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701588 s]
/proc/loadavg: 1.99 1.97 1.91 4/80 3753
/proc/meminfo: memFree=1715568/2055920 swapFree=4192956/4192956
[pid=3753] ppid=3751 vsize=13600 CPUtime=0.45
/proc/3753/stat : 3753 (sugar) S 3751 3753 3570 0 -1 4194304 974 4362 0 1 3 1 38 3 15 0 1 0 4671452 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3753/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13600

[startup+1.50273 s]
/proc/loadavg: 1.99 1.97 1.91 4/91 3775
/proc/meminfo: memFree=1700496/2055920 swapFree=4192956/4192956
[pid=3753] ppid=3751 vsize=13600 CPUtime=0.45
/proc/3753/stat : 3753 (sugar) S 3751 3753 3570 0 -1 4194304 974 4362 0 1 3 1 38 3 15 0 1 0 4671452 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3753/statm: 3400 797 370 3 0 500 0
[pid=3766] ppid=3753 vsize=5356 CPUtime=0
/proc/3766/stat : 3766 (sh) S 3753 3753 3570 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 4671501 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3766/statm: 1339 233 193 169 0 50 0
[pid=3767] ppid=3766 vsize=868376 CPUtime=0.98
/proc/3767/stat : 3767 (java) S 3766 3753 3570 0 -1 0 6594 0 1 0 92 6 0 0 18 0 9 0 4671502 889217024 5774 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/3767/statm: 217094 5774 2563 9 0 211641 0
[pid=3767/tid=3768] ppid=3766 vsize=868376 CPUtime=0.64
/proc/3767/task/3768/stat : 3768 (java) R 3766 3753 3570 0 -1 64 2770 0 1 0 61 3 0 0 20 0 9 0 4671503 889217024 5774 996147200 134512640 134550740 4294955936 18446744073709551615 4126947556 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3767/tid=3769] ppid=3766 vsize=868376 CPUtime=0.07
/proc/3767/task/3769/stat : 3769 (java) S 3766 3753 3570 0 -1 64 1651 0 0 0 7 0 0 0 16 0 9 0 4671504 889217024 5774 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=3767/tid=3770] ppid=3766 vsize=868376 CPUtime=0
/proc/3767/task/3770/stat : 3770 (java) S 3766 3753 3570 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 4671504 889217024 5774 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3767/tid=3771] ppid=3766 vsize=868376 CPUtime=0
/proc/3767/task/3771/stat : 3771 (java) S 3766 3753 3570 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 4671504 889217024 5774 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3767/tid=3772] ppid=3766 vsize=868376 CPUtime=0
/proc/3767/task/3772/stat : 3772 (java) S 3766 3753 3570 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 4671506 889217024 5774 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3767/tid=3773] ppid=3766 vsize=868376 CPUtime=0.25
/proc/3767/task/3773/stat : 3773 (java) S 3766 3753 3570 0 -1 64 1481 0 0 0 24 1 0 0 16 0 9 0 4671506 889217024 5774 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3767/tid=3774] ppid=3766 vsize=868376 CPUtime=0
/proc/3767/task/3774/stat : 3774 (java) S 3766 3753 3570 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 4671506 889217024 5774 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=3767/tid=3775] ppid=3766 vsize=868376 CPUtime=0
/proc/3767/task/3775/stat : 3775 (java) S 3766 3753 3570 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 4671506 889217024 5774 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 887332

[startup+3.10109 s]
/proc/loadavg: 1.99 1.97 1.91 3/91 3775
/proc/meminfo: memFree=1691024/2055920 swapFree=4192956/4192956
[pid=3753] ppid=3751 vsize=13732 CPUtime=3
/proc/3753/stat : 3753 (sugar) R 3751 3753 3570 0 -1 4194304 1092 17656 0 2 3 1 276 20 16 0 1 0 4671452 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 266910316096 0 0 4224 16386 0 0 0 17 1 0 0
/proc/3753/statm: 3433 821 374 3 0 533 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 13732

[startup+6.30166 s]
/proc/loadavg: 1.99 1.97 1.91 3/83 3789
/proc/meminfo: memFree=1679056/2055920 swapFree=4192956/4192956
[pid=3753] ppid=3751 vsize=13732 CPUtime=3.19
/proc/3753/stat : 3753 (sugar) S 3751 3753 3570 0 -1 4194304 1192 21527 0 3 3 1 292 23 15 0 1 0 4671452 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3753/statm: 3433 821 374 3 0 533 0
[pid=3788] ppid=3753 vsize=5356 CPUtime=0
/proc/3788/stat : 3788 (sh) S 3753 3753 3570 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4671783 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 1339 232 193 169 0 50 0
[pid=3789] ppid=3788 vsize=24568 CPUtime=2.97
/proc/3789/stat : 3789 (minisat) R 3788 3753 3570 0 -1 4194304 5909 0 0 0 293 4 0 0 25 0 1 0 4671784 25157632 5895 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/3789/statm: 6142 5895 75 150 0 5989 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 43656

[startup+12.7019 s]
/proc/loadavg: 1.99 1.97 1.91 3/83 3789
/proc/meminfo: memFree=1679056/2055920 swapFree=4192956/4192956
[pid=3753] ppid=3751 vsize=13732 CPUtime=3.19
/proc/3753/stat : 3753 (sugar) S 3751 3753 3570 0 -1 4194304 1192 21527 0 3 3 1 292 23 16 0 1 0 4671452 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3753/statm: 3433 821 374 3 0 533 0
[pid=3788] ppid=3753 vsize=5356 CPUtime=0
/proc/3788/stat : 3788 (sh) S 3753 3753 3570 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4671783 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 1339 232 193 169 0 50 0
[pid=3789] ppid=3788 vsize=24756 CPUtime=9.33
/proc/3789/stat : 3789 (minisat) R 3788 3753 3570 0 -1 4194304 5926 0 0 0 929 4 0 0 25 0 1 0 4671784 25350144 5912 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3789/statm: 6189 5912 75 150 0 6036 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 43844

[startup+25.5014 s]
/proc/loadavg: 1.99 1.97 1.91 3/83 3789
/proc/meminfo: memFree=1679184/2055920 swapFree=4192956/4192956
[pid=3753] ppid=3751 vsize=13732 CPUtime=3.19
/proc/3753/stat : 3753 (sugar) S 3751 3753 3570 0 -1 4194304 1192 21527 0 3 3 1 292 23 16 0 1 0 4671452 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/3753/statm: 3433 821 374 3 0 533 0
[pid=3788] ppid=3753 vsize=5356 CPUtime=0
/proc/3788/stat : 3788 (sh) S 3753 3753 3570 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4671783 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 1339 232 193 169 0 50 0
[pid=3789] ppid=3788 vsize=24756 CPUtime=22.07
/proc/3789/stat : 3789 (minisat) R 3788 3753 3570 0 -1 4194304 5939 0 0 0 2203 4 0 0 25 0 1 0 4671784 25350144 5925 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3789/statm: 6189 5925 75 150 0 6036 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 43844

[startup+51.1013 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 3830
/proc/meminfo: memFree=1707016/2055920 swapFree=4192956/4192956
[pid=3753] ppid=3751 vsize=13732 CPUtime=3.19
/proc/3753/stat : 3753 (sugar) S 3751 3753 3570 0 -1 4194304 1192 21527 0 3 3 1 292 23 16 0 1 0 4671452 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3753/statm: 3433 821 374 3 0 533 0
[pid=3788] ppid=3753 vsize=5356 CPUtime=0
/proc/3788/stat : 3788 (sh) S 3753 3753 3570 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4671783 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 1339 232 193 169 0 50 0
[pid=3789] ppid=3788 vsize=24928 CPUtime=47.65
/proc/3789/stat : 3789 (minisat) R 3788 3753 3570 0 -1 4194304 6003 0 0 0 4760 5 0 0 25 0 1 0 4671784 25526272 5981 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3789/statm: 6232 5981 75 150 0 6079 0
Current children cumulated CPU time (s) 50.84
Current children cumulated vsize (KiB) 44016

[startup+102.301 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 3830
/proc/meminfo: memFree=1701960/2055920 swapFree=4192956/4192956
[pid=3753] ppid=3751 vsize=13732 CPUtime=3.19
/proc/3753/stat : 3753 (sugar) S 3751 3753 3570 0 -1 4194304 1192 21527 0 3 3 1 292 23 16 0 1 0 4671452 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3753/statm: 3433 821 374 3 0 533 0
[pid=3788] ppid=3753 vsize=5356 CPUtime=0
/proc/3788/stat : 3788 (sh) S 3753 3753 3570 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4671783 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 1339 232 193 169 0 50 0
[pid=3789] ppid=3788 vsize=30216 CPUtime=98.82
/proc/3789/stat : 3789 (minisat) R 3788 3753 3570 0 -1 4194304 7273 0 0 0 9876 6 0 0 25 0 1 0 4671784 30941184 7251 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3789/statm: 7554 7251 75 150 0 7401 0
Current children cumulated CPU time (s) 102.01
Current children cumulated vsize (KiB) 49304

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 3832
/proc/meminfo: memFree=1696584/2055920 swapFree=4192956/4192956
[pid=3753] ppid=3751 vsize=13732 CPUtime=3.19
/proc/3753/stat : 3753 (sugar) S 3751 3753 3570 0 -1 4194304 1192 21527 0 3 3 1 292 23 16 0 1 0 4671452 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3753/statm: 3433 821 374 3 0 533 0
[pid=3788] ppid=3753 vsize=5356 CPUtime=0
/proc/3788/stat : 3788 (sh) S 3753 3753 3570 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4671783 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 1339 232 193 169 0 50 0
[pid=3789] ppid=3788 vsize=35412 CPUtime=158.79
/proc/3789/stat : 3789 (minisat) R 3788 3753 3570 0 -1 4194304 8578 0 0 0 15872 7 0 0 25 0 1 0 4671784 36261888 8556 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3789/statm: 8853 8556 75 150 0 8700 0
Current children cumulated CPU time (s) 161.98
Current children cumulated vsize (KiB) 54500

[startup+222.306 s]
/proc/loadavg: 1.99 1.97 1.91 3/84 3832
/proc/meminfo: memFree=1692360/2055920 swapFree=4192956/4192956
[pid=3753] ppid=3751 vsize=13732 CPUtime=3.19
/proc/3753/stat : 3753 (sugar) S 3751 3753 3570 0 -1 4194304 1192 21527 0 3 3 1 292 23 16 0 1 0 4671452 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3753/statm: 3433 821 374 3 0 533 0
[pid=3788] ppid=3753 vsize=5356 CPUtime=0
/proc/3788/stat : 3788 (sh) S 3753 3753 3570 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4671783 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 1339 232 193 169 0 50 0
[pid=3789] ppid=3788 vsize=39704 CPUtime=218.77
/proc/3789/stat : 3789 (minisat) R 3788 3753 3570 0 -1 4194304 9586 0 0 0 21869 8 0 0 25 0 1 0 4671784 40656896 9564 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/3789/statm: 9926 9564 75 150 0 9773 0
Current children cumulated CPU time (s) 221.96
Current children cumulated vsize (KiB) 58792

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

/proc/meminfo: memFree=1639176/2055920 swapFree=4192956/4192956
[pid=3753] ppid=3751 vsize=13732 CPUtime=3.19
/proc/3753/stat : 3753 (sugar) S 3751 3753 3570 0 -1 4194304 1192 21527 0 3 3 1 292 23 16 0 1 0 4671452 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3753/statm: 3433 821 374 3 0 533 0
[pid=3788] ppid=3753 vsize=5356 CPUtime=0
/proc/3788/stat : 3788 (sh) S 3753 3753 3570 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4671783 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 1339 232 193 169 0 50 0
[pid=3789] ppid=3788 vsize=92976 CPUtime=3091.3
/proc/3789/stat : 3789 (minisat) R 3788 3753 3570 0 -1 4194304 22403 0 0 0 309102 28 0 0 25 0 1 0 4671784 95207424 22373 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3789/statm: 23244 22373 75 150 0 23091 0
Current children cumulated CPU time (s) 3094.49
Current children cumulated vsize (KiB) 112064

[startup+3162.3 s]
/proc/loadavg: 2.05 2.02 1.94 3/84 4334
/proc/meminfo: memFree=1639112/2055920 swapFree=4192956/4192956
[pid=3753] ppid=3751 vsize=13732 CPUtime=3.19
/proc/3753/stat : 3753 (sugar) S 3751 3753 3570 0 -1 4194304 1192 21527 0 3 3 1 292 23 16 0 1 0 4671452 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3753/statm: 3433 821 374 3 0 533 0
[pid=3788] ppid=3753 vsize=5356 CPUtime=0
/proc/3788/stat : 3788 (sh) S 3753 3753 3570 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4671783 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 1339 232 193 169 0 50 0
[pid=3789] ppid=3788 vsize=92976 CPUtime=3150.73
/proc/3789/stat : 3789 (minisat) R 3788 3753 3570 0 -1 4194304 22406 0 0 0 315045 28 0 0 25 0 1 0 4671784 95207424 22376 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/3789/statm: 23244 22376 75 150 0 23091 0
Current children cumulated CPU time (s) 3153.92
Current children cumulated vsize (KiB) 112064

[startup+3222.3 s]
/proc/loadavg: 2.07 2.03 1.95 3/84 4334
/proc/meminfo: memFree=1638984/2055920 swapFree=4192956/4192956
[pid=3753] ppid=3751 vsize=13732 CPUtime=3.19
/proc/3753/stat : 3753 (sugar) S 3751 3753 3570 0 -1 4194304 1192 21527 0 3 3 1 292 23 16 0 1 0 4671452 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3753/statm: 3433 821 374 3 0 533 0
[pid=3788] ppid=3753 vsize=5356 CPUtime=0
/proc/3788/stat : 3788 (sh) S 3753 3753 3570 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4671783 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 1339 232 193 169 0 50 0
[pid=3789] ppid=3788 vsize=92976 CPUtime=3210.17
/proc/3789/stat : 3789 (minisat) R 3788 3753 3570 0 -1 4194304 22416 0 0 0 320989 28 0 0 25 0 1 0 4671784 95207424 22386 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/3789/statm: 23244 22386 75 150 0 23091 0
Current children cumulated CPU time (s) 3213.36
Current children cumulated vsize (KiB) 112064

[startup+3282.3 s]
/proc/loadavg: 2.07 2.04 1.95 3/84 4334
/proc/meminfo: memFree=1638984/2055920 swapFree=4192956/4192956
[pid=3753] ppid=3751 vsize=13732 CPUtime=3.19
/proc/3753/stat : 3753 (sugar) S 3751 3753 3570 0 -1 4194304 1192 21527 0 3 3 1 292 23 16 0 1 0 4671452 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3753/statm: 3433 821 374 3 0 533 0
[pid=3788] ppid=3753 vsize=5356 CPUtime=0
/proc/3788/stat : 3788 (sh) S 3753 3753 3570 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4671783 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 1339 232 193 169 0 50 0
[pid=3789] ppid=3788 vsize=92976 CPUtime=3269.6
/proc/3789/stat : 3789 (minisat) R 3788 3753 3570 0 -1 4194304 22420 0 0 0 326932 28 0 0 25 0 1 0 4671784 95207424 22390 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3789/statm: 23244 22390 75 150 0 23091 0
Current children cumulated CPU time (s) 3272.79
Current children cumulated vsize (KiB) 112064

[startup+3342.3 s]
/proc/loadavg: 2.06 2.04 1.96 3/84 4334
/proc/meminfo: memFree=1638792/2055920 swapFree=4192956/4192956
[pid=3753] ppid=3751 vsize=13732 CPUtime=3.19
/proc/3753/stat : 3753 (sugar) S 3751 3753 3570 0 -1 4194304 1192 21527 0 3 3 1 292 23 16 0 1 0 4671452 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3753/statm: 3433 821 374 3 0 533 0
[pid=3788] ppid=3753 vsize=5356 CPUtime=0
/proc/3788/stat : 3788 (sh) S 3753 3753 3570 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4671783 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 1339 232 193 169 0 50 0
[pid=3789] ppid=3788 vsize=93140 CPUtime=3329.03
/proc/3789/stat : 3789 (minisat) R 3788 3753 3570 0 -1 4194304 22457 0 0 0 332875 28 0 0 25 0 1 0 4671784 95375360 22427 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3789/statm: 23285 22427 75 150 0 23132 0
Current children cumulated CPU time (s) 3332.22
Current children cumulated vsize (KiB) 112228

[startup+3402.3 s]
/proc/loadavg: 2.06 2.05 1.96 3/84 4334
/proc/meminfo: memFree=1638664/2055920 swapFree=4192956/4192956
[pid=3753] ppid=3751 vsize=13732 CPUtime=3.19
/proc/3753/stat : 3753 (sugar) S 3751 3753 3570 0 -1 4194304 1192 21527 0 3 3 1 292 23 16 0 1 0 4671452 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3753/statm: 3433 821 374 3 0 533 0
[pid=3788] ppid=3753 vsize=5356 CPUtime=0
/proc/3788/stat : 3788 (sh) S 3753 3753 3570 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4671783 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 1339 232 193 169 0 50 0
[pid=3789] ppid=3788 vsize=93424 CPUtime=3388.47
/proc/3789/stat : 3789 (minisat) R 3788 3753 3570 0 -1 4194304 22487 0 0 0 338819 28 0 0 25 0 1 0 4671784 95666176 22457 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/3789/statm: 23356 22457 75 150 0 23203 0
Current children cumulated CPU time (s) 3391.66
Current children cumulated vsize (KiB) 112512

[startup+3462.3 s]
/proc/loadavg: 2.06 2.05 1.97 3/84 4334
/proc/meminfo: memFree=1638472/2055920 swapFree=4192956/4192956
[pid=3753] ppid=3751 vsize=13732 CPUtime=3.19
/proc/3753/stat : 3753 (sugar) S 3751 3753 3570 0 -1 4194304 1192 21527 0 3 3 1 292 23 16 0 1 0 4671452 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3753/statm: 3433 821 374 3 0 533 0
[pid=3788] ppid=3753 vsize=5356 CPUtime=0
/proc/3788/stat : 3788 (sh) S 3753 3753 3570 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4671783 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 1339 232 193 169 0 50 0
[pid=3789] ppid=3788 vsize=93424 CPUtime=3447.9
/proc/3789/stat : 3789 (minisat) R 3788 3753 3570 0 -1 4194304 22488 0 0 0 344762 28 0 0 25 0 1 0 4671784 95666176 22458 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3789/statm: 23356 22458 75 150 0 23203 0
Current children cumulated CPU time (s) 3451.09
Current children cumulated vsize (KiB) 112512

[startup+3522.31 s]
/proc/loadavg: 2.13 2.07 1.98 3/84 4334
/proc/meminfo: memFree=1638344/2055920 swapFree=4192956/4192956
[pid=3753] ppid=3751 vsize=13732 CPUtime=3.19
/proc/3753/stat : 3753 (sugar) S 3751 3753 3570 0 -1 4194304 1192 21527 0 3 3 1 292 23 16 0 1 0 4671452 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3753/statm: 3433 821 374 3 0 533 0
[pid=3788] ppid=3753 vsize=5356 CPUtime=0
/proc/3788/stat : 3788 (sh) S 3753 3753 3570 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4671783 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 1339 232 193 169 0 50 0
[pid=3789] ppid=3788 vsize=93424 CPUtime=3507.33
/proc/3789/stat : 3789 (minisat) R 3788 3753 3570 0 -1 4194304 22506 0 0 0 350705 28 0 0 25 0 1 0 4671784 95666176 22476 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3789/statm: 23356 22476 75 150 0 23203 0
Current children cumulated CPU time (s) 3510.52
Current children cumulated vsize (KiB) 112512

[startup+3582.3 s]
/proc/loadavg: 2.12 2.07 1.98 3/84 4334
/proc/meminfo: memFree=1637960/2055920 swapFree=4192956/4192956
[pid=3753] ppid=3751 vsize=13732 CPUtime=3.19
/proc/3753/stat : 3753 (sugar) S 3751 3753 3570 0 -1 4194304 1192 21527 0 3 3 1 292 23 16 0 1 0 4671452 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3753/statm: 3433 821 374 3 0 533 0
[pid=3788] ppid=3753 vsize=5356 CPUtime=0
/proc/3788/stat : 3788 (sh) S 3753 3753 3570 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4671783 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 1339 232 193 169 0 50 0
[pid=3789] ppid=3788 vsize=93748 CPUtime=3566.76
/proc/3789/stat : 3789 (minisat) R 3788 3753 3570 0 -1 4194304 22587 0 0 0 356648 28 0 0 25 0 1 0 4671784 95997952 22557 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/3789/statm: 23437 22557 75 150 0 23284 0
Current children cumulated CPU time (s) 3569.95
Current children cumulated vsize (KiB) 112836



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3612.7 s]
/proc/loadavg: 2.07 2.06 1.98 3/84 4334
/proc/meminfo: memFree=1637960/2055920 swapFree=4192956/4192956
[pid=3753] ppid=3751 vsize=13732 CPUtime=3.19
/proc/3753/stat : 3753 (sugar) S 3751 3753 3570 0 -1 4194304 1192 21527 0 3 3 1 292 23 16 0 1 0 4671452 14061568 821 996147200 4194304 4206940 548682068592 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/3753/statm: 3433 821 374 3 0 533 0
[pid=3788] ppid=3753 vsize=5356 CPUtime=0
/proc/3788/stat : 3788 (sh) S 3753 3753 3570 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 4671783 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/3788/statm: 1339 232 193 169 0 50 0
[pid=3789] ppid=3788 vsize=93748 CPUtime=3596.88
/proc/3789/stat : 3789 (minisat) R 3788 3753 3570 0 -1 4194304 22591 0 0 0 359660 28 0 0 25 0 1 0 4671784 95997952 22561 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/3789/statm: 23437 22561 75 150 0 23284 0
Current children cumulated CPU time (s) 3600.07
Current children cumulated vsize (KiB) 112836

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

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3753 and gives
#  childrusage.ru_utime.tv_sec=2
#  childrusage.ru_utime.tv_usec=968548
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=258960
# CPU time returned by wait4() is 3.22751
# while last known CPU time is 3600.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 3612.73
CPU time (s): 3600.07
CPU user time (s): 3599.55
CPU system time (s): 0.52
CPU usage (%): 99.6496
Max. virtual memory (cumulated for all children) (KiB): 887332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.96855
system time used= 0.25896
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23061
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= 4153
involuntary context switches= 3948

runsolver used 4.04738 second user time and 10.0065 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-23 03:17:04
IDJOB=1127748
IDBENCH=63897
IDSOLVER=368
FILE ID=node38/1127748-1216775824
PBS_JOBID= 7974154
Free space on /tmp= 66560 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/maxcsp/cnf/2-40-1100-2000/normalized-cnf-2-40-1500-890427_ext.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1127748-1216775824/watcher-1127748-1216775824 -o /tmp/evaluation-result-1127748-1216775824/solver-1127748-1216775824 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1127748-1216775824.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 90f7b9abdcdac203ebdb13b5ee771492
RANDOM SEED=1167092839

node38.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.263
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	: 5931.00
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.263
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:       1716048 kB
Buffers:         29968 kB
Cached:         212996 kB
SwapCached:          0 kB
Active:         147708 kB
Inactive:       148368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1716048 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1352 kB
Writeback:           0 kB
Mapped:          73384 kB
Slab:            28988 kB
Committed_AS:   884544 kB
PageTables:       1948 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= 66560 MiB
End job on node38 at 2008-07-23 04:17:18