Trace number 1107456

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 157.091 160.806

General information on the benchmark

Namecsp/fischer/
normalized-fischer-7-4-fair.xml
MD5SUM7dacb354b431a82a4e6c58fb80279ced
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.47578
Satisfiable
(Un)Satisfiability was proved
Number of variables7626
Number of constraints7207
Maximum constraint arity3
Maximum domain size20001
Number of constraints which are defined in extension0
Number of constraints which are defined in intension7207
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.59	c 0	Sugar v1-13 + HOME/minisat
0.00/0.59	c 0	BEGIN Mon Jul  7 20:47:31 2008
0.00/0.59	c 0	PID 2761
0.00/0.59	c 0	HOST node22.alineos.net
0.00/0.59	c 0	CONVERTING HOME/instance-1107456-1215456449.xml TO HOME/temp.csp
0.00/0.59	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1107456-1215456449.xml' 'HOME/temp.csp'
0.90/2.67	c 2	3 domains, 7626 variables, 9 predicates, 0 relations, 7207 constraints
0.97/2.70	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.97/2.70	c 2	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.97/2.77	c 2	Parsing HOME/temp.csp
0.98/3.09	c 2	parsed 10000 expressions
1.46/3.25	c 2	parsed 14845 expressions
1.46/3.26	c 2	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.46/3.26	c 2	Converting to clausal form CSP
1.54/3.30	c 2	converted 1485 (10%) expressions
1.54/3.32	c 2	converted 2969 (20%) expressions
1.54/3.32	c 2	converted 4454 (30%) expressions
1.54/3.32	c 2	converted 5938 (40%) expressions
1.54/3.32	c 2	converted 7423 (50%) expressions
1.73/3.52	c 3	converted 8907 (60%) expressions
1.93/3.72	c 3	converted 10392 (70%) expressions
2.13/3.96	c 3	converted 11876 (80%) expressions
2.23/4.09	c 3	converted 13361 (90%) expressions
2.43/4.21	c 3	converted 14845 (100%) expressions
2.43/4.21	c 3	CSP : 13307 integers, 478 booleans, 32726 clauses, largest domain size 20001
2.43/4.21	c 3	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.43/4.21	c 3	Propagation in CSP
75.94/78.58	c 78	186199295 values, 0 unsatisfiable literals, and 0 valid clauses are removed
75.94/78.59	c 78	CSP : 13307 integers, 478 booleans, 32726 clauses, largest domain size 20001
75.94/78.59	c 78	Heap : 21 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
76.04/78.60	c 78	Simplifing CSP by introducing new Boolean variables
76.04/78.68	c 78	CSP : 13307 integers, 11988 booleans, 44236 clauses, largest domain size 20001
76.04/78.68	c 78	Heap : 24 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
76.24/78.87	c 78	Encoding CSP to SAT : HOME/temp.cnf
76.34/78.93	c 78	1331 (10%) CSP integer variables are encoded (19132 clauses, 265380 bytes)
77.33/79.98	c 79	2662 (20%) CSP integer variables are encoded (809428 clauses, 13540171 bytes)
77.72/80.34	c 79	3993 (30%) CSP integer variables are encoded (1082992 clauses, 18358698 bytes)
78.31/80.97	c 80	5323 (40%) CSP integer variables are encoded (1552940 clauses, 27287710 bytes)
78.71/81.38	c 80	6654 (50%) CSP integer variables are encoded (1858487 clauses, 33093103 bytes)
78.71/81.39	c 80	7985 (60%) CSP integer variables are encoded (1858487 clauses, 33093103 bytes)
79.01/81.69	c 81	9315 (70%) CSP integer variables are encoded (2088441 clauses, 37462229 bytes)
79.21/81.86	c 81	10646 (80%) CSP integer variables are encoded (2208417 clauses, 39741773 bytes)
79.41/82.00	c 81	11977 (90%) CSP integer variables are encoded (2318401 clauses, 41831469 bytes)
79.61/82.23	c 81	13307 (100%) CSP integer variables are encoded (2488375 clauses, 45060975 bytes)
90.70/93.94	c 93	4424 (10%) CSP clauses are encoded (9087892 clauses, 177164607 bytes)
90.90/94.20	c 93	8848 (20%) CSP clauses are encoded (9249262 clauses, 180332714 bytes)
91.63/94.96	c 94	13271 (30%) CSP clauses are encoded (9691202 clauses, 189281280 bytes)
92.40/95.73	c 95	17695 (40%) CSP clauses are encoded (10172439 clauses, 199024696 bytes)
92.89/96.25	c 95	22118 (50%) CSP clauses are encoded (10493866 clauses, 205652318 bytes)
92.89/96.28	c 95	26542 (60%) CSP clauses are encoded (10495937 clauses, 205694388 bytes)
93.00/96.30	c 95	30966 (70%) CSP clauses are encoded (10497982 clauses, 205735898 bytes)
93.87/97.28	c 96	35389 (80%) CSP clauses are encoded (11100064 clauses, 218528224 bytes)
94.75/98.14	c 97	39813 (90%) CSP clauses are encoded (11621874 clauses, 229614441 bytes)
94.75/98.19	c 97	44236 (100%) CSP clauses are encoded (11634498 clauses, 229955443 bytes)
94.75/98.19	c 97	44236 CSP clauses encoded
94.75/98.19	c 97	Writing map file : HOME/temp.map
94.86/98.26	c 97	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
94.86/98.26	c 97	SAT : 2504057 SAT variables, 11634498 SAT clauses, 229955443 bytes
94.86/98.26	c 97	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
94.92/98.32	c 97	SOLVING HOME/temp.cnf
94.92/98.32	c 97	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
94.92/98.32	c 97	This is MiniSat 2.0 beta
94.92/98.32	c 97	WARNING: for repeatability, setting FPU to use double precision
94.92/98.32	c 97	============================[ Problem Statistics ]=============================
94.92/98.32	c 97	|                                                                             |
94.92/98.33	c 97	|  Number of variables:  2504057                                              |
94.92/98.33	c 97	|  Number of clauses:    11634498                                             |
100.87/104.33	c 103	|  Parsing time:         5.10         s                                       |
101.18/104.65	c 104	============================[ Search Statistics ]==============================
101.18/104.65	c 104	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
101.18/104.65	c 104	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
101.18/104.65	c 104	===============================================================================
101.18/104.65	c 104	|         0 | 2433393 11561626 30018703 |  3853875        0    nan |  0.000 % |
111.12/114.65	c 114	|       100 | 2417985 11561626 30018703 |  4239262       77      4 | 15.601 % |
130.53/134.19	c 133	|       250 | 1852953 10168783 27067974 |  4663189      164      4 | 29.972 % |
154.12/157.86	c 157	|       475 | 1361359  8794325 24042210 |  5129508      219      3 | 47.240 % |
156.31/160.04	c 159	===============================================================================
156.31/160.04	c 159	restarts              : 4
156.31/160.04	c 159	conflicts             : 541            (9 /sec)
156.31/160.04	c 159	decisions             : 10047          (0.37 % random) (166 /sec)
156.31/160.04	c 159	propagations          : 106066334      (1753545 /sec)
156.31/160.04	c 159	conflict literals     : 1514           (5.49 % deleted)
156.31/160.04	c 159	Memory used           : 649.87 MB
156.31/160.04	c 159	CPU time              : 60.4868 s
156.31/160.04	c 159	
156.31/160.04	c 159	UNSATISFIABLE
156.40/160.15	c 159	DECODING HOME/temp.out WITH HOME/temp.map
156.40/160.15	c 159	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
156.46/160.23	c 159	Decoding HOME/temp.out
156.89/160.63	s UNSATISFIABLE
156.89/160.64	c 160	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
156.89/160.69	c 160	CPU 153.58 (0.04 0.01 153.54 3.35)
156.89/160.69	c 160	END Mon Jul  7 20:50:11 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-1107456-1215456449/watcher-1107456-1215456449 -o /tmp/evaluation-result-1107456-1215456449/solver-1107456-1215456449 -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-1107456-1215456449.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: 0.00 0.00 0.00 5/71 2761
/proc/meminfo: memFree=1938332/2055920 swapFree=4192956/4192956
[pid=2761] ppid=2756 vsize=18572 CPUtime=0
/proc/2761/stat : 2761 (runsolver) D 2756 2761 2713 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 2347507 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 272467815719 0 0 4096 24578 18446744071563479169 0 0 17 1 0 0
/proc/2761/statm: 4643 292 257 25 0 2626 0

[startup+0.063054 s]
/proc/loadavg: 0.00 0.00 0.00 5/71 2761
/proc/meminfo: memFree=1938332/2055920 swapFree=4192956/4192956
[pid=2761] ppid=2756 vsize=6268 CPUtime=0
/proc/2761/stat : 2761 (sugar) D 2756 2761 2713 0 -1 4194304 61 0 1 0 0 0 0 0 18 0 1 0 2347507 6418432 47 996147200 4194304 4206940 548682068608 18446744073709551615 272465196425 0 0 4096 0 0 0 0 17 0 0 0
/proc/2761/statm: 1567 47 36 3 0 8 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 6268

[startup+0.102056 s]
/proc/loadavg: 0.00 0.00 0.00 5/71 2761
/proc/meminfo: memFree=1938332/2055920 swapFree=4192956/4192956
[pid=2761] ppid=2756 vsize=11864 CPUtime=0
/proc/2761/stat : 2761 (sugar) D 2756 2761 2713 0 -1 4194304 125 0 3 0 0 0 0 0 18 0 1 0 2347507 12148736 96 996147200 4194304 4206940 548682068608 18446744073709551615 272486205264 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/2761/statm: 2966 96 65 3 0 66 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 11864

[startup+0.302069 s]
/proc/loadavg: 0.00 0.00 0.00 5/71 2761
/proc/meminfo: memFree=1938332/2055920 swapFree=4192956/4192956
[pid=2761] ppid=2756 vsize=12268 CPUtime=0
/proc/2761/stat : 2761 (sugar) D 2756 2761 2713 0 -1 4194304 334 0 14 0 0 0 0 0 18 0 1 0 2347507 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 272467982949 0 2147483391 4224 0 18446744072099781622 0 0 17 0 0 0
/proc/2761/statm: 3067 316 241 3 0 167 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12268

[startup+0.701099 s]
/proc/loadavg: 0.00 0.00 0.00 5/71 2761
/proc/meminfo: memFree=1938332/2055920 swapFree=4192956/4192956
[pid=2761] ppid=2756 vsize=13600 CPUtime=0.04
/proc/2761/stat : 2761 (sugar) S 2756 2761 2713 0 -1 4194304 886 127 14 0 3 1 0 0 18 0 1 0 2347507 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2761/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50115 s]
/proc/loadavg: 0.00 0.00 0.00 2/79 2771
/proc/meminfo: memFree=1923164/2055920 swapFree=4192956/4192956
[pid=2761] ppid=2756 vsize=13600 CPUtime=0.04
/proc/2761/stat : 2761 (sugar) S 2756 2761 2713 0 -1 4194304 886 127 14 0 3 1 0 0 18 0 1 0 2347507 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/2761/statm: 3400 796 370 3 0 500 0
[pid=2766] ppid=2761 vsize=5356 CPUtime=0
/proc/2766/stat : 2766 (sh) S 2761 2761 2713 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2347567 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/2766/statm: 1339 233 193 169 0 50 0
[pid=2769] ppid=2766 vsize=863720 CPUtime=0.08
/proc/2769/stat : 2769 (java) S 2766 2761 2713 0 -1 0 2392 0 79 0 4 4 0 0 18 0 9 0 2347570 884449280 1997 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2769/statm: 215930 1997 1120 9 0 210512 0
[pid=2769/tid=2771] ppid=2766 vsize=863720 CPUtime=0.06
/proc/2769/task/2771/stat : 2771 (java) D 2766 2761 2713 0 -1 64 1531 0 35 0 3 3 0 0 18 0 9 0 2347595 884449280 1997 996147200 134512640 134550740 4294956000 18446744073709551615 4159513886 0 4 0 16800975 18446744071563479169 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 882676

[startup+3.10144 s]
/proc/loadavg: 0.00 0.00 0.00 5/93 2785
/proc/meminfo: memFree=1888364/2055920 swapFree=4192956/4192956
[pid=2761] ppid=2756 vsize=13600 CPUtime=0.98
/proc/2761/stat : 2761 (sugar) S 2756 2761 2713 0 -1 4194304 959 9277 14 154 3 1 84 10 16 0 1 0 2347507 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2761/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.98
Current children cumulated vsize (KiB) 13600

[startup+6.30265 s]
/proc/loadavg: 0.16 0.03 0.01 4/93 2805
/proc/meminfo: memFree=1843556/2055920 swapFree=4192956/4192956
[pid=2761] ppid=2756 vsize=13600 CPUtime=0.98
/proc/2761/stat : 2761 (sugar) S 2756 2761 2713 0 -1 4194304 960 9277 14 154 3 1 84 10 15 0 1 0 2347507 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2761/statm: 3400 797 370 3 0 500 0
[pid=2786] ppid=2761 vsize=5356 CPUtime=0
/proc/2786/stat : 2786 (sh) S 2761 2761 2713 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2347778 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2786/statm: 1339 233 193 169 0 50 0
[pid=2787] ppid=2786 vsize=869360 CPUtime=3.53
/proc/2787/stat : 2787 (java) S 2786 2761 2713 0 -1 0 11726 0 4 0 344 9 0 0 18 0 9 0 2347778 890224640 10649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2787/statm: 217340 10649 2540 9 0 211915 0
[pid=2787/tid=2788] ppid=2786 vsize=869360 CPUtime=2.6
/proc/2787/task/2788/stat : 2788 (java) R 2786 2761 2713 0 -1 64 3026 0 4 0 258 2 0 0 25 0 9 0 2347779 890224640 10649 996147200 134512640 134550740 4294955952 18446744073709551615 4126969392 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2787/tid=2789] ppid=2786 vsize=869360 CPUtime=0.65
/proc/2787/task/2789/stat : 2789 (java) S 2786 2761 2713 0 -1 64 6530 0 0 0 61 4 0 0 16 0 9 0 2347780 890224640 10649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2787/tid=2790] ppid=2786 vsize=869360 CPUtime=0
/proc/2787/task/2790/stat : 2790 (java) S 2786 2761 2713 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2347780 890224640 10649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2787/tid=2791] ppid=2786 vsize=869360 CPUtime=0
/proc/2787/task/2791/stat : 2791 (java) S 2786 2761 2713 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2347780 890224640 10649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2787/tid=2792] ppid=2786 vsize=869360 CPUtime=0
/proc/2787/task/2792/stat : 2792 (java) S 2786 2761 2713 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 2347782 890224640 10649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2787/tid=2793] ppid=2786 vsize=869360 CPUtime=0.23
/proc/2787/task/2793/stat : 2793 (java) S 2786 2761 2713 0 -1 64 1473 0 0 0 23 0 0 0 16 0 9 0 2347782 890224640 10649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2787/tid=2794] ppid=2786 vsize=869360 CPUtime=0
/proc/2787/task/2794/stat : 2794 (java) S 2786 2761 2713 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2347782 890224640 10649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2787/tid=2795] ppid=2786 vsize=869360 CPUtime=0
/proc/2787/task/2795/stat : 2795 (java) S 2786 2761 2713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2347782 890224640 10649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.51
Current children cumulated vsize (KiB) 888316

[startup+12.7022 s]
/proc/loadavg: 0.31 0.07 0.02 4/93 2805
/proc/meminfo: memFree=1843172/2055920 swapFree=4192956/4192956
[pid=2761] ppid=2756 vsize=13600 CPUtime=0.98
/proc/2761/stat : 2761 (sugar) S 2756 2761 2713 0 -1 4194304 960 9277 14 154 3 1 84 10 15 0 1 0 2347507 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2761/statm: 3400 797 370 3 0 500 0
[pid=2786] ppid=2761 vsize=5356 CPUtime=0
/proc/2786/stat : 2786 (sh) S 2761 2761 2713 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2347778 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2786/statm: 1339 233 193 169 0 50 0
[pid=2787] ppid=2786 vsize=869360 CPUtime=9.86
/proc/2787/stat : 2787 (java) S 2786 2761 2713 0 -1 0 12118 0 4 0 974 12 0 0 18 0 9 0 2347778 890224640 10649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2787/statm: 217340 10649 2540 9 0 211915 0
[pid=2787/tid=2788] ppid=2786 vsize=869360 CPUtime=8.77
/proc/2787/task/2788/stat : 2788 (java) R 2786 2761 2713 0 -1 64 3418 0 4 0 874 3 0 0 25 0 9 0 2347779 890224640 10649 996147200 134512640 134550740 4294955952 18446744073709551615 4126624960 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2787/tid=2789] ppid=2786 vsize=869360 CPUtime=0.82
/proc/2787/task/2789/stat : 2789 (java) S 2786 2761 2713 0 -1 64 6530 0 0 0 76 6 0 0 16 0 9 0 2347780 890224640 10649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2787/tid=2790] ppid=2786 vsize=869360 CPUtime=0
/proc/2787/task/2790/stat : 2790 (java) S 2786 2761 2713 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2347780 890224640 10649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2787/tid=2791] ppid=2786 vsize=869360 CPUtime=0
/proc/2787/task/2791/stat : 2791 (java) S 2786 2761 2713 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2347780 890224640 10649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2787/tid=2792] ppid=2786 vsize=869360 CPUtime=0
/proc/2787/task/2792/stat : 2792 (java) S 2786 2761 2713 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 2347782 890224640 10649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2787/tid=2793] ppid=2786 vsize=869360 CPUtime=0.23
/proc/2787/task/2793/stat : 2793 (java) S 2786 2761 2713 0 -1 64 1473 0 0 0 23 0 0 0 16 0 9 0 2347782 890224640 10649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2787/tid=2794] ppid=2786 vsize=869360 CPUtime=0
/proc/2787/task/2794/stat : 2794 (java) S 2786 2761 2713 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2347782 890224640 10649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2787/tid=2795] ppid=2786 vsize=869360 CPUtime=0
/proc/2787/task/2795/stat : 2795 (java) S 2786 2761 2713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2347782 890224640 10649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 10.84
Current children cumulated vsize (KiB) 888316

[startup+25.5019 s]
/proc/loadavg: 0.75 0.18 0.06 3/93 2805
/proc/meminfo: memFree=1843364/2055920 swapFree=4192956/4192956
[pid=2761] ppid=2756 vsize=13600 CPUtime=0.98
/proc/2761/stat : 2761 (sugar) S 2756 2761 2713 0 -1 4194304 960 9277 14 154 3 1 84 10 15 0 1 0 2347507 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2761/statm: 3400 797 370 3 0 500 0
[pid=2786] ppid=2761 vsize=5356 CPUtime=0
/proc/2786/stat : 2786 (sh) S 2761 2761 2713 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2347778 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2786/statm: 1339 233 193 169 0 50 0
[pid=2787] ppid=2786 vsize=869360 CPUtime=22.51
/proc/2787/stat : 2787 (java) S 2786 2761 2713 0 -1 0 12903 0 4 0 2231 20 0 0 18 0 9 0 2347778 890224640 10658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2787/statm: 217340 10658 2540 9 0 211915 0
[pid=2787/tid=2788] ppid=2786 vsize=869360 CPUtime=21.11
/proc/2787/task/2788/stat : 2788 (java) R 2786 2761 2713 0 -1 64 4194 0 4 0 2104 7 0 0 25 0 9 0 2347779 890224640 10658 996147200 134512640 134550740 4294955952 18446744073709551615 4126971613 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2787/tid=2789] ppid=2786 vsize=869360 CPUtime=1.15
/proc/2787/task/2789/stat : 2789 (java) S 2786 2761 2713 0 -1 64 6539 0 0 0 103 12 0 0 16 0 9 0 2347780 890224640 10658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2787/tid=2790] ppid=2786 vsize=869360 CPUtime=0
/proc/2787/task/2790/stat : 2790 (java) S 2786 2761 2713 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2347780 890224640 10658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2787/tid=2791] ppid=2786 vsize=869360 CPUtime=0
/proc/2787/task/2791/stat : 2791 (java) S 2786 2761 2713 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2347780 890224640 10658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2787/tid=2792] ppid=2786 vsize=869360 CPUtime=0
/proc/2787/task/2792/stat : 2792 (java) S 2786 2761 2713 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 2347782 890224640 10658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2787/tid=2793] ppid=2786 vsize=869360 CPUtime=0.23
/proc/2787/task/2793/stat : 2793 (java) S 2786 2761 2713 0 -1 64 1473 0 0 0 23 0 0 0 16 0 9 0 2347782 890224640 10658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2787/tid=2794] ppid=2786 vsize=869360 CPUtime=0
/proc/2787/task/2794/stat : 2794 (java) S 2786 2761 2713 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2347782 890224640 10658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2787/tid=2795] ppid=2786 vsize=869360 CPUtime=0
/proc/2787/task/2795/stat : 2795 (java) S 2786 2761 2713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2347782 890224640 10658 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 23.49
Current children cumulated vsize (KiB) 888316

[startup+51.1015 s]
/proc/loadavg: 1.29 0.35 0.12 3/93 2805
/proc/meminfo: memFree=1843172/2055920 swapFree=4192956/4192956
[pid=2761] ppid=2756 vsize=13600 CPUtime=0.98
/proc/2761/stat : 2761 (sugar) S 2756 2761 2713 0 -1 4194304 960 9277 14 154 3 1 84 10 15 0 1 0 2347507 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2761/statm: 3400 797 370 3 0 500 0
[pid=2786] ppid=2761 vsize=5356 CPUtime=0
/proc/2786/stat : 2786 (sh) S 2761 2761 2713 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 2347778 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2786/statm: 1339 233 193 169 0 50 0
[pid=2787] ppid=2786 vsize=869360 CPUtime=47.85
/proc/2787/stat : 2787 (java) S 2786 2761 2713 0 -1 0 14481 0 4 0 4747 38 0 0 18 0 9 0 2347778 890224640 10681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/2787/statm: 217340 10681 2540 9 0 211915 0
[pid=2787/tid=2788] ppid=2786 vsize=869360 CPUtime=45.77
/proc/2787/task/2788/stat : 2788 (java) R 2786 2761 2713 0 -1 64 5749 0 4 0 4564 13 0 0 25 0 9 0 2347779 890224640 10681 996147200 134512640 134550740 4294955952 18446744073709551615 4126577727 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2787/tid=2789] ppid=2786 vsize=869360 CPUtime=1.82
/proc/2787/task/2789/stat : 2789 (java) S 2786 2761 2713 0 -1 64 6562 0 0 0 159 23 0 0 16 0 9 0 2347780 890224640 10681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=2787/tid=2790] ppid=2786 vsize=869360 CPUtime=0
/proc/2787/task/2790/stat : 2790 (java) S 2786 2761 2713 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 2347780 890224640 10681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2787/tid=2791] ppid=2786 vsize=869360 CPUtime=0
/proc/2787/task/2791/stat : 2791 (java) S 2786 2761 2713 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 2347780 890224640 10681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2787/tid=2792] ppid=2786 vsize=869360 CPUtime=0
/proc/2787/task/2792/stat : 2792 (java) S 2786 2761 2713 0 -1 64 0 0 0 0 0 0 0 0 24 0 9 0 2347782 890224640 10681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2787/tid=2793] ppid=2786 vsize=869360 CPUtime=0.23
/proc/2787/task/2793/stat : 2793 (java) S 2786 2761 2713 0 -1 64 1473 0 0 0 23 0 0 0 16 0 9 0 2347782 890224640 10681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=2787/tid=2794] ppid=2786 vsize=869360 CPUtime=0
/proc/2787/task/2794/stat : 2794 (java) S 2786 2761 2713 0 -1 64 2 0 0 0 0 0 0 0 25 0 9 0 2347782 890224640 10681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=2787/tid=2795] ppid=2786 vsize=869360 CPUtime=0
/proc/2787/task/2795/stat : 2795 (java) S 2786 2761 2713 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 2347782 890224640 10681 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 48.83
Current children cumulated vsize (KiB) 888316

[startup+102.307 s]
/proc/loadavg: 2.23 0.73 0.26 4/78 2813
/proc/meminfo: memFree=869980/2055920 swapFree=4192956/4192956
[pid=2761] ppid=2756 vsize=13600 CPUtime=94.94
/proc/2761/stat : 2761 (sugar) S 2756 2761 2713 0 -1 4194304 1019 31224 14 158 4 1 9261 228 16 0 1 0 2347507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2761/statm: 3400 799 370 3 0 500 0
[pid=2812] ppid=2761 vsize=5356 CPUtime=0
/proc/2812/stat : 2812 (sh) S 2761 2761 2713 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2357340 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2812/statm: 1339 232 193 169 0 50 0
[pid=2813] ppid=2812 vsize=483404 CPUtime=3.95
/proc/2813/stat : 2813 (minisat) R 2812 2761 2713 0 -1 4194304 111900 0 0 0 331 64 0 0 25 0 1 0 2357340 495005696 111887 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/2813/statm: 120851 111887 62 150 0 120698 0
Current children cumulated CPU time (s) 98.89
Current children cumulated vsize (KiB) 502360

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

[startup+127.902 s]
/proc/loadavg: 2.15 0.83 0.30 4/77 2813
/proc/meminfo: memFree=517604/2055920 swapFree=4192956/4192956
[pid=2761] ppid=2756 vsize=13600 CPUtime=94.94
/proc/2761/stat : 2761 (sugar) S 2756 2761 2713 0 -1 4194304 1019 31224 14 158 4 1 9261 228 16 0 1 0 2347507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2761/statm: 3400 799 370 3 0 500 0
[pid=2812] ppid=2761 vsize=5356 CPUtime=0
/proc/2812/stat : 2812 (sh) S 2761 2761 2713 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2357340 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2812/statm: 1339 232 193 169 0 50 0
[pid=2813] ppid=2812 vsize=665464 CPUtime=29.42
/proc/2813/stat : 2813 (minisat) R 2812 2761 2713 0 -1 4194304 156792 0 0 0 2849 93 0 0 25 0 1 0 2357340 681435136 156778 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2813/statm: 166366 156778 75 150 0 166213 0
Current children cumulated CPU time (s) 124.36
Current children cumulated vsize (KiB) 684420

[startup+140.701 s]
/proc/loadavg: 2.28 0.92 0.34 4/77 2813
/proc/meminfo: memFree=462180/2055920 swapFree=4192956/4192956
[pid=2761] ppid=2756 vsize=13600 CPUtime=94.94
/proc/2761/stat : 2761 (sugar) S 2756 2761 2713 0 -1 4194304 1019 31224 14 158 4 1 9261 228 16 0 1 0 2347507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2761/statm: 3400 799 370 3 0 500 0
[pid=2812] ppid=2761 vsize=5356 CPUtime=0
/proc/2812/stat : 2812 (sh) S 2761 2761 2713 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2357340 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2812/statm: 1339 232 193 169 0 50 0
[pid=2813] ppid=2812 vsize=665464 CPUtime=42.16
/proc/2813/stat : 2813 (minisat) R 2812 2761 2713 0 -1 4194304 156860 0 0 0 4123 93 0 0 25 0 1 0 2357340 681435136 156846 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2813/statm: 166366 156846 75 150 0 166213 0
Current children cumulated CPU time (s) 137.1
Current children cumulated vsize (KiB) 684420

[startup+153.503 s]
/proc/loadavg: 2.23 0.96 0.36 4/77 2813
/proc/meminfo: memFree=411364/2055920 swapFree=4192956/4192956
[pid=2761] ppid=2756 vsize=13600 CPUtime=94.94
/proc/2761/stat : 2761 (sugar) S 2756 2761 2713 0 -1 4194304 1019 31224 14 158 4 1 9261 228 16 0 1 0 2347507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2761/statm: 3400 799 370 3 0 500 0
[pid=2812] ppid=2761 vsize=5356 CPUtime=0
/proc/2812/stat : 2812 (sh) S 2761 2761 2713 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2357340 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2812/statm: 1339 232 193 169 0 50 0
[pid=2813] ppid=2812 vsize=665464 CPUtime=54.9
/proc/2813/stat : 2813 (minisat) R 2812 2761 2713 0 -1 4194304 156900 0 0 0 5397 93 0 0 25 0 1 0 2357340 681435136 156886 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/2813/statm: 166366 156886 75 150 0 166213 0
Current children cumulated CPU time (s) 149.84
Current children cumulated vsize (KiB) 684420

[startup+156.701 s]
/proc/loadavg: 2.30 0.99 0.37 4/77 2813
/proc/meminfo: memFree=397604/2055920 swapFree=4192956/4192956
[pid=2761] ppid=2756 vsize=13600 CPUtime=94.94
/proc/2761/stat : 2761 (sugar) S 2756 2761 2713 0 -1 4194304 1019 31224 14 158 4 1 9261 228 16 0 1 0 2347507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2761/statm: 3400 799 370 3 0 500 0
[pid=2812] ppid=2761 vsize=5356 CPUtime=0
/proc/2812/stat : 2812 (sh) S 2761 2761 2713 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2357340 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2812/statm: 1339 232 193 169 0 50 0
[pid=2813] ppid=2812 vsize=665464 CPUtime=58.08
/proc/2813/stat : 2813 (minisat) R 2812 2761 2713 0 -1 4194304 156900 0 0 0 5715 93 0 0 25 0 1 0 2357340 681435136 156886 996147200 134512640 135127466 4294956256 18446744073709551615 134530644 0 0 4096 3 0 0 0 17 1 0 0
/proc/2813/statm: 166366 156886 75 150 0 166213 0
Current children cumulated CPU time (s) 153.02
Current children cumulated vsize (KiB) 684420

[startup+158.301 s]
/proc/loadavg: 2.30 0.99 0.37 4/77 2813
/proc/meminfo: memFree=388388/2055920 swapFree=4192956/4192956
[pid=2761] ppid=2756 vsize=13600 CPUtime=94.94
/proc/2761/stat : 2761 (sugar) S 2756 2761 2713 0 -1 4194304 1019 31224 14 158 4 1 9261 228 16 0 1 0 2347507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2761/statm: 3400 799 370 3 0 500 0
[pid=2812] ppid=2761 vsize=5356 CPUtime=0
/proc/2812/stat : 2812 (sh) S 2761 2761 2713 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2357340 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2812/statm: 1339 232 193 169 0 50 0
[pid=2813] ppid=2812 vsize=665464 CPUtime=59.68
/proc/2813/stat : 2813 (minisat) R 2812 2761 2713 0 -1 4194304 156900 0 0 0 5875 93 0 0 25 0 1 0 2357340 681435136 156886 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2813/statm: 166366 156886 75 150 0 166213 0
Current children cumulated CPU time (s) 154.62
Current children cumulated vsize (KiB) 684420

[startup+159.901 s]
/proc/loadavg: 2.27 1.01 0.38 4/77 2813
/proc/meminfo: memFree=383716/2055920 swapFree=4192956/4192956
[pid=2761] ppid=2756 vsize=13600 CPUtime=94.94
/proc/2761/stat : 2761 (sugar) S 2756 2761 2713 0 -1 4194304 1019 31224 14 158 4 1 9261 228 16 0 1 0 2347507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2761/statm: 3400 799 370 3 0 500 0
[pid=2812] ppid=2761 vsize=5356 CPUtime=0
/proc/2812/stat : 2812 (sh) S 2761 2761 2713 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 2357340 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 272467813188 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/2812/statm: 1339 232 193 169 0 50 0
[pid=2813] ppid=2812 vsize=665464 CPUtime=61.27
/proc/2813/stat : 2813 (minisat) R 2812 2761 2713 0 -1 4194304 156900 0 0 0 6034 93 0 0 25 0 1 0 2357340 681435136 156886 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/2813/statm: 166366 156886 75 150 0 166213 0
Current children cumulated CPU time (s) 156.21
Current children cumulated vsize (KiB) 684420

[startup+160.301 s]
/proc/loadavg: 2.27 1.01 0.38 4/77 2813
/proc/meminfo: memFree=383716/2055920 swapFree=4192956/4192956
[pid=2761] ppid=2756 vsize=13600 CPUtime=156.46
/proc/2761/stat : 2761 (sugar) S 2756 2761 2713 0 -1 4194304 1076 188418 14 158 4 1 15309 332 16 0 1 0 2347507 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 272476713058 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/2761/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 156.46
Current children cumulated vsize (KiB) 13600

[startup+160.702 s]
/proc/loadavg: 2.27 1.01 0.38 5/85 2823
/proc/meminfo: memFree=1002084/2055920 swapFree=4192956/4192956
[pid=2761] ppid=2756 vsize=13600 CPUtime=156.96
/proc/2761/stat : 2761 (sugar) R 2756 2761 2713 0 -1 4194304 1105 192652 14 159 4 3 15354 335 16 0 1 0 2347507 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 0 0 0 17 1 0 0
/proc/2761/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 156.96
Current children cumulated vsize (KiB) 13600

[startup+160.801 s]
/proc/loadavg: 2.27 1.01 0.38 5/85 2823
/proc/meminfo: memFree=1002084/2055920 swapFree=4192956/4192956
[pid=2761] ppid=2756 vsize=13600 CPUtime=157.06
/proc/2761/stat : 2761 (sugar) R 2756 2761 2713 0 -1 4194304 1105 192652 14 159 4 13 15354 335 16 0 1 0 2347507 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 272467989545 0 0 4224 16386 0 0 0 17 1 0 0
/proc/2761/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 157.06
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 160.806
CPU time (s): 157.091
CPU user time (s): 153.597
CPU system time (s): 3.49447
CPU usage (%): 97.69
Max. virtual memory (cumulated for all children) (KiB): 893444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 153.597
system time used= 3.49447
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193787
page faults= 173
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54840
involuntary context switches= 55579

runsolver used 0.234964 second user time and 0.551916 second system time

The end

Launcher Data (download as text)

Begin job on node22 at 2008-07-07 20:47:29
IDJOB=1107456
IDBENCH=54241
IDSOLVER=346
FILE ID=node22/1107456-1215456449
PBS_JOBID= 7888602
Free space on /tmp= 66464 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/fischer/normalized-fischer-7-4-fair.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-1107456-1215456449/watcher-1107456-1215456449 -o /tmp/evaluation-result-1107456-1215456449/solver-1107456-1215456449 -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-1107456-1215456449.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 7dacb354b431a82a4e6c58fb80279ced
RANDOM SEED=1268698666

node22.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.253
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.253
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:       1939676 kB
Buffers:         21480 kB
Cached:          51076 kB
SwapCached:          0 kB
Active:          64456 kB
Inactive:        22712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1939676 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            5060 kB
Writeback:           0 kB
Mapped:          24328 kB
Slab:            14744 kB
Committed_AS:    52780 kB
PageTables:       1564 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= 66240 MiB
End job on node22 at 2008-07-07 20:50:11