Trace number 1048366

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 952.622 961.789

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-8_ext.xml
MD5SUMa559fc503a6da82070c22bbc1eb149ca
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.724889
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.03/0.06	c 0	Sugar v1-13 + HOME/minisat
0.03/0.06	c 0	BEGIN Thu Jul  3 01:57:37 2008
0.03/0.06	c 0	PID 12585
0.03/0.06	c 0	HOST node36.alineos.net
0.03/0.06	c 0	CONVERTING HOME/instance-1048366-1215043057.xml TO HOME/temp.csp
0.03/0.06	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1048366-1215043057.xml' 'HOME/temp.csp'
0.04/0.69	c 1	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.04/0.70	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.70	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.04/0.79	c 1	Parsing HOME/temp.csp
1.32/1.46	c 2	parsed 31 expressions
1.32/1.46	c 2	Heap : 13 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.32/1.46	c 2	Converting to clausal form CSP
1.32/1.48	c 2	converted 4 (10%) expressions
1.32/1.49	c 2	converted 7 (20%) expressions
1.32/1.49	c 2	converted 10 (30%) expressions
1.32/1.49	c 2	converted 13 (40%) expressions
1.32/1.49	c 2	converted 16 (50%) expressions
1.32/1.49	c 2	converted 19 (60%) expressions
1.43/1.50	c 2	converted 22 (70%) expressions
1.52/1.62	c 2	converted 25 (80%) expressions
2.01/2.18	c 3	converted 28 (90%) expressions
2.81/2.98	c 3	converted 31 (100%) expressions
2.81/2.98	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.81/2.98	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.81/2.98	c 3	Propagation in CSP
2.81/2.98	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.81/2.98	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.81/2.98	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
2.81/2.98	c 3	Simplifing CSP by introducing new Boolean variables
2.81/2.98	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.81/2.98	c 3	Heap : 52 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
3.11/3.28	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.11/3.29	c 4	2 (10%) CSP integer variables are encoded (16 clauses, 192 bytes)
3.11/3.29	c 4	4 (20%) CSP integer variables are encoded (32 clauses, 336 bytes)
3.11/3.29	c 4	6 (30%) CSP integer variables are encoded (48 clauses, 480 bytes)
3.11/3.29	c 4	8 (40%) CSP integer variables are encoded (64 clauses, 624 bytes)
3.11/3.29	c 4	10 (50%) CSP integer variables are encoded (80 clauses, 768 bytes)
3.11/3.29	c 4	12 (60%) CSP integer variables are encoded (96 clauses, 928 bytes)
3.11/3.29	c 4	14 (70%) CSP integer variables are encoded (112 clauses, 1104 bytes)
3.11/3.30	c 4	16 (80%) CSP integer variables are encoded (128 clauses, 1280 bytes)
3.11/3.30	c 4	18 (90%) CSP integer variables are encoded (144 clauses, 1456 bytes)
3.11/3.30	c 4	20 (100%) CSP integer variables are encoded (160 clauses, 1632 bytes)
173.47/175.22	c 176	1 (10%) CSP clauses are encoded (140666 clauses, 6396563 bytes)
343.54/346.99	c 347	2 (20%) CSP clauses are encoded (281539 clauses, 12809315 bytes)
517.50/522.58	c 523	3 (30%) CSP clauses are encoded (422360 clauses, 19803358 bytes)
684.92/691.55	c 692	4 (40%) CSP clauses are encoded (562998 clauses, 27044518 bytes)
855.68/863.96	c 864	5 (50%) CSP clauses are encoded (703354 clauses, 33837290 bytes)
855.68/863.97	c 864	5 CSP clauses encoded
855.68/863.97	c 864	Writing map file : HOME/temp.map
855.68/863.97	c 864	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
855.68/863.97	c 864	SAT : 180 SAT variables, 703354 SAT clauses, 33837290 bytes
855.68/863.97	c 864	Heap : 58 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
855.76/864.03	c 864	SOLVING HOME/temp.cnf
855.76/864.03	c 864	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
855.76/864.04	c 864	This is MiniSat 2.0 beta
855.76/864.04	c 864	WARNING: for repeatability, setting FPU to use double precision
855.76/864.04	c 864	============================[ Problem Statistics ]=============================
855.76/864.04	c 864	|                                                                             |
855.76/864.04	c 864	|  Number of variables:  180                                                  |
855.76/864.04	c 864	|  Number of clauses:    703354                                               |
856.73/865.09	c 866	|  Parsing time:         0.91         s                                       |
856.82/865.15	c 866	============================[ Search Statistics ]==============================
856.82/865.16	c 866	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
856.82/865.16	c 866	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
856.82/865.16	c 866	===============================================================================
856.82/865.16	c 866	|         0 |     180   703354  8834158 |   234451        0    nan |  0.000 % |
857.03/865.39	c 866	|       100 |     180   703354  8834158 |   257896      100      8 |  0.003 % |
857.51/865.80	c 866	|       251 |     180   703354  8834158 |   283686      251      9 |  0.028 % |
857.91/866.24	c 867	|       477 |     180   703354  8834158 |   312054      477      9 |  0.028 % |
858.51/866.85	c 867	|       815 |     180   703354  8834158 |   343260      815      9 |  0.028 % |
860.09/868.44	c 869	|      1322 |     180   703354  8834158 |   377586     1322      9 |  0.028 % |
862.17/870.53	c 871	|      2081 |     180   703354  8834158 |   415344     2081      9 |  0.037 % |
864.45/872.89	c 873	|      3221 |     180   703354  8834158 |   456879     3221      9 |  0.043 % |
868.41/876.88	c 877	|      4930 |     179   703354  8834158 |   502567     4929      9 |  0.559 % |
875.94/884.40	c 885	|      7493 |     179   703354  8834158 |   552823     7492      9 |  0.583 % |
887.53/896.18	c 897	|     11338 |     178   703354  8834158 |   608106    11336     10 |  1.114 % |
903.67/912.44	c 913	|     17106 |     177   703354  8834158 |   668917    17103     10 |  1.670 % |
925.38/934.39	c 935	|     25756 |     177   703354  8834158 |   735808    25753     10 |  1.698 % |
952.41/961.63	c 962	===============================================================================
952.41/961.63	c 962	restarts              : 13
952.41/961.63	c 962	conflicts             : 36088          (374 /sec)
952.41/961.63	c 962	decisions             : 42650          (1.92 % random) (442 /sec)
952.41/961.63	c 962	propagations          : 439015         (4549 /sec)
952.41/961.63	c 962	conflict literals     : 369540         (20.99 % deleted)
952.41/961.63	c 962	Memory used           : 69.45 MB
952.41/961.63	c 962	CPU time              : 96.5083 s
952.41/961.63	c 962	
952.41/961.63	c 962	UNSATISFIABLE
952.41/961.64	c 962	DECODING HOME/temp.out WITH HOME/temp.map
952.41/961.64	c 962	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
952.46/961.73	c 962	Decoding HOME/temp.out
952.46/961.75	s UNSATISFIABLE
952.46/961.75	c 962	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
952.46/961.76	c 962	CPU 951.82 (0.04 0.01 951.78 0.75)
952.46/961.77	c 962	END Thu Jul  3 02:13:39 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-1048366-1215043057/watcher-1048366-1215043057 -o /tmp/evaluation-result-1048366-1215043057/solver-1048366-1215043057 -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-1048366-1215043057.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.08 1.98 4/81 12585
/proc/meminfo: memFree=1839364/2055920 swapFree=4179028/4192956
[pid=12585] ppid=12583 vsize=124 CPUtime=0
/proc/12585/stat : 12585 (sugar) D 12583 12585 11868 0 -1 4194304 38 0 0 0 0 0 0 0 20 0 1 0 1983278631 126976 23 996147200 4194304 4206940 548682068608 18446744073709551615 240905156073 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/12585/statm: 31 23 17 3 0 3 0

[startup+0.0506479 s]
/proc/loadavg: 2.03 2.08 1.98 4/81 12585
/proc/meminfo: memFree=1839364/2055920 swapFree=4179028/4192956
[pid=12585] ppid=12583 vsize=13204 CPUtime=0.03
/proc/12585/stat : 12585 (sugar) D 12583 12585 11868 0 -1 4194304 687 0 0 0 2 1 0 0 18 0 1 0 1983278631 13520896 655 996147200 4194304 4206940 548682068608 18446744073709551615 240907942501 0 2147483391 4224 0 18446744072099781622 0 0 17 1 0 0
/proc/12585/statm: 3301 655 336 3 0 401 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13204

[startup+0.105611 s]
/proc/loadavg: 2.03 2.08 1.98 4/81 12585
/proc/meminfo: memFree=1839364/2055920 swapFree=4179028/4192956
[pid=12585] ppid=12583 vsize=13600 CPUtime=0.04
/proc/12585/stat : 12585 (sugar) S 12583 12585 11868 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1983278631 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12585/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301892 s]
/proc/loadavg: 2.03 2.08 1.98 4/81 12585
/proc/meminfo: memFree=1839364/2055920 swapFree=4179028/4192956
[pid=12585] ppid=12583 vsize=13600 CPUtime=0.04
/proc/12585/stat : 12585 (sugar) S 12583 12585 11868 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1983278631 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12585/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701928 s]
/proc/loadavg: 2.03 2.08 1.98 4/81 12585
/proc/meminfo: memFree=1839364/2055920 swapFree=4179028/4192956
[pid=12585] ppid=12583 vsize=13600 CPUtime=0.04
/proc/12585/stat : 12585 (sugar) S 12583 12585 11868 0 -1 4194304 918 127 0 0 3 1 0 0 16 0 1 0 1983278631 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12585/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50301 s]
/proc/loadavg: 2.03 2.08 1.98 3/92 12607
/proc/meminfo: memFree=1827180/2055920 swapFree=4179028/4192956
[pid=12585] ppid=12583 vsize=13600 CPUtime=0.66
/proc/12585/stat : 12585 (sugar) S 12583 12585 11868 0 -1 4194304 973 7970 0 1 3 1 56 6 15 0 1 0 1983278631 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12585/statm: 3400 797 370 3 0 500 0
[pid=12598] ppid=12585 vsize=5356 CPUtime=0
/proc/12598/stat : 12598 (sh) S 12585 12585 11868 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983278702 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12598/statm: 1339 233 193 169 0 50 0
[pid=12599] ppid=12598 vsize=864156 CPUtime=0.77
/proc/12599/stat : 12599 (java) S 12598 12585 11868 0 -1 0 8263 0 1 0 73 4 0 0 18 0 9 0 1983278702 884895744 7483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12599/statm: 216039 7483 2540 9 0 210614 0
[pid=12599/tid=12600] ppid=12598 vsize=864156 CPUtime=0.44
/proc/12599/task/12600/stat : 12600 (java) R 12598 12585 11868 0 -1 64 2564 0 1 0 44 0 0 0 18 0 9 0 1983278703 884895744 7483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12601] ppid=12598 vsize=864156 CPUtime=0.25
/proc/12599/task/12601/stat : 12601 (java) R 12598 12585 11868 0 -1 64 4690 0 0 0 23 2 0 0 16 0 9 0 1983278705 884895744 7483 996147200 134512640 134550740 4294955952 18446744073709551615 102514252 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12602] ppid=12598 vsize=864156 CPUtime=0
/proc/12599/task/12602/stat : 12602 (java) S 12598 12585 11868 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983278705 884895744 7483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12603] ppid=12598 vsize=864156 CPUtime=0
/proc/12599/task/12603/stat : 12603 (java) S 12598 12585 11868 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1983278705 884895744 7483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12604] ppid=12598 vsize=864156 CPUtime=0
/proc/12599/task/12604/stat : 12604 (java) S 12598 12585 11868 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983278708 884895744 7483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12605] ppid=12598 vsize=864156 CPUtime=0.04
/proc/12599/task/12605/stat : 12605 (java) S 12598 12585 11868 0 -1 64 313 0 0 0 4 0 0 0 16 0 9 0 1983278708 884895744 7483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12606] ppid=12598 vsize=864156 CPUtime=0
/proc/12599/task/12606/stat : 12606 (java) S 12598 12585 11868 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983278708 884895744 7483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12607] ppid=12598 vsize=864156 CPUtime=0
/proc/12599/task/12607/stat : 12607 (java) S 12598 12585 11868 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983278708 884895744 7483 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 883112

[startup+3.10218 s]
/proc/loadavg: 2.03 2.08 1.98 3/92 12607
/proc/meminfo: memFree=1801900/2055920 swapFree=4179028/4192956
[pid=12585] ppid=12583 vsize=13600 CPUtime=0.66
/proc/12585/stat : 12585 (sugar) S 12583 12585 11868 0 -1 4194304 974 7970 0 1 3 1 56 6 15 0 1 0 1983278631 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12585/statm: 3400 797 370 3 0 500 0
[pid=12598] ppid=12585 vsize=5356 CPUtime=0
/proc/12598/stat : 12598 (sh) S 12585 12585 11868 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983278702 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12598/statm: 1339 233 193 169 0 50 0
[pid=12599] ppid=12598 vsize=864692 CPUtime=2.35
/proc/12599/stat : 12599 (java) S 12598 12585 11868 0 -1 0 18857 0 1 0 224 11 0 0 18 0 9 0 1983278702 885444608 17536 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12599/statm: 216173 17536 2540 9 0 210748 0
[pid=12599/tid=12600] ppid=12598 vsize=864692 CPUtime=0.83
/proc/12599/task/12600/stat : 12600 (java) S 12598 12585 11868 0 -1 64 3214 0 1 0 82 1 0 0 16 0 9 0 1983278703 885444608 17536 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12601] ppid=12598 vsize=864692 CPUtime=1.44
/proc/12599/task/12601/stat : 12601 (java) R 12598 12585 11868 0 -1 64 14629 0 0 0 136 8 0 0 25 0 9 0 1983278705 885444608 17536 996147200 134512640 134550740 4294955952 18446744073709551615 104181586 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12602] ppid=12598 vsize=864692 CPUtime=0
/proc/12599/task/12602/stat : 12602 (java) S 12598 12585 11868 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983278705 885444608 17536 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12603] ppid=12598 vsize=864692 CPUtime=0
/proc/12599/task/12603/stat : 12603 (java) S 12598 12585 11868 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983278705 885444608 17536 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12604] ppid=12598 vsize=864692 CPUtime=0
/proc/12599/task/12604/stat : 12604 (java) S 12598 12585 11868 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983278708 885444608 17536 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12605] ppid=12598 vsize=864692 CPUtime=0.05
/proc/12599/task/12605/stat : 12605 (java) S 12598 12585 11868 0 -1 64 318 0 0 0 5 0 0 0 16 0 9 0 1983278708 885444608 17536 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12606] ppid=12598 vsize=864692 CPUtime=0
/proc/12599/task/12606/stat : 12606 (java) S 12598 12585 11868 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983278708 885444608 17536 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12607] ppid=12598 vsize=864692 CPUtime=0
/proc/12599/task/12607/stat : 12607 (java) S 12598 12585 11868 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983278708 885444608 17536 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 883648

[startup+6.30148 s]
/proc/loadavg: 2.02 2.08 1.98 3/92 12607
/proc/meminfo: memFree=1775724/2055920 swapFree=4179028/4192956
[pid=12585] ppid=12583 vsize=13600 CPUtime=0.66
/proc/12585/stat : 12585 (sugar) S 12583 12585 11868 0 -1 4194304 974 7970 0 1 3 1 56 6 15 0 1 0 1983278631 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12585/statm: 3400 797 370 3 0 500 0
[pid=12598] ppid=12585 vsize=5356 CPUtime=0
/proc/12598/stat : 12598 (sh) S 12585 12585 11868 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983278702 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12598/statm: 1339 233 193 169 0 50 0
[pid=12599] ppid=12598 vsize=864300 CPUtime=5.51
/proc/12599/stat : 12599 (java) S 12598 12585 11868 0 -1 0 18959 0 1 0 540 11 0 0 18 0 9 0 1983278702 885043200 17478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12599/statm: 216075 17478 2564 9 0 210622 0
[pid=12599/tid=12600] ppid=12598 vsize=864300 CPUtime=3.74
/proc/12599/task/12600/stat : 12600 (java) R 12598 12585 11868 0 -1 64 3297 0 1 0 373 1 0 0 25 0 9 0 1983278703 885043200 17478 996147200 134512640 134550740 4294955952 18446744073709551615 4126566794 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12601] ppid=12598 vsize=864300 CPUtime=1.66
/proc/12599/task/12601/stat : 12601 (java) S 12598 12585 11868 0 -1 64 14629 0 0 0 158 8 0 0 16 0 9 0 1983278705 885043200 17478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12602] ppid=12598 vsize=864300 CPUtime=0
/proc/12599/task/12602/stat : 12602 (java) S 12598 12585 11868 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983278705 885043200 17478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12603] ppid=12598 vsize=864300 CPUtime=0
/proc/12599/task/12603/stat : 12603 (java) S 12598 12585 11868 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983278705 885043200 17478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12604] ppid=12598 vsize=864300 CPUtime=0
/proc/12599/task/12604/stat : 12604 (java) S 12598 12585 11868 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983278708 885043200 17478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12605] ppid=12598 vsize=864300 CPUtime=0.08
/proc/12599/task/12605/stat : 12605 (java) S 12598 12585 11868 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 1983278708 885043200 17478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12606] ppid=12598 vsize=864300 CPUtime=0
/proc/12599/task/12606/stat : 12606 (java) S 12598 12585 11868 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983278708 885043200 17478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12607] ppid=12598 vsize=864300 CPUtime=0
/proc/12599/task/12607/stat : 12607 (java) S 12598 12585 11868 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983278708 885043200 17478 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.7011 s]
/proc/loadavg: 2.02 2.08 1.98 3/92 12607
/proc/meminfo: memFree=1775660/2055920 swapFree=4179028/4192956
[pid=12585] ppid=12583 vsize=13600 CPUtime=0.66
/proc/12585/stat : 12585 (sugar) S 12583 12585 11868 0 -1 4194304 974 7970 0 1 3 1 56 6 15 0 1 0 1983278631 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12585/statm: 3400 797 370 3 0 500 0
[pid=12598] ppid=12585 vsize=5356 CPUtime=0
/proc/12598/stat : 12598 (sh) S 12585 12585 11868 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983278702 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12598/statm: 1339 233 193 169 0 50 0
[pid=12599] ppid=12598 vsize=864300 CPUtime=11.85
/proc/12599/stat : 12599 (java) S 12598 12585 11868 0 -1 0 18959 0 1 0 1174 11 0 0 18 0 9 0 1983278702 885043200 17478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12599/statm: 216075 17478 2564 9 0 210622 0
[pid=12599/tid=12600] ppid=12598 vsize=864300 CPUtime=10.08
/proc/12599/task/12600/stat : 12600 (java) R 12598 12585 11868 0 -1 64 3297 0 1 0 1007 1 0 0 25 0 9 0 1983278703 885043200 17478 996147200 134512640 134550740 4294955952 18446744073709551615 4126547789 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12601] ppid=12598 vsize=864300 CPUtime=1.66
/proc/12599/task/12601/stat : 12601 (java) S 12598 12585 11868 0 -1 64 14629 0 0 0 158 8 0 0 16 0 9 0 1983278705 885043200 17478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12602] ppid=12598 vsize=864300 CPUtime=0
/proc/12599/task/12602/stat : 12602 (java) S 12598 12585 11868 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983278705 885043200 17478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12603] ppid=12598 vsize=864300 CPUtime=0
/proc/12599/task/12603/stat : 12603 (java) S 12598 12585 11868 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983278705 885043200 17478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12604] ppid=12598 vsize=864300 CPUtime=0
/proc/12599/task/12604/stat : 12604 (java) S 12598 12585 11868 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983278708 885043200 17478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12605] ppid=12598 vsize=864300 CPUtime=0.08
/proc/12599/task/12605/stat : 12605 (java) S 12598 12585 11868 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 1983278708 885043200 17478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12606] ppid=12598 vsize=864300 CPUtime=0
/proc/12599/task/12606/stat : 12606 (java) S 12598 12585 11868 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983278708 885043200 17478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12607] ppid=12598 vsize=864300 CPUtime=0
/proc/12599/task/12607/stat : 12607 (java) S 12598 12585 11868 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983278708 885043200 17478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 883256

[startup+25.5024 s]
/proc/loadavg: 2.02 2.08 1.98 3/92 12607
/proc/meminfo: memFree=1775660/2055920 swapFree=4179028/4192956
[pid=12585] ppid=12583 vsize=13600 CPUtime=0.66
/proc/12585/stat : 12585 (sugar) S 12583 12585 11868 0 -1 4194304 974 7970 0 1 3 1 56 6 15 0 1 0 1983278631 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12585/statm: 3400 797 370 3 0 500 0
[pid=12598] ppid=12585 vsize=5356 CPUtime=0
/proc/12598/stat : 12598 (sh) S 12585 12585 11868 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983278702 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12598/statm: 1339 233 193 169 0 50 0
[pid=12599] ppid=12598 vsize=864300 CPUtime=24.53
/proc/12599/stat : 12599 (java) S 12598 12585 11868 0 -1 0 18963 0 1 0 2442 11 0 0 18 0 9 0 1983278702 885043200 17478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12599/statm: 216075 17478 2564 9 0 210622 0
[pid=12599/tid=12600] ppid=12598 vsize=864300 CPUtime=22.74
/proc/12599/task/12600/stat : 12600 (java) R 12598 12585 11868 0 -1 64 3301 0 1 0 2273 1 0 0 25 0 9 0 1983278703 885043200 17478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12601] ppid=12598 vsize=864300 CPUtime=1.68
/proc/12599/task/12601/stat : 12601 (java) R 12598 12585 11868 0 -1 64 14629 0 0 0 160 8 0 0 16 0 9 0 1983278705 885043200 17478 996147200 134512640 134550740 4294955952 18446744073709551615 102516773 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12602] ppid=12598 vsize=864300 CPUtime=0
/proc/12599/task/12602/stat : 12602 (java) S 12598 12585 11868 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983278705 885043200 17478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12603] ppid=12598 vsize=864300 CPUtime=0
/proc/12599/task/12603/stat : 12603 (java) S 12598 12585 11868 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983278705 885043200 17478 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=12599/tid=12605] ppid=12598 vsize=864300 CPUtime=0.09
/proc/12599/task/12605/stat : 12605 (java) S 12598 12585 11868 0 -1 64 346 0 0 0 9 0 0 0 16 0 9 0 1983278708 885043200 27025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12606] ppid=12598 vsize=864300 CPUtime=0
/proc/12599/task/12606/stat : 12606 (java) S 12598 12585 11868 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983278708 885043200 27025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12607] ppid=12598 vsize=864300 CPUtime=0
/proc/12599/task/12607/stat : 12607 (java) S 12598 12585 11868 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983278708 885043200 27025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 755.04
Current children cumulated vsize (KiB) 883256

[startup+822.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/92 12613
/proc/meminfo: memFree=1710060/2055920 swapFree=4179028/4192956
[pid=12585] ppid=12583 vsize=13600 CPUtime=0.66
/proc/12585/stat : 12585 (sugar) S 12583 12585 11868 0 -1 4194304 974 7970 0 1 3 1 56 6 16 0 1 0 1983278631 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12585/statm: 3400 797 370 3 0 500 0
[pid=12598] ppid=12585 vsize=5356 CPUtime=0
/proc/12598/stat : 12598 (sh) S 12585 12585 11868 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1983278702 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12598/statm: 1339 233 193 169 0 50 0
[pid=12599] ppid=12598 vsize=864300 CPUtime=813.82
/proc/12599/stat : 12599 (java) S 12598 12585 11868 0 -1 0 37598 0 1 0 81340 42 0 0 18 0 9 0 1983278702 885043200 27025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/12599/statm: 216075 27025 2564 9 0 210622 0
[pid=12599/tid=12600] ppid=12598 vsize=864300 CPUtime=809.2
/proc/12599/task/12600/stat : 12600 (java) R 12598 12585 11868 0 -1 64 3742 0 1 0 80903 17 0 0 25 0 9 0 1983278703 885043200 27025 996147200 134512640 134550740 4294955952 18446744073709551615 4126547728 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12601] ppid=12598 vsize=864300 CPUtime=4.5
/proc/12599/task/12601/stat : 12601 (java) S 12598 12585 11868 0 -1 64 32814 0 0 0 427 23 0 0 16 0 9 0 1983278705 885043200 27025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12602] ppid=12598 vsize=864300 CPUtime=0
/proc/12599/task/12602/stat : 12602 (java) S 12598 12585 11868 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1983278705 885043200 27025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12603] ppid=12598 vsize=864300 CPUtime=0
/proc/12599/task/12603/stat : 12603 (java) S 12598 12585 11868 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1983278705 885043200 27025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12604] ppid=12598 vsize=864300 CPUtime=0
/proc/12599/task/12604/stat : 12604 (java) S 12598 12585 11868 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1983278708 885043200 27025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12605] ppid=12598 vsize=864300 CPUtime=0.09
/proc/12599/task/12605/stat : 12605 (java) S 12598 12585 11868 0 -1 64 346 0 0 0 9 0 0 0 16 0 9 0 1983278708 885043200 27025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12606] ppid=12598 vsize=864300 CPUtime=0
/proc/12599/task/12606/stat : 12606 (java) S 12598 12585 11868 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1983278708 885043200 27025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=12599/tid=12607] ppid=12598 vsize=864300 CPUtime=0
/proc/12599/task/12607/stat : 12607 (java) S 12598 12585 11868 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1983278708 885043200 27025 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 814.48
Current children cumulated vsize (KiB) 883256

[startup+882.302 s]
/proc/loadavg: 2.06 2.03 2.00 3/84 12615
/proc/meminfo: memFree=1740140/2055920 swapFree=4179028/4192956
[pid=12585] ppid=12583 vsize=13600 CPUtime=855.79
/proc/12585/stat : 12585 (sugar) S 12583 12585 11868 0 -1 4194304 1031 45921 0 2 3 1 85519 56 16 0 1 0 1983278631 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12585/statm: 3400 798 370 3 0 500 0
[pid=12614] ppid=12585 vsize=5356 CPUtime=0
/proc/12614/stat : 12614 (sh) S 12585 12585 11868 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983365035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12614/statm: 1339 232 193 169 0 50 0
[pid=12615] ppid=12614 vsize=65792 CPUtime=18.07
/proc/12615/stat : 12615 (minisat) R 12614 12585 11868 0 -1 4194304 15426 0 0 0 1793 14 0 0 25 0 1 0 1983365036 67371008 15412 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12615/statm: 16448 15412 75 150 0 16295 0
Current children cumulated CPU time (s) 873.86
Current children cumulated vsize (KiB) 84748

[startup+942.303 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 12615
/proc/meminfo: memFree=1736428/2055920 swapFree=4179028/4192956
[pid=12585] ppid=12583 vsize=13600 CPUtime=855.79
/proc/12585/stat : 12585 (sugar) S 12583 12585 11868 0 -1 4194304 1031 45921 0 2 3 1 85519 56 16 0 1 0 1983278631 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12585/statm: 3400 798 370 3 0 500 0
[pid=12614] ppid=12585 vsize=5356 CPUtime=0
/proc/12614/stat : 12614 (sh) S 12585 12585 11868 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983365035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12614/statm: 1339 232 193 169 0 50 0
[pid=12615] ppid=12614 vsize=69824 CPUtime=77.51
/proc/12615/stat : 12615 (minisat) R 12614 12585 11868 0 -1 4194304 16375 0 0 0 7736 15 0 0 25 0 1 0 1983365036 71499776 16361 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12615/statm: 17456 16361 75 150 0 17303 0
Current children cumulated CPU time (s) 933.3
Current children cumulated vsize (KiB) 88780

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

[startup+947.106 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 12615
/proc/meminfo: memFree=1736108/2055920 swapFree=4179028/4192956
[pid=12585] ppid=12583 vsize=13600 CPUtime=855.79
/proc/12585/stat : 12585 (sugar) S 12583 12585 11868 0 -1 4194304 1031 45921 0 2 3 1 85519 56 16 0 1 0 1983278631 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12585/statm: 3400 798 370 3 0 500 0
[pid=12614] ppid=12585 vsize=5356 CPUtime=0
/proc/12614/stat : 12614 (sh) S 12585 12585 11868 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983365035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12614/statm: 1339 232 193 169 0 50 0
[pid=12615] ppid=12614 vsize=70152 CPUtime=82.27
/proc/12615/stat : 12615 (minisat) R 12614 12585 11868 0 -1 4194304 16450 0 0 0 8212 15 0 0 25 0 1 0 1983365036 71835648 16436 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12615/statm: 17538 16436 75 150 0 17385 0
Current children cumulated CPU time (s) 938.06
Current children cumulated vsize (KiB) 89108

[startup+953.502 s]
/proc/loadavg: 2.02 2.02 2.00 3/84 12615
/proc/meminfo: memFree=1735468/2055920 swapFree=4179028/4192956
[pid=12585] ppid=12583 vsize=13600 CPUtime=855.79
/proc/12585/stat : 12585 (sugar) S 12583 12585 11868 0 -1 4194304 1031 45921 0 2 3 1 85519 56 16 0 1 0 1983278631 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12585/statm: 3400 798 370 3 0 500 0
[pid=12614] ppid=12585 vsize=5356 CPUtime=0
/proc/12614/stat : 12614 (sh) S 12585 12585 11868 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983365035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12614/statm: 1339 232 193 169 0 50 0
[pid=12615] ppid=12614 vsize=70948 CPUtime=88.6
/proc/12615/stat : 12615 (minisat) R 12614 12585 11868 0 -1 4194304 16643 0 0 0 8845 15 0 0 25 0 1 0 1983365036 72650752 16629 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12615/statm: 17737 16629 75 150 0 17584 0
Current children cumulated CPU time (s) 944.39
Current children cumulated vsize (KiB) 89904

[startup+956.701 s]
/proc/loadavg: 2.02 2.02 2.00 4/84 12615
/proc/meminfo: memFree=1735276/2055920 swapFree=4179028/4192956
[pid=12585] ppid=12583 vsize=13600 CPUtime=855.79
/proc/12585/stat : 12585 (sugar) S 12583 12585 11868 0 -1 4194304 1031 45921 0 2 3 1 85519 56 16 0 1 0 1983278631 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12585/statm: 3400 798 370 3 0 500 0
[pid=12614] ppid=12585 vsize=5356 CPUtime=0
/proc/12614/stat : 12614 (sh) S 12585 12585 11868 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983365035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12614/statm: 1339 232 193 169 0 50 0
[pid=12615] ppid=12614 vsize=70948 CPUtime=91.77
/proc/12615/stat : 12615 (minisat) R 12614 12585 11868 0 -1 4194304 16657 0 0 0 9162 15 0 0 25 0 1 0 1983365036 72650752 16643 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12615/statm: 17737 16643 75 150 0 17584 0
Current children cumulated CPU time (s) 947.56
Current children cumulated vsize (KiB) 89904

[startup+959.903 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 12615
/proc/meminfo: memFree=1735276/2055920 swapFree=4179028/4192956
[pid=12585] ppid=12583 vsize=13600 CPUtime=855.79
/proc/12585/stat : 12585 (sugar) S 12583 12585 11868 0 -1 4194304 1031 45921 0 2 3 1 85519 56 16 0 1 0 1983278631 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12585/statm: 3400 798 370 3 0 500 0
[pid=12614] ppid=12585 vsize=5356 CPUtime=0
/proc/12614/stat : 12614 (sh) S 12585 12585 11868 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983365035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12614/statm: 1339 232 193 169 0 50 0
[pid=12615] ppid=12614 vsize=70948 CPUtime=94.95
/proc/12615/stat : 12615 (minisat) R 12614 12585 11868 0 -1 4194304 16663 0 0 0 9480 15 0 0 25 0 1 0 1983365036 72650752 16649 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12615/statm: 17737 16649 75 150 0 17584 0
Current children cumulated CPU time (s) 950.74
Current children cumulated vsize (KiB) 89904

[startup+960.703 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 12615
/proc/meminfo: memFree=1735276/2055920 swapFree=4179028/4192956
[pid=12585] ppid=12583 vsize=13600 CPUtime=855.79
/proc/12585/stat : 12585 (sugar) S 12583 12585 11868 0 -1 4194304 1031 45921 0 2 3 1 85519 56 16 0 1 0 1983278631 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12585/statm: 3400 798 370 3 0 500 0
[pid=12614] ppid=12585 vsize=5356 CPUtime=0
/proc/12614/stat : 12614 (sh) S 12585 12585 11868 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983365035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12614/statm: 1339 232 193 169 0 50 0
[pid=12615] ppid=12614 vsize=71112 CPUtime=95.73
/proc/12615/stat : 12615 (minisat) R 12614 12585 11868 0 -1 4194304 16695 0 0 0 9558 15 0 0 25 0 1 0 1983365036 72818688 16681 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12615/statm: 17778 16681 75 150 0 17625 0
Current children cumulated CPU time (s) 951.52
Current children cumulated vsize (KiB) 90068

[startup+961.503 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 12615
/proc/meminfo: memFree=1735148/2055920 swapFree=4179028/4192956
[pid=12585] ppid=12583 vsize=13600 CPUtime=855.79
/proc/12585/stat : 12585 (sugar) S 12583 12585 11868 0 -1 4194304 1031 45921 0 2 3 1 85519 56 16 0 1 0 1983278631 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12585/statm: 3400 798 370 3 0 500 0
[pid=12614] ppid=12585 vsize=5356 CPUtime=0
/proc/12614/stat : 12614 (sh) S 12585 12585 11868 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1983365035 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240907772740 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/12614/statm: 1339 232 193 169 0 50 0
[pid=12615] ppid=12614 vsize=71112 CPUtime=96.52
/proc/12615/stat : 12615 (minisat) R 12614 12585 11868 0 -1 4194304 16696 0 0 0 9637 15 0 0 25 0 1 0 1983365036 72818688 16682 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/12615/statm: 17778 16682 75 150 0 17625 0
Current children cumulated CPU time (s) 952.31
Current children cumulated vsize (KiB) 90068

[startup+961.703 s]
/proc/loadavg: 2.01 2.02 2.00 3/84 12615
/proc/meminfo: memFree=1735148/2055920 swapFree=4179028/4192956
[pid=12585] ppid=12583 vsize=13600 CPUtime=952.46
/proc/12585/stat : 12585 (sugar) S 12583 12585 11868 0 -1 4194304 1070 62911 0 2 3 1 95170 72 17 0 1 0 1983278631 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 240916672610 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/12585/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 952.46
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 961.789
CPU time (s): 952.622
CPU user time (s): 951.826
CPU system time (s): 0.795879
CPU usage (%): 99.0469
Max. virtual memory (cumulated for all children) (KiB): 889388

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 951.826
system time used= 0.795879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67668
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= 22473
involuntary context switches= 51243

runsolver used 1.11983 second user time and 3.3085 second system time

The end

Launcher Data (download as text)

Begin job on node36 at 2008-07-03 01:57:37
IDJOB=1048366
IDBENCH=54359
IDSOLVER=346
FILE ID=node36/1048366-1215043057
PBS_JOBID= 7875101
Free space on /tmp= 66548 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-8_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-1048366-1215043057/watcher-1048366-1215043057 -o /tmp/evaluation-result-1048366-1215043057/solver-1048366-1215043057 -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-1048366-1215043057.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a559fc503a6da82070c22bbc1eb149ca
RANDOM SEED=423977838

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.240
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:       1839844 kB
Buffers:         16436 kB
Cached:         110096 kB
SwapCached:       8244 kB
Active:         104028 kB
Inactive:        51896 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1839844 kB
SwapTotal:     4192956 kB
SwapFree:      4179028 kB
Dirty:            2368 kB
Writeback:           0 kB
Mapped:          45228 kB
Slab:            45328 kB
Committed_AS:  3198580 kB
PageTables:       1804 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66544 MiB
End job on node36 at 2008-07-03 02:13:39