Trace number 2062590

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.01 1808.32

General information on the benchmark

Namecsp/QG6/
normalized-quasigroup6-10.xml
MD5SUMad626daf93767ba6191917a08cf93670
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables498
Number of constraints399
Maximum constraint arity102
Maximum domain size91
Number of constraints which are defined in extension0
Number of constraints which are defined in intension180
Global constraints used (with number of constraints)alldifferent(20),element(199)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sat Jul 11 18:15:05 2009
0.00/0.08	c 0	PID 14208
0.00/0.08	c 0	HOST node41.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2062590-1247328905.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2062590-1247328905.xml' 'HOME/temp.csp'
0.06/0.54	c 1	75 domains, 498 variables, 19 predicates, 0 relations, 399 constraints
0.06/0.56	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.56	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.53/0.64	c 1	Parsing HOME/temp.csp
0.53/0.74	c 1	parsed 991 expressions
0.53/0.75	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.53/0.75	c 1	Converting to clausal form CSP
0.53/0.78	c 1	converted 100 (10%) expressions
0.53/0.78	c 1	converted 199 (20%) expressions
0.53/0.78	c 1	converted 298 (30%) expressions
0.53/0.78	c 1	converted 397 (40%) expressions
0.53/0.79	c 1	converted 496 (50%) expressions
0.53/0.80	c 1	converted 595 (60%) expressions
0.53/0.87	c 1	converted 694 (70%) expressions
1.05/1.11	c 1	converted 793 (80%) expressions
1.54/1.60	c 2	converted 892 (90%) expressions
1.93/2.03	c 2	converted 991 (100%) expressions
1.93/2.03	c 2	CSP : 498 integers, 8738 booleans, 27433 clauses, largest domain size 91
1.93/2.03	c 2	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.93/2.03	c 2	Propagation in CSP
2.03/2.10	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.03/2.10	c 2	CSP : 498 integers, 8738 booleans, 27433 clauses, largest domain size 91
2.03/2.10	c 2	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.03/2.12	c 2	Simplifing CSP by introducing new Boolean variables
2.03/2.15	c 3	CSP : 498 integers, 10178 booleans, 28873 clauses, largest domain size 91
2.03/2.15	c 3	Heap : 16 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.13/2.28	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.13/2.30	c 3	50 (10%) CSP integer variables are encoded (270 clauses, 2850 bytes)
2.23/2.31	c 3	100 (20%) CSP integer variables are encoded (540 clauses, 5820 bytes)
2.23/2.32	c 3	150 (30%) CSP integer variables are encoded (2006 clauses, 24159 bytes)
2.23/2.32	c 3	200 (40%) CSP integer variables are encoded (3429 clauses, 42658 bytes)
2.23/2.32	c 3	249 (50%) CSP integer variables are encoded (4753 clauses, 59870 bytes)
2.23/2.32	c 3	299 (60%) CSP integer variables are encoded (6083 clauses, 77160 bytes)
2.23/2.33	c 3	349 (70%) CSP integer variables are encoded (7425 clauses, 94606 bytes)
2.23/2.33	c 3	399 (80%) CSP integer variables are encoded (8767 clauses, 112052 bytes)
2.23/2.33	c 3	449 (90%) CSP integer variables are encoded (10190 clauses, 131754 bytes)
2.23/2.34	c 3	498 (100%) CSP integer variables are encoded (11305 clauses, 148479 bytes)
2.32/2.49	c 3	2888 (10%) CSP clauses are encoded (26986 clauses, 398115 bytes)
2.42/2.55	c 3	5775 (20%) CSP clauses are encoded (40645 clauses, 651785 bytes)
2.52/2.61	c 3	8662 (30%) CSP clauses are encoded (54288 clauses, 906853 bytes)
2.52/2.67	c 3	11550 (40%) CSP clauses are encoded (67939 clauses, 1162752 bytes)
2.62/2.73	c 3	14437 (50%) CSP clauses are encoded (81576 clauses, 1418229 bytes)
2.62/2.79	c 3	17324 (60%) CSP clauses are encoded (95226 clauses, 1673913 bytes)
2.72/2.85	c 3	20212 (70%) CSP clauses are encoded (108897 clauses, 1930178 bytes)
2.82/2.91	c 3	23099 (80%) CSP clauses are encoded (122540 clauses, 2185761 bytes)
2.82/2.98	c 3	25986 (90%) CSP clauses are encoded (136188 clauses, 2447739 bytes)
2.92/3.04	c 3	28873 (100%) CSP clauses are encoded (149948 clauses, 2720029 bytes)
2.92/3.04	c 3	28873 CSP clauses encoded
2.92/3.04	c 3	Writing map file : HOME/temp.map
2.92/3.05	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.92/3.05	c 3	SAT : 21960 SAT variables, 149948 SAT clauses, 2720029 bytes
2.92/3.05	c 3	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.92/3.07	c 3	SOLVING HOME/temp.cnf
2.92/3.07	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
2.92/3.08	c 3	This is MiniSat 2.0 beta
2.92/3.08	c 3	WARNING: for repeatability, setting FPU to use double precision
2.92/3.08	c 3	============================[ Problem Statistics ]=============================
2.92/3.08	c 3	|                                                                             |
2.92/3.08	c 3	|  Number of variables:  21960                                                |
2.92/3.08	c 3	|  Number of clauses:    149948                                               |
2.99/3.16	c 4	|  Parsing time:         0.07         s                                       |
2.99/3.17	c 4	============================[ Search Statistics ]==============================
2.99/3.17	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.99/3.17	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.99/3.17	c 4	===============================================================================
2.99/3.17	c 4	|         0 |   21868   149354   426303 |    49784        0    nan |  0.000 % |
2.99/3.28	c 4	|       100 |   21868   149354   426303 |    54763      100     16 |  0.419 % |
3.30/3.41	c 4	|       250 |   21868   149354   426303 |    60239      250     15 |  0.419 % |
3.49/3.65	c 4	|       475 |   21868   149354   426303 |    66263      475     16 |  0.419 % |
3.79/3.92	c 4	|       812 |   21868   149354   426303 |    72889      812     17 |  0.419 % |
4.18/4.31	c 5	|      1320 |   21868   149354   426303 |    80178     1320     17 |  0.419 % |
4.88/5.00	c 5	|      2082 |   21868   149354   426303 |    88196     2082     16 |  0.419 % |
5.77/5.91	c 6	|      3221 |   21868   149354   426303 |    97016     3221     17 |  0.419 % |
7.25/7.41	c 8	|      4929 |   21867   149288   426115 |   106717     4928     16 |  0.424 % |
9.43/9.66	c 10	|      7493 |   21867   149288   426115 |   117389     7492     16 |  0.424 % |
13.28/13.59	c 14	|     11339 |   21867   149288   426115 |   129128    11338     16 |  0.424 % |
19.63/19.92	c 20	|     17106 |   21867   149288   426115 |   142041    17105     16 |  0.424 % |
28.84/29.21	c 30	|     25756 |   21867   149288   426115 |   156245    25755     17 |  0.424 % |
45.86/46.40	c 47	|     38731 |   21867   149288   426115 |   171870    38730     17 |  0.424 % |
72.81/73.66	c 74	|     58194 |   21866   149280   426099 |   189057    58192     18 |  0.428 % |
123.40/124.89	c 125	|     87386 |   21866   149280   426099 |   207962    87384     18 |  0.428 % |
215.52/217.87	c 218	|    131175 |   21865   149215   425920 |   228759   131172     19 |  0.433 % |
392.92/397.03	c 397	|    196864 |   21863   149205   425900 |   251635   196860     19 |  0.442 % |
643.91/648.39	c 649	|    295390 |   21863   149205   425900 |   276798    65111     19 |  0.442 % |
1019.76/1024.96	c 1025	|    443179 |   21856   149052   425487 |   304478   212891     18 |  0.474 % |
1638.53/1645.46	c 1646	|    664862 |   21854   149042   425467 |   334926   152923     19 |  0.483 % |
1800.01/1808.31	c 1809	DECODING HOME/temp.out WITH HOME/temp.map
1800.01/1808.31	c 1809	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.01/1808.31	c ERROR INTERRUPTED
1800.01/1808.31	s UNKNOWN
1800.01/1808.31	c 1809	CPU 3 (0.06 0.02 2.76 0.16)
1800.01/1808.31	c 1809	END Sat Jul 11 18:45:14 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-2062590-1247328905/watcher-2062590-1247328905 -o /tmp/evaluation-result-2062590-1247328905/solver-2062590-1247328905 -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-2062590-1247328905.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: 0.72 0.88 1.03 4/84 14208
/proc/meminfo: memFree=1120528/2055920 swapFree=4192956/4192956
[pid=14208] ppid=14206 vsize=12268 CPUtime=0
/proc/14208/stat : 14208 (sugar) R 14206 14208 10978 0 -1 4194304 348 0 0 0 0 0 0 0 23 0 1 0 19582237 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 209136089701 0 0 4224 0 0 0 0 17 1 0 0
/proc/14208/statm: 3067 316 241 3 0 167 0

[startup+0.140318 s]
/proc/loadavg: 0.72 0.88 1.03 4/84 14208
/proc/meminfo: memFree=1120528/2055920 swapFree=4192956/4192956
[pid=14208] ppid=14206 vsize=16868 CPUtime=0.06
/proc/14208/stat : 14208 (sugar) S 14206 14208 10978 0 -1 4194304 1227 128 0 0 5 1 0 0 24 0 1 0 19582237 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14208/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.202325 s]
/proc/loadavg: 0.72 0.88 1.03 4/84 14208
/proc/meminfo: memFree=1120528/2055920 swapFree=4192956/4192956
[pid=14208] ppid=14206 vsize=16868 CPUtime=0.06
/proc/14208/stat : 14208 (sugar) S 14206 14208 10978 0 -1 4194304 1227 128 0 0 5 1 0 0 24 0 1 0 19582237 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14208/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302332 s]
/proc/loadavg: 0.72 0.88 1.03 4/84 14208
/proc/meminfo: memFree=1120528/2055920 swapFree=4192956/4192956
[pid=14208] ppid=14206 vsize=16868 CPUtime=0.06
/proc/14208/stat : 14208 (sugar) S 14206 14208 10978 0 -1 4194304 1227 128 0 0 5 1 0 0 24 0 1 0 19582237 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14208/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702373 s]
/proc/loadavg: 0.72 0.88 1.03 4/84 14208
/proc/meminfo: memFree=1120528/2055920 swapFree=4192956/4192956
[pid=14208] ppid=14206 vsize=16868 CPUtime=0.53
/proc/14208/stat : 14208 (sugar) S 14206 14208 10978 0 -1 4194304 1309 4871 0 1 5 2 43 3 16 0 1 0 19582237 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14208/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 16868

[startup+1.50144 s]
/proc/loadavg: 0.72 0.88 1.03 3/95 14230
/proc/meminfo: memFree=1103032/2055920 swapFree=4192956/4192956
[pid=14208] ppid=14206 vsize=16868 CPUtime=0.53
/proc/14208/stat : 14208 (sugar) S 14206 14208 10978 0 -1 4194304 1309 4871 0 1 5 2 43 3 15 0 1 0 19582237 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14208/statm: 4217 1111 409 3 0 796 0
[pid=14221] ppid=14208 vsize=5356 CPUtime=0
/proc/14221/stat : 14221 (sh) S 14208 14208 10978 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19582293 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14221/statm: 1339 233 193 169 0 50 0
[pid=14222] ppid=14221 vsize=868568 CPUtime=0.91
/proc/14222/stat : 14222 (java) S 14221 14208 10978 0 -1 0 8006 0 1 0 86 5 0 0 18 0 9 0 19582293 889413632 7198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14222/statm: 217142 7198 2567 9 0 211647 0
[pid=14222/tid=14223] ppid=14221 vsize=868568 CPUtime=0.55
/proc/14222/task/14223/stat : 14223 (java) R 14221 14208 10978 0 -1 64 2708 0 1 0 54 1 0 0 24 0 9 0 19582294 889413632 7198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14222/tid=14224] ppid=14221 vsize=868568 CPUtime=0.17
/proc/14222/task/14224/stat : 14224 (java) R 14221 14208 10978 0 -1 64 3115 0 0 0 16 1 0 0 16 0 9 0 19582295 889413632 7198 996147200 134512640 134550932 4294955936 18446744073709551615 102709360 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14222/tid=14225] ppid=14221 vsize=868568 CPUtime=0
/proc/14222/task/14225/stat : 14225 (java) S 14221 14208 10978 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19582295 889413632 7198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14222/tid=14226] ppid=14221 vsize=868568 CPUtime=0
/proc/14222/task/14226/stat : 14226 (java) S 14221 14208 10978 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19582295 889413632 7198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14222/tid=14227] ppid=14221 vsize=868568 CPUtime=0
/proc/14222/task/14227/stat : 14227 (java) S 14221 14208 10978 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19582297 889413632 7198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14222/tid=14228] ppid=14221 vsize=868568 CPUtime=0.16
/proc/14222/task/14228/stat : 14228 (java) S 14221 14208 10978 0 -1 64 1485 0 0 0 15 1 0 0 16 0 9 0 19582298 889413632 7198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14222/tid=14229] ppid=14221 vsize=868568 CPUtime=0
/proc/14222/task/14229/stat : 14229 (java) S 14221 14208 10978 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 19582298 889413632 7198 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14222/tid=14230] ppid=14221 vsize=868568 CPUtime=0
/proc/14222/task/14230/stat : 14230 (java) S 14221 14208 10978 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 19582298 889413632 7198 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) 890792

[startup+3.10259 s]
/proc/loadavg: 0.82 0.90 1.04 4/95 14230
/proc/meminfo: memFree=1086008/2055920 swapFree=4192956/4192956
[pid=14208] ppid=14206 vsize=16868 CPUtime=2.99
/proc/14208/stat : 14208 (sugar) S 14206 14208 10978 0 -1 4194304 1376 16011 0 2 6 2 276 15 16 0 1 0 19582237 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14208/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 16868

[startup+6.30187 s]
/proc/loadavg: 0.82 0.90 1.04 3/87 14232
/proc/meminfo: memFree=1100920/2055920 swapFree=4192956/4192956
[pid=14208] ppid=14206 vsize=16868 CPUtime=2.99
/proc/14208/stat : 14208 (sugar) S 14206 14208 10978 0 -1 4194304 1376 16011 0 2 6 2 276 15 16 0 1 0 19582237 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14208/statm: 4217 1113 409 3 0 796 0
[pid=14231] ppid=14208 vsize=5356 CPUtime=0
/proc/14231/stat : 14231 (sh) S 14208 14208 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19582544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14231/statm: 1339 232 193 169 0 50 0
[pid=14232] ppid=14231 vsize=10308 CPUtime=3.17
/proc/14232/stat : 14232 (minisat) R 14231 14208 10978 0 -1 4194304 2357 0 0 0 316 1 0 0 25 0 1 0 19582545 10555392 2343 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14232/statm: 2577 2343 75 150 0 2424 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 32532

[startup+12.7014 s]
/proc/loadavg: 1.00 0.93 1.05 3/87 14232
/proc/meminfo: memFree=1045752/2055920 swapFree=4192956/4192956
[pid=14208] ppid=14206 vsize=16868 CPUtime=2.99
/proc/14208/stat : 14208 (sugar) S 14206 14208 10978 0 -1 4194304 1376 16011 0 2 6 2 276 15 16 0 1 0 19582237 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14208/statm: 4217 1113 409 3 0 796 0
[pid=14231] ppid=14208 vsize=5356 CPUtime=0
/proc/14231/stat : 14231 (sh) S 14208 14208 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19582544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14231/statm: 1339 232 193 169 0 50 0
[pid=14232] ppid=14231 vsize=10968 CPUtime=9.5
/proc/14232/stat : 14232 (minisat) R 14231 14208 10978 0 -1 4194304 2518 0 0 0 949 1 0 0 25 0 1 0 19582545 11231232 2504 996147200 134512640 135127466 4294956256 18446744073709551615 134530793 0 0 4096 3 0 0 0 17 1 0 0
/proc/14232/statm: 2742 2504 75 150 0 2589 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 33192

[startup+25.5026 s]
/proc/loadavg: 1.15 0.97 1.06 3/87 14232
/proc/meminfo: memFree=1044344/2055920 swapFree=4192956/4192956
[pid=14208] ppid=14206 vsize=16868 CPUtime=2.99
/proc/14208/stat : 14208 (sugar) S 14206 14208 10978 0 -1 4194304 1376 16011 0 2 6 2 276 15 16 0 1 0 19582237 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14208/statm: 4217 1113 409 3 0 796 0
[pid=14231] ppid=14208 vsize=5356 CPUtime=0
/proc/14231/stat : 14231 (sh) S 14208 14208 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19582544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14231/statm: 1339 232 193 169 0 50 0
[pid=14232] ppid=14231 vsize=12180 CPUtime=22.18
/proc/14232/stat : 14232 (minisat) R 14231 14208 10978 0 -1 4194304 2820 0 0 0 2216 2 0 0 25 0 1 0 19582545 12472320 2806 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14232/statm: 3045 2806 75 150 0 2892 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 34404

[startup+51.1028 s]
/proc/loadavg: 1.44 1.05 1.08 3/87 14232
/proc/meminfo: memFree=1042296/2055920 swapFree=4192956/4192956
[pid=14208] ppid=14206 vsize=16868 CPUtime=2.99
/proc/14208/stat : 14208 (sugar) S 14206 14208 10978 0 -1 4194304 1376 16011 0 2 6 2 276 15 16 0 1 0 19582237 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14208/statm: 4217 1113 409 3 0 796 0
[pid=14231] ppid=14208 vsize=5356 CPUtime=0
/proc/14231/stat : 14231 (sh) S 14208 14208 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19582544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14231/statm: 1339 232 193 169 0 50 0
[pid=14232] ppid=14231 vsize=14296 CPUtime=47.54
/proc/14232/stat : 14232 (minisat) R 14231 14208 10978 0 -1 4194304 3347 0 0 0 4751 3 0 0 25 0 1 0 19582545 14639104 3333 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/14232/statm: 3574 3333 75 150 0 3421 0
Current children cumulated CPU time (s) 50.53
Current children cumulated vsize (KiB) 36520

[startup+102.302 s]
/proc/loadavg: 1.78 1.21 1.13 3/87 14232
/proc/meminfo: memFree=970104/2055920 swapFree=4192956/4192956
[pid=14208] ppid=14206 vsize=16868 CPUtime=2.99
/proc/14208/stat : 14208 (sugar) S 14206 14208 10978 0 -1 4194304 1376 16011 0 2 6 2 276 15 16 0 1 0 19582237 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14208/statm: 4217 1113 409 3 0 796 0
[pid=14231] ppid=14208 vsize=5356 CPUtime=0
/proc/14231/stat : 14231 (sh) S 14208 14208 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19582544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14231/statm: 1339 232 193 169 0 50 0
[pid=14232] ppid=14231 vsize=17896 CPUtime=98.14
/proc/14232/stat : 14232 (minisat) R 14231 14208 10978 0 -1 4194304 4230 0 0 0 9810 4 0 0 25 0 1 0 19582545 18325504 4216 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14232/statm: 4474 4216 75 150 0 4321 0
Current children cumulated CPU time (s) 101.13
Current children cumulated vsize (KiB) 40120

[startup+162.303 s]
/proc/loadavg: 1.97 1.35 1.18 3/87 14232
/proc/meminfo: memFree=966392/2055920 swapFree=4192956/4192956
[pid=14208] ppid=14206 vsize=16868 CPUtime=2.99
/proc/14208/stat : 14208 (sugar) S 14206 14208 10978 0 -1 4194304 1376 16011 0 2 6 2 276 15 16 0 1 0 19582237 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14208/statm: 4217 1113 409 3 0 796 0
[pid=14231] ppid=14208 vsize=5356 CPUtime=0
/proc/14231/stat : 14231 (sh) S 14208 14208 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19582544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14231/statm: 1339 232 193 169 0 50 0
[pid=14232] ppid=14231 vsize=21588 CPUtime=157.56
/proc/14232/stat : 14232 (minisat) R 14231 14208 10978 0 -1 4194304 5127 0 0 0 15751 5 0 0 25 0 1 0 19582545 22106112 5113 996147200 134512640 135127466 4294956256 18446744073709551615 134528467 0 0 4096 3 0 0 0 17 1 0 0
/proc/14232/statm: 5397 5113 75 150 0 5244 0
Current children cumulated CPU time (s) 160.55
Current children cumulated vsize (KiB) 43812

[startup+222.307 s]
/proc/loadavg: 2.04 1.49 1.24 3/87 14232
/proc/meminfo: memFree=963384/2055920 swapFree=4192956/4192956
[pid=14208] ppid=14206 vsize=16868 CPUtime=2.99
/proc/14208/stat : 14208 (sugar) S 14206 14208 10978 0 -1 4194304 1376 16011 0 2 6 2 276 15 16 0 1 0 19582237 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14208/statm: 4217 1113 409 3 0 796 0
[pid=14231] ppid=14208 vsize=5356 CPUtime=0
/proc/14231/stat : 14231 (sh) S 14208 14208 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19582544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14231/statm: 1339 232 193 169 0 50 0
[pid=14232] ppid=14231 vsize=24472 CPUtime=216.99
/proc/14232/stat : 14232 (minisat) R 14231 14208 10978 0 -1 4194304 5884 0 0 0 21692 7 0 0 25 0 1 0 19582545 25059328 5870 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14232/statm: 6118 5870 75 150 0 5965 0
Current children cumulated CPU time (s) 219.98
Current children cumulated vsize (KiB) 46696


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

/proc/meminfo: memFree=607096/2055920 swapFree=4192956/4192956
[pid=14208] ppid=14206 vsize=16868 CPUtime=2.99
/proc/14208/stat : 14208 (sugar) S 14206 14208 10978 0 -1 4194304 1376 16011 0 2 6 2 276 15 16 0 1 0 19582237 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14208/statm: 4217 1113 409 3 0 796 0
[pid=14231] ppid=14208 vsize=5356 CPUtime=0
/proc/14231/stat : 14231 (sh) S 14208 14208 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19582544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14231/statm: 1339 232 193 169 0 50 0
[pid=14232] ppid=14231 vsize=42556 CPUtime=1294.05
/proc/14232/stat : 14232 (minisat) R 14231 14208 10978 0 -1 4194304 10276 0 0 0 129392 13 0 0 25 0 1 0 19582545 43577344 10262 996147200 134512640 135127466 4294956256 18446744073709551615 134522702 0 0 4096 3 0 0 0 17 0 0 0
/proc/14232/statm: 10639 10262 75 150 0 10486 0
Current children cumulated CPU time (s) 1297.04
Current children cumulated vsize (KiB) 64780

[startup+1362.3 s]
/proc/loadavg: 2.00 1.97 1.75 3/87 14232
/proc/meminfo: memFree=605624/2055920 swapFree=4192956/4192956
[pid=14208] ppid=14206 vsize=16868 CPUtime=2.99
/proc/14208/stat : 14208 (sugar) S 14206 14208 10978 0 -1 4194304 1376 16011 0 2 6 2 276 15 16 0 1 0 19582237 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14208/statm: 4217 1113 409 3 0 796 0
[pid=14231] ppid=14208 vsize=5356 CPUtime=0
/proc/14231/stat : 14231 (sh) S 14208 14208 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19582544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14231/statm: 1339 232 193 169 0 50 0
[pid=14232] ppid=14231 vsize=44004 CPUtime=1354.03
/proc/14232/stat : 14232 (minisat) R 14231 14208 10978 0 -1 4194304 10647 0 0 0 135390 13 0 0 25 0 1 0 19582545 45060096 10633 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14232/statm: 11001 10633 75 150 0 10848 0
Current children cumulated CPU time (s) 1357.02
Current children cumulated vsize (KiB) 66228

[startup+1422.3 s]
/proc/loadavg: 2.03 1.99 1.77 3/87 14232
/proc/meminfo: memFree=605368/2055920 swapFree=4192956/4192956
[pid=14208] ppid=14206 vsize=16868 CPUtime=2.99
/proc/14208/stat : 14208 (sugar) S 14206 14208 10978 0 -1 4194304 1376 16011 0 2 6 2 276 15 16 0 1 0 19582237 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14208/statm: 4217 1113 409 3 0 796 0
[pid=14231] ppid=14208 vsize=5356 CPUtime=0
/proc/14231/stat : 14231 (sh) S 14208 14208 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19582544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14231/statm: 1339 232 193 169 0 50 0
[pid=14232] ppid=14231 vsize=44136 CPUtime=1414.01
/proc/14232/stat : 14232 (minisat) R 14231 14208 10978 0 -1 4194304 10706 0 0 0 141388 13 0 0 25 0 1 0 19582545 45195264 10692 996147200 134512640 135127466 4294956256 18446744073709551615 134521718 0 0 4096 3 0 0 0 17 0 0 0
/proc/14232/statm: 11034 10692 75 150 0 10881 0
Current children cumulated CPU time (s) 1417
Current children cumulated vsize (KiB) 66360

[startup+1482.3 s]
/proc/loadavg: 2.01 1.99 1.78 3/87 14232
/proc/meminfo: memFree=605368/2055920 swapFree=4192956/4192956
[pid=14208] ppid=14206 vsize=16868 CPUtime=2.99
/proc/14208/stat : 14208 (sugar) S 14206 14208 10978 0 -1 4194304 1376 16011 0 2 6 2 276 15 16 0 1 0 19582237 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14208/statm: 4217 1113 409 3 0 796 0
[pid=14231] ppid=14208 vsize=5356 CPUtime=0
/proc/14231/stat : 14231 (sh) S 14208 14208 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19582544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14231/statm: 1339 232 193 169 0 50 0
[pid=14232] ppid=14231 vsize=44288 CPUtime=1473.99
/proc/14232/stat : 14232 (minisat) R 14231 14208 10978 0 -1 4194304 10712 0 0 0 147385 14 0 0 25 0 1 0 19582545 45350912 10698 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14232/statm: 11072 10698 75 150 0 10919 0
Current children cumulated CPU time (s) 1476.98
Current children cumulated vsize (KiB) 66512

[startup+1542.31 s]
/proc/loadavg: 2.00 1.99 1.79 3/87 14232
/proc/meminfo: memFree=576504/2055920 swapFree=4192956/4192956
[pid=14208] ppid=14206 vsize=16868 CPUtime=2.99
/proc/14208/stat : 14208 (sugar) S 14206 14208 10978 0 -1 4194304 1376 16011 0 2 6 2 276 15 16 0 1 0 19582237 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14208/statm: 4217 1113 409 3 0 796 0
[pid=14231] ppid=14208 vsize=5356 CPUtime=0
/proc/14231/stat : 14231 (sh) S 14208 14208 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19582544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14231/statm: 1339 232 193 169 0 50 0
[pid=14232] ppid=14231 vsize=44288 CPUtime=1533.45
/proc/14232/stat : 14232 (minisat) R 14231 14208 10978 0 -1 4194304 10721 0 0 0 153331 14 0 0 25 0 1 0 19582545 45350912 10707 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14232/statm: 11072 10707 75 150 0 10919 0
Current children cumulated CPU time (s) 1536.44
Current children cumulated vsize (KiB) 66512

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.80 3/87 14232
/proc/meminfo: memFree=576376/2055920 swapFree=4192956/4192956
[pid=14208] ppid=14206 vsize=16868 CPUtime=2.99
/proc/14208/stat : 14208 (sugar) S 14206 14208 10978 0 -1 4194304 1376 16011 0 2 6 2 276 15 16 0 1 0 19582237 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14208/statm: 4217 1113 409 3 0 796 0
[pid=14231] ppid=14208 vsize=5356 CPUtime=0
/proc/14231/stat : 14231 (sh) S 14208 14208 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19582544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14231/statm: 1339 232 193 169 0 50 0
[pid=14232] ppid=14231 vsize=44288 CPUtime=1592.86
/proc/14232/stat : 14232 (minisat) R 14231 14208 10978 0 -1 4194304 10742 0 0 0 159272 14 0 0 25 0 1 0 19582545 45350912 10728 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14232/statm: 11072 10728 75 150 0 10919 0
Current children cumulated CPU time (s) 1595.85
Current children cumulated vsize (KiB) 66512

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.81 3/87 14232
/proc/meminfo: memFree=576312/2055920 swapFree=4192956/4192956
[pid=14208] ppid=14206 vsize=16868 CPUtime=2.99
/proc/14208/stat : 14208 (sugar) S 14206 14208 10978 0 -1 4194304 1376 16011 0 2 6 2 276 15 16 0 1 0 19582237 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14208/statm: 4217 1113 409 3 0 796 0
[pid=14231] ppid=14208 vsize=5356 CPUtime=0
/proc/14231/stat : 14231 (sh) S 14208 14208 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19582544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14231/statm: 1339 232 193 169 0 50 0
[pid=14232] ppid=14231 vsize=44484 CPUtime=1652.28
/proc/14232/stat : 14232 (minisat) R 14231 14208 10978 0 -1 4194304 10765 0 0 0 165214 14 0 0 25 0 1 0 19582545 45551616 10751 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14232/statm: 11121 10751 75 150 0 10968 0
Current children cumulated CPU time (s) 1655.27
Current children cumulated vsize (KiB) 66708

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.82 3/87 14232
/proc/meminfo: memFree=548536/2055920 swapFree=4192956/4192956
[pid=14208] ppid=14206 vsize=16868 CPUtime=2.99
/proc/14208/stat : 14208 (sugar) S 14206 14208 10978 0 -1 4194304 1376 16011 0 2 6 2 276 15 16 0 1 0 19582237 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14208/statm: 4217 1113 409 3 0 796 0
[pid=14231] ppid=14208 vsize=5356 CPUtime=0
/proc/14231/stat : 14231 (sh) S 14208 14208 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19582544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14231/statm: 1339 232 193 169 0 50 0
[pid=14232] ppid=14231 vsize=44484 CPUtime=1711.72
/proc/14232/stat : 14232 (minisat) R 14231 14208 10978 0 -1 4194304 10781 0 0 0 171157 15 0 0 25 0 1 0 19582545 45551616 10767 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14232/statm: 11121 10767 75 150 0 10968 0
Current children cumulated CPU time (s) 1714.71
Current children cumulated vsize (KiB) 66708

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.83 3/87 14232
/proc/meminfo: memFree=521784/2055920 swapFree=4192956/4192956
[pid=14208] ppid=14206 vsize=16868 CPUtime=2.99
/proc/14208/stat : 14208 (sugar) S 14206 14208 10978 0 -1 4194304 1376 16011 0 2 6 2 276 15 16 0 1 0 19582237 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14208/statm: 4217 1113 409 3 0 796 0
[pid=14231] ppid=14208 vsize=5356 CPUtime=0
/proc/14231/stat : 14231 (sh) S 14208 14208 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19582544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14231/statm: 1339 232 193 169 0 50 0
[pid=14232] ppid=14231 vsize=44796 CPUtime=1771.15
/proc/14232/stat : 14232 (minisat) R 14231 14208 10978 0 -1 4194304 10837 0 0 0 177100 15 0 0 25 0 1 0 19582545 45871104 10823 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14232/statm: 11199 10823 75 150 0 11046 0
Current children cumulated CPU time (s) 1774.14
Current children cumulated vsize (KiB) 67020



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.3 s]
/proc/loadavg: 2.00 1.99 1.83 3/75 14262
/proc/meminfo: memFree=1030616/2055920 swapFree=4192956/4192956
[pid=14208] ppid=14206 vsize=16868 CPUtime=2.99
/proc/14208/stat : 14208 (sugar) S 14206 14208 10978 0 -1 4194304 1376 16011 0 2 6 2 276 15 16 0 1 0 19582237 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 209144819810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14208/statm: 4217 1113 409 3 0 796 0
[pid=14231] ppid=14208 vsize=5356 CPUtime=0
/proc/14231/stat : 14231 (sh) S 14208 14208 10978 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19582544 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 209135919940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14231/statm: 1339 232 193 169 0 50 0
[pid=14232] ppid=14231 vsize=44796 CPUtime=1797.02
/proc/14232/stat : 14232 (minisat) R 14231 14208 10978 0 -1 4194304 10858 0 0 0 179686 16 0 0 25 0 1 0 19582545 45871104 10844 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/14232/statm: 11199 10844 75 150 0 11046 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 67020

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

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

Child status: 0

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

Real time (s): 1808.32
CPU time (s): 1800.01
CPU user time (s): 1799.68
CPU system time (s): 0.33
CPU usage (%): 99.5404
Max. virtual memory (cumulated for all children) (KiB): 891060

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.83257
system time used= 0.19197
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18130
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= 3527
involuntary context switches= 3473

runsolver used 2.16667 second user time and 6.07208 second system time

The end

Launcher Data

Begin job on node41 at 2009-07-11 18:15:05
IDJOB=2062590
IDBENCH=53913
IDSOLVER=739
FILE ID=node41/2062590-1247328905
PBS_JOBID= 9506545
Free space on /tmp= 65876 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/QG6/normalized-quasigroup6-10.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-2062590-1247328905/watcher-2062590-1247328905 -o /tmp/evaluation-result-2062590-1247328905/solver-2062590-1247328905 -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-2062590-1247328905.xml

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

MD5SUM BENCH= ad626daf93767ba6191917a08cf93670
RANDOM SEED=1227793571

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.212
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:       1121008 kB
Buffers:         54116 kB
Cached:         751752 kB
SwapCached:          0 kB
Active:         138728 kB
Inactive:       745800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1121008 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2800 kB
Writeback:           0 kB
Mapped:          94264 kB
Slab:            35760 kB
Committed_AS:   855600 kB
PageTables:       1844 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= 65868 MiB
End job on node41 at 2009-07-11 18:45:16