Trace number 1078811

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+minisatSAT 1046.23 1049.99

General information on the benchmark

Namecsp/ogdPuzzle/
normalized-crossword-m1-ogd-puzzle17.xml
MD5SUMbda0e2f55412b80bc54a3ffdc08181e6
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.417936
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of constraints1420
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension88
Number of constraints which are defined in intension1332
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.04	c 0	BEGIN Fri Jul  4 23:50:57 2008
0.00/0.04	c 0	PID 496
0.04/0.05	c 0	HOST node9.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1078811-1215208256.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1078811-1215208256.xml' 'HOME/temp.csp'
0.04/0.92	c 0	1 domains, 180 variables, 6 predicates, 5 relations, 1420 constraints
0.04/0.95	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.95	c 0	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.94/1.03	c 1	Parsing HOME/temp.csp
1.73/1.85	c 1	parsed 1612 expressions
1.73/1.86	c 1	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.73/1.86	c 1	Converting to clausal form CSP
1.73/1.88	c 1	converted 162 (10%) expressions
2.83/2.90	c 2	converted 323 (20%) expressions
2.93/3.01	c 3	converted 484 (30%) expressions
2.93/3.04	c 3	converted 645 (40%) expressions
2.93/3.05	c 3	converted 806 (50%) expressions
3.42/3.55	c 3	converted 968 (60%) expressions
3.42/3.57	c 3	converted 1129 (70%) expressions
3.51/3.69	c 3	converted 1290 (80%) expressions
7.89/8.06	c 8	converted 1451 (90%) expressions
7.89/8.08	c 8	converted 1612 (100%) expressions
7.89/8.08	c 8	CSP : 180 integers, 0 booleans, 1420 clauses, largest domain size 26
7.89/8.08	c 8	Heap : 141 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.89/8.08	c 8	Propagation in CSP
7.99/8.10	c 8	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.99/8.10	c 8	CSP : 180 integers, 0 booleans, 1420 clauses, largest domain size 26
7.99/8.10	c 8	Heap : 143 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.99/8.11	c 8	Simplifing CSP by introducing new Boolean variables
7.99/8.14	c 8	CSP : 180 integers, 8848 booleans, 10268 clauses, largest domain size 26
7.99/8.14	c 8	Heap : 146 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.99/9.14	c 9	Encoding CSP to SAT : HOME/temp.cnf
8.99/9.16	c 9	18 (10%) CSP integer variables are encoded (432 clauses, 4608 bytes)
8.99/9.16	c 9	36 (20%) CSP integer variables are encoded (864 clauses, 9360 bytes)
8.99/9.16	c 9	54 (30%) CSP integer variables are encoded (1296 clauses, 14785 bytes)
8.99/9.16	c 9	72 (40%) CSP integer variables are encoded (1728 clauses, 20401 bytes)
8.99/9.16	c 9	90 (50%) CSP integer variables are encoded (2160 clauses, 26017 bytes)
8.99/9.17	c 9	108 (60%) CSP integer variables are encoded (2592 clauses, 31633 bytes)
8.99/9.17	c 9	126 (70%) CSP integer variables are encoded (3024 clauses, 37249 bytes)
8.99/9.17	c 9	144 (80%) CSP integer variables are encoded (3456 clauses, 42865 bytes)
8.99/9.17	c 9	162 (90%) CSP integer variables are encoded (3888 clauses, 48481 bytes)
8.99/9.17	c 9	180 (100%) CSP integer variables are encoded (4320 clauses, 54097 bytes)
26.59/26.88	c 26	1027 (10%) CSP clauses are encoded (347233 clauses, 13363837 bytes)
26.69/26.93	c 26	2054 (20%) CSP clauses are encoded (370260 clauses, 13765119 bytes)
26.69/26.98	c 27	3081 (30%) CSP clauses are encoded (393287 clauses, 14170763 bytes)
49.36/49.78	c 49	4108 (40%) CSP clauses are encoded (529779 clauses, 20334210 bytes)
49.47/49.83	c 49	5134 (50%) CSP clauses are encoded (552780 clauses, 20763471 bytes)
49.47/49.88	c 49	6161 (60%) CSP clauses are encoded (575832 clauses, 21193666 bytes)
61.01/61.46	c 61	7188 (70%) CSP clauses are encoded (655579 clauses, 24619714 bytes)
942.25/945.04	c 945	8215 (80%) CSP clauses are encoded (2323513 clauses, 118066048 bytes)
942.25/945.08	c 945	9242 (90%) CSP clauses are encoded (2347690 clauses, 118538162 bytes)
942.35/945.12	c 945	10268 (100%) CSP clauses are encoded (2372616 clauses, 119017648 bytes)
942.35/945.12	c 945	10268 CSP clauses encoded
942.35/945.13	c 945	Writing map file : HOME/temp.map
942.35/945.13	c 945	Heap : 220 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
942.35/945.13	c 945	SAT : 13348 SAT variables, 2372616 SAT clauses, 119017648 bytes
942.35/945.13	c 945	Heap : 220 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
942.35/945.18	c 945	SOLVING HOME/temp.cnf
942.35/945.18	c 945	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
942.35/945.18	c 945	This is MiniSat 2.0 beta
942.35/945.19	c 945	WARNING: for repeatability, setting FPU to use double precision
942.35/945.19	c 945	============================[ Problem Statistics ]=============================
942.35/945.19	c 945	|                                                                             |
942.35/945.19	c 945	|  Number of variables:  13348                                                |
942.35/945.19	c 945	|  Number of clauses:    2372616                                              |
944.93/947.72	c 947	|  Parsing time:         2.25         s                                       |
945.03/947.87	c 947	============================[ Search Statistics ]==============================
945.03/947.87	c 947	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
945.03/947.87	c 947	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
945.03/947.87	c 947	===============================================================================
945.03/947.87	c 947	|         0 |   13348  2372616 21770580 |   790872        0    nan |  0.000 % |
945.32/948.15	c 948	|       100 |   13348  2372616 21770580 |   869959      100     10 |  0.000 % |
945.53/948.34	c 948	|       250 |   13348  2372616 21770580 |   956955      250      8 |  0.000 % |
945.63/948.47	c 948	|       475 |   13348  2372616 21770580 |  1052650      475      8 |  0.000 % |
945.91/948.72	c 948	|       812 |   13348  2372616 21770580 |  1157915      812      8 |  0.000 % |
946.21/949.06	c 949	|      1318 |   13348  2372616 21770580 |  1273707     1318      8 |  0.000 % |
946.42/949.29	c 949	|      2077 |   13348  2372616 21770580 |  1401077     2077      9 |  0.000 % |
947.01/949.83	c 949	|      3216 |   13348  2372616 21770580 |  1541185     3216     10 |  0.000 % |
948.10/950.93	c 950	|      4924 |   13348  2372616 21770580 |  1695304     4924     10 |  0.000 % |
949.48/952.34	c 952	|      7487 |   13348  2372616 21770580 |  1864834     7487     11 |  0.000 % |
951.66/954.59	c 954	|     11331 |   13348  2372616 21770580 |  2051318    11331     11 |  0.000 % |
953.95/956.86	c 956	|     17097 |   13348  2372616 21770580 |  2256450    17097     11 |  0.000 % |
958.20/961.19	c 961	|     25747 |   13348  2372616 21770580 |  2482095    25747     11 |  0.000 % |
965.04/968.09	c 968	|     38722 |   13348  2372616 21770580 |  2730304    38722     11 |  0.000 % |
976.02/979.12	c 979	|     58183 |   13348  2372616 21770580 |  3003335    58183     11 |  0.000 % |
987.02/990.20	c 990	|     87375 |   13348  2372616 21770580 |  3303668    87375     11 |  0.000 % |
1012.57/1016.10	c 1016	|    131164 |   13348  2372616 21770580 |  3634035   131164     12 |  0.000 % |
1045.75/1049.58	c 1049	===============================================================================
1045.75/1049.58	c 1049	restarts              : 17
1045.75/1049.58	c 1049	conflicts             : 179666         (1743 /sec)
1045.75/1049.58	c 1049	decisions             : 284904         (1.62 % random) (2764 /sec)
1045.75/1049.58	c 1049	propagations          : 6194226        (60096 /sec)
1045.75/1049.58	c 1049	conflict literals     : 2270102        (20.16 % deleted)
1045.75/1049.58	c 1049	Memory used           : 202.16 MB
1045.75/1049.58	c 1049	CPU time              : 103.072 s
1045.75/1049.58	c 1049	
1045.75/1049.59	c 1049	SATISFIABLE
1045.85/1049.63	c 1049	DECODING HOME/temp.out WITH HOME/temp.map
1045.85/1049.63	c 1049	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1045.89/1049.72	c 1049	Decoding HOME/temp.out
1045.89/1049.85	s SATISFIABLE
1045.89/1049.86	v 17 0 24 18 20 19 18 4 11 21 19 19 4 23 15 19 21 0 10 24 20 4 0 14 12 0 17 19 17 4 18 4 17 25 20 17 20 12 4 17 8 4 4 19 4 8 13 18 1 4 0 20 23 19 19 2 13 8 8 4 25 14 15 20 18 17 20 2 7 0 18 4 21 8 5 14 23 19 17 14 19 18 21 15 25 4 15 4 20 19 14 20 7 5 14 11 25 14 1 25 24 4 20 19 4 18 19 17 20 2 17 4 21 20 4 11 14 11 14 15 4 25 4 18 2 20 19 19 20 17 5 18 20 25 1 4 10 18 0 20 11 19 7 0 11 4 8 13 4 19 20 24 0 20 19 0 14 11 4 17 19 19 8 23 0 4 20 23 19 20 18 4 0 19 15 8 20 18 0 4
1045.89/1049.89	c 1049	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1045.89/1049.93	c 1049	CPU 1044.35 (0.03 0.01 1044.32 1.78)
1045.89/1049.93	c 1049	END Sat Jul  5 00:08:26 2008

Verifier Data (download as text)

OK

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-1078811-1215208256/watcher-1078811-1215208256 -o /tmp/evaluation-result-1078811-1215208256/solver-1078811-1215208256 -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-1078811-1215208256.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: 2.00 2.00 2.00 3/72 496
/proc/meminfo: memFree=1737328/2055920 swapFree=4114104/4192956
[pid=496] ppid=494 vsize=18572 CPUtime=0
/proc/496/stat : 496 (runsolver) R 494 496 31598 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 1550501894 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 215418989863 0 0 4096 24578 0 0 0 17 1 0 0
/proc/496/statm: 4643 292 257 25 0 2626 0

[startup+0.0499679 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 496
/proc/meminfo: memFree=1737328/2055920 swapFree=4114104/4192956
[pid=496] ppid=494 vsize=13600 CPUtime=0.04
/proc/496/stat : 496 (sugar) S 494 496 31598 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 1550501894 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/496/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102163 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 496
/proc/meminfo: memFree=1737328/2055920 swapFree=4114104/4192956
[pid=496] ppid=494 vsize=13600 CPUtime=0.04
/proc/496/stat : 496 (sugar) S 494 496 31598 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1550501894 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/496/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301205 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 496
/proc/meminfo: memFree=1737328/2055920 swapFree=4114104/4192956
[pid=496] ppid=494 vsize=13600 CPUtime=0.04
/proc/496/stat : 496 (sugar) S 494 496 31598 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1550501894 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/496/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701283 s]
/proc/loadavg: 2.00 2.00 2.00 3/72 496
/proc/meminfo: memFree=1737328/2055920 swapFree=4114104/4192956
[pid=496] ppid=494 vsize=13600 CPUtime=0.04
/proc/496/stat : 496 (sugar) S 494 496 31598 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1550501894 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/496/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50243 s]
/proc/loadavg: 2.00 2.00 2.00 5/83 518
/proc/meminfo: memFree=1730776/2055920 swapFree=4114104/4192956
[pid=496] ppid=494 vsize=13600 CPUtime=0.9
/proc/496/stat : 496 (sugar) S 494 496 31598 0 -1 4194304 973 9249 0 1 3 1 80 6 16 0 1 0 1550501894 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/496/statm: 3400 797 370 3 0 500 0
[pid=509] ppid=496 vsize=5356 CPUtime=0
/proc/509/stat : 509 (sh) S 496 496 31598 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550501989 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/509/statm: 1339 233 193 169 0 50 0
[pid=510] ppid=509 vsize=864080 CPUtime=0.53
/proc/510/stat : 510 (java) S 509 496 31598 0 -1 0 6244 0 1 0 50 3 0 0 18 0 9 0 1550501989 884817920 5452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/510/statm: 216020 5452 2532 9 0 210602 0
[pid=510/tid=511] ppid=509 vsize=864080 CPUtime=0.36
/proc/510/task/511/stat : 511 (java) R 509 496 31598 0 -1 64 2447 0 1 0 35 1 0 0 20 0 9 0 1550501990 884817920 5452 996147200 134512640 134550740 4294955952 18446744073709551615 4126431913 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=512] ppid=509 vsize=864080 CPUtime=0.09
/proc/510/task/512/stat : 512 (java) S 509 496 31598 0 -1 64 2783 0 0 0 9 0 0 0 16 0 9 0 1550501991 884817920 5452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=513] ppid=509 vsize=864080 CPUtime=0
/proc/510/task/513/stat : 513 (java) S 509 496 31598 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1550501991 884817920 5452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=514] ppid=509 vsize=864080 CPUtime=0
/proc/510/task/514/stat : 514 (java) S 509 496 31598 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1550501991 884817920 5452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=515] ppid=509 vsize=864080 CPUtime=0
/proc/510/task/515/stat : 515 (java) S 509 496 31598 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550501993 884817920 5452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=516] ppid=509 vsize=864080 CPUtime=0.04
/proc/510/task/516/stat : 516 (java) S 509 496 31598 0 -1 64 318 0 0 0 4 0 0 0 17 0 9 0 1550501993 884817920 5452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=517] ppid=509 vsize=864080 CPUtime=0
/proc/510/task/517/stat : 517 (java) S 509 496 31598 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1550501994 884817920 5452 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=518] ppid=509 vsize=864080 CPUtime=0
/proc/510/task/518/stat : 518 (java) S 509 496 31598 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1550501994 884817920 5452 996147200 134512640 134550740 4294955952 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) 883036

[startup+3.10174 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 518
/proc/meminfo: memFree=1709400/2055920 swapFree=4114104/4192956
[pid=496] ppid=494 vsize=13600 CPUtime=0.9
/proc/496/stat : 496 (sugar) S 494 496 31598 0 -1 4194304 973 9249 0 1 3 1 80 6 15 0 1 0 1550501894 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/496/statm: 3400 797 370 3 0 500 0
[pid=509] ppid=496 vsize=5356 CPUtime=0
/proc/509/stat : 509 (sh) S 496 496 31598 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550501989 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/509/statm: 1339 233 193 169 0 50 0
[pid=510] ppid=509 vsize=868416 CPUtime=2.13
/proc/510/stat : 510 (java) S 509 496 31598 0 -1 0 16801 0 1 0 204 9 0 0 18 0 9 0 1550501989 889257984 15286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/510/statm: 217104 15286 2541 9 0 211679 0
[pid=510/tid=511] ppid=509 vsize=868416 CPUtime=1.1
/proc/510/task/511/stat : 511 (java) R 509 496 31598 0 -1 64 2871 0 1 0 109 1 0 0 22 0 9 0 1550501990 889257984 15286 996147200 134512640 134550740 4294955952 18446744073709551615 102492634 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=512] ppid=509 vsize=868416 CPUtime=0.81
/proc/510/task/512/stat : 512 (java) S 509 496 31598 0 -1 64 11797 0 0 0 76 5 0 0 16 0 9 0 1550501991 889257984 15286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=513] ppid=509 vsize=868416 CPUtime=0
/proc/510/task/513/stat : 513 (java) S 509 496 31598 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1550501991 889257984 15286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=514] ppid=509 vsize=868416 CPUtime=0
/proc/510/task/514/stat : 514 (java) S 509 496 31598 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1550501991 889257984 15286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=515] ppid=509 vsize=868416 CPUtime=0
/proc/510/task/515/stat : 515 (java) S 509 496 31598 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550501993 889257984 15286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=516] ppid=509 vsize=868416 CPUtime=0.18
/proc/510/task/516/stat : 516 (java) S 509 496 31598 0 -1 64 1437 0 0 0 17 1 0 0 16 0 9 0 1550501993 889257984 15286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=517] ppid=509 vsize=868416 CPUtime=0
/proc/510/task/517/stat : 517 (java) S 509 496 31598 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1550501994 889257984 15286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=518] ppid=509 vsize=868416 CPUtime=0
/proc/510/task/518/stat : 518 (java) S 509 496 31598 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1550501994 889257984 15286 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 887372

[startup+6.30236 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 518
/proc/meminfo: memFree=1631128/2055920 swapFree=4114104/4192956
[pid=496] ppid=494 vsize=13600 CPUtime=0.9
/proc/496/stat : 496 (sugar) S 494 496 31598 0 -1 4194304 973 9249 0 1 3 1 80 6 15 0 1 0 1550501894 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/496/statm: 3400 797 370 3 0 500 0
[pid=509] ppid=496 vsize=5356 CPUtime=0
/proc/509/stat : 509 (sh) S 496 496 31598 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550501989 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/509/statm: 1339 233 193 169 0 50 0
[pid=510] ppid=509 vsize=868416 CPUtime=5.3
/proc/510/stat : 510 (java) S 509 496 31598 0 -1 0 36595 0 1 0 511 19 0 0 18 0 9 0 1550501989 889257984 34669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/510/statm: 217104 34669 2540 9 0 211679 0
[pid=510/tid=511] ppid=509 vsize=868416 CPUtime=2.48
/proc/510/task/511/stat : 511 (java) R 509 496 31598 0 -1 64 3719 0 1 0 246 2 0 0 25 0 9 0 1550501990 889257984 34669 996147200 134512640 134550740 4294955952 18446744073709551615 4126589224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=512] ppid=509 vsize=868416 CPUtime=2.62
/proc/510/task/512/stat : 512 (java) S 509 496 31598 0 -1 64 30742 0 0 0 247 15 0 0 16 0 9 0 1550501991 889257984 34669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=513] ppid=509 vsize=868416 CPUtime=0
/proc/510/task/513/stat : 513 (java) S 509 496 31598 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1550501991 889257984 34669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=514] ppid=509 vsize=868416 CPUtime=0
/proc/510/task/514/stat : 514 (java) S 509 496 31598 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1550501991 889257984 34669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=515] ppid=509 vsize=868416 CPUtime=0
/proc/510/task/515/stat : 515 (java) S 509 496 31598 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550501993 889257984 34669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=516] ppid=509 vsize=868416 CPUtime=0.18
/proc/510/task/516/stat : 516 (java) S 509 496 31598 0 -1 64 1438 0 0 0 17 1 0 0 16 0 9 0 1550501993 889257984 34669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=517] ppid=509 vsize=868416 CPUtime=0
/proc/510/task/517/stat : 517 (java) S 509 496 31598 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1550501994 889257984 34669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=518] ppid=509 vsize=868416 CPUtime=0
/proc/510/task/518/stat : 518 (java) S 509 496 31598 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1550501994 889257984 34669 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 887372

[startup+12.7026 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 518
/proc/meminfo: memFree=1570904/2055920 swapFree=4114104/4192956
[pid=496] ppid=494 vsize=13600 CPUtime=0.9
/proc/496/stat : 496 (sugar) S 494 496 31598 0 -1 4194304 974 9249 0 1 3 1 80 6 16 0 1 0 1550501894 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/496/statm: 3400 797 370 3 0 500 0
[pid=509] ppid=496 vsize=5356 CPUtime=0
/proc/509/stat : 509 (sh) S 496 496 31598 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550501989 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/509/statm: 1339 233 193 169 0 50 0
[pid=510] ppid=509 vsize=868528 CPUtime=11.67
/proc/510/stat : 510 (java) S 509 496 31598 0 -1 0 62224 0 1 0 1134 33 0 0 18 0 9 0 1550501989 889372672 42316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/510/statm: 217132 42316 2565 9 0 211679 0
[pid=510/tid=511] ppid=509 vsize=868528 CPUtime=6.42
/proc/510/task/511/stat : 511 (java) R 509 496 31598 0 -1 64 4634 0 1 0 637 5 0 0 25 0 9 0 1550501990 889372672 42316 996147200 134512640 134550740 4294955952 18446744073709551615 4126638224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=512] ppid=509 vsize=868528 CPUtime=4.98
/proc/510/task/512/stat : 512 (java) S 509 496 31598 0 -1 64 55424 0 0 0 473 25 0 0 15 0 9 0 1550501991 889372672 42316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=513] ppid=509 vsize=868528 CPUtime=0
/proc/510/task/513/stat : 513 (java) S 509 496 31598 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1550501991 889372672 42316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=514] ppid=509 vsize=868528 CPUtime=0
/proc/510/task/514/stat : 514 (java) S 509 496 31598 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1550501991 889372672 42316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=515] ppid=509 vsize=868528 CPUtime=0
/proc/510/task/515/stat : 515 (java) S 509 496 31598 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550501993 889372672 42316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=516] ppid=509 vsize=868528 CPUtime=0.24
/proc/510/task/516/stat : 516 (java) S 509 496 31598 0 -1 64 1470 0 0 0 23 1 0 0 16 0 9 0 1550501993 889372672 42316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=517] ppid=509 vsize=868528 CPUtime=0
/proc/510/task/517/stat : 517 (java) S 509 496 31598 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1550501994 889372672 42316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=518] ppid=509 vsize=868528 CPUtime=0
/proc/510/task/518/stat : 518 (java) S 509 496 31598 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1550501994 889372672 42316 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 887484

[startup+25.5058 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 518
/proc/meminfo: memFree=1559192/2055920 swapFree=4114104/4192956
[pid=496] ppid=494 vsize=13600 CPUtime=0.9
/proc/496/stat : 496 (sugar) S 494 496 31598 0 -1 4194304 974 9249 0 1 3 1 80 6 16 0 1 0 1550501894 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/496/statm: 3400 797 370 3 0 500 0
[pid=509] ppid=496 vsize=5356 CPUtime=0
/proc/509/stat : 509 (sh) S 496 496 31598 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550501989 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/509/statm: 1339 233 193 169 0 50 0
[pid=510] ppid=509 vsize=868528 CPUtime=24.39
/proc/510/stat : 510 (java) S 509 496 31598 0 -1 0 63448 0 1 0 2400 39 0 0 18 0 9 0 1550501989 889372672 43497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/510/statm: 217132 43497 2565 9 0 211679 0
[pid=510/tid=511] ppid=509 vsize=868528 CPUtime=18.83
/proc/510/task/511/stat : 511 (java) R 509 496 31598 0 -1 64 4677 0 1 0 1873 10 0 0 25 0 9 0 1550501990 889372672 43497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=512] ppid=509 vsize=868528 CPUtime=5.28
/proc/510/task/512/stat : 512 (java) S 509 496 31598 0 -1 64 56600 0 0 0 502 26 0 0 15 0 9 0 1550501991 889372672 43497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=513] ppid=509 vsize=868528 CPUtime=0
/proc/510/task/513/stat : 513 (java) S 509 496 31598 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1550501991 889372672 43497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=514] ppid=509 vsize=868528 CPUtime=0
/proc/510/task/514/stat : 514 (java) S 509 496 31598 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1550501991 889372672 43497 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=510/tid=516] ppid=509 vsize=868528 CPUtime=0.27
/proc/510/task/516/stat : 516 (java) S 509 496 31598 0 -1 64 1487 0 0 0 26 1 0 0 17 0 9 0 1550501993 889372672 67910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=517] ppid=509 vsize=868528 CPUtime=0
/proc/510/task/517/stat : 517 (java) S 509 496 31598 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1550501994 889372672 67910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=518] ppid=509 vsize=868528 CPUtime=0
/proc/510/task/518/stat : 518 (java) S 509 496 31598 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1550501994 889372672 67910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 879.61
Current children cumulated vsize (KiB) 887484

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 550
/proc/meminfo: memFree=1394520/2055920 swapFree=4114104/4192956
[pid=496] ppid=494 vsize=13600 CPUtime=0.9
/proc/496/stat : 496 (sugar) S 494 496 31598 0 -1 4194304 974 9249 0 1 3 1 80 6 16 0 1 0 1550501894 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/496/statm: 3400 797 370 3 0 500 0
[pid=509] ppid=496 vsize=5356 CPUtime=0
/proc/509/stat : 509 (sh) S 496 496 31598 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550501989 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/509/statm: 1339 233 193 169 0 50 0
[pid=510] ppid=509 vsize=868528 CPUtime=938.65
/proc/510/stat : 510 (java) S 509 496 31598 0 -1 0 106981 0 1 0 93742 123 0 0 18 0 9 0 1550501989 889372672 67910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/510/statm: 217132 67910 2565 9 0 211679 0
[pid=510/tid=511] ppid=509 vsize=868528 CPUtime=927.34
/proc/510/task/511/stat : 511 (java) R 509 496 31598 0 -1 64 5220 0 1 0 92662 72 0 0 25 0 9 0 1550501990 889372672 67910 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=510/tid=512] ppid=509 vsize=868528 CPUtime=11
/proc/510/task/512/stat : 512 (java) S 509 496 31598 0 -1 64 99578 0 0 0 1052 48 0 0 16 0 9 0 1550501991 889372672 67910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=510/tid=513] ppid=509 vsize=868528 CPUtime=0
/proc/510/task/513/stat : 513 (java) S 509 496 31598 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1550501991 889372672 67910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=514] ppid=509 vsize=868528 CPUtime=0
/proc/510/task/514/stat : 514 (java) S 509 496 31598 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1550501991 889372672 67910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=515] ppid=509 vsize=868528 CPUtime=0
/proc/510/task/515/stat : 515 (java) S 509 496 31598 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550501993 889372672 67910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=516] ppid=509 vsize=868528 CPUtime=0.27
/proc/510/task/516/stat : 516 (java) S 509 496 31598 0 -1 64 1487 0 0 0 26 1 0 0 17 0 9 0 1550501993 889372672 67910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=517] ppid=509 vsize=868528 CPUtime=0
/proc/510/task/517/stat : 517 (java) S 509 496 31598 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1550501994 889372672 67910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=510/tid=518] ppid=509 vsize=868528 CPUtime=0
/proc/510/task/518/stat : 518 (java) S 509 496 31598 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1550501994 889372672 67910 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 939.55
Current children cumulated vsize (KiB) 887484

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 552
/proc/meminfo: memFree=1457816/2055920 swapFree=4114104/4192956
[pid=496] ppid=494 vsize=13600 CPUtime=942.45
/proc/496/stat : 496 (sugar) S 494 496 31598 0 -1 4194304 1032 116547 0 2 3 1 94101 140 16 0 1 0 1550501894 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/496/statm: 3400 798 370 3 0 500 0
[pid=551] ppid=496 vsize=5356 CPUtime=0
/proc/551/stat : 551 (sh) S 496 496 31598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550596412 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/551/statm: 1339 232 193 169 0 50 0
[pid=552] ppid=551 vsize=198036 CPUtime=56.55
/proc/552/stat : 552 (minisat) R 551 496 31598 0 -1 4194304 47428 0 0 0 5624 31 0 0 25 0 1 0 1550596413 202788864 47414 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/552/statm: 49509 47414 76 150 0 49356 0
Current children cumulated CPU time (s) 999
Current children cumulated vsize (KiB) 216992

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

[startup+1023.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 552
/proc/meminfo: memFree=1453272/2055920 swapFree=4114104/4192956
[pid=496] ppid=494 vsize=13600 CPUtime=942.45
/proc/496/stat : 496 (sugar) S 494 496 31598 0 -1 4194304 1032 116547 0 2 3 1 94101 140 16 0 1 0 1550501894 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/496/statm: 3400 798 370 3 0 500 0
[pid=551] ppid=496 vsize=5356 CPUtime=0
/proc/551/stat : 551 (sh) S 496 496 31598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550596412 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/551/statm: 1339 232 193 169 0 50 0
[pid=552] ppid=551 vsize=202960 CPUtime=77.96
/proc/552/stat : 552 (minisat) R 551 496 31598 0 -1 4194304 48575 0 0 0 7764 32 0 0 25 0 1 0 1550596413 207831040 48561 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/552/statm: 50740 48561 76 150 0 50587 0
Current children cumulated CPU time (s) 1020.41
Current children cumulated vsize (KiB) 221916

[startup+1036.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 552
/proc/meminfo: memFree=1451672/2055920 swapFree=4114104/4192956
[pid=496] ppid=494 vsize=13600 CPUtime=942.45
/proc/496/stat : 496 (sugar) S 494 496 31598 0 -1 4194304 1032 116547 0 2 3 1 94101 140 16 0 1 0 1550501894 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/496/statm: 3400 798 370 3 0 500 0
[pid=551] ppid=496 vsize=5356 CPUtime=0
/proc/551/stat : 551 (sh) S 496 496 31598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550596412 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/551/statm: 1339 232 193 169 0 50 0
[pid=552] ppid=551 vsize=204484 CPUtime=90.63
/proc/552/stat : 552 (minisat) R 551 496 31598 0 -1 4194304 48977 0 0 0 9031 32 0 0 25 0 1 0 1550596413 209391616 48963 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/552/statm: 51121 48963 76 150 0 50968 0
Current children cumulated CPU time (s) 1033.08
Current children cumulated vsize (KiB) 223440

[startup+1043.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 552
/proc/meminfo: memFree=1450584/2055920 swapFree=4114104/4192956
[pid=496] ppid=494 vsize=13600 CPUtime=942.45
/proc/496/stat : 496 (sugar) S 494 496 31598 0 -1 4194304 1032 116547 0 2 3 1 94101 140 16 0 1 0 1550501894 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/496/statm: 3400 798 370 3 0 500 0
[pid=551] ppid=496 vsize=5356 CPUtime=0
/proc/551/stat : 551 (sh) S 496 496 31598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550596412 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/551/statm: 1339 232 193 169 0 50 0
[pid=552] ppid=551 vsize=205568 CPUtime=96.96
/proc/552/stat : 552 (minisat) R 551 496 31598 0 -1 4194304 49245 0 0 0 9664 32 0 0 25 0 1 0 1550596413 210501632 49231 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/552/statm: 51392 49231 76 150 0 51239 0
Current children cumulated CPU time (s) 1039.41
Current children cumulated vsize (KiB) 224524

[startup+1046.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 552
/proc/meminfo: memFree=1449880/2055920 swapFree=4114104/4192956
[pid=496] ppid=494 vsize=13600 CPUtime=942.45
/proc/496/stat : 496 (sugar) S 494 496 31598 0 -1 4194304 1032 116547 0 2 3 1 94101 140 16 0 1 0 1550501894 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/496/statm: 3400 798 370 3 0 500 0
[pid=551] ppid=496 vsize=5356 CPUtime=0
/proc/551/stat : 551 (sh) S 496 496 31598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550596412 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/551/statm: 1339 232 193 169 0 50 0
[pid=552] ppid=551 vsize=206248 CPUtime=100.13
/proc/552/stat : 552 (minisat) R 551 496 31598 0 -1 4194304 49410 0 0 0 9981 32 0 0 25 0 1 0 1550596413 211197952 49396 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/552/statm: 51562 49396 76 150 0 51409 0
Current children cumulated CPU time (s) 1042.58
Current children cumulated vsize (KiB) 225204

[startup+1047.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 552
/proc/meminfo: memFree=1449624/2055920 swapFree=4114104/4192956
[pid=496] ppid=494 vsize=13600 CPUtime=942.45
/proc/496/stat : 496 (sugar) S 494 496 31598 0 -1 4194304 1032 116547 0 2 3 1 94101 140 16 0 1 0 1550501894 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/496/statm: 3400 798 370 3 0 500 0
[pid=551] ppid=496 vsize=5356 CPUtime=0
/proc/551/stat : 551 (sh) S 496 496 31598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550596412 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/551/statm: 1339 232 193 169 0 50 0
[pid=552] ppid=551 vsize=206572 CPUtime=101.72
/proc/552/stat : 552 (minisat) R 551 496 31598 0 -1 4194304 49491 0 0 0 10140 32 0 0 25 0 1 0 1550596413 211529728 49477 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/552/statm: 51643 49477 76 150 0 51490 0
Current children cumulated CPU time (s) 1044.17
Current children cumulated vsize (KiB) 225528

[startup+1048.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 552
/proc/meminfo: memFree=1449432/2055920 swapFree=4114104/4192956
[pid=496] ppid=494 vsize=13600 CPUtime=942.45
/proc/496/stat : 496 (sugar) S 494 496 31598 0 -1 4194304 1032 116547 0 2 3 1 94101 140 16 0 1 0 1550501894 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/496/statm: 3400 798 370 3 0 500 0
[pid=551] ppid=496 vsize=5356 CPUtime=0
/proc/551/stat : 551 (sh) S 496 496 31598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550596412 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/551/statm: 1339 232 193 169 0 50 0
[pid=552] ppid=551 vsize=206704 CPUtime=102.51
/proc/552/stat : 552 (minisat) R 551 496 31598 0 -1 4194304 49522 0 0 0 10219 32 0 0 25 0 1 0 1550596413 211664896 49508 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/552/statm: 51676 49508 76 150 0 51523 0
Current children cumulated CPU time (s) 1044.96
Current children cumulated vsize (KiB) 225660

[startup+1049.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 552
/proc/meminfo: memFree=1449176/2055920 swapFree=4114104/4192956
[pid=496] ppid=494 vsize=13600 CPUtime=942.45
/proc/496/stat : 496 (sugar) S 494 496 31598 0 -1 4194304 1032 116547 0 2 3 1 94101 140 16 0 1 0 1550501894 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/496/statm: 3400 798 370 3 0 500 0
[pid=551] ppid=496 vsize=5356 CPUtime=0
/proc/551/stat : 551 (sh) S 496 496 31598 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550596412 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 215418987332 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/551/statm: 1339 232 193 169 0 50 0
[pid=552] ppid=551 vsize=206836 CPUtime=103.3
/proc/552/stat : 552 (minisat) R 551 496 31598 0 -1 4194304 49579 0 0 0 10298 32 0 0 25 0 1 0 1550596413 211800064 49565 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 1 0 0
/proc/552/statm: 51709 49565 76 150 0 51556 0
Current children cumulated CPU time (s) 1045.75
Current children cumulated vsize (KiB) 225792

[startup+1049.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 552
/proc/meminfo: memFree=1449176/2055920 swapFree=4114104/4192956
[pid=496] ppid=494 vsize=13600 CPUtime=1045.89
/proc/496/stat : 496 (sugar) S 494 496 31598 0 -1 4194304 1089 166442 0 2 3 1 104409 176 15 0 1 0 1550501894 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 215427887202 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/496/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 1045.89
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 1049.99
CPU time (s): 1046.23
CPU user time (s): 1044.36
CPU system time (s): 1.86772
CPU usage (%): 99.6417
Max. virtual memory (cumulated for all children) (KiB): 912984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1044.36
system time used= 1.86772
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 171340
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= 26333
involuntary context switches= 29850

runsolver used 1.39479 second user time and 3.42248 second system time

The end

Launcher Data (download as text)

Begin job on node9 at 2008-07-04 23:50:57
IDJOB=1078811
IDBENCH=56842
IDSOLVER=346
FILE ID=node9/1078811-1215208256
PBS_JOBID= 7881686
Free space on /tmp= 66544 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdPuzzle/normalized-crossword-m1-ogd-puzzle17.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-1078811-1215208256/watcher-1078811-1215208256 -o /tmp/evaluation-result-1078811-1215208256/solver-1078811-1215208256 -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-1078811-1215208256.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= bda0e2f55412b80bc54a3ffdc08181e6
RANDOM SEED=1473887160

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.265
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:       1737808 kB
Buffers:         18368 kB
Cached:         112348 kB
SwapCached:      73012 kB
Active:         217272 kB
Inactive:        47380 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1737808 kB
SwapTotal:     4192956 kB
SwapFree:      4114104 kB
Dirty:            2452 kB
Writeback:           0 kB
Mapped:         141328 kB
Slab:            38432 kB
Committed_AS:  3127100 kB
PageTables:       2072 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= 66544 MiB
End job on node9 at 2008-07-05 00:08:27