Trace number 2062755

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.04 1807.62

General information on the benchmark

Namecsp/QG3/
normalized-quasigroup3-9.xml
MD5SUM550ab5e175a2b31846d1fc2243f61c2b
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 variables252
Number of constraints179
Maximum constraint arity83
Maximum domain size81
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)alldifferent(18),element(81)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sat Jul 11 18:24:01 2009
0.00/0.07	c 0	PID 12749
0.00/0.07	c 0	HOST node30.alineos.net
0.00/0.07	c 0	CONVERTING HOME/instance-2062755-1247329441.xml TO HOME/temp.csp
0.00/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-2062755-1247329441.xml' 'HOME/temp.csp'
0.06/0.40	c 1	47 domains, 252 variables, 9 predicates, 0 relations, 179 constraints
0.06/0.44	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.44	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.38/0.51	c 1	Parsing HOME/temp.csp
0.38/0.62	c 1	parsed 487 expressions
0.38/0.63	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.38/0.63	c 1	Converting to clausal form CSP
0.38/0.65	c 1	converted 49 (10%) expressions
0.38/0.65	c 1	converted 98 (20%) expressions
0.38/0.65	c 1	converted 147 (30%) expressions
0.38/0.65	c 1	converted 195 (40%) expressions
0.38/0.65	c 1	converted 244 (50%) expressions
0.38/0.65	c 1	converted 293 (60%) expressions
0.38/0.74	c 1	converted 341 (70%) expressions
0.38/0.80	c 1	converted 390 (80%) expressions
1.03/1.16	c 1	converted 439 (90%) expressions
1.32/1.41	c 2	converted 487 (100%) expressions
1.32/1.41	c 2	CSP : 252 integers, 3626 booleans, 13441 clauses, largest domain size 79
1.32/1.41	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.41	c 2	Propagation in CSP
1.32/1.46	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.32/1.46	c 2	CSP : 252 integers, 3626 booleans, 13441 clauses, largest domain size 79
1.32/1.46	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.32/1.47	c 2	Simplifing CSP by introducing new Boolean variables
1.32/1.48	c 2	CSP : 252 integers, 4634 booleans, 14449 clauses, largest domain size 79
1.32/1.48	c 2	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.42/1.57	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.42/1.58	c 2	26 (10%) CSP integer variables are encoded (115 clauses, 1149 bytes)
1.42/1.59	c 2	51 (20%) CSP integer variables are encoded (225 clauses, 2359 bytes)
1.42/1.59	c 2	76 (30%) CSP integer variables are encoded (340 clauses, 3624 bytes)
1.42/1.60	c 2	101 (40%) CSP integer variables are encoded (1074 clauses, 12009 bytes)
1.51/1.60	c 2	126 (50%) CSP integer variables are encoded (1889 clauses, 22604 bytes)
1.51/1.60	c 2	152 (60%) CSP integer variables are encoded (2864 clauses, 35279 bytes)
1.51/1.60	c 2	177 (70%) CSP integer variables are encoded (3742 clauses, 46693 bytes)
1.51/1.61	c 2	202 (80%) CSP integer variables are encoded (4640 clauses, 58367 bytes)
1.51/1.61	c 2	227 (90%) CSP integer variables are encoded (5538 clauses, 70041 bytes)
1.51/1.61	c 2	252 (100%) CSP integer variables are encoded (6253 clauses, 79336 bytes)
1.61/1.71	c 2	1445 (10%) CSP clauses are encoded (19110 clauses, 278172 bytes)
1.61/1.74	c 2	2890 (20%) CSP clauses are encoded (21505 clauses, 315471 bytes)
1.61/1.76	c 2	4335 (30%) CSP clauses are encoded (22936 clauses, 335828 bytes)
1.61/1.78	c 2	5780 (40%) CSP clauses are encoded (24367 clauses, 356010 bytes)
1.61/1.79	c 2	7225 (50%) CSP clauses are encoded (25800 clauses, 376205 bytes)
1.70/1.81	c 2	8670 (60%) CSP clauses are encoded (27231 clauses, 396343 bytes)
1.70/1.83	c 2	10115 (70%) CSP clauses are encoded (28662 clauses, 416498 bytes)
1.70/1.85	c 2	11560 (80%) CSP clauses are encoded (30095 clauses, 436754 bytes)
1.70/1.86	c 2	13005 (90%) CSP clauses are encoded (31524 clauses, 457031 bytes)
1.70/1.87	c 2	14449 (100%) CSP clauses are encoded (32943 clauses, 478707 bytes)
1.70/1.87	c 2	14449 CSP clauses encoded
1.70/1.87	c 2	Writing map file : HOME/temp.map
1.70/1.88	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.70/1.88	c 2	SAT : 11041 SAT variables, 32943 SAT clauses, 478707 bytes
1.70/1.88	c 2	Heap : 9 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
1.79/1.90	c 2	SOLVING HOME/temp.cnf
1.79/1.90	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.79/1.90	c 2	This is MiniSat 2.0 beta
1.79/1.90	c 2	WARNING: for repeatability, setting FPU to use double precision
1.79/1.90	c 2	============================[ Problem Statistics ]=============================
1.79/1.90	c 2	|                                                                             |
1.79/1.90	c 2	|  Number of variables:  11041                                                |
1.79/1.90	c 2	|  Number of clauses:    32943                                                |
1.79/1.92	c 2	|  Parsing time:         0.02         s                                       |
1.79/1.92	c 2	============================[ Search Statistics ]==============================
1.79/1.92	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.79/1.92	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.79/1.92	c 2	===============================================================================
1.79/1.92	c 2	|         0 |   11027    32903    80674 |    10967        0    nan |  0.000 % |
1.79/1.97	c 2	|       100 |   11027    32903    80674 |    12064      100     34 |  0.127 % |
1.81/2.03	c 2	|       252 |   11027    32903    80674 |    13270      252     31 |  0.127 % |
1.81/2.13	c 2	|       478 |   11027    32903    80674 |    14597      478     29 |  0.127 % |
2.10/2.29	c 2	|       815 |   11027    32903    80674 |    16057      815     27 |  0.127 % |
2.39/2.52	c 3	|      1321 |   11027    32903    80674 |    17663     1321     29 |  0.127 % |
2.69/2.88	c 3	|      2081 |   11027    32903    80674 |    19429     2081     28 |  0.127 % |
3.29/3.44	c 4	|      3220 |   11027    32903    80674 |    21372     3220     29 |  0.127 % |
4.19/4.34	c 4	|      4929 |   11027    32903    80674 |    23510     4929     29 |  0.127 % |
5.68/5.90	c 6	|      7491 |   11026    32901    80670 |    25861     7490     29 |  0.136 % |
8.37/8.51	c 9	|     11335 |   11024    32897    80662 |    28447    11332     30 |  0.154 % |
13.04/13.24	c 13	|     17101 |   11024    32897    80662 |    31292    17098     30 |  0.154 % |
21.22/21.42	c 22	|     25751 |   11023    32895    80658 |    34421    25747     30 |  0.163 % |
37.94/38.24	c 38	|     38725 |   11022    32893    80654 |    37863    15074     30 |  0.172 % |
60.65/61.08	c 61	|     58186 |   11020    32889    80646 |    41649    34533     30 |  0.190 % |
96.31/96.86	c 97	|     87379 |   11014    32877    80622 |    45814    34506     32 |  0.245 % |
154.76/155.55	c 156	|    131168 |   11012    32873    80614 |    50396    45246     32 |  0.263 % |
243.21/244.34	c 244	|    196852 |   11001    32851    80570 |    55435    38083     31 |  0.362 % |
394.27/396.05	c 396	|    295378 |   10991    32831    80530 |    60979    52399     34 |  0.453 % |
644.62/647.44	c 648	|    443167 |   10978    32805    80478 |    67077    58510     35 |  0.571 % |
1022.83/1027.26	c 1027	|    664852 |   10960    32769    80406 |    73784    17364     29 |  0.734 % |
1592.26/1599.01	c 1599	|    997377 |   10937    32722    80312 |    81163    53385     44 |  0.942 % |
1800.00/1807.61	sh: line 1: 12773 Terminated              HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out' 2>&1
1800.00/1807.61	c 1808	DECODING HOME/temp.out WITH HOME/temp.map
1800.00/1807.61	c 1808	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.00/1807.61	c ERROR INTERRUPTED
1800.00/1807.61	s UNKNOWN
1800.00/1807.61	c 1808	CPU 1800.03 (0.06 0.02 1799.71 0.24)
1800.00/1807.61	c 1808	END Sat Jul 11 18:54:09 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-2062755-1247329441/watcher-2062755-1247329441 -o /tmp/evaluation-result-2062755-1247329441/solver-2062755-1247329441 -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-2062755-1247329441.xml 

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


[startup+0 s]
/proc/loadavg: 1.85 1.97 1.93 4/80 12749
/proc/meminfo: memFree=881240/2055920 swapFree=4192956/4192956
[pid=12749] ppid=12747 vsize=18576 CPUtime=0
/proc/12749/stat : 12749 (runsolver) R 12747 12749 9559 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 20010222 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 264907582759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12749/statm: 4644 284 249 26 0 2626 0

[startup+0.101731 s]
/proc/loadavg: 1.85 1.97 1.93 4/80 12749
/proc/meminfo: memFree=881240/2055920 swapFree=4192956/4192956
[pid=12749] ppid=12747 vsize=16868 CPUtime=0.06
/proc/12749/stat : 12749 (sugar) S 12747 12749 9559 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20010222 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12749/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201746 s]
/proc/loadavg: 1.85 1.97 1.93 4/80 12749
/proc/meminfo: memFree=881240/2055920 swapFree=4192956/4192956
[pid=12749] ppid=12747 vsize=16868 CPUtime=0.06
/proc/12749/stat : 12749 (sugar) S 12747 12749 9559 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20010222 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12749/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301762 s]
/proc/loadavg: 1.85 1.97 1.93 4/80 12749
/proc/meminfo: memFree=881240/2055920 swapFree=4192956/4192956
[pid=12749] ppid=12747 vsize=16868 CPUtime=0.06
/proc/12749/stat : 12749 (sugar) S 12747 12749 9559 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 20010222 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12749/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701815 s]
/proc/loadavg: 1.85 1.97 1.93 4/80 12749
/proc/meminfo: memFree=881240/2055920 swapFree=4192956/4192956
[pid=12749] ppid=12747 vsize=16868 CPUtime=0.38
/proc/12749/stat : 12749 (sugar) S 12747 12749 9559 0 -1 4194304 1309 4636 0 1 5 1 30 2 15 0 1 0 20010222 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12749/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 16868

[startup+1.50293 s]
/proc/loadavg: 1.85 1.97 1.93 4/91 12771
/proc/meminfo: memFree=863488/2055920 swapFree=4192956/4192956
[pid=12749] ppid=12747 vsize=16868 CPUtime=0.38
/proc/12749/stat : 12749 (sugar) S 12747 12749 9559 0 -1 4194304 1310 4636 0 1 5 1 30 2 15 0 1 0 20010222 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12749/statm: 4217 1111 409 3 0 796 0
[pid=12762] ppid=12749 vsize=5356 CPUtime=0
/proc/12762/stat : 12762 (sh) S 12749 12749 9559 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20010266 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/12762/statm: 1339 233 193 169 0 50 0
[pid=12763] ppid=12762 vsize=868772 CPUtime=1.04
/proc/12763/stat : 12763 (java) S 12762 12749 9559 0 -1 0 8824 0 1 0 100 4 0 0 18 0 9 0 20010266 889622528 8015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/12763/statm: 217193 8015 2567 9 0 211698 0
[pid=12763/tid=12764] ppid=12762 vsize=868772 CPUtime=0.65
/proc/12763/task/12764/stat : 12764 (java) R 12762 12749 9559 0 -1 64 2723 0 1 0 64 1 0 0 25 0 9 0 20010267 889622528 8015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12763/tid=12765] ppid=12762 vsize=868772 CPUtime=0.2
/proc/12763/task/12765/stat : 12765 (java) R 12762 12749 9559 0 -1 64 3940 0 0 0 19 1 0 0 16 0 9 0 20010268 889622528 8015 996147200 134512640 134550932 4294955936 18446744073709551615 102758168 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=12763/tid=12766] ppid=12762 vsize=868772 CPUtime=0
/proc/12763/task/12766/stat : 12766 (java) S 12762 12749 9559 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20010268 889622528 8015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12763/tid=12767] ppid=12762 vsize=868772 CPUtime=0
/proc/12763/task/12767/stat : 12767 (java) S 12762 12749 9559 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20010268 889622528 8015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12763/tid=12768] ppid=12762 vsize=868772 CPUtime=0
/proc/12763/task/12768/stat : 12768 (java) S 12762 12749 9559 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 20010270 889622528 8015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12763/tid=12769] ppid=12762 vsize=868772 CPUtime=0.16
/proc/12763/task/12769/stat : 12769 (java) S 12762 12749 9559 0 -1 64 1462 0 0 0 16 0 0 0 16 0 9 0 20010270 889622528 8015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12763/tid=12770] ppid=12762 vsize=868772 CPUtime=0
/proc/12763/task/12770/stat : 12770 (java) S 12762 12749 9559 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20010270 889622528 8015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=12763/tid=12771] ppid=12762 vsize=868772 CPUtime=0
/proc/12763/task/12771/stat : 12771 (java) S 12762 12749 9559 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20010270 889622528 8015 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890996

[startup+3.10117 s]
/proc/loadavg: 1.85 1.97 1.93 3/83 12773
/proc/meminfo: memFree=874944/2055920 swapFree=4192956/4192956
[pid=12749] ppid=12747 vsize=16868 CPUtime=1.81
/proc/12749/stat : 12749 (sugar) S 12747 12749 9559 0 -1 4194304 1376 13928 0 2 6 1 166 8 15 0 1 0 20010222 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12749/statm: 4217 1113 409 3 0 796 0
[pid=12772] ppid=12749 vsize=5356 CPUtime=0
/proc/12772/stat : 12772 (sh) S 12749 12749 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20010412 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12772/statm: 1339 232 193 169 0 50 0
[pid=12773] ppid=12772 vsize=4240 CPUtime=1.18
/proc/12773/stat : 12773 (minisat) R 12772 12749 9559 0 -1 4194304 826 0 0 0 118 0 0 0 25 0 1 0 20010413 4341760 812 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 0 0 0
/proc/12773/statm: 1060 812 75 150 0 907 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 26464

[startup+6.30264 s]
/proc/loadavg: 1.86 1.97 1.93 3/83 12773
/proc/meminfo: memFree=873856/2055920 swapFree=4192956/4192956
[pid=12749] ppid=12747 vsize=16868 CPUtime=1.81
/proc/12749/stat : 12749 (sugar) S 12747 12749 9559 0 -1 4194304 1376 13928 0 2 6 1 166 8 16 0 1 0 20010222 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12749/statm: 4217 1113 409 3 0 796 0
[pid=12772] ppid=12749 vsize=5356 CPUtime=0
/proc/12772/stat : 12772 (sh) S 12749 12749 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20010412 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12772/statm: 1339 232 193 169 0 50 0
[pid=12773] ppid=12772 vsize=5164 CPUtime=4.37
/proc/12773/stat : 12773 (minisat) R 12772 12749 9559 0 -1 4194304 1053 0 0 0 437 0 0 0 25 0 1 0 20010413 5287936 1039 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12773/statm: 1291 1039 75 150 0 1138 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 27388

[startup+12.7016 s]
/proc/loadavg: 1.87 1.97 1.93 3/83 12773
/proc/meminfo: memFree=872512/2055920 swapFree=4192956/4192956
[pid=12749] ppid=12747 vsize=16868 CPUtime=1.81
/proc/12749/stat : 12749 (sugar) S 12747 12749 9559 0 -1 4194304 1376 13928 0 2 6 1 166 8 16 0 1 0 20010222 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12749/statm: 4217 1113 409 3 0 796 0
[pid=12772] ppid=12749 vsize=5356 CPUtime=0
/proc/12772/stat : 12772 (sh) S 12749 12749 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20010412 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12772/statm: 1339 232 193 169 0 50 0
[pid=12773] ppid=12772 vsize=6484 CPUtime=10.73
/proc/12773/stat : 12773 (minisat) R 12772 12749 9559 0 -1 4194304 1382 0 0 0 1073 0 0 0 25 0 1 0 20010413 6639616 1368 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 0 0 0
/proc/12773/statm: 1621 1368 75 150 0 1468 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 28708

[startup+25.5024 s]
/proc/loadavg: 1.90 1.97 1.93 3/83 12773
/proc/meminfo: memFree=870464/2055920 swapFree=4192956/4192956
[pid=12749] ppid=12747 vsize=16868 CPUtime=1.81
/proc/12749/stat : 12749 (sugar) S 12747 12749 9559 0 -1 4194304 1376 13928 0 2 6 1 166 8 16 0 1 0 20010222 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12749/statm: 4217 1113 409 3 0 796 0
[pid=12772] ppid=12749 vsize=5356 CPUtime=0
/proc/12772/stat : 12772 (sh) S 12749 12749 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20010412 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12772/statm: 1339 232 193 169 0 50 0
[pid=12773] ppid=12772 vsize=8584 CPUtime=23.49
/proc/12773/stat : 12773 (minisat) R 12772 12749 9559 0 -1 4194304 1881 0 0 0 2348 1 0 0 25 0 1 0 20010413 8790016 1867 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/12773/statm: 2146 1867 75 150 0 1993 0
Current children cumulated CPU time (s) 25.3
Current children cumulated vsize (KiB) 30808

[startup+51.1021 s]
/proc/loadavg: 2.01 1.99 1.93 3/83 12773
/proc/meminfo: memFree=869120/2055920 swapFree=4192956/4192956
[pid=12749] ppid=12747 vsize=16868 CPUtime=1.81
/proc/12749/stat : 12749 (sugar) S 12747 12749 9559 0 -1 4194304 1376 13928 0 2 6 1 166 8 16 0 1 0 20010222 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12749/statm: 4217 1113 409 3 0 796 0
[pid=12772] ppid=12749 vsize=5356 CPUtime=0
/proc/12772/stat : 12772 (sh) S 12749 12749 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20010412 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12772/statm: 1339 232 193 169 0 50 0
[pid=12773] ppid=12772 vsize=9772 CPUtime=48.98
/proc/12773/stat : 12773 (minisat) R 12772 12749 9559 0 -1 4194304 2204 0 0 0 4897 1 0 0 25 0 1 0 20010413 10006528 2190 996147200 134512640 135127466 4294956256 18446744073709551615 134530715 0 0 4096 3 0 0 0 17 0 0 0
/proc/12773/statm: 2443 2190 75 150 0 2290 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 31996

[startup+102.303 s]
/proc/loadavg: 2.00 1.99 1.93 3/83 12773
/proc/meminfo: memFree=867840/2055920 swapFree=4192956/4192956
[pid=12749] ppid=12747 vsize=16868 CPUtime=1.81
/proc/12749/stat : 12749 (sugar) S 12747 12749 9559 0 -1 4194304 1376 13928 0 2 6 1 166 8 16 0 1 0 20010222 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12749/statm: 4217 1113 409 3 0 796 0
[pid=12772] ppid=12749 vsize=5356 CPUtime=0
/proc/12772/stat : 12772 (sh) S 12749 12749 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20010412 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12772/statm: 1339 232 193 169 0 50 0
[pid=12773] ppid=12772 vsize=11040 CPUtime=99.98
/proc/12773/stat : 12773 (minisat) R 12772 12749 9559 0 -1 4194304 2496 0 0 0 9996 2 0 0 25 0 1 0 20010413 11304960 2482 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/12773/statm: 2760 2482 75 150 0 2607 0
Current children cumulated CPU time (s) 101.79
Current children cumulated vsize (KiB) 33264

[startup+162.301 s]
/proc/loadavg: 2.11 2.02 1.94 3/83 12773
/proc/meminfo: memFree=866176/2055920 swapFree=4192956/4192956
[pid=12749] ppid=12747 vsize=16868 CPUtime=1.81
/proc/12749/stat : 12749 (sugar) S 12747 12749 9559 0 -1 4194304 1376 13928 0 2 6 1 166 8 16 0 1 0 20010222 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12749/statm: 4217 1113 409 3 0 796 0
[pid=12772] ppid=12749 vsize=5356 CPUtime=0
/proc/12772/stat : 12772 (sh) S 12749 12749 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20010412 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12772/statm: 1339 232 193 169 0 50 0
[pid=12773] ppid=12772 vsize=12632 CPUtime=159.72
/proc/12773/stat : 12773 (minisat) R 12772 12749 9559 0 -1 4194304 2912 0 0 0 15970 2 0 0 25 0 1 0 20010413 12935168 2898 996147200 134512640 135127466 4294956256 18446744073709551615 134530772 0 0 4096 3 0 0 0 17 0 0 0
/proc/12773/statm: 3158 2898 75 150 0 3005 0
Current children cumulated CPU time (s) 161.53
Current children cumulated vsize (KiB) 34856

[startup+222.307 s]
/proc/loadavg: 2.04 2.01 1.94 3/83 12773
/proc/meminfo: memFree=865600/2055920 swapFree=4192956/4192956
[pid=12749] ppid=12747 vsize=16868 CPUtime=1.81
/proc/12749/stat : 12749 (sugar) S 12747 12749 9559 0 -1 4194304 1376 13928 0 2 6 1 166 8 16 0 1 0 20010222 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12749/statm: 4217 1113 409 3 0 796 0
[pid=12772] ppid=12749 vsize=5356 CPUtime=0
/proc/12772/stat : 12772 (sh) S 12749 12749 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20010412 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12772/statm: 1339 232 193 169 0 50 0

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

[pid=12749] ppid=12747 vsize=16868 CPUtime=1.82
/proc/12749/stat : 12749 (sugar) S 12747 12749 9559 0 -1 4194304 1376 13928 0 2 6 2 166 8 16 0 1 0 20010222 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12749/statm: 4217 1113 409 3 0 796 0
[pid=12772] ppid=12749 vsize=5356 CPUtime=0
/proc/12772/stat : 12772 (sh) S 12749 12749 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20010412 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12772/statm: 1339 232 193 169 0 50 0
[pid=12773] ppid=12772 vsize=20596 CPUtime=1294.96
/proc/12773/stat : 12773 (minisat) R 12772 12749 9559 0 -1 4194304 4869 0 0 0 129485 11 0 0 25 0 1 0 20010413 21090304 4855 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 0 0 0
/proc/12773/statm: 5149 4855 75 150 0 4996 0
Current children cumulated CPU time (s) 1296.78
Current children cumulated vsize (KiB) 42820

[startup+1362.3 s]
/proc/loadavg: 1.99 1.99 1.94 3/84 12817
/proc/meminfo: memFree=910504/2055920 swapFree=4192956/4192956
[pid=12749] ppid=12747 vsize=16868 CPUtime=1.82
/proc/12749/stat : 12749 (sugar) S 12747 12749 9559 0 -1 4194304 1376 13928 0 2 6 2 166 8 16 0 1 0 20010222 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12749/statm: 4217 1113 409 3 0 796 0
[pid=12772] ppid=12749 vsize=5356 CPUtime=0
/proc/12772/stat : 12772 (sh) S 12749 12749 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20010412 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12772/statm: 1339 232 193 169 0 50 0
[pid=12773] ppid=12772 vsize=20992 CPUtime=1354.71
/proc/12773/stat : 12773 (minisat) R 12772 12749 9559 0 -1 4194304 4966 0 0 0 135460 11 0 0 25 0 1 0 20010413 21495808 4952 996147200 134512640 135127466 4294956256 18446744073709551615 134530936 0 0 4096 3 0 0 0 17 0 0 0
/proc/12773/statm: 5248 4952 75 150 0 5095 0
Current children cumulated CPU time (s) 1356.53
Current children cumulated vsize (KiB) 43216

[startup+1422.3 s]
/proc/loadavg: 1.99 1.99 1.94 3/84 12817
/proc/meminfo: memFree=910440/2055920 swapFree=4192956/4192956
[pid=12749] ppid=12747 vsize=16868 CPUtime=1.82
/proc/12749/stat : 12749 (sugar) S 12747 12749 9559 0 -1 4194304 1376 13928 0 2 6 2 166 8 16 0 1 0 20010222 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12749/statm: 4217 1113 409 3 0 796 0
[pid=12772] ppid=12749 vsize=5356 CPUtime=0
/proc/12772/stat : 12772 (sh) S 12749 12749 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20010412 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12772/statm: 1339 232 193 169 0 50 0
[pid=12773] ppid=12772 vsize=20992 CPUtime=1414.46
/proc/12773/stat : 12773 (minisat) R 12772 12749 9559 0 -1 4194304 4985 0 0 0 141435 11 0 0 25 0 1 0 20010413 21495808 4971 996147200 134512640 135127466 4294956256 18446744073709551615 134522687 0 0 4096 3 0 0 0 17 0 0 0
/proc/12773/statm: 5248 4971 75 150 0 5095 0
Current children cumulated CPU time (s) 1416.28
Current children cumulated vsize (KiB) 43216

[startup+1482.3 s]
/proc/loadavg: 2.04 2.00 1.94 3/84 12817
/proc/meminfo: memFree=910376/2055920 swapFree=4192956/4192956
[pid=12749] ppid=12747 vsize=16868 CPUtime=1.82
/proc/12749/stat : 12749 (sugar) S 12747 12749 9559 0 -1 4194304 1376 13928 0 2 6 2 166 8 16 0 1 0 20010222 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12749/statm: 4217 1113 409 3 0 796 0
[pid=12772] ppid=12749 vsize=5356 CPUtime=0
/proc/12772/stat : 12772 (sh) S 12749 12749 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20010412 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12772/statm: 1339 232 193 169 0 50 0
[pid=12773] ppid=12772 vsize=21132 CPUtime=1474.21
/proc/12773/stat : 12773 (minisat) R 12772 12749 9559 0 -1 4194304 4990 0 0 0 147410 11 0 0 25 0 1 0 20010413 21639168 4976 996147200 134512640 135127466 4294956256 18446744073709551615 134530607 0 0 4096 3 0 0 0 17 0 0 0
/proc/12773/statm: 5283 4976 75 150 0 5130 0
Current children cumulated CPU time (s) 1476.03
Current children cumulated vsize (KiB) 43356

[startup+1542.31 s]
/proc/loadavg: 2.14 2.04 1.96 3/84 12817
/proc/meminfo: memFree=909160/2055920 swapFree=4192956/4192956
[pid=12749] ppid=12747 vsize=16868 CPUtime=1.82
/proc/12749/stat : 12749 (sugar) S 12747 12749 9559 0 -1 4194304 1376 13928 0 2 6 2 166 8 16 0 1 0 20010222 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12749/statm: 4217 1113 409 3 0 796 0
[pid=12772] ppid=12749 vsize=5356 CPUtime=0
/proc/12772/stat : 12772 (sh) S 12749 12749 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20010412 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12772/statm: 1339 232 193 169 0 50 0
[pid=12773] ppid=12772 vsize=22188 CPUtime=1533.97
/proc/12773/stat : 12773 (minisat) R 12772 12749 9559 0 -1 4194304 5259 0 0 0 153385 12 0 0 25 0 1 0 20010413 22720512 5245 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/12773/statm: 5547 5245 75 150 0 5394 0
Current children cumulated CPU time (s) 1535.79
Current children cumulated vsize (KiB) 44412

[startup+1602.3 s]
/proc/loadavg: 2.05 2.03 1.96 3/84 12819
/proc/meminfo: memFree=908968/2055920 swapFree=4192956/4192956
[pid=12749] ppid=12747 vsize=16868 CPUtime=1.82
/proc/12749/stat : 12749 (sugar) S 12747 12749 9559 0 -1 4194304 1376 13928 0 2 6 2 166 8 16 0 1 0 20010222 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12749/statm: 4217 1113 409 3 0 796 0
[pid=12772] ppid=12749 vsize=5356 CPUtime=0
/proc/12772/stat : 12772 (sh) S 12749 12749 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20010412 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12772/statm: 1339 232 193 169 0 50 0
[pid=12773] ppid=12772 vsize=22188 CPUtime=1593.72
/proc/12773/stat : 12773 (minisat) R 12772 12749 9559 0 -1 4194304 5272 0 0 0 159360 12 0 0 25 0 1 0 20010413 22720512 5258 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12773/statm: 5547 5258 75 150 0 5394 0
Current children cumulated CPU time (s) 1595.54
Current children cumulated vsize (KiB) 44412

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 1.96 3/84 12819
/proc/meminfo: memFree=906792/2055920 swapFree=4192956/4192956
[pid=12749] ppid=12747 vsize=16868 CPUtime=1.82
/proc/12749/stat : 12749 (sugar) S 12747 12749 9559 0 -1 4194304 1376 13928 0 2 6 2 166 8 16 0 1 0 20010222 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12749/statm: 4217 1113 409 3 0 796 0
[pid=12772] ppid=12749 vsize=5356 CPUtime=0
/proc/12772/stat : 12772 (sh) S 12749 12749 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20010412 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12772/statm: 1339 232 193 169 0 50 0
[pid=12773] ppid=12772 vsize=24300 CPUtime=1653.48
/proc/12773/stat : 12773 (minisat) R 12772 12749 9559 0 -1 4194304 5815 0 0 0 165334 14 0 0 25 0 1 0 20010413 24883200 5801 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/12773/statm: 6075 5801 75 150 0 5922 0
Current children cumulated CPU time (s) 1655.3
Current children cumulated vsize (KiB) 46524

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 1.96 3/84 12819
/proc/meminfo: memFree=906728/2055920 swapFree=4192956/4192956
[pid=12749] ppid=12747 vsize=16868 CPUtime=1.82
/proc/12749/stat : 12749 (sugar) S 12747 12749 9559 0 -1 4194304 1376 13928 0 2 6 2 166 8 16 0 1 0 20010222 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12749/statm: 4217 1113 409 3 0 796 0
[pid=12772] ppid=12749 vsize=5356 CPUtime=0
/proc/12772/stat : 12772 (sh) S 12749 12749 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20010412 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12772/statm: 1339 232 193 169 0 50 0
[pid=12773] ppid=12772 vsize=24432 CPUtime=1713.23
/proc/12773/stat : 12773 (minisat) R 12772 12749 9559 0 -1 4194304 5821 0 0 0 171309 14 0 0 25 0 1 0 20010413 25018368 5807 996147200 134512640 135127466 4294956256 18446744073709551615 134530949 0 0 4096 3 0 0 0 17 0 0 0
/proc/12773/statm: 6108 5807 75 150 0 5955 0
Current children cumulated CPU time (s) 1715.05
Current children cumulated vsize (KiB) 46656

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/84 12819
/proc/meminfo: memFree=906728/2055920 swapFree=4192956/4192956
[pid=12749] ppid=12747 vsize=16868 CPUtime=1.82
/proc/12749/stat : 12749 (sugar) S 12747 12749 9559 0 -1 4194304 1376 13928 0 2 6 2 166 8 16 0 1 0 20010222 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12749/statm: 4217 1113 409 3 0 796 0
[pid=12772] ppid=12749 vsize=5356 CPUtime=0
/proc/12772/stat : 12772 (sh) S 12749 12749 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20010412 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12772/statm: 1339 232 193 169 0 50 0
[pid=12773] ppid=12772 vsize=24432 CPUtime=1772.98
/proc/12773/stat : 12773 (minisat) R 12772 12749 9559 0 -1 4194304 5822 0 0 0 177284 14 0 0 25 0 1 0 20010413 25018368 5808 996147200 134512640 135127466 4294956256 18446744073709551615 134530783 0 0 4096 3 0 0 0 17 0 0 0
/proc/12773/statm: 6108 5808 75 150 0 5955 0
Current children cumulated CPU time (s) 1774.8
Current children cumulated vsize (KiB) 46656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.6 s]
/proc/loadavg: 2.00 2.01 1.96 3/84 12819
/proc/meminfo: memFree=906728/2055920 swapFree=4192956/4192956
[pid=12749] ppid=12747 vsize=16868 CPUtime=1.82
/proc/12749/stat : 12749 (sugar) S 12747 12749 9559 0 -1 4194304 1376 13928 0 2 6 2 166 8 16 0 1 0 20010222 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12749/statm: 4217 1113 409 3 0 796 0
[pid=12772] ppid=12749 vsize=5356 CPUtime=0
/proc/12772/stat : 12772 (sh) S 12749 12749 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20010412 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12772/statm: 1339 232 193 169 0 50 0
[pid=12773] ppid=12772 vsize=24428 CPUtime=1798.18
/proc/12773/stat : 12773 (minisat) R 12772 12749 9559 0 -1 4194304 5822 0 0 0 179804 14 0 0 25 0 1 0 20010413 25014272 5808 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/12773/statm: 6107 5808 75 150 0 5954 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 46652

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

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

[startup+1807.6 s]
/proc/loadavg: 2.00 2.01 1.96 3/84 12819
/proc/meminfo: memFree=906728/2055920 swapFree=4192956/4192956
[pid=12749] ppid=12747 vsize=16868 CPUtime=1.82
/proc/12749/stat : 12749 (sugar) S 12747 12749 9559 0 -1 4194304 1376 13928 0 2 6 2 166 8 16 0 1 0 20010222 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/12749/statm: 4217 1113 409 3 0 796 0
[pid=12772] ppid=12749 vsize=5356 CPUtime=0
/proc/12772/stat : 12772 (sh) S 12749 12749 9559 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20010412 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12772/statm: 1339 232 193 169 0 50 0
[pid=12773] ppid=12772 vsize=24428 CPUtime=1798.18
/proc/12773/stat : 12773 (minisat) R 12772 12749 9559 0 -1 4194304 5822 0 0 0 179804 14 0 0 25 0 1 0 20010413 25014272 5808 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/12773/statm: 6107 5808 75 150 0 5954 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 46652

Child status: 0
Real time (s): 1807.62
CPU time (s): 1800.04
CPU user time (s): 1799.77
CPU system time (s): 0.265959
CPU usage (%): 99.5806
Max. virtual memory (cumulated for all children) (KiB): 890996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.77
system time used= 0.265959
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21790
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= 2062
involuntary context switches= 31025

runsolver used 1.80272 second user time and 4.96425 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-11 18:24:01
IDJOB=2062755
IDBENCH=53928
IDSOLVER=739
FILE ID=node30/2062755-1247329441
PBS_JOBID= 9506567
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/QG3/normalized-quasigroup3-9.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-2062755-1247329441/watcher-2062755-1247329441 -o /tmp/evaluation-result-2062755-1247329441/solver-2062755-1247329441 -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-2062755-1247329441.xml

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

MD5SUM BENCH= 550ab5e175a2b31846d1fc2243f61c2b
RANDOM SEED=194937465

node30.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.277
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.277
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:        881720 kB
Buffers:         59820 kB
Cached:         971332 kB
SwapCached:          0 kB
Active:         186152 kB
Inactive:       935268 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        881720 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1672 kB
Writeback:           0 kB
Mapped:         108184 kB
Slab:            37864 kB
Committed_AS:   893336 kB
PageTables:       1884 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= 66380 MiB
End job on node30 at 2009-07-11 18:54:11