Trace number 2083919

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatUNSAT 80.1858 82.265

General information on the benchmark

Namecsp/fapp/fapp07/
normalized-fapp07-0600-7.xml
MD5SUMc3977aded3fc1b33631985df26116e6e
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark11.4773
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints8996
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8996
Global constraints used (with number of constraints)

Solver Data

0.03/0.28	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.28	c 0	BEGIN Sun Jul 12 08:01:23 2009
0.03/0.28	c 0	PID 25732
0.03/0.28	c 0	HOST node51.alineos.net
0.03/0.28	c 0	CONVERTING HOME/instance-2083919-1247378482.xml TO HOME/temp.csp
0.03/0.28	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083919-1247378482.xml' 'HOME/temp.csp'
1.03/1.36	c 1	28 domains, 600 variables, 8 predicates, 0 relations, 8996 constraints
1.03/1.38	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.03/1.38	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.09/1.46	c 1	Parsing HOME/temp.csp
1.09/1.64	c 1	parsed 9632 expressions
1.09/1.65	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.09/1.65	c 1	Converting to clausal form CSP
2.48/2.80	c 2	converted 964 (10%) expressions
4.16/4.51	c 4	converted 1927 (20%) expressions
5.37/5.75	c 5	converted 2890 (30%) expressions
6.36/6.73	c 6	converted 3853 (40%) expressions
7.55/7.96	c 7	converted 4816 (50%) expressions
8.54/8.90	c 8	converted 5780 (60%) expressions
9.25/9.66	c 9	converted 6743 (70%) expressions
10.63/11.05	c 10	converted 7706 (80%) expressions
11.42/11.88	c 11	converted 8669 (90%) expressions
12.32/12.74	c 12	converted 9632 (100%) expressions
12.32/12.74	c 12	CSP : 1198 integers, 25934 booleans, 53780 clauses, largest domain size 2721
12.32/12.74	c 12	Heap : 76 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.32/12.74	c 12	Propagation in CSP
12.72/13.17	c 12	480 values, 0 unsatisfiable literals, and 0 valid clauses are removed
12.72/13.18	c 12	CSP : 1198 integers, 25934 booleans, 53780 clauses, largest domain size 2721
12.72/13.18	c 12	Heap : 77 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
12.82/13.21	c 12	Simplifing CSP by introducing new Boolean variables
12.91/13.31	c 13	CSP : 1198 integers, 43686 booleans, 71532 clauses, largest domain size 2721
12.91/13.31	c 13	Heap : 80 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
13.42/13.89	c 13	Encoding CSP to SAT : HOME/temp.cnf
13.91/14.36	c 14	120 (10%) CSP integer variables are encoded (20624 clauses, 287348 bytes)
14.31/14.79	c 14	240 (20%) CSP integer variables are encoded (41412 clauses, 599168 bytes)
14.80/15.22	c 15	360 (30%) CSP integer variables are encoded (63061 clauses, 923903 bytes)
15.19/15.67	c 15	480 (40%) CSP integer variables are encoded (84950 clauses, 1252238 bytes)
15.69/16.13	c 15	599 (50%) CSP integer variables are encoded (107958 clauses, 1614385 bytes)
15.99/16.41	c 16	719 (60%) CSP integer variables are encoded (318867 clauses, 5199838 bytes)
16.19/16.66	c 16	839 (70%) CSP integer variables are encoded (511653 clauses, 8477200 bytes)
16.50/16.91	c 16	959 (80%) CSP integer variables are encoded (711473 clauses, 11874140 bytes)
16.80/17.20	c 16	1079 (90%) CSP integer variables are encoded (956529 clauses, 16040092 bytes)
17.00/17.47	c 17	1198 (100%) CSP integer variables are encoded (1165716 clauses, 19929912 bytes)
20.87/21.39	c 21	7154 (10%) CSP clauses are encoded (2331951 clauses, 48745954 bytes)
24.93/25.43	c 25	14307 (20%) CSP clauses are encoded (3675721 clauses, 82188383 bytes)
28.70/29.28	c 29	21460 (30%) CSP clauses are encoded (5028633 clauses, 116357105 bytes)
32.36/32.99	c 32	28613 (40%) CSP clauses are encoded (6378943 clauses, 150966665 bytes)
36.12/36.74	c 36	35766 (50%) CSP clauses are encoded (7738217 clauses, 185985587 bytes)
40.46/41.15	c 40	42920 (60%) CSP clauses are encoded (9419831 clauses, 228957441 bytes)
44.54/45.90	c 45	50073 (70%) CSP clauses are encoded (11080366 clauses, 271189538 bytes)
48.67/50.07	c 49	57226 (80%) CSP clauses are encoded (12722619 clauses, 313115074 bytes)
53.13/54.54	c 54	64379 (90%) CSP clauses are encoded (14510836 clauses, 358719387 bytes)
57.40/59.39	c 59	71532 (100%) CSP clauses are encoded (16258447 clauses, 403343438 bytes)
57.40/59.39	c 59	71532 CSP clauses encoded
57.40/59.39	c 59	Writing map file : HOME/temp.map
57.49/59.44	c 59	Heap : 76 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
57.49/59.44	c 59	SAT : 1210600 SAT variables, 16258447 SAT clauses, 403343438 bytes
57.49/59.44	c 59	Heap : 76 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
57.49/59.49	c 59	SOLVING HOME/temp.cnf
57.49/59.49	c 59	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
57.49/59.49	c 59	This is MiniSat 2.0 beta
57.49/59.49	c 59	WARNING: for repeatability, setting FPU to use double precision
57.49/59.49	c 59	============================[ Problem Statistics ]=============================
57.49/59.49	c 59	|                                                                             |
57.49/59.49	c 59	|  Number of variables:  1210600                                              |
57.49/59.50	c 59	|  Number of clauses:    16258447                                             |
66.69/68.74	c 68	|  Parsing time:         8.06         s                                       |
67.10/69.17	c 68	============================[ Search Statistics ]==============================
67.10/69.17	c 68	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
67.10/69.17	c 68	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
67.10/69.17	c 68	===============================================================================
67.10/69.17	c 68	|         0 | 1210593 16258440 46436923 |  5419480        0    nan |  0.000 % |
68.39/70.47	c 70	|       100 | 1210589 16258440 46436923 |  5961428       98      3 |  0.034 % |
71.67/73.73	c 73	|       250 | 1210585 16258440 46436923 |  6557570      244      3 |  0.034 % |
74.16/76.27	c 76	|       475 | 1210576 16258440 46436923 |  7213327      463      3 |  0.046 % |
79.14/81.21	c 80	|       812 | 1210530 16258440 46436923 |  7934660      794      4 |  0.497 % |
79.34/81.46	c 81	===============================================================================
79.34/81.46	c 81	restarts              : 5
79.34/81.46	c 81	conflicts             : 858            (42 /sec)
79.34/81.46	c 81	decisions             : 48070          (1.63 % random) (2326 /sec)
79.34/81.46	c 81	propagations          : 26505705       (1282584 /sec)
79.34/81.46	c 81	conflict literals     : 3001           (4.94 % deleted)
79.34/81.46	c 81	Memory used           : 769.96 MB
79.34/81.46	c 81	CPU time              : 20.6659 s
79.34/81.46	c 81	
79.34/81.46	c 81	UNSATISFIABLE
79.43/81.58	c 81	DECODING HOME/temp.out WITH HOME/temp.map
79.43/81.58	c 81	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
79.54/81.66	c 81	Decoding HOME/temp.out
79.54/82.01	s UNSATISFIABLE
79.54/82.02	c 81	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
79.54/82.07	c 81	CPU 79.96 (0.06 0.03 75.87 4)
79.54/82.07	c 81	END Sun Jul 12 08:02:44 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083919-1247378482/watcher-2083919-1247378482 -o /tmp/evaluation-result-2083919-1247378482/solver-2083919-1247378482 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2083919-1247378482.xml 

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


[startup+0 s]
/proc/loadavg: 3.70 2.88 2.36 4/72 25732
/proc/meminfo: memFree=1875280/2055920 swapFree=4192812/4192956
[pid=25732] ppid=25730 vsize=18576 CPUtime=0
/proc/25732/stat : 25732 (runsolver) D 25730 25732 21012 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24911727 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 235371293991 0 0 4096 24578 18446744071563608240 0 0 17 1 0 0
/proc/25732/statm: 4644 284 249 26 0 2626 0

[startup+0.0897189 s]
/proc/loadavg: 3.70 2.88 2.36 4/72 25732
/proc/meminfo: memFree=1875280/2055920 swapFree=4192812/4192956
[pid=25732] ppid=25730 vsize=12268 CPUtime=0
/proc/25732/stat : 25732 (sugar) D 25730 25732 21012 0 -1 4194304 346 0 2 0 0 0 0 0 18 0 1 0 24911727 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 235371461221 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/25732/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.101718 s]
/proc/loadavg: 3.70 2.88 2.36 4/72 25732
/proc/meminfo: memFree=1875280/2055920 swapFree=4192812/4192956
[pid=25732] ppid=25730 vsize=12268 CPUtime=0
/proc/25732/stat : 25732 (sugar) D 25730 25732 21012 0 -1 4194304 350 0 2 0 0 0 0 0 18 0 1 0 24911727 12562432 320 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 0 18446744071563608240 0 0 17 1 0 0
/proc/25732/statm: 3067 320 242 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.301754 s]
/proc/loadavg: 3.70 2.88 2.36 4/72 25732
/proc/meminfo: memFree=1875280/2055920 swapFree=4192812/4192956
[pid=25732] ppid=25730 vsize=16868 CPUtime=0.07
/proc/25732/stat : 25732 (sugar) S 25730 25732 21012 0 -1 4194304 1223 128 4 0 5 2 0 0 18 0 1 0 24911727 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25732/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701783 s]
/proc/loadavg: 3.70 2.88 2.36 4/72 25732
/proc/meminfo: memFree=1875280/2055920 swapFree=4192812/4192956
[pid=25732] ppid=25730 vsize=16868 CPUtime=0.07
/proc/25732/stat : 25732 (sugar) S 25730 25732 21012 0 -1 4194304 1223 128 4 0 5 2 0 0 18 0 1 0 24911727 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25732/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50185 s]
/proc/loadavg: 3.65 2.88 2.36 4/83 25744
/proc/meminfo: memFree=1856504/2055920 swapFree=4192812/4192956
[pid=25732] ppid=25730 vsize=16868 CPUtime=1.09
/proc/25732/stat : 25732 (sugar) S 25730 25732 21012 0 -1 4194304 1305 8947 4 3 5 3 96 5 16 0 1 0 24911727 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25732/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 16868

[startup+3.10299 s]
/proc/loadavg: 3.65 2.88 2.36 3/83 25754
/proc/meminfo: memFree=1854136/2055920 swapFree=4192812/4192956
[pid=25732] ppid=25730 vsize=16868 CPUtime=1.09
/proc/25732/stat : 25732 (sugar) S 25730 25732 21012 0 -1 4194304 1305 8947 4 3 5 3 96 5 16 0 1 0 24911727 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25732/statm: 4217 1111 409 3 0 796 0
[pid=25745] ppid=25732 vsize=5356 CPUtime=0
/proc/25745/stat : 25745 (sh) S 25732 25732 21012 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24911866 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25745/statm: 1339 233 193 169 0 50 0
[pid=25746] ppid=25745 vsize=868564 CPUtime=1.69
/proc/25746/stat : 25746 (java) S 25745 25732 21012 0 -1 0 8634 0 1 0 164 5 0 0 18 0 9 0 24911866 889409536 7752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25746/statm: 217141 7752 2566 9 0 211646 0
[pid=25746/tid=25747] ppid=25745 vsize=868564 CPUtime=1.27
/proc/25746/task/25747/stat : 25747 (java) R 25745 25732 21012 0 -1 64 2752 0 1 0 126 1 0 0 25 0 9 0 24911867 889409536 7752 996147200 134512640 134550932 4294955936 18446744073709551615 4126545798 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25748] ppid=25745 vsize=868564 CPUtime=0.23
/proc/25746/task/25748/stat : 25748 (java) S 25745 25732 21012 0 -1 64 3708 0 0 0 21 2 0 0 16 0 9 0 24911868 889409536 7752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25749] ppid=25745 vsize=868564 CPUtime=0
/proc/25746/task/25749/stat : 25749 (java) S 25745 25732 21012 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24911868 889409536 7752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25750] ppid=25745 vsize=868564 CPUtime=0
/proc/25746/task/25750/stat : 25750 (java) S 25745 25732 21012 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24911868 889409536 7752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25751] ppid=25745 vsize=868564 CPUtime=0
/proc/25746/task/25751/stat : 25751 (java) S 25745 25732 21012 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24911870 889409536 7752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25752] ppid=25745 vsize=868564 CPUtime=0.16
/proc/25746/task/25752/stat : 25752 (java) S 25745 25732 21012 0 -1 64 1475 0 0 0 16 0 0 0 15 0 9 0 24911870 889409536 7752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25753] ppid=25745 vsize=868564 CPUtime=0
/proc/25746/task/25753/stat : 25753 (java) S 25745 25732 21012 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24911870 889409536 7752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25754] ppid=25745 vsize=868564 CPUtime=0
/proc/25746/task/25754/stat : 25754 (java) S 25745 25732 21012 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24911870 889409536 7752 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 890788

[startup+6.30228 s]
/proc/loadavg: 3.65 2.88 2.36 3/83 25754
/proc/meminfo: memFree=1834616/2055920 swapFree=4192812/4192956
[pid=25732] ppid=25730 vsize=16868 CPUtime=1.09
/proc/25732/stat : 25732 (sugar) S 25730 25732 21012 0 -1 4194304 1305 8947 4 3 5 3 96 5 16 0 1 0 24911727 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25732/statm: 4217 1111 409 3 0 796 0
[pid=25745] ppid=25732 vsize=5356 CPUtime=0
/proc/25745/stat : 25745 (sh) S 25732 25732 21012 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24911866 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25745/statm: 1339 233 193 169 0 50 0
[pid=25746] ppid=25745 vsize=868564 CPUtime=4.87
/proc/25746/stat : 25746 (java) S 25745 25732 21012 0 -1 0 14251 0 1 0 478 9 0 0 18 0 9 0 24911866 889409536 13184 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25746/statm: 217141 13184 2566 9 0 211646 0
[pid=25746/tid=25747] ppid=25745 vsize=868564 CPUtime=3.87
/proc/25746/task/25747/stat : 25747 (java) R 25745 25732 21012 0 -1 64 3163 0 1 0 385 2 0 0 25 0 9 0 24911867 889409536 13184 996147200 134512640 134550932 4294955936 18446744073709551615 4126448584 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25748] ppid=25745 vsize=868564 CPUtime=0.79
/proc/25746/task/25748/stat : 25748 (java) S 25745 25732 21012 0 -1 64 8907 0 0 0 74 5 0 0 16 0 9 0 24911868 889409536 13184 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25749] ppid=25745 vsize=868564 CPUtime=0
/proc/25746/task/25749/stat : 25749 (java) S 25745 25732 21012 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24911868 889409536 13184 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25750] ppid=25745 vsize=868564 CPUtime=0
/proc/25746/task/25750/stat : 25750 (java) S 25745 25732 21012 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24911868 889409536 13184 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25751] ppid=25745 vsize=868564 CPUtime=0
/proc/25746/task/25751/stat : 25751 (java) S 25745 25732 21012 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24911870 889409536 13184 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25752] ppid=25745 vsize=868564 CPUtime=0.18
/proc/25746/task/25752/stat : 25752 (java) S 25745 25732 21012 0 -1 64 1482 0 0 0 18 0 0 0 15 0 9 0 24911870 889409536 13184 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25753] ppid=25745 vsize=868564 CPUtime=0
/proc/25746/task/25753/stat : 25753 (java) S 25745 25732 21012 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24911870 889409536 13184 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25754] ppid=25745 vsize=868564 CPUtime=0
/proc/25746/task/25754/stat : 25754 (java) S 25745 25732 21012 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24911870 889409536 13184 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.96
Current children cumulated vsize (KiB) 890788

[startup+12.7029 s]
/proc/loadavg: 3.47 2.87 2.36 3/83 25754
/proc/meminfo: memFree=1783160/2055920 swapFree=4192812/4192956
[pid=25732] ppid=25730 vsize=16868 CPUtime=1.09
/proc/25732/stat : 25732 (sugar) S 25730 25732 21012 0 -1 4194304 1305 8947 4 3 5 3 96 5 16 0 1 0 24911727 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25732/statm: 4217 1111 409 3 0 796 0
[pid=25745] ppid=25732 vsize=5356 CPUtime=0
/proc/25745/stat : 25745 (sh) S 25732 25732 21012 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24911866 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25745/statm: 1339 233 193 169 0 50 0
[pid=25746] ppid=25745 vsize=868564 CPUtime=11.23
/proc/25746/stat : 25746 (java) S 25745 25732 21012 0 -1 0 34461 0 1 0 1105 18 0 0 18 0 9 0 24911866 889409536 25585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25746/statm: 217141 25585 2569 9 0 211646 0
[pid=25746/tid=25747] ppid=25745 vsize=868564 CPUtime=8.78
/proc/25746/task/25747/stat : 25747 (java) R 25745 25732 21012 0 -1 64 3929 0 1 0 875 3 0 0 25 0 9 0 24911867 889409536 25585 996147200 134512640 134550932 4294955936 18446744073709551615 4126508858 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25748] ppid=25745 vsize=868564 CPUtime=2.24
/proc/25746/task/25748/stat : 25748 (java) S 25745 25732 21012 0 -1 64 28347 0 0 0 211 13 0 0 16 0 9 0 24911868 889409536 25585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25749] ppid=25745 vsize=868564 CPUtime=0
/proc/25746/task/25749/stat : 25749 (java) S 25745 25732 21012 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24911868 889409536 25585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25750] ppid=25745 vsize=868564 CPUtime=0
/proc/25746/task/25750/stat : 25750 (java) S 25745 25732 21012 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24911868 889409536 25585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25751] ppid=25745 vsize=868564 CPUtime=0
/proc/25746/task/25751/stat : 25751 (java) S 25745 25732 21012 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24911870 889409536 25585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25752] ppid=25745 vsize=868564 CPUtime=0.19
/proc/25746/task/25752/stat : 25752 (java) S 25745 25732 21012 0 -1 64 1486 0 0 0 19 0 0 0 15 0 9 0 24911870 889409536 25585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25753] ppid=25745 vsize=868564 CPUtime=0
/proc/25746/task/25753/stat : 25753 (java) S 25745 25732 21012 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24911870 889409536 25585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25754] ppid=25745 vsize=868564 CPUtime=0
/proc/25746/task/25754/stat : 25754 (java) S 25745 25732 21012 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24911870 889409536 25585 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.32
Current children cumulated vsize (KiB) 890788

[startup+25.502 s]
/proc/loadavg: 3.32 2.86 2.36 3/83 25754
/proc/meminfo: memFree=1691192/2055920 swapFree=4192812/4192956
[pid=25732] ppid=25730 vsize=16868 CPUtime=1.1
/proc/25732/stat : 25732 (sugar) S 25730 25732 21012 0 -1 4194304 1306 8947 4 3 6 3 96 5 16 0 1 0 24911727 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25732/statm: 4217 1111 409 3 0 796 0
[pid=25745] ppid=25732 vsize=5356 CPUtime=0
/proc/25745/stat : 25745 (sh) S 25732 25732 21012 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24911866 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25745/statm: 1339 233 193 169 0 50 0
[pid=25746] ppid=25745 vsize=868676 CPUtime=23.92
/proc/25746/stat : 25746 (java) S 25745 25732 21012 0 -1 0 40174 0 1 0 2321 71 0 0 18 0 9 0 24911866 889524224 27203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25746/statm: 217169 27203 2593 9 0 211646 0
[pid=25746/tid=25747] ppid=25745 vsize=868676 CPUtime=20.63
/proc/25746/task/25747/stat : 25747 (java) R 25745 25732 21012 0 -1 64 4443 0 1 0 2010 53 0 0 25 0 9 0 24911867 889524224 27203 996147200 134512640 134550932 4294955936 18446744073709551615 4126894370 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25748] ppid=25745 vsize=868676 CPUtime=3
/proc/25746/task/25748/stat : 25748 (java) S 25745 25732 21012 0 -1 64 33494 0 0 0 284 16 0 0 16 0 9 0 24911868 889524224 27203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25749] ppid=25745 vsize=868676 CPUtime=0
/proc/25746/task/25749/stat : 25749 (java) S 25745 25732 21012 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24911868 889524224 27203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25750] ppid=25745 vsize=868676 CPUtime=0
/proc/25746/task/25750/stat : 25750 (java) S 25745 25732 21012 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24911868 889524224 27203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25751] ppid=25745 vsize=868676 CPUtime=0
/proc/25746/task/25751/stat : 25751 (java) S 25745 25732 21012 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24911870 889524224 27203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25752] ppid=25745 vsize=868676 CPUtime=0.27
/proc/25746/task/25752/stat : 25752 (java) S 25745 25732 21012 0 -1 64 1538 0 0 0 26 1 0 0 17 0 9 0 24911870 889524224 27203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25753] ppid=25745 vsize=868676 CPUtime=0
/proc/25746/task/25753/stat : 25753 (java) S 25745 25732 21012 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24911870 889524224 27203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25754] ppid=25745 vsize=868676 CPUtime=0
/proc/25746/task/25754/stat : 25754 (java) S 25745 25732 21012 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24911870 889524224 27203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 890900

[startup+51.1013 s]
/proc/loadavg: 3.27 2.88 2.38 3/83 25754
/proc/meminfo: memFree=1453816/2055920 swapFree=4192812/4192956
[pid=25732] ppid=25730 vsize=16868 CPUtime=1.1
/proc/25732/stat : 25732 (sugar) S 25730 25732 21012 0 -1 4194304 1306 8947 4 3 6 3 96 5 16 0 1 0 24911727 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25732/statm: 4217 1111 409 3 0 796 0
[pid=25745] ppid=25732 vsize=5356 CPUtime=0
/proc/25745/stat : 25745 (sh) S 25732 25732 21012 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24911866 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25745/statm: 1339 233 193 169 0 50 0
[pid=25746] ppid=25745 vsize=868676 CPUtime=48.66
/proc/25746/stat : 25746 (java) S 25745 25732 21012 0 -1 0 40796 0 1 0 4653 213 0 0 18 0 9 0 24911866 889524224 27203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25746/statm: 217169 27203 2593 9 0 211646 0
[pid=25746/tid=25747] ppid=25745 vsize=868676 CPUtime=44.95
/proc/25746/task/25747/stat : 25747 (java) R 25745 25732 21012 0 -1 64 5065 0 1 0 4305 190 0 0 25 0 9 0 24911867 889524224 27203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=25746/tid=25748] ppid=25745 vsize=868676 CPUtime=3.41
/proc/25746/task/25748/stat : 25748 (java) S 25745 25732 21012 0 -1 64 33494 0 0 0 321 20 0 0 16 0 9 0 24911868 889524224 27203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=25746/tid=25749] ppid=25745 vsize=868676 CPUtime=0
/proc/25746/task/25749/stat : 25749 (java) S 25745 25732 21012 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24911868 889524224 27203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25750] ppid=25745 vsize=868676 CPUtime=0
/proc/25746/task/25750/stat : 25750 (java) S 25745 25732 21012 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24911868 889524224 27203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25751] ppid=25745 vsize=868676 CPUtime=0
/proc/25746/task/25751/stat : 25751 (java) S 25745 25732 21012 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24911870 889524224 27203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25752] ppid=25745 vsize=868676 CPUtime=0.27
/proc/25746/task/25752/stat : 25752 (java) S 25745 25732 21012 0 -1 64 1538 0 0 0 26 1 0 0 17 0 9 0 24911870 889524224 27203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25753] ppid=25745 vsize=868676 CPUtime=0
/proc/25746/task/25753/stat : 25753 (java) S 25745 25732 21012 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24911870 889524224 27203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25746/tid=25754] ppid=25745 vsize=868676 CPUtime=0
/proc/25746/task/25754/stat : 25754 (java) S 25745 25732 21012 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24911870 889524224 27203 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 49.76
Current children cumulated vsize (KiB) 890900

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

[startup+63.9015 s]
/proc/loadavg: 3.28 2.91 2.40 3/75 25756
/proc/meminfo: memFree=1113400/2055920 swapFree=4192812/4192956
[pid=25732] ppid=25730 vsize=16868 CPUtime=57.56
/proc/25732/stat : 25732 (sugar) S 25730 25732 21012 0 -1 4194304 1373 50266 4 4 6 3 5481 266 16 0 1 0 24911727 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25732/statm: 4217 1114 409 3 0 796 0
[pid=25755] ppid=25732 vsize=5356 CPUtime=0
/proc/25755/stat : 25755 (sh) S 25732 25732 21012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24917676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25755/statm: 1339 232 193 169 0 50 0
[pid=25756] ppid=25755 vsize=392424 CPUtime=4.35
/proc/25756/stat : 25756 (minisat) R 25755 25732 21012 0 -1 4194304 91838 0 0 0 378 57 0 0 25 0 1 0 24917677 401842176 91824 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/25756/statm: 98106 91824 62 150 0 97953 0
Current children cumulated CPU time (s) 61.91
Current children cumulated vsize (KiB) 414648

[startup+70.301 s]
/proc/loadavg: 3.18 2.89 2.40 3/75 25756
/proc/meminfo: memFree=746616/2055920 swapFree=4192812/4192956
[pid=25732] ppid=25730 vsize=16868 CPUtime=57.56
/proc/25732/stat : 25732 (sugar) S 25730 25732 21012 0 -1 4194304 1373 50266 4 4 6 3 5481 266 15 0 1 0 24911727 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25732/statm: 4217 1114 409 3 0 796 0
[pid=25755] ppid=25732 vsize=5356 CPUtime=0
/proc/25755/stat : 25755 (sh) S 25732 25732 21012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24917676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25755/statm: 1339 232 193 169 0 50 0
[pid=25756] ppid=25755 vsize=750492 CPUtime=10.73
/proc/25756/stat : 25756 (minisat) R 25755 25732 21012 0 -1 4194304 180075 0 0 0 959 114 0 0 25 0 1 0 24917677 768503808 180061 996147200 134512640 135127466 4294956256 18446744073709551615 134718351 0 0 4096 3 0 0 0 17 0 0 0
/proc/25756/statm: 187623 180066 74 150 0 187470 0
Current children cumulated CPU time (s) 68.29
Current children cumulated vsize (KiB) 772716

[startup+76.7016 s]
/proc/loadavg: 3.00 2.86 2.39 3/75 25756
/proc/meminfo: memFree=717368/2055920 swapFree=4192812/4192956
[pid=25732] ppid=25730 vsize=16868 CPUtime=57.56
/proc/25732/stat : 25732 (sugar) S 25730 25732 21012 0 -1 4194304 1373 50266 4 4 6 3 5481 266 16 0 1 0 24911727 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25732/statm: 4217 1114 409 3 0 796 0
[pid=25755] ppid=25732 vsize=5356 CPUtime=0
/proc/25755/stat : 25755 (sh) S 25732 25732 21012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24917676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25755/statm: 1339 232 193 169 0 50 0
[pid=25756] ppid=25755 vsize=783032 CPUtime=17.1
/proc/25756/stat : 25756 (minisat) R 25755 25732 21012 0 -1 4194304 188057 0 0 0 1592 118 0 0 25 0 1 0 24917677 801824768 188043 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/25756/statm: 195758 188043 76 150 0 195605 0
Current children cumulated CPU time (s) 74.66
Current children cumulated vsize (KiB) 805256

[startup+79.9019 s]
/proc/loadavg: 3.00 2.86 2.39 3/75 25756
/proc/meminfo: memFree=711800/2055920 swapFree=4192812/4192956
[pid=25732] ppid=25730 vsize=16868 CPUtime=57.56
/proc/25732/stat : 25732 (sugar) S 25730 25732 21012 0 -1 4194304 1373 50266 4 4 6 3 5481 266 16 0 1 0 24911727 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25732/statm: 4217 1114 409 3 0 796 0
[pid=25755] ppid=25732 vsize=5356 CPUtime=0
/proc/25755/stat : 25755 (sh) S 25732 25732 21012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24917676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25755/statm: 1339 232 193 169 0 50 0
[pid=25756] ppid=25755 vsize=786232 CPUtime=20.29
/proc/25756/stat : 25756 (minisat) R 25755 25732 21012 0 -1 4194304 188835 0 0 0 1911 118 0 0 25 0 1 0 24917677 805101568 188821 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/25756/statm: 196558 188821 76 150 0 196405 0
Current children cumulated CPU time (s) 77.85
Current children cumulated vsize (KiB) 808456

[startup+81.5011 s]
/proc/loadavg: 2.92 2.85 2.39 3/75 25756
/proc/meminfo: memFree=709368/2055920 swapFree=4192812/4192956
[pid=25732] ppid=25730 vsize=16868 CPUtime=57.56
/proc/25732/stat : 25732 (sugar) S 25730 25732 21012 0 -1 4194304 1373 50266 4 4 6 3 5481 266 15 0 1 0 24911727 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25732/statm: 4217 1114 409 3 0 796 0
[pid=25755] ppid=25732 vsize=5356 CPUtime=0
/proc/25755/stat : 25755 (sh) S 25732 25732 21012 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24917676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 235371291460 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/25755/statm: 1339 232 193 169 0 50 0
[pid=25756] ppid=25755 vsize=0 CPUtime=21.87
/proc/25756/stat : 25756 (minisat) R 25755 25732 21012 0 -1 4194308 189399 0 0 0 2066 121 0 0 25 0 1 0 24917677 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 0 0 0
/proc/25756/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 79.43
Current children cumulated vsize (KiB) 22224

[startup+81.9011 s]
/proc/loadavg: 2.92 2.85 2.39 3/75 25756
/proc/meminfo: memFree=709368/2055920 swapFree=4192812/4192956
[pid=25732] ppid=25730 vsize=16868 CPUtime=79.54
/proc/25732/stat : 25732 (sugar) S 25730 25732 21012 0 -1 4194304 1445 239950 4 4 6 3 7548 397 16 0 1 0 24911727 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 235380191330 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/25732/statm: 4217 1114 409 3 0 796 0
Current children cumulated CPU time (s) 79.54
Current children cumulated vsize (KiB) 16868

[startup+82.1011 s]
/proc/loadavg: 2.92 2.85 2.39 3/75 25756
/proc/meminfo: memFree=709368/2055920 swapFree=4192812/4192956
[pid=25732] ppid=25730 vsize=16868 CPUtime=79.99
/proc/25732/stat : 25732 (sugar) R 25730 25732 21012 0 -1 4194304 1474 246883 4 5 6 6 7587 400 16 0 1 0 24911727 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 235371467817 0 0 4224 16386 0 0 0 17 0 0 0
/proc/25732/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 79.99
Current children cumulated vsize (KiB) 16868

[startup+82.2011 s]
/proc/loadavg: 2.92 2.85 2.39 3/75 25756
/proc/meminfo: memFree=709368/2055920 swapFree=4192812/4192956
[pid=25732] ppid=25730 vsize=16868 CPUtime=80.09
/proc/25732/stat : 25732 (sugar) R 25730 25732 21012 0 -1 4194304 1474 246883 4 5 6 16 7587 400 16 0 1 0 24911727 17272832 1115 996147200 4194304 4206940 548682068608 18446744073709551615 235371467817 0 0 4224 16386 0 0 0 17 0 0 0
/proc/25732/statm: 4217 1115 410 3 0 796 0
Current children cumulated CPU time (s) 80.09
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 82.265
CPU time (s): 80.1858
CPU user time (s): 75.9475
CPU system time (s): 4.23835
CPU usage (%): 97.4726
Max. virtual memory (cumulated for all children) (KiB): 901036

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 75.9475
system time used= 4.23836
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 248417
page faults= 9
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16678
involuntary context switches= 16935

runsolver used 0.117982 second user time and 0.288956 second system time

The end

Launcher Data

Begin job on node51 at 2009-07-12 08:01:22
IDJOB=2083919
IDBENCH=57975
IDSOLVER=739
FILE ID=node51/2083919-1247378482
PBS_JOBID= 9507098
Free space on /tmp= 66200 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/fapp/fapp07/normalized-fapp07-0600-7.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083919-1247378482/watcher-2083919-1247378482 -o /tmp/evaluation-result-2083919-1247378482/solver-2083919-1247378482 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2083919-1247378482.xml

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

MD5SUM BENCH= c3977aded3fc1b33631985df26116e6e
RANDOM SEED=920796265

node51.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.225
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.225
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:       1875824 kB
Buffers:          3520 kB
Cached:          48500 kB
SwapCached:          0 kB
Active:         103940 kB
Inactive:        23508 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1875824 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3440 kB
Writeback:           0 kB
Mapped:          86964 kB
Slab:            38000 kB
Committed_AS:   266348 kB
PageTables:       1908 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= 66200 MiB
End job on node51 at 2009-07-12 08:02:45