Trace number 1109765

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar++ v1.13+minisat-incMSAT (TO)3 3600.09 3632.45

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-3_ext.xml
MD5SUM3a943544daeb42f629b766457a651c0a
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints3
Best CPU time to get the best result obtained on this benchmark3600.04
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c 0	Sugar++ v1-13 + HOME/minisat-inc
0.00/0.08	c 0	BEGIN Fri Jul 11 22:59:37 2008
0.00/0.08	c 0	PID 12875
0.06/0.08	c 0	HOST node29.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-1109765-1215809976.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1109765-1215809976.xml' 'HOME/temp.csp'
0.06/0.86	c 1	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.06/0.87	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.87	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -incremental -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.85/0.96	c 1	Parsing HOME/temp.csp
1.55/1.66	c 1	parsed 31 expressions
1.55/1.66	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.55/1.66	c 1	MAX CSP: 5 constraints
1.55/1.66	c 1	Converting to clausal form CSP
1.55/1.68	c 1	converted 4 (10%) expressions
1.55/1.68	c 1	converted 8 (20%) expressions
1.55/1.68	c 1	converted 12 (30%) expressions
1.55/1.68	c 1	converted 16 (40%) expressions
1.55/1.68	c 1	converted 20 (50%) expressions
1.65/1.71	c 1	converted 24 (60%) expressions
1.95/2.01	c 2	converted 28 (70%) expressions
2.34/2.47	c 2	converted 32 (80%) expressions
2.73/2.81	c 2	converted 36 (90%) expressions
2.73/2.81	c 2	converted 39 (100%) expressions
2.73/2.81	c 2	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.73/2.81	c 2	Heap : 53 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.73/2.81	c 2	Propagation in CSP
2.73/2.81	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.73/2.81	c 2	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.73/2.81	c 2	Heap : 53 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.73/2.81	c 2	Simplifing CSP by introducing new Boolean variables
2.73/2.81	c 2	CSP : 26 integers, 0 booleans, 6 clauses, largest domain size 10
2.73/2.81	c 2	Heap : 53 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.94/3.05	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.94/3.06	c 3	3 (10%) CSP integer variables are encoded (24 clauses, 264 bytes)
2.94/3.06	c 3	6 (20%) CSP integer variables are encoded (48 clauses, 480 bytes)
2.94/3.06	c 3	8 (30%) CSP integer variables are encoded (64 clauses, 624 bytes)
2.94/3.06	c 3	11 (40%) CSP integer variables are encoded (88 clauses, 840 bytes)
2.94/3.06	c 3	13 (50%) CSP integer variables are encoded (104 clauses, 1016 bytes)
2.94/3.06	c 3	16 (60%) CSP integer variables are encoded (128 clauses, 1280 bytes)
2.94/3.07	c 3	19 (70%) CSP integer variables are encoded (152 clauses, 1544 bytes)
2.94/3.07	c 3	21 (80%) CSP integer variables are encoded (160 clauses, 1632 bytes)
2.94/3.07	c 3	24 (90%) CSP integer variables are encoded (160 clauses, 1632 bytes)
2.94/3.07	c 3	26 (100%) CSP integer variables are encoded (164 clauses, 1676 bytes)
158.44/160.01	c 160	1 (10%) CSP clauses are encoded (140676 clauses, 6987170 bytes)
333.08/336.35	c 336	2 (20%) CSP clauses are encoded (281856 clauses, 14961224 bytes)
499.90/504.73	c 504	3 (30%) CSP clauses are encoded (422547 clauses, 22919153 bytes)
679.88/686.43	c 686	4 (40%) CSP clauses are encoded (563051 clauses, 30417951 bytes)
837.08/845.16	c 845	5 (50%) CSP clauses are encoded (703639 clauses, 38129396 bytes)
837.08/845.17	c 845	6 (60%) CSP clauses are encoded (703670 clauses, 38129933 bytes)
837.08/845.17	c 845	6 CSP clauses encoded
837.08/845.17	c 845	Writing map file : HOME/temp.map
837.08/845.17	c 845	Heap : 59 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
837.08/845.17	c 845	SAT : 190 SAT variables, 703670 SAT clauses, 38129933 bytes
837.08/845.17	c 845	Heap : 59 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
837.16/845.22	c 845	OBJECTIVE minimize _COST
837.16/845.22	c 845	SOLVING HOME/temp.cnf
837.16/845.22	c 845	CMD HOME/minisat-inc -incremental HOME/temp.cnf HOME/temp.out
837.16/845.22	c 845	This is MiniSat 2.0 beta incremental
837.16/845.22	c 845	WARNING: for repeatability, setting FPU to use double precision
837.16/845.22	c 845	============================[ Problem Statistics ]=============================
837.16/845.22	c 845	|                                                                             |
837.16/845.22	c 845	|  Number of variables:  190                                                  |
837.16/845.22	c 845	|  Number of clauses:    703670                                               |
838.04/846.19	c 846	|  Parsing time:         0.86         s                                       |
838.14/846.25	c 846	OK
838.14/846.25	c 846	OBJECTIVE BOUND: 0 <= _COST <= 
838.14/846.25	c 846	SEARCHING: _COST <= 3
838.14/846.25	c 846	============================[ Search Statistics ]==============================
838.14/846.25	c 846	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
838.14/846.25	c 846	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
838.14/846.25	c 846	===============================================================================
838.14/846.25	c 846	|         0 |     190   703670  9544102 |   234556        0    nan |  0.000 % |
838.53/846.61	c 846	|       100 |     190   703670  9544102 |   258012      100      9 |  0.006 % |
838.74/846.84	c 846	|       250 |     190   703670  9544102 |   283813      250     10 |  0.006 % |
838.84/846.98	c 847	===============================================================================
838.84/846.98	c 847	restarts              : 3
838.84/846.98	c 847	conflicts             : 353           (216 /sec)
838.84/846.98	c 847	decisions             : 595           (1.51 % random) (365 /sec)
838.84/846.98	c 847	propagations          : 4131           (2532 /sec)
838.84/846.98	c 847	conflict literals     : 3550           (23.41 % deleted)
838.84/846.98	c 847	Memory used           : 64.69 MB
838.84/846.98	c 847	CPU time              : 1.63175 s
838.84/846.98	c 847	
838.84/846.98	c 847	SATISFIABLE
838.84/846.98	c 847	OK
838.84/846.98	c 847	FOUND: _COST <= 3
838.84/846.98	s SATISFIABLE
838.84/846.98	c 847	DECODING HOME/temp.out WITH HOME/temp.map
838.84/846.98	c 847	CMD java -Xmx50M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
838.92/847.07	c 847	Decoding HOME/temp.out
838.92/847.10	c 847	OBJECTIVE _COST 3
838.92/847.10	o 3
838.93/847.10	v 6 9 9 9 9 8 9 9 9 9 7 9 0 8 5 4 9 3 7 5
838.93/847.10	c 847	Heap : 0 MB used (max 52 MB), NonHeap : 13 MB used (max 121 MB)
838.93/847.15	c 847	OK
838.93/847.15	c 847	OBJECTIVE BOUND: 0 <= _COST <= 3
838.93/847.15	c 847	SEARCHING: _COST <= 1
838.93/847.17	c 847	============================[ Search Statistics ]==============================
838.93/847.17	c 847	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
838.93/847.17	c 847	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
838.93/847.17	c 847	===============================================================================
838.93/847.17	c 847	|       353 |     190   703670  9544102 |   234556      353     10 |  0.006 % |
839.08/847.29	c 847	|       453 |     190   703670  9544102 |   258012      453     10 |  1.058 % |
839.38/847.58	c 847	|       604 |     190   703670  9544102 |   283813      604     10 |  1.058 % |
839.68/847.81	c 847	|       829 |     190   703670  9544102 |   312194      829     10 |  1.058 % |
840.37/848.58	c 848	|      1166 |     190   703670  9544102 |   343414     1166     11 |  1.058 % |
841.16/849.32	c 849	|      1674 |     190   703670  9544102 |   377755     1674     11 |  1.058 % |
843.24/851.49	c 851	|      2434 |     190   703670  9544102 |   415531     2434     13 |  1.058 % |
845.51/853.70	c 853	|      3575 |     190   703670  9544102 |   457084     3575     13 |  1.058 % |
849.29/857.50	c 857	|      5284 |     190   703670  9544102 |   502793     5284     13 |  1.058 % |
852.66/860.97	c 861	|      7846 |     190   703670  9544102 |   553072     7846     13 |  1.058 % |
861.48/869.88	c 870	|     11691 |     190   703670  9544102 |   608379    11691     14 |  1.058 % |
870.69/879.18	c 879	|     17458 |     190   703670  9544102 |   669217    17458     14 |  1.058 % |
891.30/899.96	c 900	|     26110 |     190   703670  9544102 |   736139    26110     14 |  1.058 % |
912.31/921.19	c 921	|     39086 |     190   703670  9544102 |   809753    39086     14 |  1.058 % |
956.02/965.27	c 965	|     58547 |     190   703670  9544102 |   890728    58547     14 |  1.058 % |
1022.63/1032.42	c 1032	|     87739 |     190   703670  9544102 |   979801    87739     15 |  1.058 % |
1162.48/1173.58	c 1173	|    131529 |     190   703670  9544102 |  1077781   131529     16 |  1.058 % |
1337.63/1350.23	c 1350	|    197214 |     190   703670  9544102 |  1185559   197214     16 |  1.058 % |
1758.78/1775.12	c 1775	|    295741 |     190   703670  9544102 |  1304115   295741     16 |  1.058 % |
2398.51/2420.50	c 2420	|    443532 |     190   703670  9544102 |  1434527   443532     17 |  1.058 % |
3600.02/3632.41	c ERROR INTERRUPTED
3600.02/3632.45	c 3632	CPU 3598.97 (0.06 0.02 3598.91 1.05)
3600.02/3632.45	c 3632	END Sat Jul 12 00:00:09 2008

Verifier Data (download as text)

OK	3	2
3 unsatisfied constraints, 2 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-1109765-1215809976/watcher-1109765-1215809976 -o /tmp/evaluation-result-1109765-1215809976/solver-1109765-1215809976 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar++ -max -incremental -c -vv -java=java -Xmx700M -decjava=java -Xmx50M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat-inc -tmp=HOME/temp HOME/instance-1109765-1215809976.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: 2.10 2.04 1.95 4/80 12875
/proc/meminfo: memFree=1896672/2055920 swapFree=4180012/4192956
[pid=12875] ppid=12873 vsize=12000 CPUtime=0
/proc/12875/stat : 12875 (sugar++) R 12873 12875 12685 0 -1 4194304 195 0 0 0 0 0 0 0 20 0 1 0 37699375 12288000 163 996147200 4194304 4206940 548682068528 18446744073709551615 221780313634 0 0 4224 0 0 0 0 17 1 0 0
/proc/12875/statm: 3000 163 125 3 0 100 0

[startup+0.0818651 s]
/proc/loadavg: 2.10 2.04 1.95 4/80 12875
/proc/meminfo: memFree=1896672/2055920 swapFree=4180012/4192956
[pid=12875] ppid=12873 vsize=16740 CPUtime=0.06
/proc/12875/stat : 12875 (sugar++) S 12873 12875 12685 0 -1 4194304 1143 0 0 0 5 1 0 0 18 0 1 0 37699375 17141760 1099 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12875/statm: 4185 1099 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.105906 s]
/proc/loadavg: 2.10 2.04 1.95 4/80 12875
/proc/meminfo: memFree=1896672/2055920 swapFree=4180012/4192956
[pid=12875] ppid=12873 vsize=16740 CPUtime=0.06
/proc/12875/stat : 12875 (sugar++) S 12873 12875 12685 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 37699375 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12875/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.301954 s]
/proc/loadavg: 2.10 2.04 1.95 4/80 12875
/proc/meminfo: memFree=1896672/2055920 swapFree=4180012/4192956
[pid=12875] ppid=12873 vsize=16740 CPUtime=0.06
/proc/12875/stat : 12875 (sugar++) S 12873 12875 12685 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 37699375 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12875/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.701981 s]
/proc/loadavg: 2.10 2.04 1.95 4/80 12875
/proc/meminfo: memFree=1896672/2055920 swapFree=4180012/4192956
[pid=12875] ppid=12873 vsize=16740 CPUtime=0.06
/proc/12875/stat : 12875 (sugar++) S 12873 12875 12685 0 -1 4194304 1219 128 0 0 5 1 0 0 19 0 1 0 37699375 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12875/statm: 4185 1104 409 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+1.50299 s]
/proc/loadavg: 2.17 2.05 1.96 3/91 12897
/proc/meminfo: memFree=1887368/2055920 swapFree=4180012/4192956
[pid=12875] ppid=12873 vsize=16740 CPUtime=0.85
/proc/12875/stat : 12875 (sugar++) S 12873 12875 12685 0 -1 4194304 1296 7971 0 1 5 2 73 5 16 0 1 0 37699375 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12875/statm: 4185 1104 409 3 0 764 0
[pid=12888] ppid=12875 vsize=5356 CPUtime=0
/proc/12888/stat : 12888 (sh) S 12875 12875 12685 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37699462 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12888/statm: 1339 233 193 169 0 50 0
[pid=12889] ppid=12888 vsize=864076 CPUtime=0.6
/proc/12889/stat : 12889 (java) S 12888 12875 12685 0 -1 0 7517 0 1 0 57 3 0 0 19 0 9 0 37699463 884813824 6764 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12889/statm: 216019 6764 2532 9 0 210601 0
[pid=12889/tid=12890] ppid=12888 vsize=864076 CPUtime=0.35
/proc/12889/task/12890/stat : 12890 (java) R 12888 12875 12685 0 -1 64 2457 0 1 0 35 0 0 0 22 0 9 0 37699464 884813824 6764 996147200 134512640 134550740 4294955920 18446744073709551615 4126413673 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12891] ppid=12888 vsize=864076 CPUtime=0.2
/proc/12889/task/12891/stat : 12891 (java) S 12888 12875 12685 0 -1 64 4056 0 0 0 18 2 0 0 16 0 9 0 37699465 884813824 6764 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12892] ppid=12888 vsize=864076 CPUtime=0
/proc/12889/task/12892/stat : 12892 (java) S 12888 12875 12685 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 37699465 884813824 6764 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12893] ppid=12888 vsize=864076 CPUtime=0
/proc/12889/task/12893/stat : 12893 (java) S 12888 12875 12685 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37699465 884813824 6764 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12894] ppid=12888 vsize=864076 CPUtime=0
/proc/12889/task/12894/stat : 12894 (java) S 12888 12875 12685 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37699467 884813824 6764 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12895] ppid=12888 vsize=864076 CPUtime=0.03
/proc/12889/task/12895/stat : 12895 (java) S 12888 12875 12685 0 -1 64 307 0 0 0 3 0 0 0 16 0 9 0 37699467 884813824 6764 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12896] ppid=12888 vsize=864076 CPUtime=0
/proc/12889/task/12896/stat : 12896 (java) S 12888 12875 12685 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37699467 884813824 6764 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12897] ppid=12888 vsize=864076 CPUtime=0
/proc/12889/task/12897/stat : 12897 (java) S 12888 12875 12685 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37699467 884813824 6764 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 886172

[startup+3.10214 s]
/proc/loadavg: 2.17 2.05 1.96 4/91 12897
/proc/meminfo: memFree=1857672/2055920 swapFree=4180012/4192956
[pid=12875] ppid=12873 vsize=16740 CPUtime=0.85
/proc/12875/stat : 12875 (sugar++) S 12873 12875 12685 0 -1 4194304 1297 7971 0 1 5 2 73 5 15 0 1 0 37699375 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12875/statm: 4185 1104 409 3 0 764 0
[pid=12888] ppid=12875 vsize=5356 CPUtime=0
/proc/12888/stat : 12888 (sh) S 12875 12875 12685 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37699462 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12888/statm: 1339 233 193 169 0 50 0
[pid=12889] ppid=12888 vsize=864288 CPUtime=2.19
/proc/12889/stat : 12889 (java) S 12888 12875 12685 0 -1 0 18520 0 1 0 210 9 0 0 19 0 9 0 37699463 885030912 17159 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12889/statm: 216072 17159 2564 9 0 210619 0
[pid=12889/tid=12890] ppid=12888 vsize=864288 CPUtime=0.83
/proc/12889/task/12890/stat : 12890 (java) R 12888 12875 12685 0 -1 64 3195 0 1 0 82 1 0 0 25 0 9 0 37699464 885030912 17159 996147200 134512640 134550740 4294955920 18446744073709551615 4126539648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12891] ppid=12888 vsize=864288 CPUtime=1.27
/proc/12889/task/12891/stat : 12891 (java) S 12888 12875 12685 0 -1 64 14302 0 0 0 121 6 0 0 17 0 9 0 37699465 885030912 17159 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12892] ppid=12888 vsize=864288 CPUtime=0
/proc/12889/task/12892/stat : 12892 (java) S 12888 12875 12685 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 37699465 885030912 17159 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12893] ppid=12888 vsize=864288 CPUtime=0
/proc/12889/task/12893/stat : 12893 (java) S 12888 12875 12685 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37699465 885030912 17159 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12894] ppid=12888 vsize=864288 CPUtime=0
/proc/12889/task/12894/stat : 12894 (java) S 12888 12875 12685 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37699467 885030912 17159 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12895] ppid=12888 vsize=864288 CPUtime=0.06
/proc/12889/task/12895/stat : 12895 (java) S 12888 12875 12685 0 -1 64 326 0 0 0 6 0 0 0 16 0 9 0 37699467 885030912 17159 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12896] ppid=12888 vsize=864288 CPUtime=0
/proc/12889/task/12896/stat : 12896 (java) S 12888 12875 12685 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37699467 885030912 17159 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12897] ppid=12888 vsize=864288 CPUtime=0
/proc/12889/task/12897/stat : 12897 (java) S 12888 12875 12685 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37699467 885030912 17159 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 886384

[startup+6.30129 s]
/proc/loadavg: 2.17 2.05 1.96 3/91 12897
/proc/meminfo: memFree=1833032/2055920 swapFree=4180012/4192956
[pid=12875] ppid=12873 vsize=16740 CPUtime=0.85
/proc/12875/stat : 12875 (sugar++) S 12873 12875 12685 0 -1 4194304 1297 7971 0 1 5 2 73 5 15 0 1 0 37699375 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12875/statm: 4185 1104 409 3 0 764 0
[pid=12888] ppid=12875 vsize=5356 CPUtime=0
/proc/12888/stat : 12888 (sh) S 12875 12875 12685 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37699462 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12888/statm: 1339 233 193 169 0 50 0
[pid=12889] ppid=12888 vsize=864288 CPUtime=5.35
/proc/12889/stat : 12889 (java) S 12888 12875 12685 0 -1 0 18554 0 1 0 526 9 0 0 19 0 9 0 37699463 885030912 17175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12889/statm: 216072 17175 2564 9 0 210619 0
[pid=12889/tid=12890] ppid=12888 vsize=864288 CPUtime=3.94
/proc/12889/task/12890/stat : 12890 (java) R 12888 12875 12685 0 -1 64 3217 0 1 0 392 2 0 0 25 0 9 0 37699464 885030912 17175 996147200 134512640 134550740 4294955920 18446744073709551615 4126550648 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12891] ppid=12888 vsize=864288 CPUtime=1.31
/proc/12889/task/12891/stat : 12891 (java) S 12888 12875 12685 0 -1 64 14302 0 0 0 125 6 0 0 16 0 9 0 37699465 885030912 17175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12892] ppid=12888 vsize=864288 CPUtime=0
/proc/12889/task/12892/stat : 12892 (java) S 12888 12875 12685 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 37699465 885030912 17175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12893] ppid=12888 vsize=864288 CPUtime=0
/proc/12889/task/12893/stat : 12893 (java) S 12888 12875 12685 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37699465 885030912 17175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12894] ppid=12888 vsize=864288 CPUtime=0
/proc/12889/task/12894/stat : 12894 (java) S 12888 12875 12685 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37699467 885030912 17175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12895] ppid=12888 vsize=864288 CPUtime=0.07
/proc/12889/task/12895/stat : 12895 (java) S 12888 12875 12685 0 -1 64 338 0 0 0 7 0 0 0 16 0 9 0 37699467 885030912 17175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12896] ppid=12888 vsize=864288 CPUtime=0
/proc/12889/task/12896/stat : 12896 (java) S 12888 12875 12685 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37699467 885030912 17175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12897] ppid=12888 vsize=864288 CPUtime=0
/proc/12889/task/12897/stat : 12897 (java) S 12888 12875 12685 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37699467 885030912 17175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 886384

[startup+12.7027 s]
/proc/loadavg: 2.15 2.05 1.96 3/91 12897
/proc/meminfo: memFree=1832840/2055920 swapFree=4180012/4192956
[pid=12875] ppid=12873 vsize=16740 CPUtime=0.85
/proc/12875/stat : 12875 (sugar++) S 12873 12875 12685 0 -1 4194304 1297 7971 0 1 5 2 73 5 15 0 1 0 37699375 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12875/statm: 4185 1104 409 3 0 764 0
[pid=12888] ppid=12875 vsize=5356 CPUtime=0
/proc/12888/stat : 12888 (sh) S 12875 12875 12685 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37699462 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12888/statm: 1339 233 193 169 0 50 0
[pid=12889] ppid=12888 vsize=864288 CPUtime=11.69
/proc/12889/stat : 12889 (java) S 12888 12875 12685 0 -1 0 18554 0 1 0 1160 9 0 0 19 0 9 0 37699463 885030912 17175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12889/statm: 216072 17175 2564 9 0 210619 0
[pid=12889/tid=12890] ppid=12888 vsize=864288 CPUtime=10.28
/proc/12889/task/12890/stat : 12890 (java) R 12888 12875 12685 0 -1 64 3217 0 1 0 1026 2 0 0 25 0 9 0 37699464 885030912 17175 996147200 134512640 134550740 4294955920 18446744073709551615 4125952064 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12891] ppid=12888 vsize=864288 CPUtime=1.31
/proc/12889/task/12891/stat : 12891 (java) S 12888 12875 12685 0 -1 64 14302 0 0 0 125 6 0 0 16 0 9 0 37699465 885030912 17175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12892] ppid=12888 vsize=864288 CPUtime=0
/proc/12889/task/12892/stat : 12892 (java) S 12888 12875 12685 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 37699465 885030912 17175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12893] ppid=12888 vsize=864288 CPUtime=0
/proc/12889/task/12893/stat : 12893 (java) S 12888 12875 12685 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37699465 885030912 17175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12894] ppid=12888 vsize=864288 CPUtime=0
/proc/12889/task/12894/stat : 12894 (java) S 12888 12875 12685 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 37699467 885030912 17175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12895] ppid=12888 vsize=864288 CPUtime=0.07
/proc/12889/task/12895/stat : 12895 (java) S 12888 12875 12685 0 -1 64 338 0 0 0 7 0 0 0 16 0 9 0 37699467 885030912 17175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12896] ppid=12888 vsize=864288 CPUtime=0
/proc/12889/task/12896/stat : 12896 (java) S 12888 12875 12685 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 37699467 885030912 17175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12897] ppid=12888 vsize=864288 CPUtime=0
/proc/12889/task/12897/stat : 12897 (java) S 12888 12875 12685 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 37699467 885030912 17175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 886384

[startup+25.5015 s]
/proc/loadavg: 2.12 2.05 1.96 3/91 12897
/proc/meminfo: memFree=1832712/2055920 swapFree=4180012/4192956
[pid=12875] ppid=12873 vsize=16740 CPUtime=0.85
/proc/12875/stat : 12875 (sugar++) S 12873 12875 12685 0 -1 4194304 1297 7971 0 1 5 2 73 5 15 0 1 0 37699375 17141760 1104 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12875/statm: 4185 1104 409 3 0 764 0
[pid=12888] ppid=12875 vsize=5356 CPUtime=0
/proc/12888/stat : 12888 (sh) S 12875 12875 12685 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 37699462 5484544 233 996147200 4194304 4889804 548682068688 18446744073709551615 221780697924 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12888/statm: 1339 233 193 169 0 50 0
[pid=12889] ppid=12888 vsize=864288 CPUtime=24.37
/proc/12889/stat : 12889 (java) S 12888 12875 12685 0 -1 0 18572 0 1 0 2427 10 0 0 19 0 9 0 37699463 885030912 17175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12889/statm: 216072 17175 2564 9 0 210619 0
[pid=12889/tid=12890] ppid=12888 vsize=864288 CPUtime=22.89
/proc/12889/task/12890/stat : 12890 (java) R 12888 12875 12685 0 -1 64 3235 0 1 0 2287 2 0 0 25 0 9 0 37699464 885030912 17175 996147200 134512640 134550740 4294955920 18446744073709551615 4126553822 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12891] ppid=12888 vsize=864288 CPUtime=1.38
/proc/12889/task/12891/stat : 12891 (java) S 12888 12875 12685 0 -1 64 14302 0 0 0 132 6 0 0 16 0 9 0 37699465 885030912 17175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12892] ppid=12888 vsize=864288 CPUtime=0
/proc/12889/task/12892/stat : 12892 (java) S 12888 12875 12685 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 37699465 885030912 17175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12889/tid=12893] ppid=12888 vsize=864288 CPUtime=0
/proc/12889/task/12893/stat : 12893 (java) S 12888 12875 12685 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 37699465 885030912 17175 996147200 134512640 134550740 4294955920 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=12904] ppid=12875 vsize=132728 CPUtime=1999.12
/proc/12904/stat : 12904 (minisat-inc) R 12875 12875 12685 0 -1 4194304 31135 0 0 0 199878 34 0 0 25 0 1 0 37783897 135913472 31080 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/12904/statm: 33182 31080 79 151 0 33028 0
Current children cumulated CPU time (s) 2836.42
Current children cumulated vsize (KiB) 149468

[startup+2922.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/82 12916
/proc/meminfo: memFree=1726736/2055920 swapFree=4180012/4192956
[pid=12875] ppid=12873 vsize=16740 CPUtime=837.3
/proc/12875/stat : 12875 (sugar++) S 12873 12875 12685 0 -1 4194304 1542 52881 0 3 6 2 83665 57 16 0 1 0 37699375 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12875/statm: 4185 1112 414 3 0 764 0
[pid=12904] ppid=12875 vsize=133836 CPUtime=2058.6
/proc/12904/stat : 12904 (minisat-inc) R 12875 12875 12685 0 -1 4194304 31410 0 0 0 205825 35 0 0 25 0 1 0 37783897 137048064 31355 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/12904/statm: 33459 31355 79 151 0 33305 0
Current children cumulated CPU time (s) 2895.9
Current children cumulated vsize (KiB) 150576

[startup+2982.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 12916
/proc/meminfo: memFree=1725520/2055920 swapFree=4180012/4192956
[pid=12875] ppid=12873 vsize=16740 CPUtime=837.3
/proc/12875/stat : 12875 (sugar++) S 12873 12875 12685 0 -1 4194304 1542 52881 0 3 6 2 83665 57 16 0 1 0 37699375 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12875/statm: 4185 1112 414 3 0 764 0
[pid=12904] ppid=12875 vsize=134864 CPUtime=2118.06
/proc/12904/stat : 12904 (minisat-inc) R 12875 12875 12685 0 -1 4194304 31690 0 0 0 211770 36 0 0 25 0 1 0 37783897 138100736 31635 996147200 134512640 135134323 4294956192 18446744073709551615 134532059 0 0 4096 3 0 0 0 17 1 0 0
/proc/12904/statm: 33716 31635 79 151 0 33562 0
Current children cumulated CPU time (s) 2955.36
Current children cumulated vsize (KiB) 151604

[startup+3042.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 12916
/proc/meminfo: memFree=1724496/2055920 swapFree=4180012/4192956
[pid=12875] ppid=12873 vsize=16740 CPUtime=837.3
/proc/12875/stat : 12875 (sugar++) S 12873 12875 12685 0 -1 4194304 1542 52881 0 3 6 2 83665 57 16 0 1 0 37699375 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12875/statm: 4185 1112 414 3 0 764 0
[pid=12904] ppid=12875 vsize=135928 CPUtime=2177.53
/proc/12904/stat : 12904 (minisat-inc) R 12875 12875 12685 0 -1 4194304 31963 0 0 0 217717 36 0 0 25 0 1 0 37783897 139190272 31908 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/12904/statm: 33982 31908 79 151 0 33828 0
Current children cumulated CPU time (s) 3014.83
Current children cumulated vsize (KiB) 152668

[startup+3102.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/82 12916
/proc/meminfo: memFree=1723152/2055920 swapFree=4180012/4192956
[pid=12875] ppid=12873 vsize=16740 CPUtime=837.3
/proc/12875/stat : 12875 (sugar++) S 12873 12875 12685 0 -1 4194304 1542 52881 0 3 6 2 83665 57 16 0 1 0 37699375 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12875/statm: 4185 1112 414 3 0 764 0
[pid=12904] ppid=12875 vsize=137180 CPUtime=2237.01
/proc/12904/stat : 12904 (minisat-inc) R 12875 12875 12685 0 -1 4194304 32286 0 0 0 223664 37 0 0 25 0 1 0 37783897 140472320 32231 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/12904/statm: 34295 32231 79 151 0 34141 0
Current children cumulated CPU time (s) 3074.31
Current children cumulated vsize (KiB) 153920

[startup+3162.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/82 12916
/proc/meminfo: memFree=1721872/2055920 swapFree=4180012/4192956
[pid=12875] ppid=12873 vsize=16740 CPUtime=837.3
/proc/12875/stat : 12875 (sugar++) S 12873 12875 12685 0 -1 4194304 1542 52881 0 3 6 2 83665 57 16 0 1 0 37699375 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12875/statm: 4185 1112 414 3 0 764 0
[pid=12904] ppid=12875 vsize=138264 CPUtime=2296.49
/proc/12904/stat : 12904 (minisat-inc) R 12875 12875 12685 0 -1 4194304 32572 0 0 0 229611 38 0 0 25 0 1 0 37783897 141582336 32517 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/12904/statm: 34566 32517 79 151 0 34412 0
Current children cumulated CPU time (s) 3133.79
Current children cumulated vsize (KiB) 155004

[startup+3222.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/82 12916
/proc/meminfo: memFree=1720976/2055920 swapFree=4180012/4192956
[pid=12875] ppid=12873 vsize=16740 CPUtime=837.3
/proc/12875/stat : 12875 (sugar++) S 12873 12875 12685 0 -1 4194304 1542 52881 0 3 6 2 83665 57 16 0 1 0 37699375 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12875/statm: 4185 1112 414 3 0 764 0
[pid=12904] ppid=12875 vsize=139188 CPUtime=2355.96
/proc/12904/stat : 12904 (minisat-inc) R 12875 12875 12685 0 -1 4194304 32806 0 0 0 235558 38 0 0 25 0 1 0 37783897 142528512 32751 996147200 134512640 135134323 4294956192 18446744073709551615 134531965 0 0 4096 3 0 0 0 17 1 0 0
/proc/12904/statm: 34797 32751 79 151 0 34643 0
Current children cumulated CPU time (s) 3193.26
Current children cumulated vsize (KiB) 155928

[startup+3282.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/82 12916
/proc/meminfo: memFree=1719568/2055920 swapFree=4180012/4192956
[pid=12875] ppid=12873 vsize=16740 CPUtime=837.3
/proc/12875/stat : 12875 (sugar++) S 12873 12875 12685 0 -1 4194304 1542 52881 0 3 6 2 83665 57 16 0 1 0 37699375 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12875/statm: 4185 1112 414 3 0 764 0
[pid=12904] ppid=12875 vsize=140452 CPUtime=2415.42
/proc/12904/stat : 12904 (minisat-inc) R 12875 12875 12685 0 -1 4194304 33115 0 0 0 241504 38 0 0 25 0 1 0 37783897 143822848 33060 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/12904/statm: 35113 33060 79 151 0 34959 0
Current children cumulated CPU time (s) 3252.72
Current children cumulated vsize (KiB) 157192

[startup+3342.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/82 12916
/proc/meminfo: memFree=1718480/2055920 swapFree=4180012/4192956
[pid=12875] ppid=12873 vsize=16740 CPUtime=837.3
/proc/12875/stat : 12875 (sugar++) S 12873 12875 12685 0 -1 4194304 1542 52881 0 3 6 2 83665 57 16 0 1 0 37699375 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12875/statm: 4185 1112 414 3 0 764 0
[pid=12904] ppid=12875 vsize=141604 CPUtime=2474.89
/proc/12904/stat : 12904 (minisat-inc) R 12875 12875 12685 0 -1 4194304 33419 0 0 0 247451 38 0 0 25 0 1 0 37783897 145002496 33364 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/12904/statm: 35401 33364 79 151 0 35247 0
Current children cumulated CPU time (s) 3312.19
Current children cumulated vsize (KiB) 158344

[startup+3402.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 12916
/proc/meminfo: memFree=1717392/2055920 swapFree=4180012/4192956
[pid=12875] ppid=12873 vsize=16740 CPUtime=837.3
/proc/12875/stat : 12875 (sugar++) S 12873 12875 12685 0 -1 4194304 1542 52881 0 3 6 2 83665 57 16 0 1 0 37699375 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12875/statm: 4185 1112 414 3 0 764 0
[pid=12904] ppid=12875 vsize=142560 CPUtime=2534.37
/proc/12904/stat : 12904 (minisat-inc) R 12875 12875 12685 0 -1 4194304 33663 0 0 0 253398 39 0 0 25 0 1 0 37783897 145981440 33608 996147200 134512640 135134323 4294956192 18446744073709551615 134532050 0 0 4096 3 0 0 0 17 1 0 0
/proc/12904/statm: 35640 33608 79 151 0 35486 0
Current children cumulated CPU time (s) 3371.67
Current children cumulated vsize (KiB) 159300

[startup+3462.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 12916
/proc/meminfo: memFree=1716432/2055920 swapFree=4180012/4192956
[pid=12875] ppid=12873 vsize=16740 CPUtime=837.3
/proc/12875/stat : 12875 (sugar++) S 12873 12875 12685 0 -1 4194304 1542 52881 0 3 6 2 83665 57 16 0 1 0 37699375 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12875/statm: 4185 1112 414 3 0 764 0
[pid=12904] ppid=12875 vsize=143680 CPUtime=2593.84
/proc/12904/stat : 12904 (minisat-inc) R 12875 12875 12685 0 -1 4194304 33872 0 0 0 259345 39 0 0 25 0 1 0 37783897 147128320 33817 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/12904/statm: 35920 33817 79 151 0 35766 0
Current children cumulated CPU time (s) 3431.14
Current children cumulated vsize (KiB) 160420

[startup+3522.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 12916
/proc/meminfo: memFree=1715344/2055920 swapFree=4180012/4192956
[pid=12875] ppid=12873 vsize=16740 CPUtime=837.3
/proc/12875/stat : 12875 (sugar++) S 12873 12875 12685 0 -1 4194304 1542 52881 0 3 6 2 83665 57 16 0 1 0 37699375 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12875/statm: 4185 1112 414 3 0 764 0
[pid=12904] ppid=12875 vsize=144756 CPUtime=2653.31
/proc/12904/stat : 12904 (minisat-inc) R 12875 12875 12685 0 -1 4194304 34146 0 0 0 265291 40 0 0 25 0 1 0 37783897 148230144 34091 996147200 134512640 135134323 4294956192 18446744073709551615 134531971 0 0 4096 3 0 0 0 17 1 0 0
/proc/12904/statm: 36189 34091 79 151 0 36035 0
Current children cumulated CPU time (s) 3490.61
Current children cumulated vsize (KiB) 161496

[startup+3582.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 12916
/proc/meminfo: memFree=1714384/2055920 swapFree=4180012/4192956
[pid=12875] ppid=12873 vsize=16740 CPUtime=837.3
/proc/12875/stat : 12875 (sugar++) S 12873 12875 12685 0 -1 4194304 1542 52881 0 3 6 2 83665 57 16 0 1 0 37699375 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12875/statm: 4185 1112 414 3 0 764 0
[pid=12904] ppid=12875 vsize=145836 CPUtime=2712.78
/proc/12904/stat : 12904 (minisat-inc) R 12875 12875 12685 0 -1 4194304 34359 0 0 0 271238 40 0 0 25 0 1 0 37783897 149336064 34304 996147200 134512640 135134323 4294956192 18446744073709551615 134531903 0 0 4096 3 0 0 0 17 1 0 0
/proc/12904/statm: 36459 34304 79 151 0 36305 0
Current children cumulated CPU time (s) 3550.08
Current children cumulated vsize (KiB) 162576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3632.4 s]
/proc/loadavg: 2.15 2.03 2.01 3/84 12967
/proc/meminfo: memFree=1394816/2055920 swapFree=4180012/4192956
[pid=12875] ppid=12873 vsize=16740 CPUtime=837.3
/proc/12875/stat : 12875 (sugar++) S 12873 12875 12685 0 -1 4194304 1542 52881 0 3 6 2 83665 57 16 0 1 0 37699375 17141760 1112 996147200 4194304 4206940 548682068528 18446744073709551615 221789597794 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12875/statm: 4185 1112 414 3 0 764 0
[pid=12904] ppid=12875 vsize=146688 CPUtime=2762.72
/proc/12904/stat : 12904 (minisat-inc) R 12875 12875 12685 0 -1 4194304 34572 0 0 0 276226 46 0 0 25 0 1 0 37783897 150208512 34517 996147200 134512640 135134323 4294956192 18446744073709551615 134532164 0 0 4096 3 0 0 0 17 0 0 0
/proc/12904/statm: 36672 34517 79 151 0 36518 0
Current children cumulated CPU time (s) 3600.02
Current children cumulated vsize (KiB) 163428

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): 3632.45
CPU time (s): 3600.09
CPU user time (s): 3598.98
CPU system time (s): 1.10683
CPU usage (%): 99.109
Max. virtual memory (cumulated for all children) (KiB): 893576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.98
system time used= 1.10683
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89074
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= 22004
involuntary context switches= 98544

runsolver used 4.6263 second user time and 10.4894 second system time

The end

Launcher Data (download as text)

Begin job on node29 at 2008-07-11 22:59:37
IDJOB=1109765
IDBENCH=61010
IDSOLVER=367
FILE ID=node29/1109765-1215809976
PBS_JOBID= 7903291
Free space on /tmp= 66496 MiB

SOLVER NAME= Sugar++ v1.13+minisat-inc
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-3_ext.xml
COMMAND LINE= DIR/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat-inc" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1109765-1215809976/watcher-1109765-1215809976 -o /tmp/evaluation-result-1109765-1215809976/solver-1109765-1215809976 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar++ -max -incremental -c -vv -java="java -Xmx700M" -decjava="java -Xmx50M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat-inc" -tmp="HOME/temp" HOME/instance-1109765-1215809976.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3a943544daeb42f629b766457a651c0a
RANDOM SEED=1461067736

node29.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.242
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.242
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:       1897152 kB
Buffers:         11740 kB
Cached:          48304 kB
SwapCached:       7004 kB
Active:          96824 kB
Inactive:        20480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1897152 kB
SwapTotal:     4192956 kB
SwapFree:      4180012 kB
Dirty:            5000 kB
Writeback:           0 kB
Mapped:          73160 kB
Slab:            26764 kB
Committed_AS:   928224 kB
PageTables:       1984 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= 66168 MiB
End job on node29 at 2008-07-12 00:00:11