Trace number 1051303

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 127.626 128.969

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-44-9-a4.xml
MD5SUM723f22c4262ad9d8123ec7bfcf12958d
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 benchmark3.07553
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints582
Maximum constraint arity4
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension582
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 Thu Jul  3 04:40:50 2008
0.00/0.04	c 0	PID 19635
0.00/0.05	c 0	HOST node14.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1051303-1215052850.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1051303-1215052850.xml' 'HOME/temp.csp'
0.04/0.55	c 1	1 domains, 9 variables, 2 predicates, 0 relations, 582 constraints
0.04/0.57	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.57	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.53/0.66	c 1	Parsing HOME/temp.csp
0.53/0.78	c 1	parsed 594 expressions
0.53/0.79	c 1	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.53/0.79	c 1	Converting to clausal form CSP
0.53/0.83	c 1	converted 60 (10%) expressions
0.53/0.86	c 1	converted 119 (20%) expressions
0.53/0.88	c 1	converted 179 (30%) expressions
0.53/0.98	c 1	converted 238 (40%) expressions
0.53/1.03	c 1	converted 297 (50%) expressions
0.53/1.07	c 1	converted 357 (60%) expressions
0.53/1.09	c 1	converted 416 (70%) expressions
1.03/1.12	c 1	converted 476 (80%) expressions
1.03/1.14	c 1	converted 535 (90%) expressions
1.03/1.16	c 1	converted 594 (100%) expressions
1.03/1.16	c 1	CSP : 1521 integers, 0 booleans, 3606 clauses, largest domain size 89
1.03/1.16	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.03/1.16	c 1	Propagation in CSP
1.13/1.30	c 1	24264 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.22/1.30	c 1	CSP : 1521 integers, 0 booleans, 3606 clauses, largest domain size 73
1.22/1.30	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.30	c 1	Simplifing CSP by introducing new Boolean variables
1.22/1.31	c 1	CSP : 1521 integers, 1092 booleans, 4698 clauses, largest domain size 73
1.22/1.31	c 1	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
1.22/1.35	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.22/1.39	c 2	153 (10%) CSP integer variables are encoded (10539 clauses, 136267 bytes)
1.32/1.40	c 2	305 (20%) CSP integer variables are encoded (21331 clauses, 298147 bytes)
1.32/1.42	c 2	457 (30%) CSP integer variables are encoded (32123 clauses, 460027 bytes)
1.32/1.43	c 2	609 (40%) CSP integer variables are encoded (42915 clauses, 621907 bytes)
1.32/1.45	c 2	761 (50%) CSP integer variables are encoded (53707 clauses, 783787 bytes)
1.32/1.46	c 2	913 (60%) CSP integer variables are encoded (64499 clauses, 945667 bytes)
1.32/1.48	c 2	1065 (70%) CSP integer variables are encoded (75291 clauses, 1107547 bytes)
1.32/1.49	c 2	1217 (80%) CSP integer variables are encoded (86083 clauses, 1269427 bytes)
1.41/1.51	c 2	1369 (90%) CSP integer variables are encoded (96875 clauses, 1431307 bytes)
1.41/1.53	c 2	1521 (100%) CSP integer variables are encoded (107667 clauses, 1611310 bytes)
1.71/1.80	c 2	470 (10%) CSP clauses are encoded (213726 clauses, 3919356 bytes)
2.41/2.57	c 3	940 (20%) CSP clauses are encoded (634201 clauses, 10380599 bytes)
3.29/3.44	c 4	1410 (30%) CSP clauses are encoded (1106834 clauses, 18077448 bytes)
4.09/4.29	c 4	1880 (40%) CSP clauses are encoded (1582129 clauses, 25910519 bytes)
4.98/5.14	c 5	2349 (50%) CSP clauses are encoded (2054589 clauses, 33810106 bytes)
5.77/5.97	c 6	2819 (60%) CSP clauses are encoded (2527186 clauses, 41608097 bytes)
6.65/6.82	c 7	3289 (70%) CSP clauses are encoded (3001206 clauses, 49569085 bytes)
7.45/7.66	c 8	3759 (80%) CSP clauses are encoded (3476385 clauses, 57596413 bytes)
8.33/8.53	c 9	4229 (90%) CSP clauses are encoded (3949036 clauses, 65625005 bytes)
9.22/9.41	c 10	4698 (100%) CSP clauses are encoded (4420353 clauses, 74148343 bytes)
9.22/9.41	c 10	4698 CSP clauses encoded
9.22/9.41	c 10	Writing map file : HOME/temp.map
9.22/9.41	c 10	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.22/9.41	c 10	SAT : 110280 SAT variables, 4420353 SAT clauses, 74148343 bytes
9.22/9.41	c 10	Heap : 3 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
9.22/9.43	c 10	SOLVING HOME/temp.cnf
9.22/9.43	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.22/9.44	c 10	This is MiniSat 2.0 beta
9.22/9.44	c 10	WARNING: for repeatability, setting FPU to use double precision
9.22/9.44	c 10	============================[ Problem Statistics ]=============================
9.22/9.44	c 10	|                                                                             |
9.22/9.44	c 10	|  Number of variables:  110280                                               |
9.22/9.44	c 10	|  Number of clauses:    4420353                                              |
11.07/11.38	c 12	|  Parsing time:         1.63         s                                       |
11.17/11.47	c 12	============================[ Search Statistics ]==============================
11.17/11.47	c 12	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.17/11.47	c 12	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.17/11.47	c 12	===============================================================================
11.17/11.47	c 12	|         0 |  110280  4420353 13041210 |  1473451        0    nan |  0.000 % |
23.94/24.39	c 25	|       100 |  110280  4420353 13041210 |  1620796      100      6 |  0.000 % |
26.82/27.25	c 27	|       251 |  110280  4420353 13041210 |  1782875      251      7 |  0.000 % |
33.35/33.86	c 34	|       476 |  110280  4420353 13041210 |  1961163      476      7 |  0.000 % |
40.48/41.03	c 41	|       814 |  110279  4420353 13041210 |  2157279      813      8 |  3.667 % |
53.86/54.54	c 55	|      1321 |  110279  4420353 13041210 |  2373007     1320      8 |  3.667 % |
71.19/72.07	c 72	|      2080 |  110279  4420353 13041210 |  2610308     2079      9 |  3.667 % |
101.79/102.99	c 103	|      3222 |  106236  4251586 12547745 |  2871339     3218     10 |  3.667 % |
127.06/128.45	c 129	===============================================================================
127.06/128.46	c 129	restarts              : 8
127.06/128.46	c 129	conflicts             : 4335           (37 /sec)
127.06/128.46	c 129	decisions             : 6077           (0.21 % random) (52 /sec)
127.06/128.46	c 129	propagations          : 30679720       (260964 /sec)
127.06/128.46	c 129	conflict literals     : 42991          (27.95 % deleted)
127.06/128.46	c 129	Memory used           : 200.83 MB
127.06/128.46	c 129	CPU time              : 117.563 s
127.06/128.46	c 129	
127.15/128.50	c 129	SATISFIABLE
127.15/128.54	c 129	DECODING HOME/temp.out WITH HOME/temp.map
127.15/128.54	c 129	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
127.21/128.63	c 129	Decoding HOME/temp.out
127.54/128.90	s SATISFIABLE
127.54/128.90	v 0 3 9 17 19 32 39 43 44
127.54/128.91	c 129	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
127.54/128.93	c 129	CPU 126.42 (0.03 0.01 126.39 1.13)
127.54/128.93	c 129	END Thu Jul  3 04:42:59 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-1051303-1215052850/watcher-1051303-1215052850 -o /tmp/evaluation-result-1051303-1215052850/solver-1051303-1215052850 -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-1051303-1215052850.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.03 2.01 2.00 4/80 19635
/proc/meminfo: memFree=1694416/2055920 swapFree=4120948/4192956
[pid=19635] ppid=19633 vsize=12272 CPUtime=0
/proc/19635/stat : 19635 (sugar) R 19633 19635 17941 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 1534959048 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 212243364862 0 0 4224 0 0 0 0 17 1 0 0
/proc/19635/statm: 3068 364 274 3 0 168 0

[startup+0.115933 s]
/proc/loadavg: 2.03 2.01 2.00 4/80 19635
/proc/meminfo: memFree=1694416/2055920 swapFree=4120948/4192956
[pid=19635] ppid=19633 vsize=13600 CPUtime=0.04
/proc/19635/stat : 19635 (sugar) S 19633 19635 17941 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 1534959048 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19635/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.20295 s]
/proc/loadavg: 2.03 2.01 2.00 4/80 19635
/proc/meminfo: memFree=1694416/2055920 swapFree=4120948/4192956
[pid=19635] ppid=19633 vsize=13600 CPUtime=0.04
/proc/19635/stat : 19635 (sugar) S 19633 19635 17941 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 1534959048 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19635/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301969 s]
/proc/loadavg: 2.03 2.01 2.00 4/80 19635
/proc/meminfo: memFree=1694416/2055920 swapFree=4120948/4192956
[pid=19635] ppid=19633 vsize=13600 CPUtime=0.04
/proc/19635/stat : 19635 (sugar) S 19633 19635 17941 0 -1 4194304 900 127 0 0 3 1 0 0 21 0 1 0 1534959048 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19635/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701036 s]
/proc/loadavg: 2.03 2.01 2.00 4/80 19635
/proc/meminfo: memFree=1694416/2055920 swapFree=4120948/4192956
[pid=19635] ppid=19633 vsize=13600 CPUtime=0.53
/proc/19635/stat : 19635 (sugar) S 19633 19635 17941 0 -1 4194304 973 4541 0 1 3 1 46 3 16 0 1 0 1534959048 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19635/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 13600

[startup+1.50117 s]
/proc/loadavg: 2.03 2.01 2.00 4/91 19657
/proc/meminfo: memFree=1680696/2055920 swapFree=4120948/4192956
[pid=19635] ppid=19633 vsize=13600 CPUtime=0.53
/proc/19635/stat : 19635 (sugar) S 19633 19635 17941 0 -1 4194304 974 4541 0 1 3 1 46 3 15 0 1 0 1534959048 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19635/statm: 3400 797 370 3 0 500 0
[pid=19648] ppid=19635 vsize=5356 CPUtime=0
/proc/19648/stat : 19648 (sh) S 19635 19635 17941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1534959106 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19648/statm: 1339 233 193 169 0 50 0
[pid=19649] ppid=19648 vsize=868460 CPUtime=0.88
/proc/19649/stat : 19649 (java) S 19648 19635 17941 0 -1 0 6741 0 1 0 83 5 0 0 18 0 9 0 1534959106 889303040 5907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 217115 5907 2562 9 0 211662 0
[pid=19649/tid=19650] ppid=19648 vsize=868460 CPUtime=0.57
/proc/19649/task/19650/stat : 19650 (java) R 19648 19635 17941 0 -1 64 2754 0 1 0 54 3 0 0 18 0 9 0 1534959107 889303040 5907 996147200 134512640 134550740 4294955952 18446744073709551615 4126957704 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19649/tid=19651] ppid=19648 vsize=868460 CPUtime=0.07
/proc/19649/task/19651/stat : 19651 (java) S 19648 19635 17941 0 -1 64 1807 0 0 0 7 0 0 0 16 0 9 0 1534959108 889303040 5907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19649/tid=19652] ppid=19648 vsize=868460 CPUtime=0
/proc/19649/task/19652/stat : 19652 (java) S 19648 19635 17941 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1534959108 889303040 5907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19649/tid=19653] ppid=19648 vsize=868460 CPUtime=0
/proc/19649/task/19653/stat : 19653 (java) S 19648 19635 17941 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1534959108 889303040 5907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19649/tid=19654] ppid=19648 vsize=868460 CPUtime=0
/proc/19649/task/19654/stat : 19654 (java) S 19648 19635 17941 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1534959110 889303040 5907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19649/tid=19655] ppid=19648 vsize=868460 CPUtime=0.21
/proc/19649/task/19655/stat : 19655 (java) S 19648 19635 17941 0 -1 64 1487 0 0 0 21 0 0 0 16 0 9 0 1534959110 889303040 5907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19649/tid=19656] ppid=19648 vsize=868460 CPUtime=0
/proc/19649/task/19656/stat : 19656 (java) S 19648 19635 17941 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1534959110 889303040 5907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19649/tid=19657] ppid=19648 vsize=868460 CPUtime=0
/proc/19649/task/19657/stat : 19657 (java) S 19648 19635 17941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1534959110 889303040 5907 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887416

[startup+3.10245 s]
/proc/loadavg: 2.02 2.01 2.00 3/91 19657
/proc/meminfo: memFree=1671288/2055920 swapFree=4120948/4192956
[pid=19635] ppid=19633 vsize=13600 CPUtime=0.53
/proc/19635/stat : 19635 (sugar) S 19633 19635 17941 0 -1 4194304 974 4541 0 1 3 1 46 3 15 0 1 0 1534959048 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19635/statm: 3400 797 370 3 0 500 0
[pid=19648] ppid=19635 vsize=5356 CPUtime=0
/proc/19648/stat : 19648 (sh) S 19635 19635 17941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1534959106 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19648/statm: 1339 233 193 169 0 50 0
[pid=19649] ppid=19648 vsize=868460 CPUtime=2.47
/proc/19649/stat : 19649 (java) S 19648 19635 17941 0 -1 0 7228 0 1 0 231 16 0 0 18 0 9 0 1534959106 889303040 5925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 217115 5925 2562 9 0 211662 0
[pid=19649/tid=19650] ppid=19648 vsize=868460 CPUtime=2.01
/proc/19649/task/19650/stat : 19650 (java) R 19648 19635 17941 0 -1 64 3226 0 1 0 190 11 0 0 25 0 9 0 1534959107 889303040 5925 996147200 134512640 134550740 4294955952 18446744073709551615 4126957634 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19649/tid=19651] ppid=19648 vsize=868460 CPUtime=0.19
/proc/19649/task/19651/stat : 19651 (java) S 19648 19635 17941 0 -1 64 1807 0 0 0 16 3 0 0 16 0 9 0 1534959108 889303040 5925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19649/tid=19652] ppid=19648 vsize=868460 CPUtime=0
/proc/19649/task/19652/stat : 19652 (java) S 19648 19635 17941 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1534959108 889303040 5925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19649/tid=19653] ppid=19648 vsize=868460 CPUtime=0
/proc/19649/task/19653/stat : 19653 (java) S 19648 19635 17941 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1534959108 889303040 5925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19649/tid=19654] ppid=19648 vsize=868460 CPUtime=0
/proc/19649/task/19654/stat : 19654 (java) S 19648 19635 17941 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1534959110 889303040 5925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19649/tid=19655] ppid=19648 vsize=868460 CPUtime=0.24
/proc/19649/task/19655/stat : 19655 (java) S 19648 19635 17941 0 -1 64 1502 0 0 0 23 1 0 0 16 0 9 0 1534959110 889303040 5925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19649/tid=19656] ppid=19648 vsize=868460 CPUtime=0
/proc/19649/task/19656/stat : 19656 (java) S 19648 19635 17941 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1534959110 889303040 5925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19649/tid=19657] ppid=19648 vsize=868460 CPUtime=0
/proc/19649/task/19657/stat : 19657 (java) S 19648 19635 17941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1534959110 889303040 5925 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887416

[startup+6.302 s]
/proc/loadavg: 2.02 2.01 2.00 3/91 19657
/proc/meminfo: memFree=1640888/2055920 swapFree=4120948/4192956
[pid=19635] ppid=19633 vsize=13600 CPUtime=0.53
/proc/19635/stat : 19635 (sugar) S 19633 19635 17941 0 -1 4194304 974 4541 0 1 3 1 46 3 15 0 1 0 1534959048 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19635/statm: 3400 797 370 3 0 500 0
[pid=19648] ppid=19635 vsize=5356 CPUtime=0
/proc/19648/stat : 19648 (sh) S 19635 19635 17941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1534959106 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19648/statm: 1339 233 193 169 0 50 0
[pid=19649] ppid=19648 vsize=868460 CPUtime=5.64
/proc/19649/stat : 19649 (java) S 19648 19635 17941 0 -1 0 8197 0 1 0 521 43 0 0 18 0 9 0 1534959106 889303040 5927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19649/statm: 217115 5927 2562 9 0 211662 0
[pid=19649/tid=19650] ppid=19648 vsize=868460 CPUtime=4.92
/proc/19649/task/19650/stat : 19650 (java) R 19648 19635 17941 0 -1 64 4193 0 1 0 461 31 0 0 25 0 9 0 1534959107 889303040 5927 996147200 134512640 134550740 4294955952 18446744073709551615 102064721 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19649/tid=19651] ppid=19648 vsize=868460 CPUtime=0.44
/proc/19649/task/19651/stat : 19651 (java) S 19648 19635 17941 0 -1 64 1807 0 0 0 34 10 0 0 16 0 9 0 1534959108 889303040 5927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19649/tid=19652] ppid=19648 vsize=868460 CPUtime=0
/proc/19649/task/19652/stat : 19652 (java) S 19648 19635 17941 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1534959108 889303040 5927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19649/tid=19653] ppid=19648 vsize=868460 CPUtime=0
/proc/19649/task/19653/stat : 19653 (java) S 19648 19635 17941 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1534959108 889303040 5927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19649/tid=19654] ppid=19648 vsize=868460 CPUtime=0
/proc/19649/task/19654/stat : 19654 (java) S 19648 19635 17941 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1534959110 889303040 5927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19649/tid=19655] ppid=19648 vsize=868460 CPUtime=0.25
/proc/19649/task/19655/stat : 19655 (java) S 19648 19635 17941 0 -1 64 1504 0 0 0 24 1 0 0 17 0 9 0 1534959110 889303040 5927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19649/tid=19656] ppid=19648 vsize=868460 CPUtime=0
/proc/19649/task/19656/stat : 19656 (java) S 19648 19635 17941 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1534959110 889303040 5927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19649/tid=19657] ppid=19648 vsize=868460 CPUtime=0
/proc/19649/task/19657/stat : 19657 (java) S 19648 19635 17941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1534959110 889303040 5927 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 887416

[startup+12.7011 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 19659
/proc/meminfo: memFree=1435576/2055920 swapFree=4120948/4192956
[pid=19635] ppid=19633 vsize=13600 CPUtime=9.25
/proc/19635/stat : 19635 (sugar) S 19633 19635 17941 0 -1 4194304 1031 13978 0 2 3 1 846 75 15 0 1 0 1534959048 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19635/statm: 3400 797 370 3 0 500 0
[pid=19658] ppid=19635 vsize=5356 CPUtime=0
/proc/19658/stat : 19658 (sh) S 19635 19635 17941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1534959992 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19658/statm: 1339 232 193 169 0 50 0
[pid=19659] ppid=19658 vsize=199788 CPUtime=3.21
/proc/19659/stat : 19659 (minisat) R 19658 19635 17941 0 -1 4194304 46746 0 0 0 293 28 0 0 25 0 1 0 1534959992 204582912 46732 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19659/statm: 49947 46732 72 150 0 49794 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 218744

[startup+25.5023 s]
/proc/loadavg: 2.02 2.01 2.00 3/83 19659
/proc/meminfo: memFree=1425720/2055920 swapFree=4120948/4192956
[pid=19635] ppid=19633 vsize=13600 CPUtime=9.25
/proc/19635/stat : 19635 (sugar) S 19633 19635 17941 0 -1 4194304 1031 13978 0 2 3 1 846 75 16 0 1 0 1534959048 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19635/statm: 3400 797 370 3 0 500 0
[pid=19658] ppid=19635 vsize=5356 CPUtime=0
/proc/19658/stat : 19658 (sh) S 19635 19635 17941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1534959992 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19658/statm: 1339 232 193 169 0 50 0
[pid=19659] ppid=19658 vsize=205116 CPUtime=15.88
/proc/19659/stat : 19659 (minisat) R 19658 19635 17941 0 -1 4194304 48059 0 0 0 1558 30 0 0 25 0 1 0 1534959992 210038784 48045 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/19659/statm: 51279 48045 75 150 0 51126 0
Current children cumulated CPU time (s) 25.13
Current children cumulated vsize (KiB) 224072

[startup+51.1028 s]
/proc/loadavg: 2.01 2.01 2.00 3/83 19659
/proc/meminfo: memFree=1425400/2055920 swapFree=4120948/4192956
[pid=19635] ppid=19633 vsize=13600 CPUtime=9.25
/proc/19635/stat : 19635 (sugar) S 19633 19635 17941 0 -1 4194304 1031 13978 0 2 3 1 846 75 16 0 1 0 1534959048 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19635/statm: 3400 797 370 3 0 500 0
[pid=19658] ppid=19635 vsize=5356 CPUtime=0
/proc/19658/stat : 19658 (sh) S 19635 19635 17941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1534959992 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19658/statm: 1339 232 193 169 0 50 0
[pid=19659] ppid=19658 vsize=205512 CPUtime=41.24
/proc/19659/stat : 19659 (minisat) R 19658 19635 17941 0 -1 4194304 48168 0 0 0 4093 31 0 0 25 0 1 0 1534959992 210444288 48154 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19659/statm: 51378 48154 75 150 0 51225 0
Current children cumulated CPU time (s) 50.49
Current children cumulated vsize (KiB) 224468

[startup+102.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19659
/proc/meminfo: memFree=1425272/2055920 swapFree=4120948/4192956
[pid=19635] ppid=19633 vsize=13600 CPUtime=9.25
/proc/19635/stat : 19635 (sugar) S 19633 19635 17941 0 -1 4194304 1031 13978 0 2 3 1 846 75 16 0 1 0 1534959048 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19635/statm: 3400 797 370 3 0 500 0

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

Current children cumulated vsize (KiB) 224468

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

[startup+102.407 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19659
/proc/meminfo: memFree=1425272/2055920 swapFree=4120948/4192956
[pid=19635] ppid=19633 vsize=13600 CPUtime=9.25
/proc/19635/stat : 19635 (sugar) S 19633 19635 17941 0 -1 4194304 1031 13978 0 2 3 1 846 75 16 0 1 0 1534959048 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19635/statm: 3400 797 370 3 0 500 0
[pid=19658] ppid=19635 vsize=5356 CPUtime=0
/proc/19658/stat : 19658 (sh) S 19635 19635 17941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1534959992 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19658/statm: 1339 232 193 169 0 50 0
[pid=19659] ppid=19658 vsize=205512 CPUtime=92.05
/proc/19659/stat : 19659 (minisat) R 19658 19635 17941 0 -1 4194304 48182 0 0 0 9174 31 0 0 25 0 1 0 1534959992 210444288 48168 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19659/statm: 51378 48168 75 150 0 51225 0
Current children cumulated CPU time (s) 101.3
Current children cumulated vsize (KiB) 224468

[startup+115.202 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19659
/proc/meminfo: memFree=1425208/2055920 swapFree=4120948/4192956
[pid=19635] ppid=19633 vsize=13600 CPUtime=9.25
/proc/19635/stat : 19635 (sugar) S 19633 19635 17941 0 -1 4194304 1031 13978 0 2 3 1 846 75 16 0 1 0 1534959048 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19635/statm: 3400 797 370 3 0 500 0
[pid=19658] ppid=19635 vsize=5356 CPUtime=0
/proc/19658/stat : 19658 (sh) S 19635 19635 17941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1534959992 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19658/statm: 1339 232 193 169 0 50 0
[pid=19659] ppid=19658 vsize=205648 CPUtime=104.73
/proc/19659/stat : 19659 (minisat) R 19658 19635 17941 0 -1 4194304 48184 0 0 0 10442 31 0 0 25 0 1 0 1534959992 210583552 48170 996147200 134512640 135127466 4294956272 18446744073709551615 134527996 0 0 4096 3 0 0 0 17 1 0 0
/proc/19659/statm: 51412 48170 75 150 0 51259 0
Current children cumulated CPU time (s) 113.98
Current children cumulated vsize (KiB) 224604

[startup+121.603 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19659
/proc/meminfo: memFree=1425208/2055920 swapFree=4120948/4192956
[pid=19635] ppid=19633 vsize=13600 CPUtime=9.25
/proc/19635/stat : 19635 (sugar) S 19633 19635 17941 0 -1 4194304 1031 13978 0 2 3 1 846 75 16 0 1 0 1534959048 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19635/statm: 3400 797 370 3 0 500 0
[pid=19658] ppid=19635 vsize=5356 CPUtime=0
/proc/19658/stat : 19658 (sh) S 19635 19635 17941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1534959992 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19658/statm: 1339 232 193 169 0 50 0
[pid=19659] ppid=19658 vsize=205648 CPUtime=111.07
/proc/19659/stat : 19659 (minisat) R 19658 19635 17941 0 -1 4194304 48185 0 0 0 11076 31 0 0 25 0 1 0 1534959992 210583552 48171 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/19659/statm: 51412 48171 75 150 0 51259 0
Current children cumulated CPU time (s) 120.32
Current children cumulated vsize (KiB) 224604

[startup+124.802 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19659
/proc/meminfo: memFree=1425208/2055920 swapFree=4120948/4192956
[pid=19635] ppid=19633 vsize=13600 CPUtime=9.25
/proc/19635/stat : 19635 (sugar) S 19633 19635 17941 0 -1 4194304 1031 13978 0 2 3 1 846 75 16 0 1 0 1534959048 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19635/statm: 3400 797 370 3 0 500 0
[pid=19658] ppid=19635 vsize=5356 CPUtime=0
/proc/19658/stat : 19658 (sh) S 19635 19635 17941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1534959992 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19658/statm: 1339 232 193 169 0 50 0
[pid=19659] ppid=19658 vsize=205648 CPUtime=114.24
/proc/19659/stat : 19659 (minisat) R 19658 19635 17941 0 -1 4194304 48185 0 0 0 11393 31 0 0 25 0 1 0 1534959992 210583552 48171 996147200 134512640 135127466 4294956272 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/19659/statm: 51412 48171 75 150 0 51259 0
Current children cumulated CPU time (s) 123.49
Current children cumulated vsize (KiB) 224604

[startup+126.403 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19659
/proc/meminfo: memFree=1425208/2055920 swapFree=4120948/4192956
[pid=19635] ppid=19633 vsize=13600 CPUtime=9.25
/proc/19635/stat : 19635 (sugar) S 19633 19635 17941 0 -1 4194304 1031 13978 0 2 3 1 846 75 16 0 1 0 1534959048 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19635/statm: 3400 797 370 3 0 500 0
[pid=19658] ppid=19635 vsize=5356 CPUtime=0
/proc/19658/stat : 19658 (sh) S 19635 19635 17941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1534959992 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19658/statm: 1339 232 193 169 0 50 0
[pid=19659] ppid=19658 vsize=205648 CPUtime=115.82
/proc/19659/stat : 19659 (minisat) R 19658 19635 17941 0 -1 4194304 48185 0 0 0 11551 31 0 0 25 0 1 0 1534959992 210583552 48171 996147200 134512640 135127466 4294956272 18446744073709551615 134530837 0 0 4096 3 0 0 0 17 1 0 0
/proc/19659/statm: 51412 48171 75 150 0 51259 0
Current children cumulated CPU time (s) 125.07
Current children cumulated vsize (KiB) 224604

[startup+128.001 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19659
/proc/meminfo: memFree=1425208/2055920 swapFree=4120948/4192956
[pid=19635] ppid=19633 vsize=13600 CPUtime=9.25
/proc/19635/stat : 19635 (sugar) S 19633 19635 17941 0 -1 4194304 1031 13978 0 2 3 1 846 75 16 0 1 0 1534959048 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19635/statm: 3400 797 370 3 0 500 0
[pid=19658] ppid=19635 vsize=5356 CPUtime=0
/proc/19658/stat : 19658 (sh) S 19635 19635 17941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1534959992 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19658/statm: 1339 232 193 169 0 50 0
[pid=19659] ppid=19658 vsize=205648 CPUtime=117.41
/proc/19659/stat : 19659 (minisat) R 19658 19635 17941 0 -1 4194304 48185 0 0 0 11710 31 0 0 25 0 1 0 1534959992 210583552 48171 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19659/statm: 51412 48171 75 150 0 51259 0
Current children cumulated CPU time (s) 126.66
Current children cumulated vsize (KiB) 224604

[startup+128.401 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 19659
/proc/meminfo: memFree=1425208/2055920 swapFree=4120948/4192956
[pid=19635] ppid=19633 vsize=13600 CPUtime=9.25
/proc/19635/stat : 19635 (sugar) S 19633 19635 17941 0 -1 4194304 1031 13978 0 2 3 1 846 75 16 0 1 0 1534959048 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19635/statm: 3400 797 370 3 0 500 0
[pid=19658] ppid=19635 vsize=5356 CPUtime=0
/proc/19658/stat : 19658 (sh) S 19635 19635 17941 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1534959992 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19658/statm: 1339 232 193 169 0 50 0
[pid=19659] ppid=19658 vsize=205648 CPUtime=117.81
/proc/19659/stat : 19659 (minisat) R 19658 19635 17941 0 -1 4194304 48185 0 0 0 11750 31 0 0 25 0 1 0 1534959992 210583552 48171 996147200 134512640 135127466 4294956272 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/19659/statm: 51412 48171 75 150 0 51259 0
Current children cumulated CPU time (s) 127.06
Current children cumulated vsize (KiB) 224604

[startup+128.806 s]
/proc/loadavg: 2.00 2.00 2.00 5/91 19669
/proc/meminfo: memFree=1612728/2055920 swapFree=4120948/4192956
[pid=19635] ppid=19633 vsize=13600 CPUtime=127.21
/proc/19635/stat : 19635 (sugar) S 19633 19635 17941 0 -1 4194304 1085 62484 0 2 3 1 12607 110 16 0 1 0 1534959048 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19635/statm: 3400 797 370 3 0 500 0
[pid=19660] ppid=19635 vsize=5356 CPUtime=0
/proc/19660/stat : 19660 (sh) S 19635 19635 17941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1534971903 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19660/statm: 1339 233 193 169 0 50 0
[pid=19661] ppid=19660 vsize=863720 CPUtime=0.23
/proc/19661/stat : 19661 (java) S 19660 19635 17941 0 -1 0 3253 0 1 0 21 2 0 0 18 0 9 0 1534971904 884449280 2728 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19661/statm: 215930 2728 1635 9 0 210512 0
[pid=19661/tid=19662] ppid=19660 vsize=863720 CPUtime=0.22
/proc/19661/task/19662/stat : 19662 (java) R 19660 19635 17941 0 -1 64 2351 0 1 0 21 1 0 0 18 0 9 0 1534971905 884449280 2728 996147200 134512640 134550740 4294956000 18446744073709551615 4125965826 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19661/tid=19663] ppid=19660 vsize=863720 CPUtime=0
/proc/19661/task/19663/stat : 19663 (java) S 19660 19635 17941 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1534971906 884449280 2728 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19661/tid=19664] ppid=19660 vsize=863720 CPUtime=0
/proc/19661/task/19664/stat : 19664 (java) S 19660 19635 17941 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1534971906 884449280 2728 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19661/tid=19665] ppid=19660 vsize=863720 CPUtime=0
/proc/19661/task/19665/stat : 19665 (java) S 19660 19635 17941 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1534971906 884449280 2728 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19661/tid=19666] ppid=19660 vsize=863720 CPUtime=0
/proc/19661/task/19666/stat : 19666 (java) S 19660 19635 17941 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1534971908 884449280 2728 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19661/tid=19667] ppid=19660 vsize=863720 CPUtime=0
/proc/19661/task/19667/stat : 19667 (java) R 19660 19635 17941 0 -1 64 206 0 0 0 0 0 0 0 19 0 9 0 1534971908 884449280 2728 996147200 134512640 134550740 4294956000 18446744073709551615 104635010 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19661/tid=19668] ppid=19660 vsize=863720 CPUtime=0
/proc/19661/task/19668/stat : 19668 (java) S 19660 19635 17941 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1534971908 884449280 2728 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19661/tid=19669] ppid=19660 vsize=863720 CPUtime=0
/proc/19661/task/19669/stat : 19669 (java) S 19660 19635 17941 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 1534971908 884449280 2728 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 127.44
Current children cumulated vsize (KiB) 882676

[startup+128.901 s]
/proc/loadavg: 2.00 2.00 2.00 5/91 19669
/proc/meminfo: memFree=1612728/2055920 swapFree=4120948/4192956
[pid=19635] ppid=19633 vsize=13600 CPUtime=127.21
/proc/19635/stat : 19635 (sugar) S 19633 19635 17941 0 -1 4194304 1085 62484 0 2 3 1 12607 110 16 0 1 0 1534959048 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 212243361890 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19635/statm: 3400 797 370 3 0 500 0
[pid=19660] ppid=19635 vsize=5356 CPUtime=0
/proc/19660/stat : 19660 (sh) S 19635 19635 17941 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1534971903 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 212234462020 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19660/statm: 1339 233 193 169 0 50 0
[pid=19661] ppid=19660 vsize=864040 CPUtime=0.33
/proc/19661/stat : 19661 (java) S 19660 19635 17941 0 -1 0 3337 0 1 0 31 2 0 0 18 0 9 0 1534971904 884776960 2812 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19661/statm: 216010 2812 1650 9 0 210592 0
[pid=19661/tid=19662] ppid=19660 vsize=864040 CPUtime=0.29
/proc/19661/task/19662/stat : 19662 (java) R 19660 19635 17941 0 -1 64 2357 0 1 0 28 1 0 0 19 0 9 0 1534971905 884776960 2812 996147200 134512640 134550740 4294956000 18446744073709551615 4126414761 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19661/tid=19663] ppid=19660 vsize=864040 CPUtime=0
/proc/19661/task/19663/stat : 19663 (java) S 19660 19635 17941 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1534971906 884776960 2812 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19661/tid=19664] ppid=19660 vsize=864040 CPUtime=0
/proc/19661/task/19664/stat : 19664 (java) S 19660 19635 17941 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1534971906 884776960 2812 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19661/tid=19665] ppid=19660 vsize=864040 CPUtime=0
/proc/19661/task/19665/stat : 19665 (java) S 19660 19635 17941 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1534971906 884776960 2812 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19661/tid=19666] ppid=19660 vsize=864040 CPUtime=0
/proc/19661/task/19666/stat : 19666 (java) S 19660 19635 17941 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1534971908 884776960 2812 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19661/tid=19667] ppid=19660 vsize=864040 CPUtime=0.01
/proc/19661/task/19667/stat : 19667 (java) S 19660 19635 17941 0 -1 64 284 0 0 0 1 0 0 0 17 0 9 0 1534971908 884776960 2812 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19661/tid=19668] ppid=19660 vsize=864040 CPUtime=0
/proc/19661/task/19668/stat : 19668 (java) S 19660 19635 17941 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1534971908 884776960 2812 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19661/tid=19669] ppid=19660 vsize=864040 CPUtime=0
/proc/19661/task/19669/stat : 19669 (java) S 19660 19635 17941 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1534971908 884776960 2812 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 127.54
Current children cumulated vsize (KiB) 882996

Child status: 0
Real time (s): 128.969
CPU time (s): 127.626
CPU user time (s): 126.437
CPU system time (s): 1.18882
CPU usage (%): 98.9582
Max. virtual memory (cumulated for all children) (KiB): 887416

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 126.437
system time used= 1.18882
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67323
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= 18823
involuntary context switches= 21394

runsolver used 0.158975 second user time and 0.442932 second system time

The end

Launcher Data (download as text)

Begin job on node14 at 2008-07-03 04:40:50
IDJOB=1051303
IDBENCH=55433
IDSOLVER=346
FILE ID=node14/1051303-1215052850
PBS_JOBID= 7875146
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-44-9-a4.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-1051303-1215052850/watcher-1051303-1215052850 -o /tmp/evaluation-result-1051303-1215052850/solver-1051303-1215052850 -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-1051303-1215052850.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 723f22c4262ad9d8123ec7bfcf12958d
RANDOM SEED=1059757522

node14.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.267
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.267
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:       1694960 kB
Buffers:         15476 kB
Cached:         126256 kB
SwapCached:      66144 kB
Active:         219844 kB
Inactive:        78624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1694960 kB
SwapTotal:     4192956 kB
SwapFree:      4120948 kB
Dirty:            1360 kB
Writeback:           0 kB
Mapped:         170232 kB
Slab:            47484 kB
Committed_AS:  3759884 kB
PageTables:       2140 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= 66528 MiB
End job on node14 at 2008-07-03 04:42:59