Trace number 1048159

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatUNSAT 783.204 784.095

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-17_ext.xml
MD5SUM64283c6e0cfc7dd65c2ff684d7d20483
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.640902
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Thu Jul  3 01:44:12 2008
0.00/0.05	c 0	PID 19891
0.00/0.05	c 0	HOST node19.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1048159-1215042252.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-1048159-1215042252.xml' 'HOME/temp.csp'
0.03/0.62	c 1	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.03/0.65	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.65	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.56/0.73	c 1	Parsing HOME/temp.csp
1.19/1.35	c 2	parsed 31 expressions
1.19/1.36	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.19/1.36	c 2	Converting to clausal form CSP
1.19/1.38	c 2	converted 4 (10%) expressions
1.19/1.38	c 2	converted 7 (20%) expressions
1.19/1.38	c 2	converted 10 (30%) expressions
1.19/1.38	c 2	converted 13 (40%) expressions
1.19/1.38	c 2	converted 16 (50%) expressions
1.19/1.38	c 2	converted 19 (60%) expressions
1.19/1.39	c 2	converted 22 (70%) expressions
1.29/1.49	c 2	converted 25 (80%) expressions
1.78/1.99	c 2	converted 28 (90%) expressions
2.58/2.71	c 3	converted 31 (100%) expressions
2.58/2.71	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.58/2.71	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.58/2.71	c 3	Propagation in CSP
2.58/2.71	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.58/2.71	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.58/2.71	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.58/2.71	c 3	Simplifing CSP by introducing new Boolean variables
2.58/2.71	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.58/2.71	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.77/2.95	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.77/2.96	c 3	2 (10%) CSP integer variables are encoded (16 clauses, 192 bytes)
2.77/2.96	c 3	4 (20%) CSP integer variables are encoded (32 clauses, 336 bytes)
2.77/2.96	c 3	6 (30%) CSP integer variables are encoded (48 clauses, 480 bytes)
2.77/2.96	c 3	8 (40%) CSP integer variables are encoded (64 clauses, 624 bytes)
2.77/2.96	c 3	10 (50%) CSP integer variables are encoded (80 clauses, 768 bytes)
2.77/2.96	c 3	12 (60%) CSP integer variables are encoded (96 clauses, 928 bytes)
2.77/2.96	c 3	14 (70%) CSP integer variables are encoded (112 clauses, 1104 bytes)
2.77/2.96	c 3	16 (80%) CSP integer variables are encoded (128 clauses, 1280 bytes)
2.77/2.97	c 3	18 (90%) CSP integer variables are encoded (144 clauses, 1456 bytes)
2.77/2.97	c 3	20 (100%) CSP integer variables are encoded (160 clauses, 1632 bytes)
150.50/150.79	c 151	1 (10%) CSP clauses are encoded (140758 clauses, 6558334 bytes)
296.11/296.43	c 297	2 (20%) CSP clauses are encoded (281531 clauses, 13327544 bytes)
439.75/440.16	c 440	3 (30%) CSP clauses are encoded (421726 clauses, 20111565 bytes)
592.66/593.14	c 593	4 (40%) CSP clauses are encoded (562370 clauses, 26758273 bytes)
748.38/748.96	c 749	5 (50%) CSP clauses are encoded (703356 clauses, 33783394 bytes)
748.38/748.96	c 749	5 CSP clauses encoded
748.38/748.96	c 749	Writing map file : HOME/temp.map
748.38/748.96	c 749	Heap : 62 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
748.38/748.96	c 749	SAT : 180 SAT variables, 703356 SAT clauses, 33783394 bytes
748.38/748.96	c 749	Heap : 62 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
748.43/749.02	c 749	SOLVING HOME/temp.cnf
748.43/749.02	c 749	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
748.43/749.03	c 749	This is MiniSat 2.0 beta
748.43/749.03	c 749	WARNING: for repeatability, setting FPU to use double precision
748.43/749.03	c 749	============================[ Problem Statistics ]=============================
748.43/749.03	c 749	|                                                                             |
748.43/749.03	c 749	|  Number of variables:  180                                                  |
748.43/749.03	c 749	|  Number of clauses:    703356                                               |
748.47/750.00	c 750	|  Parsing time:         0.86         s                                       |
748.47/750.06	c 750	============================[ Search Statistics ]==============================
748.47/750.06	c 750	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
748.47/750.06	c 750	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
748.47/750.06	c 750	===============================================================================
748.47/750.06	c 750	|         0 |     180   703356  8837322 |   234452        0    nan |  0.000 % |
749.62/750.29	c 750	|       100 |     180   703356  8837322 |   257897      100      8 |  0.003 % |
749.91/750.56	c 751	|       253 |     180   703356  8837322 |   283686      253      9 |  0.028 % |
750.20/750.83	c 751	|       480 |     180   703356  8837322 |   312055      480      8 |  0.028 % |
750.99/751.66	c 752	|       817 |     180   703356  8837322 |   343261      817      8 |  0.034 % |
751.88/752.59	c 753	|      1323 |     180   703356  8837322 |   377587     1323      8 |  0.040 % |
753.37/754.06	c 754	|      2083 |     179   703356  8837322 |   415346     2082      8 |  0.559 % |
755.85/756.57	c 757	|      3223 |     179   703356  8837322 |   456880     3222      8 |  0.611 % |
759.42/760.16	c 760	|      4933 |     178   703356  8837322 |   502568     4931      9 |  1.114 % |
764.87/765.65	c 766	|      7495 |     177   703356  8837322 |   552825     7492      9 |  1.670 % |
772.68/773.59	c 774	|     11341 |     177   703356  8837322 |   608108    11338     10 |  1.676 % |
782.98/783.95	c 784	===============================================================================
782.98/783.95	c 784	restarts              : 11
782.98/783.95	c 784	conflicts             : 16514          (479 /sec)
782.98/783.95	c 784	decisions             : 19007          (1.82 % random) (552 /sec)
782.98/783.95	c 784	propagations          : 139205         (4040 /sec)
782.98/783.95	c 784	conflict literals     : 157246         (19.13 % deleted)
782.98/783.95	c 784	Memory used           : 67.53 MB
782.98/783.95	c 784	CPU time              : 34.4538 s
782.98/783.95	c 784	
782.98/783.95	c 784	UNSATISFIABLE
782.98/783.96	c 784	DECODING HOME/temp.out WITH HOME/temp.map
782.98/783.96	c 784	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
783.06/784.04	c 784	Decoding HOME/temp.out
783.06/784.06	s UNSATISFIABLE
783.06/784.06	c 784	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
783.06/784.07	c 784	CPU 782.41 (0.04 0 782.37 0.75)
783.06/784.08	c 784	END Thu Jul  3 01:57:16 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1048159-1215042252/watcher-1048159-1215042252 -o /tmp/evaluation-result-1048159-1215042252/solver-1048159-1215042252 -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-1048159-1215042252.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.32 2.28 1.99 4/81 19891
/proc/meminfo: memFree=1119376/2055920 swapFree=4180456/4192956
[pid=19891] ppid=19889 vsize=2556 CPUtime=0
/proc/19891/stat : 19891 (sugar) R 19889 19891 19181 0 -1 4194304 49 0 0 0 0 0 0 0 20 0 1 0 1983199586 2617344 34 996147200 4194304 4206940 548682068608 18446744073709551615 255233904770 0 0 4096 0 0 0 0 17 1 0 0
/proc/19891/statm: 639 34 26 3 0 6 0

[startup+0.0970329 s]
/proc/loadavg: 2.32 2.28 1.99 4/81 19891
/proc/meminfo: memFree=1119376/2055920 swapFree=4180456/4192956
[pid=19891] ppid=19889 vsize=13600 CPUtime=0.03
/proc/19891/stat : 19891 (sugar) S 19889 19891 19181 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983199586 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19891/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10102 s]
/proc/loadavg: 2.32 2.28 1.99 4/81 19891
/proc/meminfo: memFree=1119376/2055920 swapFree=4180456/4192956
[pid=19891] ppid=19889 vsize=13600 CPUtime=0.03
/proc/19891/stat : 19891 (sugar) S 19889 19891 19181 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983199586 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19891/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301068 s]
/proc/loadavg: 2.32 2.28 1.99 4/81 19891
/proc/meminfo: memFree=1119376/2055920 swapFree=4180456/4192956
[pid=19891] ppid=19889 vsize=13600 CPUtime=0.03
/proc/19891/stat : 19891 (sugar) S 19889 19891 19181 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1983199586 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19891/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.70114 s]
/proc/loadavg: 2.32 2.28 1.99 4/81 19891
/proc/meminfo: memFree=1119376/2055920 swapFree=4180456/4192956
[pid=19891] ppid=19889 vsize=13600 CPUtime=0.56
/proc/19891/stat : 19891 (sugar) S 19889 19891 19181 0 -1 4194304 956 7971 0 1 3 0 48 5 17 0 1 0 1983199586 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19891/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 13600

[startup+1.50229 s]
/proc/loadavg: 2.32 2.28 1.99 3/92 19913
/proc/meminfo: memFree=1103672/2055920 swapFree=4180456/4192956
[pid=19891] ppid=19889 vsize=13600 CPUtime=0.56
/proc/19891/stat : 19891 (sugar) S 19889 19891 19181 0 -1 4194304 973 7971 0 1 3 0 48 5 15 0 1 0 1983199586 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19891/statm: 3400 797 370 3 0 500 0
[pid=19904] ppid=19891 vsize=5356 CPUtime=0
/proc/19904/stat : 19904 (sh) S 19891 19891 19181 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983199651 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19904/statm: 1339 233 193 169 0 50 0
[pid=19905] ppid=19904 vsize=864156 CPUtime=0.82
/proc/19905/stat : 19905 (java) S 19904 19891 19181 0 -1 0 8702 0 1 0 77 5 0 0 18 0 9 0 1983199651 884895744 7895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19905/statm: 216039 7895 2540 9 0 210614 0
[pid=19905/tid=19906] ppid=19904 vsize=864156 CPUtime=0.44
/proc/19905/task/19906/stat : 19906 (java) R 19904 19891 19181 0 -1 64 2636 0 1 0 43 1 0 0 18 0 9 0 1983199652 884895744 7895 996147200 134512640 134550740 4294955952 18446744073709551615 102486210 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19905/tid=19907] ppid=19904 vsize=864156 CPUtime=0.32
/proc/19905/task/19907/stat : 19907 (java) S 19904 19891 19181 0 -1 64 5054 0 0 0 30 2 0 0 16 0 9 0 1983199653 884895744 7895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19905/tid=19908] ppid=19904 vsize=864156 CPUtime=0
/proc/19905/task/19908/stat : 19908 (java) S 19904 19891 19181 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983199653 884895744 7895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19905/tid=19909] ppid=19904 vsize=864156 CPUtime=0
/proc/19905/task/19909/stat : 19909 (java) S 19904 19891 19181 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983199653 884895744 7895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19905/tid=19910] ppid=19904 vsize=864156 CPUtime=0
/proc/19905/task/19910/stat : 19910 (java) S 19904 19891 19181 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983199655 884895744 7895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19905/tid=19911] ppid=19904 vsize=864156 CPUtime=0.04
/proc/19905/task/19911/stat : 19911 (java) S 19904 19891 19181 0 -1 64 315 0 0 0 4 0 0 0 16 0 9 0 1983199655 884895744 7895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19905/tid=19912] ppid=19904 vsize=864156 CPUtime=0
/proc/19905/task/19912/stat : 19912 (java) S 19904 19891 19181 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983199655 884895744 7895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19905/tid=19913] ppid=19904 vsize=864156 CPUtime=0
/proc/19905/task/19913/stat : 19913 (java) S 19904 19891 19181 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983199655 884895744 7895 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 883112

[startup+3.10259 s]
/proc/loadavg: 2.32 2.28 1.99 4/92 19913
/proc/meminfo: memFree=1071800/2055920 swapFree=4180456/4192956
[pid=19891] ppid=19889 vsize=13600 CPUtime=0.56
/proc/19891/stat : 19891 (sugar) S 19889 19891 19181 0 -1 4194304 974 7971 0 1 3 0 48 5 15 0 1 0 1983199586 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19891/statm: 3400 797 370 3 0 500 0
[pid=19904] ppid=19891 vsize=5356 CPUtime=0
/proc/19904/stat : 19904 (sh) S 19891 19891 19181 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983199651 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19904/statm: 1339 233 193 169 0 50 0
[pid=19905] ppid=19904 vsize=864300 CPUtime=2.41
/proc/19905/stat : 19905 (java) S 19904 19891 19181 0 -1 0 18946 0 1 0 230 11 0 0 18 0 9 0 1983199651 885043200 17475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19905/statm: 216075 17475 2564 9 0 210622 0
[pid=19905/tid=19906] ppid=19904 vsize=864300 CPUtime=0.91
/proc/19905/task/19906/stat : 19906 (java) R 19904 19891 19181 0 -1 64 3287 0 1 0 89 2 0 0 17 0 9 0 1983199652 885043200 17475 996147200 134512640 134550740 4294955952 18446744073709551615 4126547479 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19905/tid=19907] ppid=19904 vsize=864300 CPUtime=1.4
/proc/19905/task/19907/stat : 19907 (java) S 19904 19891 19181 0 -1 64 14626 0 0 0 133 7 0 0 16 0 9 0 1983199653 885043200 17475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=19905/tid=19908] ppid=19904 vsize=864300 CPUtime=0
/proc/19905/task/19908/stat : 19908 (java) S 19904 19891 19181 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983199653 885043200 17475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19905/tid=19909] ppid=19904 vsize=864300 CPUtime=0
/proc/19905/task/19909/stat : 19909 (java) S 19904 19891 19181 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983199653 885043200 17475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19905/tid=19910] ppid=19904 vsize=864300 CPUtime=0
/proc/19905/task/19910/stat : 19910 (java) S 19904 19891 19181 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983199655 885043200 17475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19905/tid=19911] ppid=19904 vsize=864300 CPUtime=0.06
/proc/19905/task/19911/stat : 19911 (java) S 19904 19891 19181 0 -1 64 336 0 0 0 6 0 0 0 16 0 9 0 1983199655 885043200 17475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19905/tid=19912] ppid=19904 vsize=864300 CPUtime=0
/proc/19905/task/19912/stat : 19912 (java) S 19904 19891 19181 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983199655 885043200 17475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19905/tid=19913] ppid=19904 vsize=864300 CPUtime=0
/proc/19905/task/19913/stat : 19913 (java) S 19904 19891 19181 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983199655 885043200 17475 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 883256

[startup+6.3022 s]
/proc/loadavg: 2.29 2.27 1.99 3/92 19913
/proc/meminfo: memFree=1051384/2055920 swapFree=4180456/4192956
[pid=19891] ppid=19889 vsize=13600 CPUtime=0.56
/proc/19891/stat : 19891 (sugar) S 19889 19891 19181 0 -1 4194304 974 7971 0 1 3 0 48 5 15 0 1 0 1983199586 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19891/statm: 3400 797 370 3 0 500 0
[pid=19904] ppid=19891 vsize=5356 CPUtime=0
/proc/19904/stat : 19904 (sh) S 19891 19891 19181 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983199651 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19904/statm: 1339 233 193 169 0 50 0
[pid=19905] ppid=19904 vsize=864300 CPUtime=5.61
/proc/19905/stat : 19905 (java) S 19904 19891 19181 0 -1 0 18957 0 1 0 549 12 0 0 18 0 9 0 1983199651 885043200 17476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19905/statm: 216075 17476 2564 9 0 210622 0
[pid=19905/tid=19906] ppid=19904 vsize=864300 CPUtime=4.07
/proc/19905/task/19906/stat : 19906 (java) R 19904 19891 19181 0 -1 64 3297 0 1 0 405 2 0 0 25 0 9 0 1983199652 885043200 17476 996147200 134512640 134550740 4294955952 18446744073709551615 4126550120 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19905/tid=19907] ppid=19904 vsize=864300 CPUtime=1.45
/proc/19905/task/19907/stat : 19907 (java) S 19904 19891 19181 0 -1 64 14626 0 0 0 137 8 0 0 16 0 9 0 1983199653 885043200 17476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19905/tid=19908] ppid=19904 vsize=864300 CPUtime=0
/proc/19905/task/19908/stat : 19908 (java) S 19904 19891 19181 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983199653 885043200 17476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19905/tid=19909] ppid=19904 vsize=864300 CPUtime=0
/proc/19905/task/19909/stat : 19909 (java) S 19904 19891 19181 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983199653 885043200 17476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19905/tid=19910] ppid=19904 vsize=864300 CPUtime=0
/proc/19905/task/19910/stat : 19910 (java) S 19904 19891 19181 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983199655 885043200 17476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19905/tid=19911] ppid=19904 vsize=864300 CPUtime=0.07
/proc/19905/task/19911/stat : 19911 (java) S 19904 19891 19181 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 1983199655 885043200 17476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19905/tid=19912] ppid=19904 vsize=864300 CPUtime=0
/proc/19905/task/19912/stat : 19912 (java) S 19904 19891 19181 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983199655 885043200 17476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19905/tid=19913] ppid=19904 vsize=864300 CPUtime=0
/proc/19905/task/19913/stat : 19913 (java) S 19904 19891 19181 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983199655 885043200 17476 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) 883256

[startup+12.7024 s]
/proc/loadavg: 2.27 2.27 1.99 3/92 19913
/proc/meminfo: memFree=1047224/2055920 swapFree=4180456/4192956
[pid=19891] ppid=19889 vsize=13600 CPUtime=0.56
/proc/19891/stat : 19891 (sugar) S 19889 19891 19181 0 -1 4194304 974 7971 0 1 3 0 48 5 15 0 1 0 1983199586 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19891/statm: 3400 797 370 3 0 500 0
[pid=19904] ppid=19891 vsize=5356 CPUtime=0
/proc/19904/stat : 19904 (sh) S 19891 19891 19181 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983199651 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19904/statm: 1339 233 193 169 0 50 0
[pid=19905] ppid=19904 vsize=864300 CPUtime=12.01
/proc/19905/stat : 19905 (java) S 19904 19891 19181 0 -1 0 18957 0 1 0 1189 12 0 0 18 0 9 0 1983199651 885043200 17476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19905/statm: 216075 17476 2564 9 0 210622 0
[pid=19905/tid=19906] ppid=19904 vsize=864300 CPUtime=10.47
/proc/19905/task/19906/stat : 19906 (java) R 19904 19891 19181 0 -1 64 3297 0 1 0 1045 2 0 0 25 0 9 0 1983199652 885043200 17476 996147200 134512640 134550740 4294955952 18446744073709551615 4126547364 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19905/tid=19907] ppid=19904 vsize=864300 CPUtime=1.45
/proc/19905/task/19907/stat : 19907 (java) S 19904 19891 19181 0 -1 64 14626 0 0 0 137 8 0 0 16 0 9 0 1983199653 885043200 17476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19905/tid=19908] ppid=19904 vsize=864300 CPUtime=0
/proc/19905/task/19908/stat : 19908 (java) S 19904 19891 19181 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983199653 885043200 17476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19905/tid=19909] ppid=19904 vsize=864300 CPUtime=0
/proc/19905/task/19909/stat : 19909 (java) S 19904 19891 19181 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983199653 885043200 17476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19905/tid=19910] ppid=19904 vsize=864300 CPUtime=0
/proc/19905/task/19910/stat : 19910 (java) S 19904 19891 19181 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983199655 885043200 17476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19905/tid=19911] ppid=19904 vsize=864300 CPUtime=0.07
/proc/19905/task/19911/stat : 19911 (java) S 19904 19891 19181 0 -1 64 337 0 0 0 7 0 0 0 16 0 9 0 1983199655 885043200 17476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19905/tid=19912] ppid=19904 vsize=864300 CPUtime=0
/proc/19905/task/19912/stat : 19912 (java) S 19904 19891 19181 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983199655 885043200 17476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19905/tid=19913] ppid=19904 vsize=864300 CPUtime=0
/proc/19905/task/19913/stat : 19913 (java) S 19904 19891 19181 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983199655 885043200 17476 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) 883256

[startup+25.5018 s]
/proc/loadavg: 2.21 2.25 1.99 3/92 19913
/proc/meminfo: memFree=1039096/2055920 swapFree=4180456/4192956
[pid=19891] ppid=19889 vsize=13600 CPUtime=0.56
/proc/19891/stat : 19891 (sugar) S 19889 19891 19181 0 -1 4194304 974 7971 0 1 3 0 48 5 15 0 1 0 1983199586 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19891/statm: 3400 797 370 3 0 500 0
[pid=19904] ppid=19891 vsize=5356 CPUtime=0
/proc/19904/stat : 19904 (sh) S 19891 19891 19181 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983199651 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19904/statm: 1339 233 193 169 0 50 0
[pid=19905] ppid=19904 vsize=864300 CPUtime=24.8
/proc/19905/stat : 19905 (java) S 19904 19891 19181 0 -1 0 18967 0 1 0 2468 12 0 0 18 0 9 0 1983199651 885043200 17476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19905/statm: 216075 17476 2564 9 0 210622 0
[pid=19905/tid=19906] ppid=19904 vsize=864300 CPUtime=23.22
/proc/19905/task/19906/stat : 19906 (java) R 19904 19891 19181 0 -1 64 3307 0 1 0 2319 3 0 0 25 0 9 0 1983199652 885043200 17476 996147200 134512640 134550740 4294955952 18446744073709551615 4126547392 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19905/tid=19907] ppid=19904 vsize=864300 CPUtime=1.49
/proc/19905/task/19907/stat : 19907 (java) S 19904 19891 19181 0 -1 64 14626 0 0 0 141 8 0 0 16 0 9 0 1983199653 885043200 17476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19905/tid=19908] ppid=19904 vsize=864300 CPUtime=0
/proc/19905/task/19908/stat : 19908 (java) S 19904 19891 19181 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983199653 885043200 17476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19905/tid=19909] ppid=19904 vsize=864300 CPUtime=0
/proc/19905/task/19909/stat : 19909 (java) S 19904 19891 19181 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983199653 885043200 17476 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=19905/tid=19911] ppid=19904 vsize=864300 CPUtime=0.08
/proc/19905/task/19911/stat : 19911 (java) S 19904 19891 19181 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 1983199655 885043200 27232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19905/tid=19912] ppid=19904 vsize=864300 CPUtime=0
/proc/19905/task/19912/stat : 19912 (java) S 19904 19891 19181 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983199655 885043200 27232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19905/tid=19913] ppid=19904 vsize=864300 CPUtime=0
/proc/19905/task/19913/stat : 19913 (java) R 19904 19891 19181 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983199655 885043200 27232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 641.83
Current children cumulated vsize (KiB) 883256

[startup+702.303 s]
/proc/loadavg: 2.00 2.02 1.99 3/92 19913
/proc/meminfo: memFree=520504/2055920 swapFree=4180456/4192956
[pid=19891] ppid=19889 vsize=13600 CPUtime=0.56
/proc/19891/stat : 19891 (sugar) S 19889 19891 19181 0 -1 4194304 974 7971 0 1 3 0 48 5 16 0 1 0 1983199586 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/19891/statm: 3400 797 370 3 0 500 0
[pid=19904] ppid=19891 vsize=5356 CPUtime=0
/proc/19904/stat : 19904 (sh) S 19891 19891 19181 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983199651 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19904/statm: 1339 233 193 169 0 50 0
[pid=19905] ppid=19904 vsize=864300 CPUtime=701.24
/proc/19905/stat : 19905 (java) S 19904 19891 19181 0 -1 0 37745 0 1 0 70076 48 0 0 18 0 9 0 1983199651 885043200 27232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/19905/statm: 216075 27232 2564 9 0 210622 0
[pid=19905/tid=19906] ppid=19904 vsize=864300 CPUtime=697.49
/proc/19905/task/19906/stat : 19906 (java) R 19904 19891 19181 0 -1 64 3741 0 1 0 69720 29 0 0 25 0 9 0 1983199652 885043200 27232 996147200 134512640 134550740 4294955952 18446744073709551615 4125952094 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19905/tid=19907] ppid=19904 vsize=864300 CPUtime=3.63
/proc/19905/task/19907/stat : 19907 (java) S 19904 19891 19181 0 -1 64 32962 0 0 0 346 17 0 0 16 0 9 0 1983199653 885043200 27232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=19905/tid=19908] ppid=19904 vsize=864300 CPUtime=0
/proc/19905/task/19908/stat : 19908 (java) S 19904 19891 19181 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983199653 885043200 27232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19905/tid=19909] ppid=19904 vsize=864300 CPUtime=0
/proc/19905/task/19909/stat : 19909 (java) S 19904 19891 19181 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983199653 885043200 27232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19905/tid=19910] ppid=19904 vsize=864300 CPUtime=0
/proc/19905/task/19910/stat : 19910 (java) S 19904 19891 19181 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983199655 885043200 27232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19905/tid=19911] ppid=19904 vsize=864300 CPUtime=0.08
/proc/19905/task/19911/stat : 19911 (java) S 19904 19891 19181 0 -1 64 345 0 0 0 8 0 0 0 16 0 9 0 1983199655 885043200 27232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=19905/tid=19912] ppid=19904 vsize=864300 CPUtime=0
/proc/19905/task/19912/stat : 19912 (java) S 19904 19891 19181 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1983199655 885043200 27232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=19905/tid=19913] ppid=19904 vsize=864300 CPUtime=0
/proc/19905/task/19913/stat : 19913 (java) S 19904 19891 19181 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1983199655 885043200 27232 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 701.8
Current children cumulated vsize (KiB) 883256

[startup+762.306 s]
/proc/loadavg: 2.00 2.01 1.99 3/84 19915
/proc/meminfo: memFree=507960/2055920 swapFree=4180456/4192956
[pid=19891] ppid=19889 vsize=13600 CPUtime=748.47
/proc/19891/stat : 19891 (sugar) S 19889 19891 19181 0 -1 4194304 1031 46068 0 2 3 0 74784 60 16 0 1 0 1983199586 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19891/statm: 3400 798 370 3 0 500 0
[pid=19914] ppid=19891 vsize=5356 CPUtime=0
/proc/19914/stat : 19914 (sh) S 19891 19891 19181 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983274489 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19914/statm: 1339 232 193 169 0 50 0
[pid=19915] ppid=19914 vsize=66960 CPUtime=13.13
/proc/19915/stat : 19915 (minisat) R 19914 19891 19181 0 -1 4194304 15620 0 0 0 1302 11 0 0 25 0 1 0 1983274489 68567040 15558 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19915/statm: 16740 15558 75 150 0 16587 0
Current children cumulated CPU time (s) 761.6
Current children cumulated vsize (KiB) 85916

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

[startup+767.901 s]
/proc/loadavg: 2.00 2.01 1.99 3/84 19915
/proc/meminfo: memFree=503352/2055920 swapFree=4180456/4192956
[pid=19891] ppid=19889 vsize=13600 CPUtime=748.47
/proc/19891/stat : 19891 (sugar) S 19889 19891 19181 0 -1 4194304 1031 46068 0 2 3 0 74784 60 16 0 1 0 1983199586 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19891/statm: 3400 798 370 3 0 500 0
[pid=19914] ppid=19891 vsize=5356 CPUtime=0
/proc/19914/stat : 19914 (sh) S 19891 19891 19181 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983274489 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19914/statm: 1339 232 193 169 0 50 0
[pid=19915] ppid=19914 vsize=67552 CPUtime=18.67
/proc/19915/stat : 19915 (minisat) R 19914 19891 19181 0 -1 4194304 15752 0 0 0 1856 11 0 0 25 0 1 0 1983274489 69173248 15690 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19915/statm: 16888 15690 75 150 0 16735 0
Current children cumulated CPU time (s) 767.14
Current children cumulated vsize (KiB) 86508

[startup+774.302 s]
/proc/loadavg: 2.00 2.01 1.99 3/84 19915
/proc/meminfo: memFree=497592/2055920 swapFree=4180456/4192956
[pid=19891] ppid=19889 vsize=13600 CPUtime=748.47
/proc/19891/stat : 19891 (sugar) S 19889 19891 19181 0 -1 4194304 1031 46068 0 2 3 0 74784 60 16 0 1 0 1983199586 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19891/statm: 3400 798 370 3 0 500 0
[pid=19914] ppid=19891 vsize=5356 CPUtime=0
/proc/19914/stat : 19914 (sh) S 19891 19891 19181 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983274489 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19914/statm: 1339 232 193 169 0 50 0
[pid=19915] ppid=19914 vsize=68356 CPUtime=25.01
/proc/19915/stat : 19915 (minisat) R 19914 19891 19181 0 -1 4194304 15915 0 0 0 2490 11 0 0 25 0 1 0 1983274489 69996544 15853 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19915/statm: 17089 15853 75 150 0 16936 0
Current children cumulated CPU time (s) 773.48
Current children cumulated vsize (KiB) 87312

[startup+780.703 s]
/proc/loadavg: 2.00 2.01 1.99 3/84 19915
/proc/meminfo: memFree=492920/2055920 swapFree=4180456/4192956
[pid=19891] ppid=19889 vsize=13600 CPUtime=748.47
/proc/19891/stat : 19891 (sugar) S 19889 19891 19181 0 -1 4194304 1031 46068 0 2 3 0 74784 60 16 0 1 0 1983199586 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19891/statm: 3400 798 370 3 0 500 0
[pid=19914] ppid=19891 vsize=5356 CPUtime=0
/proc/19914/stat : 19914 (sh) S 19891 19891 19181 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983274489 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19914/statm: 1339 232 193 169 0 50 0
[pid=19915] ppid=19914 vsize=68972 CPUtime=31.34
/proc/19915/stat : 19915 (minisat) R 19914 19891 19181 0 -1 4194304 16064 0 0 0 3123 11 0 0 25 0 1 0 1983274489 70627328 16002 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19915/statm: 17243 16002 75 150 0 17090 0
Current children cumulated CPU time (s) 779.81
Current children cumulated vsize (KiB) 87928

[startup+782.302 s]
/proc/loadavg: 2.00 2.01 1.99 3/84 19915
/proc/meminfo: memFree=491128/2055920 swapFree=4180456/4192956
[pid=19891] ppid=19889 vsize=13600 CPUtime=748.47
/proc/19891/stat : 19891 (sugar) S 19889 19891 19181 0 -1 4194304 1031 46068 0 2 3 0 74784 60 16 0 1 0 1983199586 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19891/statm: 3400 798 370 3 0 500 0
[pid=19914] ppid=19891 vsize=5356 CPUtime=0
/proc/19914/stat : 19914 (sh) S 19891 19891 19181 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983274489 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19914/statm: 1339 232 193 169 0 50 0
[pid=19915] ppid=19914 vsize=68972 CPUtime=32.93
/proc/19915/stat : 19915 (minisat) R 19914 19891 19181 0 -1 4194304 16089 0 0 0 3282 11 0 0 25 0 1 0 1983274489 70627328 16027 996147200 134512640 135127466 4294956272 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/19915/statm: 17243 16027 75 150 0 17090 0
Current children cumulated CPU time (s) 781.4
Current children cumulated vsize (KiB) 87928

[startup+783.101 s]
/proc/loadavg: 2.00 2.01 1.99 3/84 19915
/proc/meminfo: memFree=490232/2055920 swapFree=4180456/4192956
[pid=19891] ppid=19889 vsize=13600 CPUtime=748.47
/proc/19891/stat : 19891 (sugar) S 19889 19891 19181 0 -1 4194304 1031 46068 0 2 3 0 74784 60 16 0 1 0 1983199586 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19891/statm: 3400 798 370 3 0 500 0
[pid=19914] ppid=19891 vsize=5356 CPUtime=0
/proc/19914/stat : 19914 (sh) S 19891 19891 19181 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983274489 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19914/statm: 1339 232 193 169 0 50 0
[pid=19915] ppid=19914 vsize=69148 CPUtime=33.72
/proc/19915/stat : 19915 (minisat) R 19914 19891 19181 0 -1 4194304 16110 0 0 0 3361 11 0 0 25 0 1 0 1983274489 70807552 16048 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19915/statm: 17287 16048 75 150 0 17134 0
Current children cumulated CPU time (s) 782.19
Current children cumulated vsize (KiB) 88104

[startup+783.501 s]
/proc/loadavg: 2.00 2.01 1.99 3/84 19915
/proc/meminfo: memFree=490232/2055920 swapFree=4180456/4192956
[pid=19891] ppid=19889 vsize=13600 CPUtime=748.47
/proc/19891/stat : 19891 (sugar) S 19889 19891 19181 0 -1 4194304 1031 46068 0 2 3 0 74784 60 16 0 1 0 1983199586 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19891/statm: 3400 798 370 3 0 500 0
[pid=19914] ppid=19891 vsize=5356 CPUtime=0
/proc/19914/stat : 19914 (sh) S 19891 19891 19181 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983274489 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19914/statm: 1339 232 193 169 0 50 0
[pid=19915] ppid=19914 vsize=69148 CPUtime=34.12
/proc/19915/stat : 19915 (minisat) R 19914 19891 19181 0 -1 4194304 16110 0 0 0 3401 11 0 0 25 0 1 0 1983274489 70807552 16048 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/19915/statm: 17287 16048 75 150 0 17134 0
Current children cumulated CPU time (s) 782.59
Current children cumulated vsize (KiB) 88104

[startup+783.901 s]
/proc/loadavg: 2.00 2.01 1.99 3/84 19915
/proc/meminfo: memFree=490232/2055920 swapFree=4180456/4192956
[pid=19891] ppid=19889 vsize=13600 CPUtime=748.47
/proc/19891/stat : 19891 (sugar) S 19889 19891 19181 0 -1 4194304 1031 46068 0 2 3 0 74784 60 16 0 1 0 1983199586 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19891/statm: 3400 798 370 3 0 500 0
[pid=19914] ppid=19891 vsize=5356 CPUtime=0
/proc/19914/stat : 19914 (sh) S 19891 19891 19181 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983274489 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 255236563780 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/19914/statm: 1339 232 193 169 0 50 0
[pid=19915] ppid=19914 vsize=69148 CPUtime=34.51
/proc/19915/stat : 19915 (minisat) R 19914 19891 19181 0 -1 4194304 16110 0 0 0 3440 11 0 0 25 0 1 0 1983274489 70807552 16048 996147200 134512640 135127466 4294956272 18446744073709551615 134530757 0 0 4096 3 0 0 0 17 1 0 0
/proc/19915/statm: 17287 16048 75 150 0 17134 0
Current children cumulated CPU time (s) 782.98
Current children cumulated vsize (KiB) 88104

[startup+784.001 s]
/proc/loadavg: 2.00 2.01 1.99 3/84 19915
/proc/meminfo: memFree=490232/2055920 swapFree=4180456/4192956
[pid=19891] ppid=19889 vsize=13600 CPUtime=783.06
/proc/19891/stat : 19891 (sugar) S 19889 19891 19181 0 -1 4194304 1070 62472 0 2 4 0 78229 73 17 0 1 0 1983199586 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 255245463650 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/19891/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 783.06
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 784.095
CPU time (s): 783.204
CPU user time (s): 782.419
CPU system time (s): 0.78488
CPU usage (%): 99.8864
Max. virtual memory (cumulated for all children) (KiB): 889388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 782.419
system time used= 0.78488
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67232
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= 20392
involuntary context switches= 22840

runsolver used 0.938857 second user time and 2.66059 second system time

The end

Launcher Data (download as text)

Begin job on node19 at 2008-07-03 01:44:12
IDJOB=1048159
IDBENCH=54350
IDSOLVER=346
FILE ID=node19/1048159-1215042252
PBS_JOBID= 7875136
Free space on /tmp= 65916 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-17_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1048159-1215042252/watcher-1048159-1215042252 -o /tmp/evaluation-result-1048159-1215042252/solver-1048159-1215042252 -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-1048159-1215042252.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 64283c6e0cfc7dd65c2ff684d7d20483
RANDOM SEED=1476305136

node19.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.263
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.263
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:       1120176 kB
Buffers:         20708 kB
Cached:         752016 kB
SwapCached:       6760 kB
Active:         436920 kB
Inactive:       424368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1120176 kB
SwapTotal:     4192956 kB
SwapFree:      4180456 kB
Dirty:           25216 kB
Writeback:           0 kB
Mapped:         102100 kB
Slab:            59536 kB
Committed_AS:  4052332 kB
PageTables:       2088 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= 65408 MiB
End job on node19 at 2008-07-03 01:57:16