Trace number 2091047

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisat? (TO) 1800.11 1804.52

General information on the benchmark

Namecsp/rand-2-50-23/
normalized-rand-2-50-23-587-230-28_ext.xml
MD5SUMf73cc7a5eeda15faca2e54e97f72f35c
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark333.37
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints471
Maximum constraint arity2
Maximum domain size23
Number of constraints which are defined in extension471
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.05/0.07	c 0	BEGIN Sun Jul 12 11:47:44 2009
0.05/0.07	c 0	PID 30281
0.05/0.07	c 0	HOST node81.alineos.net
0.05/0.07	c 0	CONVERTING HOME/instance-2091047-1247392064.xml TO HOME/temp.csp
0.05/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2091047-1247392064.xml' 'HOME/temp.csp'
0.06/0.63	c 1	1 domains, 50 variables, 0 predicates, 471 relations, 471 constraints
0.06/0.65	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.65	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.61/0.73	c 1	Parsing HOME/temp.csp
0.94/1.09	c 1	parsed 993 expressions
0.94/1.10	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.94/1.10	c 1	Converting to clausal form CSP
1.04/1.12	c 1	converted 100 (10%) expressions
1.04/1.13	c 1	converted 199 (20%) expressions
1.04/1.13	c 1	converted 298 (30%) expressions
1.04/1.20	c 1	converted 398 (40%) expressions
1.04/1.20	c 1	converted 497 (50%) expressions
1.14/1.25	c 1	converted 596 (60%) expressions
1.14/1.28	c 1	converted 696 (70%) expressions
1.23/1.31	c 1	converted 795 (80%) expressions
1.23/1.34	c 1	converted 894 (90%) expressions
1.34/1.46	c 2	converted 993 (100%) expressions
1.34/1.46	c 2	CSP : 50 integers, 0 booleans, 471 clauses, largest domain size 23
1.34/1.46	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.34/1.46	c 2	Propagation in CSP
1.34/1.46	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.34/1.46	c 2	CSP : 50 integers, 0 booleans, 471 clauses, largest domain size 23
1.34/1.46	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.34/1.46	c 2	Simplifing CSP by introducing new Boolean variables
1.34/1.46	c 2	CSP : 50 integers, 0 booleans, 471 clauses, largest domain size 23
1.34/1.46	c 2	Heap : 14 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.44/1.52	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.44/1.53	c 2	5 (10%) CSP integer variables are encoded (105 clauses, 1013 bytes)
1.44/1.53	c 2	10 (20%) CSP integer variables are encoded (210 clauses, 2168 bytes)
1.44/1.54	c 2	15 (30%) CSP integer variables are encoded (315 clauses, 3323 bytes)
1.44/1.54	c 2	20 (40%) CSP integer variables are encoded (420 clauses, 4478 bytes)
1.44/1.54	c 2	25 (50%) CSP integer variables are encoded (525 clauses, 5633 bytes)
1.44/1.54	c 2	30 (60%) CSP integer variables are encoded (630 clauses, 6788 bytes)
1.44/1.54	c 2	35 (70%) CSP integer variables are encoded (735 clauses, 7943 bytes)
1.44/1.54	c 2	40 (80%) CSP integer variables are encoded (840 clauses, 9098 bytes)
1.44/1.54	c 2	45 (90%) CSP integer variables are encoded (945 clauses, 10253 bytes)
1.44/1.54	c 2	50 (100%) CSP integer variables are encoded (1050 clauses, 11601 bytes)
1.53/1.60	c 2	48 (10%) CSP clauses are encoded (5511 clauses, 87230 bytes)
1.53/1.63	c 2	95 (20%) CSP clauses are encoded (9853 clauses, 165454 bytes)
1.53/1.66	c 2	142 (30%) CSP clauses are encoded (13948 clauses, 244140 bytes)
1.53/1.68	c 2	189 (40%) CSP clauses are encoded (18207 clauses, 326804 bytes)
1.64/1.71	c 2	236 (50%) CSP clauses are encoded (22384 clauses, 407393 bytes)
1.64/1.73	c 2	283 (60%) CSP clauses are encoded (26729 clauses, 490699 bytes)
1.64/1.76	c 2	330 (70%) CSP clauses are encoded (31053 clauses, 573840 bytes)
1.64/1.78	c 2	377 (80%) CSP clauses are encoded (35422 clauses, 658536 bytes)
1.74/1.81	c 2	424 (90%) CSP clauses are encoded (39871 clauses, 745542 bytes)
1.74/1.83	c 2	471 (100%) CSP clauses are encoded (43996 clauses, 828076 bytes)
1.74/1.83	c 2	471 CSP clauses encoded
1.74/1.83	c 2	Writing map file : HOME/temp.map
1.74/1.83	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.74/1.83	c 2	SAT : 1100 SAT variables, 43996 SAT clauses, 828076 bytes
1.74/1.83	c 2	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.74/1.86	c 2	SOLVING HOME/temp.cnf
1.74/1.86	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.74/1.87	c 2	This is MiniSat 2.0 beta
1.74/1.87	c 2	WARNING: for repeatability, setting FPU to use double precision
1.74/1.87	c 2	============================[ Problem Statistics ]=============================
1.74/1.87	c 2	|                                                                             |
1.74/1.87	c 2	|  Number of variables:  1100                                                 |
1.74/1.87	c 2	|  Number of clauses:    43996                                                |
1.74/1.89	c 2	|  Parsing time:         0.02         s                                       |
1.74/1.89	c 2	============================[ Search Statistics ]==============================
1.74/1.89	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.74/1.89	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.74/1.89	c 2	===============================================================================
1.74/1.89	c 2	|         0 |    1100    43996   164234 |    14665        0    nan |  0.000 % |
1.79/1.91	c 2	|       100 |    1100    43996   164234 |    16131      100     13 |  0.000 % |
1.79/1.94	c 2	|       250 |    1100    43996   164234 |    17745      250     15 |  0.003 % |
1.79/1.98	c 2	|       475 |    1100    43996   164234 |    19519      475     16 |  0.003 % |
1.79/2.04	c 2	|       813 |    1100    43996   164234 |    21471      813     16 |  0.003 % |
2.02/2.14	c 2	|      1319 |    1100    43996   164234 |    23618     1319     15 |  0.003 % |
2.12/2.27	c 2	|      2080 |    1100    43996   164234 |    25980     2080     15 |  0.003 % |
2.31/2.49	c 3	|      3219 |    1100    43996   164234 |    28578     3219     17 |  0.003 % |
2.71/2.84	c 3	|      4928 |    1100    43996   164234 |    31436     4928     17 |  0.001 % |
3.22/3.38	c 3	|      7490 |    1100    43996   164234 |    34580     7490     17 |  0.001 % |
4.21/4.32	c 4	|     11334 |    1100    43996   164234 |    38038    11334     18 |  0.002 % |
5.72/5.82	c 6	|     17101 |    1100    43996   164234 |    41841    17101     18 |  0.001 % |
8.72/8.84	c 9	|     25750 |    1100    43996   164234 |    46026    25750     18 |  0.003 % |
14.81/14.91	c 15	|     38725 |    1100    43996   164234 |    50628    38725     19 |  0.003 % |
24.11/24.23	c 24	|     58186 |    1100    43996   164234 |    55691    19685     20 |  0.002 % |
36.70/36.88	c 37	|     87378 |    1100    43996   164234 |    61260    48877     22 |  0.001 % |
59.59/59.75	c 60	|    131167 |    1100    43996   164234 |    67386    44953     22 |  0.003 % |
96.28/96.47	c 97	|    196852 |    1100    43996   164234 |    74125    56840     21 |  0.003 % |
160.76/160.96	c 161	|    295379 |    1100    43996   164234 |    81538    38139     21 |  0.003 % |
261.14/261.34	c 261	|    443172 |    1100    43996   164234 |    89691    55533     21 |  0.001 % |
423.49/423.79	c 424	|    664855 |    1100    43996   164234 |    98661    58099     24 |  0.004 % |
676.41/676.80	c 677	|    997380 |    1100    43996   164234 |   108527    56943     19 |  0.002 % |
1086.60/1087.58	c 1088	|   1496169 |    1100    43996   164234 |   119379    97586     24 |  0.004 % |
1718.67/1722.79	c 1723	|   2244351 |    1100    43996   164234 |   131317    41249     21 |  0.001 % |
1800.06/1804.51	sh: line 1: 30305 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.06/1804.51	c 1805	DECODING HOME/temp.out WITH HOME/temp.map
1800.06/1804.51	c 1805	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1800.06/1804.51	c ERROR INTERRUPTED
1800.06/1804.52	s UNKNOWN
1800.06/1804.52	c 1805	CPU 1800.09 (0.05 0.02 1799.81 0.21)
1800.06/1804.52	c 1805	END Sun Jul 12 12:17:49 2009

Verifier Data

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

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2091047-1247392064/watcher-2091047-1247392064 -o /tmp/evaluation-result-2091047-1247392064/solver-2091047-1247392064 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2091047-1247392064.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.03 2.00 4/75 30281
/proc/meminfo: memFree=1809224/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=12268 CPUtime=0
/proc/30281/stat : 30281 (sugar) D 30279 30281 26081 0 -1 4194304 348 0 0 0 0 0 0 0 18 0 1 0 26271479 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 269807745637 0 2147483391 4224 0 18446744072099937270 0 0 17 1 0 0
/proc/30281/statm: 3067 316 241 3 0 167 0

[startup+0.0633369 s]
/proc/loadavg: 2.06 2.03 2.00 4/75 30281
/proc/meminfo: memFree=1809224/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=16476 CPUtime=0.05
/proc/30281/stat : 30281 (sugar) R 30279 30281 26081 0 -1 4194304 1017 0 0 0 4 1 0 0 18 0 1 0 26271479 16871424 985 996147200 4194304 4206940 548682068608 18446744073709551615 269807424225 0 0 4224 0 0 0 0 17 1 0 0
/proc/30281/statm: 4119 985 380 3 0 698 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16476

[startup+0.101337 s]
/proc/loadavg: 2.06 2.03 2.00 4/75 30281
/proc/meminfo: memFree=1809224/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=16868 CPUtime=0.06
/proc/30281/stat : 30281 (sugar) S 30279 30281 26081 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 26271479 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30281/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30136 s]
/proc/loadavg: 2.06 2.03 2.00 4/75 30281
/proc/meminfo: memFree=1809224/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=16868 CPUtime=0.06
/proc/30281/stat : 30281 (sugar) S 30279 30281 26081 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 26271479 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30281/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701407 s]
/proc/loadavg: 2.06 2.03 2.00 4/75 30281
/proc/meminfo: memFree=1809224/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=16868 CPUtime=0.61
/proc/30281/stat : 30281 (sugar) S 30279 30281 26081 0 -1 4194304 1292 4986 0 1 5 1 51 4 16 0 1 0 26271479 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30281/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 16868

[startup+1.50249 s]
/proc/loadavg: 2.06 2.03 2.00 3/86 30303
/proc/meminfo: memFree=1795312/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=16868 CPUtime=0.61
/proc/30281/stat : 30281 (sugar) S 30279 30281 26081 0 -1 4194304 1310 4986 0 1 5 1 51 4 15 0 1 0 26271479 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30281/statm: 4217 1111 409 3 0 796 0
[pid=30294] ppid=30281 vsize=5356 CPUtime=0
/proc/30294/stat : 30294 (sh) S 30281 30281 26081 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 26271544 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/30294/statm: 1339 233 193 169 0 50 0
[pid=30295] ppid=30294 vsize=864252 CPUtime=0.83
/proc/30295/stat : 30295 (java) S 30294 30281 26081 0 -1 0 8467 0 1 0 79 4 0 0 19 0 9 0 26271545 884994048 7732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/30295/statm: 216063 7732 2566 9 0 210568 0
[pid=30295/tid=30296] ppid=30294 vsize=864252 CPUtime=0.42
/proc/30295/task/30296/stat : 30296 (java) R 30294 30281 26081 0 -1 64 2611 0 1 0 41 1 0 0 22 0 9 0 26271546 884994048 7732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30295/tid=30297] ppid=30294 vsize=864252 CPUtime=0.34
/proc/30295/task/30297/stat : 30297 (java) R 30294 30281 26081 0 -1 64 4838 0 0 0 32 2 0 0 16 0 9 0 26271547 884994048 7732 996147200 134512640 134550932 4294955936 18446744073709551615 103733279 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=30295/tid=30298] ppid=30294 vsize=864252 CPUtime=0
/proc/30295/task/30298/stat : 30298 (java) S 30294 30281 26081 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 26271547 884994048 7732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30295/tid=30299] ppid=30294 vsize=864252 CPUtime=0
/proc/30295/task/30299/stat : 30299 (java) S 30294 30281 26081 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 26271547 884994048 7732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30295/tid=30300] ppid=30294 vsize=864252 CPUtime=0
/proc/30295/task/30300/stat : 30300 (java) S 30294 30281 26081 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 26271549 884994048 7732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30295/tid=30301] ppid=30294 vsize=864252 CPUtime=0.04
/proc/30295/task/30301/stat : 30301 (java) S 30294 30281 26081 0 -1 64 316 0 0 0 4 0 0 0 16 0 9 0 26271549 884994048 7732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30295/tid=30302] ppid=30294 vsize=864252 CPUtime=0
/proc/30295/task/30302/stat : 30302 (java) S 30294 30281 26081 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 26271549 884994048 7732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=30295/tid=30303] ppid=30294 vsize=864252 CPUtime=0
/proc/30295/task/30303/stat : 30303 (java) S 30294 30281 26081 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 26271549 884994048 7732 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886476

[startup+3.10166 s]
/proc/loadavg: 2.06 2.03 2.00 3/78 30305
/proc/meminfo: memFree=1801328/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=16868 CPUtime=1.79
/proc/30281/stat : 30281 (sugar) S 30279 30281 26081 0 -1 4194304 1376 13990 0 2 5 2 162 10 15 0 1 0 26271479 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30281/statm: 4217 1113 409 3 0 796 0
[pid=30304] ppid=30281 vsize=5356 CPUtime=0
/proc/30304/stat : 30304 (sh) S 30281 30281 26081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26271665 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30304/statm: 1339 232 193 169 0 50 0
[pid=30305] ppid=30304 vsize=4656 CPUtime=1.22
/proc/30305/stat : 30305 (minisat) R 30304 30281 26081 0 -1 4194304 1021 0 0 0 122 0 0 0 25 0 1 0 26271666 4767744 1007 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30305/statm: 1164 1007 75 150 0 1011 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 26880

[startup+6.30201 s]
/proc/loadavg: 2.06 2.03 2.00 3/78 30305
/proc/meminfo: memFree=1799600/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=16868 CPUtime=1.79
/proc/30281/stat : 30281 (sugar) S 30279 30281 26081 0 -1 4194304 1376 13990 0 2 5 2 162 10 16 0 1 0 26271479 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30281/statm: 4217 1113 409 3 0 796 0
[pid=30304] ppid=30281 vsize=5356 CPUtime=0
/proc/30304/stat : 30304 (sh) S 30281 30281 26081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26271665 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30304/statm: 1339 232 193 169 0 50 0
[pid=30305] ppid=30304 vsize=6084 CPUtime=4.43
/proc/30305/stat : 30305 (minisat) R 30304 30281 26081 0 -1 4194304 1345 0 0 0 442 1 0 0 25 0 1 0 26271666 6230016 1331 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 1 0 0
/proc/30305/statm: 1521 1331 75 150 0 1368 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 28308

[startup+12.7017 s]
/proc/loadavg: 2.05 2.03 2.00 3/78 30305
/proc/meminfo: memFree=1797680/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=16868 CPUtime=1.79
/proc/30281/stat : 30281 (sugar) S 30279 30281 26081 0 -1 4194304 1376 13990 0 2 5 2 162 10 16 0 1 0 26271479 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30281/statm: 4217 1113 409 3 0 796 0
[pid=30304] ppid=30281 vsize=5356 CPUtime=0
/proc/30304/stat : 30304 (sh) S 30281 30281 26081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26271665 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30304/statm: 1339 232 193 169 0 50 0
[pid=30305] ppid=30304 vsize=7728 CPUtime=10.82
/proc/30305/stat : 30305 (minisat) R 30304 30281 26081 0 -1 4194304 1770 0 0 0 1081 1 0 0 25 0 1 0 26271666 7913472 1756 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30305/statm: 1932 1756 75 150 0 1779 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 29952

[startup+25.5011 s]
/proc/loadavg: 2.11 2.04 2.00 3/78 30305
/proc/meminfo: memFree=1795760/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=16868 CPUtime=1.79
/proc/30281/stat : 30281 (sugar) S 30279 30281 26081 0 -1 4194304 1376 13990 0 2 5 2 162 10 16 0 1 0 26271479 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30281/statm: 4217 1113 409 3 0 796 0
[pid=30304] ppid=30281 vsize=5356 CPUtime=0
/proc/30304/stat : 30304 (sh) S 30281 30281 26081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26271665 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30304/statm: 1339 232 193 169 0 50 0
[pid=30305] ppid=30304 vsize=9532 CPUtime=23.61
/proc/30305/stat : 30305 (minisat) R 30304 30281 26081 0 -1 4194304 2218 0 0 0 2359 2 0 0 25 0 1 0 26271666 9760768 2204 996147200 134512640 135127466 4294956256 18446744073709551615 134530938 0 0 4096 3 0 0 0 17 1 0 0
/proc/30305/statm: 2383 2204 75 150 0 2230 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 31756

[startup+51.1018 s]
/proc/loadavg: 2.07 2.04 2.00 3/78 30305
/proc/meminfo: memFree=1793264/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=16868 CPUtime=1.79
/proc/30281/stat : 30281 (sugar) S 30279 30281 26081 0 -1 4194304 1376 13990 0 2 5 2 162 10 16 0 1 0 26271479 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30281/statm: 4217 1113 409 3 0 796 0
[pid=30304] ppid=30281 vsize=5356 CPUtime=0
/proc/30304/stat : 30304 (sh) S 30281 30281 26081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26271665 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30304/statm: 1339 232 193 169 0 50 0
[pid=30305] ppid=30304 vsize=11912 CPUtime=49.21
/proc/30305/stat : 30305 (minisat) R 30304 30281 26081 0 -1 4194304 2802 0 0 0 4918 3 0 0 25 0 1 0 26271666 12197888 2788 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30305/statm: 2978 2788 75 150 0 2825 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 34136

[startup+102.306 s]
/proc/loadavg: 2.08 2.04 2.00 3/78 30305
/proc/meminfo: memFree=1790960/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=16868 CPUtime=1.79
/proc/30281/stat : 30281 (sugar) S 30279 30281 26081 0 -1 4194304 1376 13990 0 2 5 2 162 10 16 0 1 0 26271479 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30281/statm: 4217 1113 409 3 0 796 0
[pid=30304] ppid=30281 vsize=5356 CPUtime=0
/proc/30304/stat : 30304 (sh) S 30281 30281 26081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26271665 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30304/statm: 1339 232 193 169 0 50 0
[pid=30305] ppid=30304 vsize=13292 CPUtime=100.39
/proc/30305/stat : 30305 (minisat) R 30304 30281 26081 0 -1 4194304 3124 0 0 0 10036 3 0 0 25 0 1 0 26271666 13611008 3110 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30305/statm: 3323 3110 75 150 0 3170 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 35516

[startup+162.302 s]
/proc/loadavg: 2.08 2.05 2.00 3/78 30305
/proc/meminfo: memFree=1789488/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=16868 CPUtime=1.79
/proc/30281/stat : 30281 (sugar) S 30279 30281 26081 0 -1 4194304 1376 13990 0 2 5 2 162 10 16 0 1 0 26271479 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30281/statm: 4217 1113 409 3 0 796 0
[pid=30304] ppid=30281 vsize=5356 CPUtime=0
/proc/30304/stat : 30304 (sh) S 30281 30281 26081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26271665 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30304/statm: 1339 232 193 169 0 50 0
[pid=30305] ppid=30304 vsize=14544 CPUtime=160.37
/proc/30305/stat : 30305 (minisat) R 30304 30281 26081 0 -1 4194304 3446 0 0 0 16033 4 0 0 25 0 1 0 26271666 14893056 3432 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/30305/statm: 3636 3432 75 150 0 3483 0
Current children cumulated CPU time (s) 162.16
Current children cumulated vsize (KiB) 36768

[startup+222.302 s]
/proc/loadavg: 2.07 2.05 2.00 3/78 30307
/proc/meminfo: memFree=1787760/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=16868 CPUtime=1.79
/proc/30281/stat : 30281 (sugar) S 30279 30281 26081 0 -1 4194304 1376 13990 0 2 5 2 162 10 16 0 1 0 26271479 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/30281/statm: 4217 1113 409 3 0 796 0
[pid=30304] ppid=30281 vsize=5356 CPUtime=0
/proc/30304/stat : 30304 (sh) S 30281 30281 26081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26271665 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30304/statm: 1339 232 193 169 0 50 0

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

[pid=30281] ppid=30279 vsize=16868 CPUtime=1.79
/proc/30281/stat : 30281 (sugar) S 30279 30281 26081 0 -1 4194304 1376 13990 0 2 5 2 162 10 16 0 1 0 26271479 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30281/statm: 4217 1113 409 3 0 796 0
[pid=30304] ppid=30281 vsize=5356 CPUtime=0
/proc/30304/stat : 30304 (sh) S 30281 30281 26081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26271665 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30304/statm: 1339 232 193 169 0 50 0
[pid=30305] ppid=30304 vsize=27932 CPUtime=1298.54
/proc/30305/stat : 30305 (minisat) R 30304 30281 26081 0 -1 4194304 6701 0 0 0 129846 8 0 0 25 0 1 0 26271666 28602368 6687 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30305/statm: 6983 6687 75 150 0 6830 0
Current children cumulated CPU time (s) 1300.33
Current children cumulated vsize (KiB) 50156

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 30399
/proc/meminfo: memFree=1790784/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=16868 CPUtime=1.79
/proc/30281/stat : 30281 (sugar) S 30279 30281 26081 0 -1 4194304 1376 13990 0 2 5 2 162 10 16 0 1 0 26271479 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30281/statm: 4217 1113 409 3 0 796 0
[pid=30304] ppid=30281 vsize=5356 CPUtime=0
/proc/30304/stat : 30304 (sh) S 30281 30281 26081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26271665 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30304/statm: 1339 232 193 169 0 50 0
[pid=30305] ppid=30304 vsize=28072 CPUtime=1358.26
/proc/30305/stat : 30305 (minisat) R 30304 30281 26081 0 -1 4194304 6760 0 0 0 135817 9 0 0 25 0 1 0 26271666 28745728 6746 996147200 134512640 135127466 4294956256 18446744073709551615 134530775 0 0 4096 3 0 0 0 17 0 0 0
/proc/30305/statm: 7018 6746 75 150 0 6865 0
Current children cumulated CPU time (s) 1360.05
Current children cumulated vsize (KiB) 50296

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 30399
/proc/meminfo: memFree=1790400/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=16868 CPUtime=1.79
/proc/30281/stat : 30281 (sugar) S 30279 30281 26081 0 -1 4194304 1376 13990 0 2 5 2 162 10 16 0 1 0 26271479 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30281/statm: 4217 1113 409 3 0 796 0
[pid=30304] ppid=30281 vsize=5356 CPUtime=0
/proc/30304/stat : 30304 (sh) S 30281 30281 26081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26271665 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30304/statm: 1339 232 193 169 0 50 0
[pid=30305] ppid=30304 vsize=28224 CPUtime=1417.96
/proc/30305/stat : 30305 (minisat) R 30304 30281 26081 0 -1 4194304 6789 0 0 0 141787 9 0 0 25 0 1 0 26271666 28901376 6775 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30305/statm: 7056 6775 75 150 0 6903 0
Current children cumulated CPU time (s) 1419.75
Current children cumulated vsize (KiB) 50448

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 30399
/proc/meminfo: memFree=1790016/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=16868 CPUtime=1.79
/proc/30281/stat : 30281 (sugar) S 30279 30281 26081 0 -1 4194304 1376 13990 0 2 5 2 162 10 16 0 1 0 26271479 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30281/statm: 4217 1113 409 3 0 796 0
[pid=30304] ppid=30281 vsize=5356 CPUtime=0
/proc/30304/stat : 30304 (sh) S 30281 30281 26081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26271665 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30304/statm: 1339 232 193 169 0 50 0
[pid=30305] ppid=30304 vsize=28364 CPUtime=1477.66
/proc/30305/stat : 30305 (minisat) R 30304 30281 26081 0 -1 4194304 6826 0 0 0 147757 9 0 0 25 0 1 0 26271666 29044736 6812 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30305/statm: 7091 6812 75 150 0 6938 0
Current children cumulated CPU time (s) 1479.45
Current children cumulated vsize (KiB) 50588

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 30399
/proc/meminfo: memFree=1789120/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=16868 CPUtime=1.79
/proc/30281/stat : 30281 (sugar) S 30279 30281 26081 0 -1 4194304 1376 13990 0 2 5 2 162 10 16 0 1 0 26271479 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30281/statm: 4217 1113 409 3 0 796 0
[pid=30304] ppid=30281 vsize=5356 CPUtime=0
/proc/30304/stat : 30304 (sh) S 30281 30281 26081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26271665 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30304/statm: 1339 232 193 169 0 50 0
[pid=30305] ppid=30304 vsize=28828 CPUtime=1537.37
/proc/30305/stat : 30305 (minisat) R 30304 30281 26081 0 -1 4194304 6936 0 0 0 153728 9 0 0 25 0 1 0 26271666 29519872 6922 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 0 0 0
/proc/30305/statm: 7207 6922 75 150 0 7054 0
Current children cumulated CPU time (s) 1539.16
Current children cumulated vsize (KiB) 51052

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 30399
/proc/meminfo: memFree=1788608/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=16868 CPUtime=1.79
/proc/30281/stat : 30281 (sugar) S 30279 30281 26081 0 -1 4194304 1376 13990 0 2 5 2 162 10 16 0 1 0 26271479 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30281/statm: 4217 1113 409 3 0 796 0
[pid=30304] ppid=30281 vsize=5356 CPUtime=0
/proc/30304/stat : 30304 (sh) S 30281 30281 26081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26271665 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30304/statm: 1339 232 193 169 0 50 0
[pid=30305] ppid=30304 vsize=29128 CPUtime=1597.07
/proc/30305/stat : 30305 (minisat) R 30304 30281 26081 0 -1 4194304 6979 0 0 0 159698 9 0 0 25 0 1 0 26271666 29827072 6965 996147200 134512640 135127466 4294956256 18446744073709551615 134530778 0 0 4096 3 0 0 0 17 0 0 0
/proc/30305/statm: 7282 6965 75 150 0 7129 0
Current children cumulated CPU time (s) 1598.86
Current children cumulated vsize (KiB) 51352

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 30399
/proc/meminfo: memFree=1787968/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=16868 CPUtime=1.79
/proc/30281/stat : 30281 (sugar) S 30279 30281 26081 0 -1 4194304 1376 13990 0 2 5 2 162 10 16 0 1 0 26271479 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30281/statm: 4217 1113 409 3 0 796 0
[pid=30304] ppid=30281 vsize=5356 CPUtime=0
/proc/30304/stat : 30304 (sh) S 30281 30281 26081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26271665 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30304/statm: 1339 232 193 169 0 50 0
[pid=30305] ppid=30304 vsize=29448 CPUtime=1656.78
/proc/30305/stat : 30305 (minisat) R 30304 30281 26081 0 -1 4194304 7056 0 0 0 165669 9 0 0 25 0 1 0 26271666 30154752 7042 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30305/statm: 7362 7042 75 150 0 7209 0
Current children cumulated CPU time (s) 1658.57
Current children cumulated vsize (KiB) 51672

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 30399
/proc/meminfo: memFree=1787712/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=16868 CPUtime=1.79
/proc/30281/stat : 30281 (sugar) S 30279 30281 26081 0 -1 4194304 1376 13990 0 2 5 2 162 10 16 0 1 0 26271479 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30281/statm: 4217 1113 409 3 0 796 0
[pid=30304] ppid=30281 vsize=5356 CPUtime=0
/proc/30304/stat : 30304 (sh) S 30281 30281 26081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26271665 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30304/statm: 1339 232 193 169 0 50 0
[pid=30305] ppid=30304 vsize=29588 CPUtime=1716.48
/proc/30305/stat : 30305 (minisat) R 30304 30281 26081 0 -1 4194304 7086 0 0 0 171639 9 0 0 25 0 1 0 26271666 30298112 7072 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30305/statm: 7397 7072 75 150 0 7244 0
Current children cumulated CPU time (s) 1718.27
Current children cumulated vsize (KiB) 51812

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 30399
/proc/meminfo: memFree=1787584/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=16868 CPUtime=1.79
/proc/30281/stat : 30281 (sugar) S 30279 30281 26081 0 -1 4194304 1376 13990 0 2 5 2 162 10 16 0 1 0 26271479 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30281/statm: 4217 1113 409 3 0 796 0
[pid=30304] ppid=30281 vsize=5356 CPUtime=0
/proc/30304/stat : 30304 (sh) S 30281 30281 26081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26271665 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30304/statm: 1339 232 193 169 0 50 0
[pid=30305] ppid=30304 vsize=29588 CPUtime=1776.18
/proc/30305/stat : 30305 (minisat) R 30304 30281 26081 0 -1 4194304 7086 0 0 0 177609 9 0 0 25 0 1 0 26271666 30298112 7072 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30305/statm: 7397 7072 75 150 0 7244 0
Current children cumulated CPU time (s) 1777.97
Current children cumulated vsize (KiB) 51812



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1804.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 30399
/proc/meminfo: memFree=1787584/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=16868 CPUtime=1.79
/proc/30281/stat : 30281 (sugar) S 30279 30281 26081 0 -1 4194304 1376 13990 0 2 5 2 162 10 16 0 1 0 26271479 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30281/statm: 4217 1113 409 3 0 796 0
[pid=30304] ppid=30281 vsize=5356 CPUtime=0
/proc/30304/stat : 30304 (sh) S 30281 30281 26081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26271665 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30304/statm: 1339 232 193 169 0 50 0
[pid=30305] ppid=30304 vsize=29588 CPUtime=1798.27
/proc/30305/stat : 30305 (minisat) R 30304 30281 26081 0 -1 4194304 7096 0 0 0 179818 9 0 0 25 0 1 0 26271666 30298112 7082 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30305/statm: 7397 7082 75 150 0 7244 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 51812

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

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

[startup+1804.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 30399
/proc/meminfo: memFree=1787584/2055920 swapFree=4192812/4192956
[pid=30281] ppid=30279 vsize=16868 CPUtime=1.79
/proc/30281/stat : 30281 (sugar) S 30279 30281 26081 0 -1 4194304 1376 13990 0 2 5 2 162 10 16 0 1 0 26271479 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/30281/statm: 4217 1113 409 3 0 796 0
[pid=30304] ppid=30281 vsize=5356 CPUtime=0
/proc/30304/stat : 30304 (sh) S 30281 30281 26081 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 26271665 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/30304/statm: 1339 232 193 169 0 50 0
[pid=30305] ppid=30304 vsize=29588 CPUtime=1798.27
/proc/30305/stat : 30305 (minisat) R 30304 30281 26081 0 -1 4194304 7096 0 0 0 179818 9 0 0 25 0 1 0 26271666 30298112 7082 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/30305/statm: 7397 7082 75 150 0 7244 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 51812

Child status: 0
Real time (s): 1804.52
CPU time (s): 1800.11
CPU user time (s): 1799.87
CPU system time (s): 0.239963
CPU usage (%): 99.7555
Max. virtual memory (cumulated for all children) (KiB): 886588

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

runsolver used 1.9877 second user time and 6.22705 second system time

The end

Launcher Data

Begin job on node81 at 2009-07-12 11:47:44
IDJOB=2091047
IDBENCH=59985
IDSOLVER=739
FILE ID=node81/2091047-1247392064
PBS_JOBID= 9507243
Free space on /tmp= 126680 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-2-50-23/normalized-rand-2-50-23-587-230-28_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2091047-1247392064/watcher-2091047-1247392064 -o /tmp/evaluation-result-2091047-1247392064/solver-2091047-1247392064 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2091047-1247392064.xml

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

MD5SUM BENCH= f73cc7a5eeda15faca2e54e97f72f35c
RANDOM SEED=820457947

node81.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.233
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.233
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1809704 kB
Buffers:         27044 kB
Cached:         113308 kB
SwapCached:          0 kB
Active:         127044 kB
Inactive:        55532 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1809704 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1712 kB
Writeback:           0 kB
Mapped:          53468 kB
Slab:            48596 kB
Committed_AS:   235892 kB
PageTables:       1952 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126680 MiB
End job on node81 at 2009-07-12 12:17:51