Trace number 2079464

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+minisatUNSAT 661.045 664.83

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg7-11_ext.xml
MD5SUMddccfdf9ed435f1ca1ad76a742847ea3
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 benchmark3.3075
Satisfiable
(Un)Satisfiability was proved
Number of variables77
Number of constraints18
Maximum constraint arity11
Maximum domain size26
Number of constraints which are defined in extension18
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.04/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.07	c 0	BEGIN Sun Jul 12 05:09:09 2009
0.04/0.07	c 0	PID 22443
0.04/0.07	c 0	HOST node77.alineos.net
0.04/0.07	c 0	CONVERTING HOME/instance-2079464-1247368149.xml TO HOME/temp.csp
0.04/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-2079464-1247368149.xml' 'HOME/temp.csp'
0.06/0.32	c 1	1 domains, 77 variables, 0 predicates, 2 relations, 18 constraints
0.06/0.33	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.33	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.30/0.41	c 1	Parsing HOME/temp.csp
0.30/0.51	c 1	parsed 98 expressions
0.30/0.52	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.30/0.52	c 1	Converting to clausal form CSP
0.30/0.54	c 1	converted 10 (10%) expressions
0.30/0.54	c 1	converted 20 (20%) expressions
0.30/0.54	c 1	converted 30 (30%) expressions
0.30/0.54	c 1	converted 40 (40%) expressions
0.30/0.54	c 1	converted 49 (50%) expressions
0.30/0.54	c 1	converted 59 (60%) expressions
0.30/0.54	c 1	converted 69 (70%) expressions
0.30/0.54	c 1	converted 79 (80%) expressions
0.30/0.99	c 1	converted 89 (90%) expressions
1.14/1.29	c 2	converted 98 (100%) expressions
1.14/1.29	c 2	CSP : 77 integers, 0 booleans, 18 clauses, largest domain size 26
1.14/1.29	c 2	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.29	c 2	Propagation in CSP
1.14/1.29	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.14/1.29	c 2	CSP : 77 integers, 0 booleans, 18 clauses, largest domain size 26
1.14/1.29	c 2	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.14/1.29	c 2	Simplifing CSP by introducing new Boolean variables
1.14/1.29	c 2	CSP : 77 integers, 0 booleans, 18 clauses, largest domain size 26
1.14/1.29	c 2	Heap : 22 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.34/1.41	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.34/1.42	c 2	8 (10%) CSP integer variables are encoded (192 clauses, 1968 bytes)
1.34/1.42	c 2	16 (20%) CSP integer variables are encoded (384 clauses, 4080 bytes)
1.34/1.42	c 2	24 (30%) CSP integer variables are encoded (576 clauses, 6192 bytes)
1.34/1.43	c 2	31 (40%) CSP integer variables are encoded (744 clauses, 8040 bytes)
1.34/1.43	c 2	39 (50%) CSP integer variables are encoded (936 clauses, 10152 bytes)
1.34/1.43	c 2	47 (60%) CSP integer variables are encoded (1128 clauses, 12601 bytes)
1.34/1.43	c 2	54 (70%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
1.34/1.43	c 2	62 (80%) CSP integer variables are encoded (1488 clauses, 17281 bytes)
1.34/1.43	c 2	70 (90%) CSP integer variables are encoded (1680 clauses, 19777 bytes)
1.34/1.43	c 2	77 (100%) CSP integer variables are encoded (1848 clauses, 21961 bytes)
8.96/9.12	c 9	2 (10%) CSP clauses are encoded (67378 clauses, 3043571 bytes)
16.69/16.90	c 17	4 (20%) CSP clauses are encoded (132908 clauses, 6095280 bytes)
24.12/24.50	c 25	6 (30%) CSP clauses are encoded (198438 clauses, 9272600 bytes)
31.75/32.11	c 32	8 (40%) CSP clauses are encoded (263968 clauses, 12507775 bytes)
35.71/36.10	c 36	9 (50%) CSP clauses are encoded (296733 clauses, 14153962 bytes)
43.13/43.67	c 44	11 (60%) CSP clauses are encoded (362263 clauses, 17446336 bytes)
46.89/47.49	c 48	13 (70%) CSP clauses are encoded (403003 clauses, 19858001 bytes)
50.95/51.52	c 52	15 (80%) CSP clauses are encoded (443743 clauses, 22483182 bytes)
54.72/55.33	c 56	17 (90%) CSP clauses are encoded (484483 clauses, 25622558 bytes)
56.60/57.24	c 57	18 (100%) CSP clauses are encoded (504853 clauses, 27192246 bytes)
56.60/57.24	c 57	18 CSP clauses encoded
56.60/57.24	c 57	Writing map file : HOME/temp.map
56.60/57.24	c 57	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
56.60/57.24	c 57	SAT : 1925 SAT variables, 504853 SAT clauses, 27192246 bytes
56.60/57.24	c 57	Heap : 33 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
56.60/57.27	c 58	SOLVING HOME/temp.cnf
56.60/57.27	c 58	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
56.60/57.28	c 58	This is MiniSat 2.0 beta
56.60/57.28	c 58	WARNING: for repeatability, setting FPU to use double precision
56.60/57.28	c 58	============================[ Problem Statistics ]=============================
56.60/57.28	c 58	|                                                                             |
56.60/57.28	c 58	|  Number of variables:  1925                                                 |
56.60/57.28	c 58	|  Number of clauses:    504853                                               |
56.66/57.87	c 58	|  Parsing time:         0.52         s                                       |
56.66/57.91	c 58	============================[ Search Statistics ]==============================
56.66/57.91	c 58	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
56.66/57.91	c 58	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
56.66/57.91	c 58	===============================================================================
56.66/57.91	c 58	|         0 |    1925   504853  5456344 |   168284        0    nan |  0.000 % |
56.66/57.92	c 58	|       100 |    1925   504853  5456344 |   185112      100      5 |  0.000 % |
56.66/57.96	c 58	|       250 |    1924   504853  5456344 |   203624      249      5 |  0.052 % |
56.66/57.97	c 58	|       475 |    1924   504853  5456344 |   223986      474      7 |  0.053 % |
56.66/58.00	c 58	|       815 |    1924   504853  5456344 |   246385      814      8 |  0.052 % |
56.66/58.04	c 58	|      1321 |    1924   504853  5456344 |   271023     1320      8 |  0.053 % |
56.66/58.12	c 58	|      2080 |    1924   504853  5456344 |   298125     2079      9 |  0.053 % |
57.57/58.21	c 58	|      3219 |    1924   504853  5456344 |   327938     3218      9 |  0.052 % |
57.67/58.38	c 59	|      4927 |    1924   504853  5456344 |   360732     4926      9 |  0.052 % |
57.86/58.57	c 59	|      7490 |    1924   504853  5456344 |   396805     7489      9 |  0.052 % |
58.26/58.92	c 59	|     11334 |    1923   504853  5456344 |   436486    11332      9 |  0.104 % |
58.87/59.57	c 60	|     17100 |    1923   504853  5456344 |   480134    17098     10 |  0.104 % |
60.26/60.90	c 61	|     25750 |    1923   504853  5456344 |   528148    25748     10 |  0.104 % |
61.86/62.51	c 63	|     38724 |    1921   504853  5456344 |   580963    38720     11 |  0.208 % |
67.44/68.13	c 68	|     58185 |    1920   504853  5456344 |   639059    58180     12 |  0.260 % |
77.44/78.24	c 78	|     87378 |    1919   504853  5456344 |   702965    87372     12 |  0.312 % |
171.21/172.63	c 173	|    131167 |    1919   504853  5456344 |   773261   131161     13 |  0.312 % |
327.77/329.95	c 330	|    196852 |    1919   503674  5443889 |   850588   196812     14 |  0.312 % |
603.03/606.56	c 607	|    295378 |    1905   478277  5150138 |   935646   199075     14 |  1.039 % |
660.78/664.69	c 665	===============================================================================
660.78/664.69	c 665	restarts              : 19
660.78/664.69	c 665	conflicts             : 316439         (524 /sec)
660.78/664.69	c 665	decisions             : 401466         (1.68 % random) (665 /sec)
660.78/664.69	c 665	propagations          : 24494725       (40550 /sec)
660.78/664.69	c 665	conflict literals     : 4819273        (27.75 % deleted)
660.78/664.69	c 665	Memory used           : 68.46 MB
660.78/664.69	c 665	CPU time              : 604.06 s
660.78/664.69	c 665	
660.78/664.69	c 665	UNSATISFIABLE
660.88/664.70	c 665	DECODING HOME/temp.out WITH HOME/temp.map
660.88/664.70	c 665	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'
660.88/664.78	c 665	Decoding HOME/temp.out
660.88/664.80	s UNSATISFIABLE
660.89/664.81	c 665	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
660.89/664.81	c 665	CPU 661 (0.05 0.02 660.29 0.64)
660.89/664.81	c 665	END Sun Jul 12 05:20:14 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079464-1247368149/watcher-2079464-1247368149 -o /tmp/evaluation-result-2079464-1247368149/solver-2079464-1247368149 -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-2079464-1247368149.xml 

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


[startup+0 s]
/proc/loadavg: 2.25 2.22 2.26 4/75 22443
/proc/meminfo: memFree=1780968/2055920 swapFree=4192812/4192956
[pid=22443] ppid=22441 vsize=12272 CPUtime=0
/proc/22443/stat : 22443 (sugar) R 22441 22443 17798 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 23880136 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 228057437338 0 0 4224 0 0 0 0 17 0 0 0
/proc/22443/statm: 3068 327 246 3 0 168 0

[startup+0.049473 s]
/proc/loadavg: 2.25 2.22 2.26 4/75 22443
/proc/meminfo: memFree=1780968/2055920 swapFree=4192812/4192956
[pid=22443] ppid=22441 vsize=14776 CPUtime=0.04
/proc/22443/stat : 22443 (sugar) R 22441 22443 17798 0 -1 4194304 880 0 0 0 3 1 0 0 20 0 1 0 23880136 15130624 848 996147200 4194304 4206940 548682068608 18446744073709551615 228057296694 0 0 4224 0 0 0 0 17 1 0 0
/proc/22443/statm: 3694 848 378 3 0 533 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 14776

[startup+0.101484 s]
/proc/loadavg: 2.25 2.22 2.26 4/75 22443
/proc/meminfo: memFree=1780968/2055920 swapFree=4192812/4192956
[pid=22443] ppid=22441 vsize=16868 CPUtime=0.06
/proc/22443/stat : 22443 (sugar) S 22441 22443 17798 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23880136 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22443/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301522 s]
/proc/loadavg: 2.25 2.22 2.26 4/75 22443
/proc/meminfo: memFree=1780968/2055920 swapFree=4192812/4192956
[pid=22443] ppid=22441 vsize=16868 CPUtime=0.06
/proc/22443/stat : 22443 (sugar) S 22441 22443 17798 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 23880136 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22443/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701608 s]
/proc/loadavg: 2.25 2.22 2.26 4/75 22443
/proc/meminfo: memFree=1780968/2055920 swapFree=4192812/4192956
[pid=22443] ppid=22441 vsize=16868 CPUtime=0.3
/proc/22443/stat : 22443 (sugar) S 22441 22443 17798 0 -1 4194304 1310 4713 0 1 5 1 21 3 15 0 1 0 23880136 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22443/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 16868

[startup+1.50276 s]
/proc/loadavg: 2.25 2.22 2.26 4/86 22465
/proc/meminfo: memFree=1756360/2055920 swapFree=4192812/4192956
[pid=22443] ppid=22441 vsize=16868 CPUtime=0.3
/proc/22443/stat : 22443 (sugar) S 22441 22443 17798 0 -1 4194304 1310 4713 0 1 5 1 21 3 15 0 1 0 23880136 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22443/statm: 4217 1111 409 3 0 796 0
[pid=22456] ppid=22443 vsize=5356 CPUtime=0
/proc/22456/stat : 22456 (sh) S 22443 22443 17798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23880170 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22456/statm: 1339 233 193 169 0 50 0
[pid=22457] ppid=22456 vsize=864444 CPUtime=1.13
/proc/22457/stat : 22457 (java) S 22456 22443 17798 0 -1 0 11201 0 1 0 107 6 0 0 18 0 9 0 23880170 885190656 10443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22457/statm: 216111 10443 2590 9 0 210588 0
[pid=22457/tid=22458] ppid=22456 vsize=864444 CPUtime=0.43
/proc/22457/task/22458/stat : 22458 (java) R 22456 22443 17798 0 -1 64 3042 0 1 0 42 1 0 0 18 0 9 0 23880171 885190656 10443 996147200 134512640 134550932 4294955936 18446744073709551615 4126573050 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22459] ppid=22456 vsize=864444 CPUtime=0.61
/proc/22457/task/22459/stat : 22459 (java) S 22456 22443 17798 0 -1 64 7125 0 0 0 57 4 0 0 17 0 9 0 23880172 885190656 10443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22460] ppid=22456 vsize=864444 CPUtime=0
/proc/22457/task/22460/stat : 22460 (java) S 22456 22443 17798 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23880172 885190656 10443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22461] ppid=22456 vsize=864444 CPUtime=0
/proc/22457/task/22461/stat : 22461 (java) S 22456 22443 17798 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23880172 885190656 10443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22462] ppid=22456 vsize=864444 CPUtime=0
/proc/22457/task/22462/stat : 22462 (java) S 22456 22443 17798 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23880174 885190656 10443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22463] ppid=22456 vsize=864444 CPUtime=0.07
/proc/22457/task/22463/stat : 22463 (java) S 22456 22443 17798 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 23880174 885190656 10443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22464] ppid=22456 vsize=864444 CPUtime=0
/proc/22457/task/22464/stat : 22464 (java) S 22456 22443 17798 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23880174 885190656 10443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22465] ppid=22456 vsize=864444 CPUtime=0
/proc/22457/task/22465/stat : 22465 (java) S 22456 22443 17798 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23880175 885190656 10443 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886668

[startup+3.10207 s]
/proc/loadavg: 2.25 2.22 2.26 3/86 22465
/proc/meminfo: memFree=1744712/2055920 swapFree=4192812/4192956
[pid=22443] ppid=22441 vsize=16868 CPUtime=0.3
/proc/22443/stat : 22443 (sugar) S 22441 22443 17798 0 -1 4194304 1310 4713 0 1 5 1 21 3 15 0 1 0 23880136 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22443/statm: 4217 1111 409 3 0 796 0
[pid=22456] ppid=22443 vsize=5356 CPUtime=0
/proc/22456/stat : 22456 (sh) S 22443 22443 17798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23880170 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22456/statm: 1339 233 193 169 0 50 0
[pid=22457] ppid=22456 vsize=864444 CPUtime=2.72
/proc/22457/stat : 22457 (java) S 22456 22443 17798 0 -1 0 11672 0 1 0 265 7 0 0 18 0 9 0 23880170 885190656 10896 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22457/statm: 216111 10896 2590 9 0 210588 0
[pid=22457/tid=22458] ppid=22456 vsize=864444 CPUtime=1.98
/proc/22457/task/22458/stat : 22458 (java) R 22456 22443 17798 0 -1 64 3060 0 1 0 197 1 0 0 25 0 9 0 23880171 885190656 10896 996147200 134512640 134550932 4294955936 18446744073709551615 4126572388 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22459] ppid=22456 vsize=864444 CPUtime=0.64
/proc/22457/task/22459/stat : 22459 (java) S 22456 22443 17798 0 -1 64 7577 0 0 0 60 4 0 0 16 0 9 0 23880172 885190656 10896 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22460] ppid=22456 vsize=864444 CPUtime=0
/proc/22457/task/22460/stat : 22460 (java) S 22456 22443 17798 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23880172 885190656 10896 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22461] ppid=22456 vsize=864444 CPUtime=0
/proc/22457/task/22461/stat : 22461 (java) S 22456 22443 17798 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23880172 885190656 10896 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22462] ppid=22456 vsize=864444 CPUtime=0
/proc/22457/task/22462/stat : 22462 (java) S 22456 22443 17798 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23880174 885190656 10896 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22463] ppid=22456 vsize=864444 CPUtime=0.07
/proc/22457/task/22463/stat : 22463 (java) S 22456 22443 17798 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 23880174 885190656 10896 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22464] ppid=22456 vsize=864444 CPUtime=0
/proc/22457/task/22464/stat : 22464 (java) S 22456 22443 17798 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23880174 885190656 10896 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22465] ppid=22456 vsize=864444 CPUtime=0
/proc/22457/task/22465/stat : 22465 (java) S 22456 22443 17798 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23880175 885190656 10896 996147200 134512640 134550932 4294955936 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) 886668

[startup+6.3027 s]
/proc/loadavg: 2.23 2.22 2.26 3/86 22465
/proc/meminfo: memFree=1739528/2055920 swapFree=4192812/4192956
[pid=22443] ppid=22441 vsize=16868 CPUtime=0.3
/proc/22443/stat : 22443 (sugar) S 22441 22443 17798 0 -1 4194304 1310 4713 0 1 5 1 21 3 15 0 1 0 23880136 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22443/statm: 4217 1111 409 3 0 796 0
[pid=22456] ppid=22443 vsize=5356 CPUtime=0
/proc/22456/stat : 22456 (sh) S 22443 22443 17798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23880170 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22456/statm: 1339 233 193 169 0 50 0
[pid=22457] ppid=22456 vsize=864444 CPUtime=5.89
/proc/22457/stat : 22457 (java) S 22456 22443 17798 0 -1 0 12629 0 1 0 580 9 0 0 18 0 9 0 23880170 885190656 11795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22457/statm: 216111 11795 2590 9 0 210588 0
[pid=22457/tid=22458] ppid=22456 vsize=864444 CPUtime=5.07
/proc/22457/task/22458/stat : 22458 (java) R 22456 22443 17798 0 -1 64 3118 0 1 0 505 2 0 0 25 0 9 0 23880171 885190656 11795 996147200 134512640 134550932 4294955936 18446744073709551615 4125952204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22459] ppid=22456 vsize=864444 CPUtime=0.7
/proc/22457/task/22459/stat : 22459 (java) S 22456 22443 17798 0 -1 64 8473 0 0 0 66 4 0 0 16 0 9 0 23880172 885190656 11795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22460] ppid=22456 vsize=864444 CPUtime=0
/proc/22457/task/22460/stat : 22460 (java) S 22456 22443 17798 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23880172 885190656 11795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22461] ppid=22456 vsize=864444 CPUtime=0
/proc/22457/task/22461/stat : 22461 (java) S 22456 22443 17798 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23880172 885190656 11795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22462] ppid=22456 vsize=864444 CPUtime=0
/proc/22457/task/22462/stat : 22462 (java) S 22456 22443 17798 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23880174 885190656 11795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22463] ppid=22456 vsize=864444 CPUtime=0.07
/proc/22457/task/22463/stat : 22463 (java) S 22456 22443 17798 0 -1 64 339 0 0 0 7 0 0 0 16 0 9 0 23880174 885190656 11795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22464] ppid=22456 vsize=864444 CPUtime=0
/proc/22457/task/22464/stat : 22464 (java) S 22456 22443 17798 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23880174 885190656 11795 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22465] ppid=22456 vsize=864444 CPUtime=0
/proc/22457/task/22465/stat : 22465 (java) S 22456 22443 17798 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23880175 885190656 11795 996147200 134512640 134550932 4294955936 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) 886668

[startup+12.703 s]
/proc/loadavg: 2.21 2.21 2.26 4/86 22465
/proc/meminfo: memFree=1730504/2055920 swapFree=4192812/4192956
[pid=22443] ppid=22441 vsize=16868 CPUtime=0.3
/proc/22443/stat : 22443 (sugar) S 22441 22443 17798 0 -1 4194304 1310 4713 0 1 5 1 21 3 16 0 1 0 23880136 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22443/statm: 4217 1111 409 3 0 796 0
[pid=22456] ppid=22443 vsize=5356 CPUtime=0
/proc/22456/stat : 22456 (sh) S 22443 22443 17798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23880170 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22456/statm: 1339 233 193 169 0 50 0
[pid=22457] ppid=22456 vsize=864444 CPUtime=12.23
/proc/22457/stat : 22457 (java) S 22456 22443 17798 0 -1 0 14321 0 1 0 1212 11 0 0 18 0 9 0 23880170 885190656 13401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22457/statm: 216111 13401 2590 9 0 210588 0
[pid=22457/tid=22458] ppid=22456 vsize=864444 CPUtime=11.29
/proc/22457/task/22458/stat : 22458 (java) R 22456 22443 17798 0 -1 64 3204 0 1 0 1126 3 0 0 25 0 9 0 23880171 885190656 13401 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22459] ppid=22456 vsize=864444 CPUtime=0.83
/proc/22457/task/22459/stat : 22459 (java) S 22456 22443 17798 0 -1 64 10079 0 0 0 77 6 0 0 16 0 9 0 23880172 885190656 13401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22460] ppid=22456 vsize=864444 CPUtime=0
/proc/22457/task/22460/stat : 22460 (java) S 22456 22443 17798 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23880172 885190656 13401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22461] ppid=22456 vsize=864444 CPUtime=0
/proc/22457/task/22461/stat : 22461 (java) S 22456 22443 17798 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23880172 885190656 13401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22462] ppid=22456 vsize=864444 CPUtime=0
/proc/22457/task/22462/stat : 22462 (java) S 22456 22443 17798 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23880174 885190656 13401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22463] ppid=22456 vsize=864444 CPUtime=0.07
/proc/22457/task/22463/stat : 22463 (java) S 22456 22443 17798 0 -1 64 339 0 0 0 7 0 0 0 16 0 9 0 23880174 885190656 13401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22464] ppid=22456 vsize=864444 CPUtime=0
/proc/22457/task/22464/stat : 22464 (java) S 22456 22443 17798 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23880174 885190656 13401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22465] ppid=22456 vsize=864444 CPUtime=0
/proc/22457/task/22465/stat : 22465 (java) S 22456 22443 17798 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23880175 885190656 13401 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 886668

[startup+25.5015 s]
/proc/loadavg: 2.16 2.20 2.26 3/86 22465
/proc/meminfo: memFree=1719688/2055920 swapFree=4192812/4192956
[pid=22443] ppid=22441 vsize=16868 CPUtime=0.31
/proc/22443/stat : 22443 (sugar) S 22441 22443 17798 0 -1 4194304 1310 4713 0 1 5 2 21 3 16 0 1 0 23880136 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22443/statm: 4217 1111 409 3 0 796 0
[pid=22456] ppid=22443 vsize=5356 CPUtime=0
/proc/22456/stat : 22456 (sh) S 22443 22443 17798 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23880170 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22456/statm: 1339 233 193 169 0 50 0
[pid=22457] ppid=22456 vsize=864444 CPUtime=24.9
/proc/22457/stat : 22457 (java) S 22456 22443 17798 0 -1 0 18156 0 1 0 2471 19 0 0 18 0 9 0 23880170 885190656 14484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/22457/statm: 216111 14484 2590 9 0 210588 0
[pid=22457/tid=22458] ppid=22456 vsize=864444 CPUtime=23.55
/proc/22457/task/22458/stat : 22458 (java) R 22456 22443 17798 0 -1 64 3401 0 1 0 2346 9 0 0 25 0 9 0 23880171 885190656 14484 996147200 134512640 134550932 4294955936 18446744073709551615 4125952247 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22459] ppid=22456 vsize=864444 CPUtime=1.24
/proc/22457/task/22459/stat : 22459 (java) S 22456 22443 17798 0 -1 64 13712 0 0 0 115 9 0 0 16 0 9 0 23880172 885190656 14484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22460] ppid=22456 vsize=864444 CPUtime=0
/proc/22457/task/22460/stat : 22460 (java) S 22456 22443 17798 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23880172 885190656 14484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22461] ppid=22456 vsize=864444 CPUtime=0
/proc/22457/task/22461/stat : 22461 (java) S 22456 22443 17798 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23880172 885190656 14484 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=22457/tid=22462] ppid=22456 vsize=864444 CPUtime=0

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

/proc/loadavg: 2.10 2.21 2.25 3/88 22576
/proc/meminfo: memFree=1576448/2055920 swapFree=4192812/4192956
[pid=22443] ppid=22441 vsize=16868 CPUtime=56.66
/proc/22443/stat : 22443 (sugar) S 22441 22443 17798 0 -1 4194304 1376 30201 0 2 5 2 5614 45 16 0 1 0 23880136 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22443/statm: 4217 1113 409 3 0 796 0
[pid=22466] ppid=22443 vsize=5356 CPUtime=0
/proc/22466/stat : 22466 (sh) S 22443 22443 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22466/statm: 1339 232 193 169 0 50 0
[pid=22467] ppid=22466 vsize=66728 CPUtime=343.15
/proc/22467/stat : 22467 (minisat) R 22466 22443 17798 0 -1 4194304 16246 0 0 0 34301 14 0 0 25 0 1 0 23885865 68329472 16232 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22467/statm: 16682 16232 75 150 0 16529 0
Current children cumulated CPU time (s) 399.81
Current children cumulated vsize (KiB) 88952

[startup+462.302 s]
/proc/loadavg: 2.04 2.17 2.23 3/88 22576
/proc/meminfo: memFree=1574336/2055920 swapFree=4192812/4192956
[pid=22443] ppid=22441 vsize=16868 CPUtime=56.66
/proc/22443/stat : 22443 (sugar) S 22441 22443 17798 0 -1 4194304 1376 30201 0 2 5 2 5614 45 16 0 1 0 23880136 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22443/statm: 4217 1113 409 3 0 796 0
[pid=22466] ppid=22443 vsize=5356 CPUtime=0
/proc/22466/stat : 22466 (sh) S 22443 22443 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22466/statm: 1339 232 193 169 0 50 0
[pid=22467] ppid=22466 vsize=68672 CPUtime=402.87
/proc/22467/stat : 22467 (minisat) R 22466 22443 17798 0 -1 4194304 16752 0 0 0 40272 15 0 0 25 0 1 0 23885865 70320128 16738 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22467/statm: 17168 16738 75 150 0 17015 0
Current children cumulated CPU time (s) 459.53
Current children cumulated vsize (KiB) 90896

[startup+522.303 s]
/proc/loadavg: 2.06 2.15 2.22 3/88 22576
/proc/meminfo: memFree=1573376/2055920 swapFree=4192812/4192956
[pid=22443] ppid=22441 vsize=16868 CPUtime=56.66
/proc/22443/stat : 22443 (sugar) S 22441 22443 17798 0 -1 4194304 1376 30201 0 2 5 2 5614 45 16 0 1 0 23880136 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22443/statm: 4217 1113 409 3 0 796 0
[pid=22466] ppid=22443 vsize=5356 CPUtime=0
/proc/22466/stat : 22466 (sh) S 22443 22443 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22466/statm: 1339 232 193 169 0 50 0
[pid=22467] ppid=22466 vsize=69640 CPUtime=462.59
/proc/22467/stat : 22467 (minisat) R 22466 22443 17798 0 -1 4194304 16990 0 0 0 46244 15 0 0 25 0 1 0 23885865 71311360 16976 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/22467/statm: 17410 16976 75 150 0 17257 0
Current children cumulated CPU time (s) 519.25
Current children cumulated vsize (KiB) 91864

[startup+582.302 s]
/proc/loadavg: 2.11 2.15 2.21 3/88 22576
/proc/meminfo: memFree=1573312/2055920 swapFree=4192812/4192956
[pid=22443] ppid=22441 vsize=16868 CPUtime=56.66
/proc/22443/stat : 22443 (sugar) S 22441 22443 17798 0 -1 4194304 1376 30201 0 2 5 2 5614 45 16 0 1 0 23880136 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22443/statm: 4217 1113 409 3 0 796 0
[pid=22466] ppid=22443 vsize=5356 CPUtime=0
/proc/22466/stat : 22466 (sh) S 22443 22443 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22466/statm: 1339 232 193 169 0 50 0
[pid=22467] ppid=22466 vsize=69640 CPUtime=522.29
/proc/22467/stat : 22467 (minisat) R 22466 22443 17798 0 -1 4194304 16996 0 0 0 52214 15 0 0 25 0 1 0 23885865 71311360 16982 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22467/statm: 17410 16982 75 150 0 17257 0
Current children cumulated CPU time (s) 578.95
Current children cumulated vsize (KiB) 91864

[startup+642.301 s]
/proc/loadavg: 2.12 2.15 2.20 3/88 22576
/proc/meminfo: memFree=1524288/2055920 swapFree=4192812/4192956
[pid=22443] ppid=22441 vsize=16868 CPUtime=56.66
/proc/22443/stat : 22443 (sugar) S 22441 22443 17798 0 -1 4194304 1376 30201 0 2 5 2 5614 45 16 0 1 0 23880136 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22443/statm: 4217 1113 409 3 0 796 0
[pid=22466] ppid=22443 vsize=5356 CPUtime=0
/proc/22466/stat : 22466 (sh) S 22443 22443 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22466/statm: 1339 232 193 169 0 50 0
[pid=22467] ppid=22466 vsize=70104 CPUtime=581.89
/proc/22467/stat : 22467 (minisat) R 22466 22443 17798 0 -1 4194304 17075 0 0 0 58174 15 0 0 25 0 1 0 23885865 71786496 17061 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/22467/statm: 17526 17061 75 150 0 17373 0
Current children cumulated CPU time (s) 638.55
Current children cumulated vsize (KiB) 92328

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

[startup+652.701 s]
/proc/loadavg: 2.10 2.14 2.20 3/76 22604
/proc/meminfo: memFree=1698400/2055920 swapFree=4192812/4192956
[pid=22443] ppid=22441 vsize=16868 CPUtime=56.66
/proc/22443/stat : 22443 (sugar) S 22441 22443 17798 0 -1 4194304 1376 30201 0 2 5 2 5614 45 16 0 1 0 23880136 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22443/statm: 4217 1113 409 3 0 796 0
[pid=22466] ppid=22443 vsize=5356 CPUtime=0
/proc/22466/stat : 22466 (sh) S 22443 22443 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22466/statm: 1339 232 193 169 0 50 0
[pid=22467] ppid=22466 vsize=70104 CPUtime=592.23
/proc/22467/stat : 22467 (minisat) R 22466 22443 17798 0 -1 4194304 17077 0 0 0 59208 15 0 0 25 0 1 0 23885865 71786496 17063 996147200 134512640 135127466 4294956256 18446744073709551615 134530706 0 0 4096 3 0 0 0 17 0 0 0
/proc/22467/statm: 17526 17063 75 150 0 17373 0
Current children cumulated CPU time (s) 648.89
Current children cumulated vsize (KiB) 92328

[startup+659.103 s]
/proc/loadavg: 2.23 2.17 2.21 3/77 22605
/proc/meminfo: memFree=1663832/2055920 swapFree=4192812/4192956
[pid=22443] ppid=22441 vsize=16868 CPUtime=56.66
/proc/22443/stat : 22443 (sugar) S 22441 22443 17798 0 -1 4194304 1376 30201 0 2 5 2 5614 45 16 0 1 0 23880136 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22443/statm: 4217 1113 409 3 0 796 0
[pid=22466] ppid=22443 vsize=5356 CPUtime=0
/proc/22466/stat : 22466 (sh) S 22443 22443 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22466/statm: 1339 232 193 169 0 50 0
[pid=22467] ppid=22466 vsize=70104 CPUtime=598.62
/proc/22467/stat : 22467 (minisat) R 22466 22443 17798 0 -1 4194304 17081 0 0 0 59847 15 0 0 25 0 1 0 23885865 71786496 17067 996147200 134512640 135127466 4294956256 18446744073709551615 134530752 0 0 4096 3 0 0 0 17 0 0 0
/proc/22467/statm: 17526 17067 75 150 0 17373 0
Current children cumulated CPU time (s) 655.28
Current children cumulated vsize (KiB) 92328

[startup+662.301 s]
/proc/loadavg: 2.23 2.17 2.21 3/77 22605
/proc/meminfo: memFree=1663832/2055920 swapFree=4192812/4192956
[pid=22443] ppid=22441 vsize=16868 CPUtime=56.66
/proc/22443/stat : 22443 (sugar) S 22441 22443 17798 0 -1 4194304 1376 30201 0 2 5 2 5614 45 16 0 1 0 23880136 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22443/statm: 4217 1113 409 3 0 796 0
[pid=22466] ppid=22443 vsize=5356 CPUtime=0
/proc/22466/stat : 22466 (sh) S 22443 22443 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22466/statm: 1339 232 193 169 0 50 0
[pid=22467] ppid=22466 vsize=70104 CPUtime=601.82
/proc/22467/stat : 22467 (minisat) R 22466 22443 17798 0 -1 4194304 17081 0 0 0 60167 15 0 0 25 0 1 0 23885865 71786496 17067 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/22467/statm: 17526 17067 75 150 0 17373 0
Current children cumulated CPU time (s) 658.48
Current children cumulated vsize (KiB) 92328

[startup+663.901 s]
/proc/loadavg: 2.21 2.17 2.21 3/77 22605
/proc/meminfo: memFree=1663832/2055920 swapFree=4192812/4192956
[pid=22443] ppid=22441 vsize=16868 CPUtime=56.66
/proc/22443/stat : 22443 (sugar) S 22441 22443 17798 0 -1 4194304 1376 30201 0 2 5 2 5614 45 16 0 1 0 23880136 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22443/statm: 4217 1113 409 3 0 796 0
[pid=22466] ppid=22443 vsize=5356 CPUtime=0
/proc/22466/stat : 22466 (sh) S 22443 22443 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22466/statm: 1339 232 193 169 0 50 0
[pid=22467] ppid=22466 vsize=70104 CPUtime=603.42
/proc/22467/stat : 22467 (minisat) R 22466 22443 17798 0 -1 4194304 17082 0 0 0 60327 15 0 0 25 0 1 0 23885865 71786496 17068 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/22467/statm: 17526 17068 75 150 0 17373 0
Current children cumulated CPU time (s) 660.08
Current children cumulated vsize (KiB) 92328

[startup+664.303 s]
/proc/loadavg: 2.21 2.17 2.21 3/77 22605
/proc/meminfo: memFree=1663832/2055920 swapFree=4192812/4192956
[pid=22443] ppid=22441 vsize=16868 CPUtime=56.66
/proc/22443/stat : 22443 (sugar) S 22441 22443 17798 0 -1 4194304 1376 30201 0 2 5 2 5614 45 16 0 1 0 23880136 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22443/statm: 4217 1113 409 3 0 796 0
[pid=22466] ppid=22443 vsize=5356 CPUtime=0
/proc/22466/stat : 22466 (sh) S 22443 22443 17798 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23885864 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 228043842372 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22466/statm: 1339 232 193 169 0 50 0
[pid=22467] ppid=22466 vsize=70104 CPUtime=603.82
/proc/22467/stat : 22467 (minisat) R 22466 22443 17798 0 -1 4194304 17082 0 0 0 60367 15 0 0 25 0 1 0 23885865 71786496 17068 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/22467/statm: 17526 17068 75 150 0 17373 0
Current children cumulated CPU time (s) 660.48
Current children cumulated vsize (KiB) 92328

[startup+664.703 s]
/proc/loadavg: 2.21 2.17 2.21 3/77 22605
/proc/meminfo: memFree=1663832/2055920 swapFree=4192812/4192956
[pid=22443] ppid=22441 vsize=16868 CPUtime=56.66
/proc/22443/stat : 22443 (sugar) S 22441 22443 17798 0 -1 4194304 1376 30201 0 2 5 2 5614 45 16 0 1 0 23880136 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/22443/statm: 4217 1113 409 3 0 796 0
[pid=22466] ppid=22443 vsize=0 CPUtime=604.22
/proc/22466/stat : 22466 (sh) Z 22443 22443 17798 0 -1 4194316 285 17091 0 0 0 0 60406 16 16 0 1 0 23885864 0 0 996147200 0 0 0 0 0 0 0 4100 65536 18446744071563351923 0 0 17 0 0 0
/proc/22466/statm: -- couldn't open statm file --Current children cumulated CPU time (s) 660.88
Current children cumulated vsize (KiB) 16868

[startup+664.803 s]
/proc/loadavg: 2.21 2.17 2.21 3/77 22605
/proc/meminfo: memFree=1663832/2055920 swapFree=4192812/4192956
[pid=22443] ppid=22441 vsize=16868 CPUtime=660.89
/proc/22443/stat : 22443 (sugar) S 22441 22443 17798 0 -1 4194304 1449 47577 0 2 5 2 66020 62 16 0 1 0 23880136 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228052742242 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/22443/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 660.89
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 664.83
CPU time (s): 661.045
CPU user time (s): 660.359
CPU system time (s): 0.686895
CPU usage (%): 99.4307
Max. virtual memory (cumulated for all children) (KiB): 892048

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 660.359
system time used= 0.686895
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52804
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= 10669
involuntary context switches= 18470

runsolver used 0.825874 second user time and 2.09668 second system time

The end

Launcher Data

Begin job on node77 at 2009-07-12 05:09:09
IDJOB=2079464
IDBENCH=56902
IDSOLVER=739
FILE ID=node77/2079464-1247368149
PBS_JOBID= 9507000
Free space on /tmp= 66248 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg7-11_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079464-1247368149/watcher-2079464-1247368149 -o /tmp/evaluation-result-2079464-1247368149/solver-2079464-1247368149 -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-2079464-1247368149.xml

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

MD5SUM BENCH= ddccfdf9ed435f1ca1ad76a742847ea3
RANDOM SEED=1535990040

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1781384 kB
Buffers:         32108 kB
Cached:         156184 kB
SwapCached:        136 kB
Active:         164612 kB
Inactive:        57032 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1781384 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1384 kB
Writeback:           0 kB
Mapped:          44356 kB
Slab:            38096 kB
Committed_AS:   192152 kB
PageTables:       1824 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= 66252 MiB
End job on node77 at 2009-07-12 05:20:14