Trace number 1079771

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatUNSAT 181.014 182.848

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg10-11_ext.xml
MD5SUMac1503673bc5c1dbe328395c9dc771a5
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.54976
Satisfiable
(Un)Satisfiability was proved
Number of variables110
Number of constraints21
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension21
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 00:34:00 2008
0.00/0.05	c 0	PID 2537
0.00/0.05	c 0	HOST node25.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1079771-1215210840.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1079771-1215210840.xml' 'HOME/temp.csp'
0.04/0.47	c 1	1 domains, 110 variables, 0 predicates, 2 relations, 21 constraints
0.04/0.48	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.48	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.44/0.56	c 1	Parsing HOME/temp.csp
0.44/0.83	c 1	parsed 134 expressions
0.44/0.86	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.44/0.86	c 1	Converting to clausal form CSP
0.44/0.88	c 1	converted 14 (10%) expressions
0.44/0.88	c 1	converted 27 (20%) expressions
0.44/0.88	c 1	converted 41 (30%) expressions
0.44/0.88	c 1	converted 54 (40%) expressions
0.44/0.88	c 1	converted 67 (50%) expressions
0.44/0.88	c 1	converted 81 (60%) expressions
0.44/0.88	c 1	converted 94 (70%) expressions
0.44/0.88	c 1	converted 108 (80%) expressions
1.24/1.39	c 2	converted 121 (90%) expressions
1.63/1.76	c 2	converted 134 (100%) expressions
1.63/1.76	c 2	CSP : 110 integers, 0 booleans, 21 clauses, largest domain size 26
1.63/1.76	c 2	Heap : 25 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.63/1.76	c 2	Propagation in CSP
1.63/1.76	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.63/1.76	c 2	CSP : 110 integers, 0 booleans, 21 clauses, largest domain size 26
1.63/1.76	c 2	Heap : 25 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.63/1.76	c 2	Simplifing CSP by introducing new Boolean variables
1.63/1.76	c 2	CSP : 110 integers, 0 booleans, 21 clauses, largest domain size 26
1.63/1.77	c 2	Heap : 25 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.73/1.89	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.83/1.91	c 2	11 (10%) CSP integer variables are encoded (264 clauses, 2760 bytes)
1.83/1.91	c 2	22 (20%) CSP integer variables are encoded (528 clauses, 5664 bytes)
1.83/1.92	c 2	33 (30%) CSP integer variables are encoded (792 clauses, 8568 bytes)
1.83/1.92	c 2	44 (40%) CSP integer variables are encoded (1056 clauses, 11665 bytes)
1.83/1.92	c 2	55 (50%) CSP integer variables are encoded (1320 clauses, 15097 bytes)
1.83/1.92	c 2	66 (60%) CSP integer variables are encoded (1584 clauses, 18529 bytes)
1.83/1.92	c 2	77 (70%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
1.83/1.92	c 2	88 (80%) CSP integer variables are encoded (2112 clauses, 25393 bytes)
1.83/1.92	c 2	99 (90%) CSP integer variables are encoded (2376 clauses, 28825 bytes)
1.83/1.92	c 2	110 (100%) CSP integer variables are encoded (2640 clauses, 32257 bytes)
13.62/13.81	c 14	3 (10%) CSP clauses are encoded (93747 clauses, 5736510 bytes)
21.64/21.97	c 22	5 (20%) CSP clauses are encoded (154485 clauses, 9617830 bytes)
29.56/29.90	c 30	7 (30%) CSP clauses are encoded (215223 clauses, 13557596 bytes)
37.58/38.00	c 38	9 (40%) CSP clauses are encoded (275961 clauses, 17607858 bytes)
45.40/45.95	c 46	11 (50%) CSP clauses are encoded (336699 clauses, 21658120 bytes)
49.66/50.28	c 51	13 (60%) CSP clauses are encoded (377439 clauses, 24069785 bytes)
53.82/54.40	c 55	15 (70%) CSP clauses are encoded (418179 clauses, 26694966 bytes)
57.88/58.54	c 59	17 (80%) CSP clauses are encoded (458919 clauses, 29834342 bytes)
61.94/62.67	c 63	19 (90%) CSP clauses are encoded (499659 clauses, 32973718 bytes)
66.30/67.04	c 67	21 (100%) CSP clauses are encoded (540399 clauses, 36113094 bytes)
66.30/67.04	c 67	21 CSP clauses encoded
66.30/67.04	c 67	Writing map file : HOME/temp.map
66.30/67.04	c 67	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
66.30/67.04	c 67	SAT : 2750 SAT variables, 540399 SAT clauses, 36113094 bytes
66.30/67.04	c 67	Heap : 32 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
66.30/67.06	c 67	SOLVING HOME/temp.cnf
66.30/67.06	c 67	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
66.30/67.06	c 67	This is MiniSat 2.0 beta
66.30/67.06	c 67	WARNING: for repeatability, setting FPU to use double precision
66.30/67.06	c 67	============================[ Problem Statistics ]=============================
66.30/67.06	c 67	|                                                                             |
66.30/67.07	c 67	|  Number of variables:  2750                                                 |
66.30/67.07	c 67	|  Number of clauses:    540399                                               |
66.37/67.89	c 68	|  Parsing time:         0.72         s                                       |
66.37/67.94	c 68	============================[ Search Statistics ]==============================
66.37/67.94	c 68	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
66.37/67.94	c 68	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
66.37/67.94	c 68	===============================================================================
66.37/67.94	c 68	|         0 |    2750   540399  7030868 |   180133        0    nan |  0.000 % |
66.37/67.96	c 68	|       101 |    2749   540399  7030868 |   198146      100      4 |  0.037 % |
66.37/68.03	c 68	|       252 |    2748   540399  7030868 |   217960      250      5 |  0.073 % |
67.58/68.31	c 69	|       477 |    2748   540399  7030868 |   239757      475      8 |  0.073 % |
67.88/68.69	c 69	|       814 |    2748   540399  7030868 |   263732      812      9 |  0.073 % |
68.87/69.61	c 70	|      1320 |    2748   540399  7030868 |   290105     1318     10 |  0.073 % |
70.15/70.98	c 71	|      2079 |    2748   540399  7030868 |   319116     2077     10 |  0.073 % |
71.84/72.69	c 73	|      3219 |    2746   540399  7030868 |   351028     3215     10 |  0.146 % |
74.21/75.01	c 75	|      4927 |    2746   540399  7030868 |   386131     4923     11 |  0.146 % |
78.08/78.91	c 79	|      7491 |    2746   540399  7030868 |   424744     7486     11 |  0.182 % |
83.92/84.89	c 85	|     11335 |    2741   540399  7030868 |   467218    11329     11 |  0.364 % |
93.92/94.93	c 95	|     17101 |    2741   540399  7030868 |   513940    17095     12 |  0.364 % |
108.09/109.24	c 110	|     25752 |    2738   540399  7030868 |   565334    25745     12 |  0.655 % |
128.79/130.15	c 131	|     38726 |    2735   540399  7030868 |   621867    38717     13 |  0.909 % |
161.57/163.21	c 164	|     58189 |    2733   540399  7030868 |   684054    58177     13 |  1.455 % |
180.79/182.64	c 183	===============================================================================
180.79/182.64	c 183	restarts              : 15
180.79/182.64	c 183	conflicts             : 68373          (598 /sec)
180.79/182.64	c 183	decisions             : 89649          (1.81 % random) (784 /sec)
180.79/182.64	c 183	propagations          : 6625804        (57949 /sec)
180.79/182.64	c 183	conflict literals     : 858532         (25.89 % deleted)
180.79/182.64	c 183	Memory used           : 57.59 MB
180.79/182.64	c 183	CPU time              : 114.339 s
180.79/182.64	c 183	
180.79/182.64	c 183	UNSATISFIABLE
180.79/182.65	c 183	DECODING HOME/temp.out WITH HOME/temp.map
180.79/182.65	c 183	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
180.85/182.74	c 183	Decoding HOME/temp.out
180.85/182.77	s UNSATISFIABLE
180.85/182.78	c 183	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
180.85/182.83	c 183	CPU 180.24 (0.03 0.01 180.21 0.72)
180.85/182.83	c 183	END Sat Jul  5 00:37:03 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1079771-1215210840/watcher-1079771-1215210840 -o /tmp/evaluation-result-1079771-1215210840/solver-1079771-1215210840 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1079771-1215210840.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): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 2537
/proc/meminfo: memFree=1683496/2055920 swapFree=4180844/4192956
[pid=2537] ppid=2535 vsize=18572 CPUtime=0
/proc/2537/stat : 2537 (runsolver) R 2535 2537 1283 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 2000058073 19017728 292 996147200 4194304 4296836 548682068224 18446744073709551615 253307186471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/2537/statm: 4643 292 257 25 0 2626 0

[startup+0.079676 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 2537
/proc/meminfo: memFree=1683496/2055920 swapFree=4180844/4192956
[pid=2537] ppid=2535 vsize=13600 CPUtime=0.04
/proc/2537/stat : 2537 (sugar) S 2535 2537 1283 0 -1 4194304 900 128 0 0 3 1 0 0 19 0 1 0 2000058073 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2537/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101676 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 2537
/proc/meminfo: memFree=1683496/2055920 swapFree=4180844/4192956
[pid=2537] ppid=2535 vsize=13600 CPUtime=0.04
/proc/2537/stat : 2537 (sugar) S 2535 2537 1283 0 -1 4194304 900 128 0 0 3 1 0 0 19 0 1 0 2000058073 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2537/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301693 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 2537
/proc/meminfo: memFree=1683496/2055920 swapFree=4180844/4192956
[pid=2537] ppid=2535 vsize=13600 CPUtime=0.04
/proc/2537/stat : 2537 (sugar) S 2535 2537 1283 0 -1 4194304 900 128 0 0 3 1 0 0 19 0 1 0 2000058073 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2537/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701727 s]
/proc/loadavg: 1.92 1.98 1.99 4/73 2537
/proc/meminfo: memFree=1683496/2055920 swapFree=4180844/4192956
[pid=2537] ppid=2535 vsize=13600 CPUtime=0.44
/proc/2537/stat : 2537 (sugar) S 2535 2537 1283 0 -1 4194304 972 4554 0 1 3 1 38 2 16 0 1 0 2000058073 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2537/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 13600

[startup+1.50281 s]
/proc/loadavg: 2.01 2.00 2.00 5/84 2559
/proc/meminfo: memFree=1673488/2055920 swapFree=4180844/4192956
[pid=2537] ppid=2535 vsize=13600 CPUtime=0.44
/proc/2537/stat : 2537 (sugar) S 2535 2537 1283 0 -1 4194304 972 4554 0 1 3 1 38 2 15 0 1 0 2000058073 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2537/statm: 3400 797 370 3 0 500 0
[pid=2550] ppid=2537 vsize=5356 CPUtime=0
/proc/2550/stat : 2550 (sh) S 2537 2537 1283 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000058121 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2550/statm: 1339 233 193 169 0 50 0
[pid=2551] ppid=2550 vsize=864220 CPUtime=1
/proc/2551/stat : 2551 (java) S 2550 2537 1283 0 -1 0 9349 0 1 0 95 5 0 0 18 0 9 0 2000058122 884961280 8621 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2551/statm: 216055 8621 2540 9 0 210630 0
[pid=2551/tid=2552] ppid=2550 vsize=864220 CPUtime=0.58
/proc/2551/task/2552/stat : 2552 (java) R 2550 2537 1283 0 -1 64 2741 0 1 0 57 1 0 0 20 0 9 0 2000058123 884961280 8621 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2553] ppid=2550 vsize=864220 CPUtime=0.34
/proc/2551/task/2553/stat : 2553 (java) R 2550 2537 1283 0 -1 64 5579 0 0 0 31 3 0 0 17 0 9 0 2000058124 884961280 8621 996147200 134512640 134550740 4294955904 18446744073709551615 102674867 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2554] ppid=2550 vsize=864220 CPUtime=0
/proc/2551/task/2554/stat : 2554 (java) S 2550 2537 1283 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000058124 884961280 8621 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2555] ppid=2550 vsize=864220 CPUtime=0
/proc/2551/task/2555/stat : 2555 (java) S 2550 2537 1283 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000058124 884961280 8621 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2556] ppid=2550 vsize=864220 CPUtime=0
/proc/2551/task/2556/stat : 2556 (java) S 2550 2537 1283 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000058126 884961280 8621 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2557] ppid=2550 vsize=864220 CPUtime=0.06
/proc/2551/task/2557/stat : 2557 (java) S 2550 2537 1283 0 -1 64 337 0 0 0 6 0 0 0 18 0 9 0 2000058126 884961280 8621 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2558] ppid=2550 vsize=864220 CPUtime=0
/proc/2551/task/2558/stat : 2558 (java) S 2550 2537 1283 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000058126 884961280 8621 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2559] ppid=2550 vsize=864220 CPUtime=0
/proc/2551/task/2559/stat : 2559 (java) S 2550 2537 1283 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000058126 884961280 8621 996147200 134512640 134550740 4294955904 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) 883176

[startup+3.10294 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 2559
/proc/meminfo: memFree=1646864/2055920 swapFree=4180844/4192956
[pid=2537] ppid=2535 vsize=13600 CPUtime=0.44
/proc/2537/stat : 2537 (sugar) S 2535 2537 1283 0 -1 4194304 973 4554 0 1 3 1 38 2 15 0 1 0 2000058073 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2537/statm: 3400 797 370 3 0 500 0
[pid=2550] ppid=2537 vsize=5356 CPUtime=0
/proc/2550/stat : 2550 (sh) S 2537 2537 1283 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000058121 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2550/statm: 1339 233 193 169 0 50 0
[pid=2551] ppid=2550 vsize=864332 CPUtime=2.58
/proc/2551/stat : 2551 (java) S 2550 2537 1283 0 -1 0 12150 0 1 0 252 6 0 0 18 0 9 0 2000058122 885075968 11378 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2551/statm: 216083 11378 2564 9 0 210630 0
[pid=2551/tid=2552] ppid=2550 vsize=864332 CPUtime=1.77
/proc/2551/task/2552/stat : 2552 (java) R 2550 2537 1283 0 -1 64 2993 0 1 0 176 1 0 0 25 0 9 0 2000058123 885075968 11378 996147200 134512640 134550740 4294955904 18446744073709551615 4126582535 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2553] ppid=2550 vsize=864332 CPUtime=0.69
/proc/2551/task/2553/stat : 2553 (java) S 2550 2537 1283 0 -1 64 8107 0 0 0 65 4 0 0 16 0 9 0 2000058124 885075968 11378 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2554] ppid=2550 vsize=864332 CPUtime=0
/proc/2551/task/2554/stat : 2554 (java) S 2550 2537 1283 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000058124 885075968 11378 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2555] ppid=2550 vsize=864332 CPUtime=0
/proc/2551/task/2555/stat : 2555 (java) S 2550 2537 1283 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000058124 885075968 11378 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2556] ppid=2550 vsize=864332 CPUtime=0
/proc/2551/task/2556/stat : 2556 (java) S 2550 2537 1283 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000058126 885075968 11378 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2557] ppid=2550 vsize=864332 CPUtime=0.09
/proc/2551/task/2557/stat : 2557 (java) S 2550 2537 1283 0 -1 64 358 0 0 0 9 0 0 0 16 0 9 0 2000058126 885075968 11378 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2558] ppid=2550 vsize=864332 CPUtime=0
/proc/2551/task/2558/stat : 2558 (java) S 2550 2537 1283 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000058126 885075968 11378 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2559] ppid=2550 vsize=864332 CPUtime=0
/proc/2551/task/2559/stat : 2559 (java) S 2550 2537 1283 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000058126 885075968 11378 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883288

[startup+6.30124 s]
/proc/loadavg: 2.01 2.00 2.00 3/84 2559
/proc/meminfo: memFree=1642576/2055920 swapFree=4180844/4192956
[pid=2537] ppid=2535 vsize=13600 CPUtime=0.44
/proc/2537/stat : 2537 (sugar) S 2535 2537 1283 0 -1 4194304 973 4554 0 1 3 1 38 2 15 0 1 0 2000058073 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2537/statm: 3400 797 370 3 0 500 0
[pid=2550] ppid=2537 vsize=5356 CPUtime=0
/proc/2550/stat : 2550 (sh) S 2537 2537 1283 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000058121 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2550/statm: 1339 233 193 169 0 50 0
[pid=2551] ppid=2550 vsize=864332 CPUtime=5.75
/proc/2551/stat : 2551 (java) S 2550 2537 1283 0 -1 0 13218 0 1 0 567 8 0 0 18 0 9 0 2000058122 885075968 12385 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2551/statm: 216083 12385 2564 9 0 210630 0
[pid=2551/tid=2552] ppid=2550 vsize=864332 CPUtime=4.86
/proc/2551/task/2552/stat : 2552 (java) R 2550 2537 1283 0 -1 64 3054 0 1 0 484 2 0 0 25 0 9 0 2000058123 885075968 12385 996147200 134512640 134550740 4294955904 18446744073709551615 4126584549 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2553] ppid=2550 vsize=864332 CPUtime=0.76
/proc/2551/task/2553/stat : 2553 (java) S 2550 2537 1283 0 -1 64 9111 0 0 0 72 4 0 0 16 0 9 0 2000058124 885075968 12385 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2554] ppid=2550 vsize=864332 CPUtime=0
/proc/2551/task/2554/stat : 2554 (java) S 2550 2537 1283 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000058124 885075968 12385 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2555] ppid=2550 vsize=864332 CPUtime=0
/proc/2551/task/2555/stat : 2555 (java) S 2550 2537 1283 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000058124 885075968 12385 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2556] ppid=2550 vsize=864332 CPUtime=0
/proc/2551/task/2556/stat : 2556 (java) S 2550 2537 1283 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000058126 885075968 12385 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2557] ppid=2550 vsize=864332 CPUtime=0.1
/proc/2551/task/2557/stat : 2557 (java) S 2550 2537 1283 0 -1 64 361 0 0 0 10 0 0 0 16 0 9 0 2000058126 885075968 12385 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2558] ppid=2550 vsize=864332 CPUtime=0
/proc/2551/task/2558/stat : 2558 (java) S 2550 2537 1283 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000058126 885075968 12385 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2559] ppid=2550 vsize=864332 CPUtime=0
/proc/2551/task/2559/stat : 2559 (java) S 2550 2537 1283 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000058126 885075968 12385 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883288

[startup+12.7028 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2559
/proc/meminfo: memFree=1631120/2055920 swapFree=4180844/4192956
[pid=2537] ppid=2535 vsize=13600 CPUtime=0.44
/proc/2537/stat : 2537 (sugar) S 2535 2537 1283 0 -1 4194304 973 4554 0 1 3 1 38 2 15 0 1 0 2000058073 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2537/statm: 3400 797 370 3 0 500 0
[pid=2550] ppid=2537 vsize=5356 CPUtime=0
/proc/2550/stat : 2550 (sh) S 2537 2537 1283 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000058121 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2550/statm: 1339 233 193 169 0 50 0
[pid=2551] ppid=2550 vsize=864332 CPUtime=12.08
/proc/2551/stat : 2551 (java) S 2550 2537 1283 0 -1 0 15250 0 1 0 1197 11 0 0 18 0 9 0 2000058122 885075968 14321 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2551/statm: 216083 14321 2564 9 0 210630 0
[pid=2551/tid=2552] ppid=2550 vsize=864332 CPUtime=11.05
/proc/2551/task/2552/stat : 2552 (java) R 2550 2537 1283 0 -1 64 3150 0 1 0 1101 4 0 0 25 0 9 0 2000058123 885075968 14321 996147200 134512640 134550740 4294955904 18446744073709551615 4126584555 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2553] ppid=2550 vsize=864332 CPUtime=0.91
/proc/2551/task/2553/stat : 2553 (java) S 2550 2537 1283 0 -1 64 11046 0 0 0 85 6 0 0 16 0 9 0 2000058124 885075968 14321 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2554] ppid=2550 vsize=864332 CPUtime=0
/proc/2551/task/2554/stat : 2554 (java) S 2550 2537 1283 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000058124 885075968 14321 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2555] ppid=2550 vsize=864332 CPUtime=0
/proc/2551/task/2555/stat : 2555 (java) S 2550 2537 1283 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 2000058124 885075968 14321 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2556] ppid=2550 vsize=864332 CPUtime=0
/proc/2551/task/2556/stat : 2556 (java) S 2550 2537 1283 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000058126 885075968 14321 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2557] ppid=2550 vsize=864332 CPUtime=0.1
/proc/2551/task/2557/stat : 2557 (java) S 2550 2537 1283 0 -1 64 362 0 0 0 10 0 0 0 16 0 9 0 2000058126 885075968 14321 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2558] ppid=2550 vsize=864332 CPUtime=0
/proc/2551/task/2558/stat : 2558 (java) S 2550 2537 1283 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000058126 885075968 14321 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2559] ppid=2550 vsize=864332 CPUtime=0
/proc/2551/task/2559/stat : 2559 (java) S 2550 2537 1283 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000058126 885075968 14321 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 883288

[startup+25.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2559
/proc/meminfo: memFree=1619792/2055920 swapFree=4180844/4192956
[pid=2537] ppid=2535 vsize=13600 CPUtime=0.44
/proc/2537/stat : 2537 (sugar) S 2535 2537 1283 0 -1 4194304 973 4554 0 1 3 1 38 2 16 0 1 0 2000058073 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2537/statm: 3400 797 370 3 0 500 0
[pid=2550] ppid=2537 vsize=5356 CPUtime=0
/proc/2550/stat : 2550 (sh) S 2537 2537 1283 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000058121 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2550/statm: 1339 233 193 169 0 50 0
[pid=2551] ppid=2550 vsize=864332 CPUtime=24.76
/proc/2551/stat : 2551 (java) S 2550 2537 1283 0 -1 0 19019 0 1 0 2455 21 0 0 18 0 9 0 2000058122 885075968 15345 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2551/statm: 216083 15345 2564 9 0 210630 0
[pid=2551/tid=2552] ppid=2550 vsize=864332 CPUtime=23.26
/proc/2551/task/2552/stat : 2552 (java) R 2550 2537 1283 0 -1 64 3340 0 1 0 2316 10 0 0 25 0 9 0 2000058123 885075968 15345 996147200 134512640 134550740 4294955904 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2553] ppid=2550 vsize=864332 CPUtime=1.36
/proc/2551/task/2553/stat : 2553 (java) S 2550 2537 1283 0 -1 64 14620 0 0 0 127 9 0 0 16 0 9 0 2000058124 885075968 15345 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2554] ppid=2550 vsize=864332 CPUtime=0
/proc/2551/task/2554/stat : 2554 (java) S 2550 2537 1283 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000058124 885075968 15345 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2555] ppid=2550 vsize=864332 CPUtime=0
/proc/2551/task/2555/stat : 2555 (java) S 2550 2537 1283 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000058124 885075968 15345 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+51.1024 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 2561
/proc/meminfo: memFree=1600464/2055920 swapFree=4180844/4192956
[pid=2537] ppid=2535 vsize=13600 CPUtime=0.44
/proc/2537/stat : 2537 (sugar) S 2535 2537 1283 0 -1 4194304 973 4554 0 1 3 1 38 2 16 0 1 0 2000058073 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2537/statm: 3400 797 370 3 0 500 0
[pid=2550] ppid=2537 vsize=5356 CPUtime=0
/proc/2550/stat : 2550 (sh) S 2537 2537 1283 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2000058121 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2550/statm: 1339 233 193 169 0 50 0
[pid=2551] ppid=2550 vsize=864332 CPUtime=50.11
/proc/2551/stat : 2551 (java) S 2550 2537 1283 0 -1 0 25808 0 1 0 4973 38 0 0 18 0 9 0 2000058122 885075968 16663 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/2551/statm: 216083 16663 2564 9 0 210630 0
[pid=2551/tid=2552] ppid=2550 vsize=864332 CPUtime=47.6
/proc/2551/task/2552/stat : 2552 (java) R 2550 2537 1283 0 -1 64 3756 0 1 0 4739 21 0 0 25 0 9 0 2000058123 885075968 16663 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2553] ppid=2550 vsize=864332 CPUtime=2.37
/proc/2551/task/2553/stat : 2553 (java) S 2550 2537 1283 0 -1 64 20993 0 0 0 222 15 0 0 15 0 9 0 2000058124 885075968 16663 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2554] ppid=2550 vsize=864332 CPUtime=0
/proc/2551/task/2554/stat : 2554 (java) S 2550 2537 1283 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2000058124 885075968 16663 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2555] ppid=2550 vsize=864332 CPUtime=0
/proc/2551/task/2555/stat : 2555 (java) S 2550 2537 1283 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 2000058124 885075968 16663 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2556] ppid=2550 vsize=864332 CPUtime=0
/proc/2551/task/2556/stat : 2556 (java) S 2550 2537 1283 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 2000058126 885075968 16663 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2557] ppid=2550 vsize=864332 CPUtime=0.11
/proc/2551/task/2557/stat : 2557 (java) S 2550 2537 1283 0 -1 64 367 0 0 0 11 0 0 0 16 0 9 0 2000058126 885075968 16663 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2558] ppid=2550 vsize=864332 CPUtime=0
/proc/2551/task/2558/stat : 2558 (java) S 2550 2537 1283 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 2000058126 885075968 16663 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2551/tid=2559] ppid=2550 vsize=864332 CPUtime=0
/proc/2551/task/2559/stat : 2559 (java) R 2550 2537 1283 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 2000058126 885075968 16663 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.55
Current children cumulated vsize (KiB) 883288

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2563
/proc/meminfo: memFree=1592336/2055920 swapFree=4180844/4192956
[pid=2537] ppid=2535 vsize=13600 CPUtime=66.37
/proc/2537/stat : 2537 (sugar) S 2535 2537 1283 0 -1 4194304 1031 33571 0 2 3 1 6578 55 16 0 1 0 2000058073 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2537/statm: 3400 798 370 3 0 500 0
[pid=2562] ppid=2537 vsize=5356 CPUtime=0
/proc/2562/stat : 2562 (sh) S 2537 2537 1283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000064779 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2562/statm: 1339 232 193 169 0 50 0
[pid=2563] ppid=2562 vsize=54568 CPUtime=34.9
/proc/2563/stat : 2563 (minisat) R 2562 2537 1283 0 -1 4194304 13346 0 0 0 3478 12 0 0 25 0 1 0 2000064780 55877632 13332 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2563/statm: 13642 13332 75 150 0 13489 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 73524

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2563
/proc/meminfo: memFree=1588496/2055920 swapFree=4180844/4192956
[pid=2537] ppid=2535 vsize=13600 CPUtime=66.37
/proc/2537/stat : 2537 (sugar) S 2535 2537 1283 0 -1 4194304 1031 33571 0 2 3 1 6578 55 16 0 1 0 2000058073 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2537/statm: 3400 798 370 3 0 500 0
[pid=2562] ppid=2537 vsize=5356 CPUtime=0
/proc/2562/stat : 2562 (sh) S 2537 2537 1283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000064779 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2562/statm: 1339 232 193 169 0 50 0
[pid=2563] ppid=2562 vsize=58048 CPUtime=94.31
/proc/2563/stat : 2563 (minisat) R 2562 2537 1283 0 -1 4194304 14205 0 0 0 9419 12 0 0 25 0 1 0 2000064780 59441152 14191 996147200 134512640 135127466 4294956224 18446744073709551615 134530613 0 0 4096 3 0 0 0 17 1 0 0
/proc/2563/statm: 14512 14191 75 150 0 14359 0
Current children cumulated CPU time (s) 160.68
Current children cumulated vsize (KiB) 77004

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

[startup+166.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2563
/proc/meminfo: memFree=1588176/2055920 swapFree=4180844/4192956
[pid=2537] ppid=2535 vsize=13600 CPUtime=66.37
/proc/2537/stat : 2537 (sugar) S 2535 2537 1283 0 -1 4194304 1031 33571 0 2 3 1 6578 55 16 0 1 0 2000058073 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2537/statm: 3400 798 370 3 0 500 0
[pid=2562] ppid=2537 vsize=5356 CPUtime=0
/proc/2562/stat : 2562 (sh) S 2537 2537 1283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000064779 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2562/statm: 1339 232 193 169 0 50 0
[pid=2563] ppid=2562 vsize=58184 CPUtime=98.27
/proc/2563/stat : 2563 (minisat) R 2562 2537 1283 0 -1 4194304 14247 0 0 0 9815 12 0 0 25 0 1 0 2000064780 59580416 14233 996147200 134512640 135127466 4294956224 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/2563/statm: 14546 14233 75 150 0 14393 0
Current children cumulated CPU time (s) 164.64
Current children cumulated vsize (KiB) 77140

[startup+172.706 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2563
/proc/meminfo: memFree=1587664/2055920 swapFree=4180844/4192956
[pid=2537] ppid=2535 vsize=13600 CPUtime=66.37
/proc/2537/stat : 2537 (sugar) S 2535 2537 1283 0 -1 4194304 1031 33571 0 2 3 1 6578 55 16 0 1 0 2000058073 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2537/statm: 3400 798 370 3 0 500 0
[pid=2562] ppid=2537 vsize=5356 CPUtime=0
/proc/2562/stat : 2562 (sh) S 2537 2537 1283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000064779 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2562/statm: 1339 232 193 169 0 50 0
[pid=2563] ppid=2562 vsize=58568 CPUtime=104.61
/proc/2563/stat : 2563 (minisat) R 2562 2537 1283 0 -1 4194304 14316 0 0 0 10449 12 0 0 25 0 1 0 2000064780 59973632 14302 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2563/statm: 14642 14302 75 150 0 14489 0
Current children cumulated CPU time (s) 170.98
Current children cumulated vsize (KiB) 77524

[startup+179.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2563
/proc/meminfo: memFree=1587344/2055920 swapFree=4180844/4192956
[pid=2537] ppid=2535 vsize=13600 CPUtime=66.37
/proc/2537/stat : 2537 (sugar) S 2535 2537 1283 0 -1 4194304 1031 33571 0 2 3 1 6578 55 16 0 1 0 2000058073 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2537/statm: 3400 798 370 3 0 500 0
[pid=2562] ppid=2537 vsize=5356 CPUtime=0
/proc/2562/stat : 2562 (sh) S 2537 2537 1283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000064779 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2562/statm: 1339 232 193 169 0 50 0
[pid=2563] ppid=2562 vsize=58832 CPUtime=110.95
/proc/2563/stat : 2563 (minisat) R 2562 2537 1283 0 -1 4194304 14382 0 0 0 11083 12 0 0 25 0 1 0 2000064780 60243968 14368 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2563/statm: 14708 14368 75 150 0 14555 0
Current children cumulated CPU time (s) 177.32
Current children cumulated vsize (KiB) 77788

[startup+180.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2563
/proc/meminfo: memFree=1587152/2055920 swapFree=4180844/4192956
[pid=2537] ppid=2535 vsize=13600 CPUtime=66.37
/proc/2537/stat : 2537 (sugar) S 2535 2537 1283 0 -1 4194304 1031 33571 0 2 3 1 6578 55 16 0 1 0 2000058073 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2537/statm: 3400 798 370 3 0 500 0
[pid=2562] ppid=2537 vsize=5356 CPUtime=0
/proc/2562/stat : 2562 (sh) S 2537 2537 1283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000064779 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2562/statm: 1339 232 193 169 0 50 0
[pid=2563] ppid=2562 vsize=58832 CPUtime=112.53
/proc/2563/stat : 2563 (minisat) R 2562 2537 1283 0 -1 4194304 14400 0 0 0 11241 12 0 0 25 0 1 0 2000064780 60243968 14386 996147200 134512640 135127466 4294956224 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 1 0 0
/proc/2563/statm: 14708 14386 75 150 0 14555 0
Current children cumulated CPU time (s) 178.9
Current children cumulated vsize (KiB) 77788

[startup+181.506 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2563
/proc/meminfo: memFree=1587152/2055920 swapFree=4180844/4192956
[pid=2537] ppid=2535 vsize=13600 CPUtime=66.37
/proc/2537/stat : 2537 (sugar) S 2535 2537 1283 0 -1 4194304 1031 33571 0 2 3 1 6578 55 16 0 1 0 2000058073 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2537/statm: 3400 798 370 3 0 500 0
[pid=2562] ppid=2537 vsize=5356 CPUtime=0
/proc/2562/stat : 2562 (sh) S 2537 2537 1283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000064779 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2562/statm: 1339 232 193 169 0 50 0
[pid=2563] ppid=2562 vsize=58832 CPUtime=113.33
/proc/2563/stat : 2563 (minisat) R 2562 2537 1283 0 -1 4194304 14408 0 0 0 11321 12 0 0 25 0 1 0 2000064780 60243968 14394 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2563/statm: 14708 14394 75 150 0 14555 0
Current children cumulated CPU time (s) 179.7
Current children cumulated vsize (KiB) 77788

[startup+182.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2563
/proc/meminfo: memFree=1587152/2055920 swapFree=4180844/4192956
[pid=2537] ppid=2535 vsize=13600 CPUtime=66.37
/proc/2537/stat : 2537 (sugar) S 2535 2537 1283 0 -1 4194304 1031 33571 0 2 3 1 6578 55 16 0 1 0 2000058073 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2537/statm: 3400 798 370 3 0 500 0
[pid=2562] ppid=2537 vsize=5356 CPUtime=0
/proc/2562/stat : 2562 (sh) S 2537 2537 1283 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2000064779 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2562/statm: 1339 232 193 169 0 50 0
[pid=2563] ppid=2562 vsize=58964 CPUtime=114.12
/proc/2563/stat : 2563 (minisat) R 2562 2537 1283 0 -1 4194304 14417 0 0 0 11400 12 0 0 25 0 1 0 2000064780 60379136 14403 996147200 134512640 135127466 4294956224 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2563/statm: 14741 14403 75 150 0 14588 0
Current children cumulated CPU time (s) 180.49
Current children cumulated vsize (KiB) 77920

[startup+182.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2563
/proc/meminfo: memFree=1587024/2055920 swapFree=4180844/4192956
[pid=2537] ppid=2535 vsize=13600 CPUtime=180.85
/proc/2537/stat : 2537 (sugar) S 2535 2537 1283 0 -1 4194304 1070 48283 0 2 3 1 18012 69 17 0 1 0 2000058073 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2537/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 180.85
Current children cumulated vsize (KiB) 13600

[startup+182.801 s]
/proc/loadavg: 2.00 2.00 2.00 3/76 2563
/proc/meminfo: memFree=1587024/2055920 swapFree=4180844/4192956
[pid=2537] ppid=2535 vsize=13600 CPUtime=180.85
/proc/2537/stat : 2537 (sugar) S 2535 2537 1283 0 -1 4194304 1088 48283 0 2 3 1 18012 69 15 0 1 0 2000058073 13926400 798 996147200 4194304 4206940 548682068560 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2537/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 180.85
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 182.848
CPU time (s): 181.014
CPU user time (s): 180.257
CPU system time (s): 0.757884
CPU usage (%): 98.997
Max. virtual memory (cumulated for all children) (KiB): 888668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 180.257
system time used= 0.757884
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53079
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10158
involuntary context switches= 13726

runsolver used 0.230964 second user time and 0.628904 second system time

The end

Launcher Data (download as text)

Begin job on node25 at 2008-07-05 00:34:00
IDJOB=1079771
IDBENCH=56909
IDSOLVER=346
FILE ID=node25/1079771-1215210840
PBS_JOBID= 7881644
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg10-11_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1079771-1215210840/watcher-1079771-1215210840 -o /tmp/evaluation-result-1079771-1215210840/solver-1079771-1215210840 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1079771-1215210840.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= ac1503673bc5c1dbe328395c9dc771a5
RANDOM SEED=1859197819

node25.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.234
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.234
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:       1684040 kB
Buffers:         54784 kB
Cached:         199732 kB
SwapCached:       6196 kB
Active:         238700 kB
Inactive:        77840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1684040 kB
SwapTotal:     4192956 kB
SwapFree:      4180844 kB
Dirty:            1384 kB
Writeback:           0 kB
Mapped:          68264 kB
Slab:            40392 kB
Committed_AS:  3557064 kB
PageTables:       2084 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= 66520 MiB
End job on node25 at 2008-07-05 00:37:03