Trace number 2061116

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+minisatSAT 381.815 385.333

General information on the benchmark

Namecsp/costasArray/
normalized-costasArray-16.xml
MD5SUMd5a4e42e307e2dee4bd264daf195f681
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.11153
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints132
Maximum constraint arity16
Maximum domain size30
Number of constraints which are defined in extension0
Number of constraints which are defined in intension118
Global constraints used (with number of constraints)alldifferent(14)

Solver Data

0.03/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.07	c 0	BEGIN Sat Jul 11 17:39:23 2009
0.03/0.07	c 0	PID 14015
0.03/0.07	c 0	HOST node81.alineos.net
0.03/0.07	c 0	CONVERTING HOME/instance-2061116-1247326763.xml TO HOME/temp.csp
0.03/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2061116-1247326763.xml' 'HOME/temp.csp'
0.06/0.34	c 0	2 domains, 133 variables, 2 predicates, 0 relations, 132 constraints
0.06/0.38	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.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'
0.33/0.46	c 1	Parsing HOME/temp.csp
0.33/0.48	c 1	parsed 269 expressions
0.33/0.51	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.33/0.51	c 1	Converting to clausal form CSP
0.33/0.53	c 1	converted 27 (10%) expressions
0.33/0.53	c 1	converted 54 (20%) expressions
0.33/0.53	c 1	converted 81 (30%) expressions
0.33/0.53	c 1	converted 108 (40%) expressions
0.33/0.53	c 1	converted 135 (50%) expressions
0.33/0.57	c 1	converted 162 (60%) expressions
0.33/0.59	c 1	converted 189 (70%) expressions
0.33/0.61	c 1	converted 216 (80%) expressions
0.33/0.62	c 1	converted 243 (90%) expressions
0.92/1.10	c 1	converted 269 (100%) expressions
0.92/1.10	c 1	CSP : 135 integers, 0 booleans, 946 clauses, largest domain size 31
0.92/1.10	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.92/1.10	c 1	Propagation in CSP
1.02/1.18	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.02/1.18	c 1	CSP : 135 integers, 0 booleans, 946 clauses, largest domain size 31
1.02/1.18	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.02/1.19	c 1	Simplifing CSP by introducing new Boolean variables
1.11/1.21	c 1	CSP : 135 integers, 1360 booleans, 2306 clauses, largest domain size 31
1.11/1.21	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.24	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.11/1.25	c 1	14 (10%) CSP integer variables are encoded (196 clauses, 2018 bytes)
1.11/1.26	c 1	27 (20%) CSP integer variables are encoded (532 clauses, 5714 bytes)
1.11/1.27	c 1	41 (30%) CSP integer variables are encoded (924 clauses, 10026 bytes)
1.11/1.28	c 1	54 (40%) CSP integer variables are encoded (1288 clauses, 14693 bytes)
1.11/1.28	c 1	68 (50%) CSP integer variables are encoded (1680 clauses, 19789 bytes)
1.11/1.29	c 1	81 (60%) CSP integer variables are encoded (2044 clauses, 24521 bytes)
1.11/1.29	c 1	95 (70%) CSP integer variables are encoded (2436 clauses, 29617 bytes)
1.11/1.29	c 1	108 (80%) CSP integer variables are encoded (2800 clauses, 34349 bytes)
1.11/1.29	c 1	122 (90%) CSP integer variables are encoded (3192 clauses, 39445 bytes)
1.11/1.29	c 1	135 (100%) CSP integer variables are encoded (3558 clauses, 44203 bytes)
1.31/1.49	c 2	231 (10%) CSP clauses are encoded (62463 clauses, 922469 bytes)
1.41/1.52	c 2	462 (20%) CSP clauses are encoded (69071 clauses, 1039255 bytes)
1.41/1.55	c 2	692 (30%) CSP clauses are encoded (73680 clauses, 1124759 bytes)
1.41/1.58	c 2	923 (40%) CSP clauses are encoded (78290 clauses, 1210319 bytes)
1.41/1.60	c 2	1153 (50%) CSP clauses are encoded (82928 clauses, 1296335 bytes)
1.51/1.62	c 2	1384 (60%) CSP clauses are encoded (87596 clauses, 1381693 bytes)
1.51/1.65	c 2	1615 (70%) CSP clauses are encoded (92293 clauses, 1461527 bytes)
1.51/1.67	c 2	1845 (80%) CSP clauses are encoded (96931 clauses, 1539055 bytes)
1.51/1.68	c 2	2076 (90%) CSP clauses are encoded (100338 clauses, 1593262 bytes)
1.51/1.69	c 2	2306 (100%) CSP clauses are encoded (102848 clauses, 1633108 bytes)
1.51/1.69	c 2	2306 CSP clauses encoded
1.51/1.69	c 2	Writing map file : HOME/temp.map
1.61/1.70	c 2	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.61/1.70	c 2	SAT : 5053 SAT variables, 102848 SAT clauses, 1633108 bytes
1.61/1.70	c 2	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.61/1.74	c 2	SOLVING HOME/temp.cnf
1.61/1.74	c 2	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
1.61/1.74	c 2	This is MiniSat 2.0 beta
1.61/1.74	c 2	WARNING: for repeatability, setting FPU to use double precision
1.61/1.74	c 2	============================[ Problem Statistics ]=============================
1.61/1.74	c 2	|                                                                             |
1.61/1.74	c 2	|  Number of variables:  5053                                                 |
1.61/1.74	c 2	|  Number of clauses:    102848                                               |
1.61/1.79	c 2	|  Parsing time:         0.04         s                                       |
1.61/1.79	c 2	============================[ Search Statistics ]==============================
1.61/1.79	c 2	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.61/1.79	c 2	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.61/1.79	c 2	===============================================================================
1.61/1.79	c 2	|         0 |    5053   102848   295078 |    34282        0    nan |  0.000 % |
1.62/1.84	c 2	|       101 |    5053   102848   295078 |    37710      101      9 |  0.000 % |
1.62/1.93	c 2	|       252 |    5053   102848   295078 |    41482      252     11 |  0.001 % |
1.62/2.07	c 2	|       478 |    5053   102848   295078 |    45630      478     14 |  0.001 % |
2.15/2.35	c 2	|       816 |    5053   102848   295078 |    50193      816     15 |  0.000 % |
2.45/2.62	c 3	|      1322 |    5053   102848   295078 |    55212     1322     17 |  0.001 % |
3.24/3.43	c 4	|      2082 |    5053   102848   295078 |    60733     2082     17 |  0.001 % |
4.03/4.28	c 4	|      3223 |    5053   102848   295078 |    66807     3223     19 |  0.000 % |
5.62/5.90	c 6	|      4933 |    5053   102848   295078 |    73487     4933     19 |  0.001 % |
8.10/8.36	c 8	|      7495 |    5053   102848   295078 |    80836     7495     19 |  0.001 % |
11.67/11.98	c 12	|     11340 |    5053   102848   295078 |    88920    11340     19 |  0.000 % |
17.72/18.05	c 18	|     17108 |    5053   102848   295078 |    97812    17108     19 |  0.001 % |
26.13/26.59	c 27	|     25757 |    5053   102848   295078 |   107593    25757     19 |  0.001 % |
41.79/42.31	c 42	|     38731 |    5052   102844   295070 |   118353    38730     19 |  0.020 % |
65.88/66.68	c 67	|     58192 |    5052   102844   295070 |   130188    58191     19 |  0.020 % |
115.93/117.15	c 117	|     87384 |    5052   102844   295070 |   143207    87383     19 |  0.020 % |
204.34/206.36	c 206	|    131175 |    5052   102844   295070 |   157527   131174     19 |  0.020 % |
327.24/330.34	c 330	|    196859 |    5052   102844   295070 |   173280    51418     22 |  0.020 % |
381.56/385.10	c 385	===============================================================================
381.56/385.10	c 385	restarts              : 18
381.56/385.10	c 385	conflicts             : 229612         (604 /sec)
381.56/385.10	c 385	decisions             : 262272         (0.62 % random) (690 /sec)
381.56/385.10	c 385	propagations          : 170280122      (448261 /sec)
381.56/385.10	c 385	conflict literals     : 4682627        (35.40 % deleted)
381.56/385.10	c 385	Memory used           : 23.68 MB
381.56/385.10	c 385	CPU time              : 379.868 s
381.56/385.10	c 385	
381.56/385.11	c 385	SATISFIABLE
381.56/385.11	c 385	DECODING HOME/temp.out WITH HOME/temp.map
381.56/385.11	c 385	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'
381.56/385.19	c 385	Decoding HOME/temp.out
381.59/385.31	s SATISFIABLE
381.59/385.31	v 9 4 6 15 7 11 1 16 10 8 5 12 3 2 13 14 5 -2 -9 8 -4 10 -15 6 2 3 -7 9 1 -11 -1 3 -11 -1 4 6 -5 -9 8 5 -4 2 10 -10 -12 -6 -3 -5 14 -9 1 -7 11 -2 5 3 -1 -11 2 -7 5 -1 -3 3 -4 4 7 6 -8 -2 -2 3 -10 5 -1 6 -11 13 8 -5 -9 8 -12 -4 7 2 -1 -2 14 -3 -6 -7 -6 -2 10 -5 8 -1 3 -4 -1 -4 1 3 4 9 -12 2 1 -1 -6 12 5 -2 -13 4 -8 3 13 -6 -3 -3 1 4 2 -7 6 2 -7 1 7 -9 -8
381.59/385.32	c 385	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
381.59/385.33	c 385	CPU 381.79 (0.05 0.02 381.49 0.23)
381.59/385.33	c 385	END Sat Jul 11 17:45:48 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2061116-1247326763/watcher-2061116-1247326763 -o /tmp/evaluation-result-2061116-1247326763/solver-2061116-1247326763 -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-2061116-1247326763.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: 1.91 1.95 1.91 4/81 14015
/proc/meminfo: memFree=1074024/2055920 swapFree=4192948/4192956
[pid=14015] ppid=14013 vsize=12272 CPUtime=0
/proc/14015/stat : 14015 (sugar) R 14013 14015 12986 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 19741386 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 269816478718 0 0 4224 0 0 0 0 17 1 0 0
/proc/14015/statm: 3068 327 246 3 0 168 0

[startup+0.034741 s]
/proc/loadavg: 1.91 1.95 1.91 4/81 14015
/proc/meminfo: memFree=1074024/2055920 swapFree=4192948/4192956
[pid=14015] ppid=14013 vsize=13336 CPUtime=0.03
/proc/14015/stat : 14015 (sugar) R 14013 14015 12986 0 -1 4194304 725 0 0 0 2 1 0 0 18 0 1 0 19741386 13656064 693 996147200 4194304 4206940 548682068608 18446744073709551615 269807424225 0 0 4224 0 0 0 0 17 1 0 0
/proc/14015/statm: 3334 694 338 3 0 434 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13336

[startup+0.101747 s]
/proc/loadavg: 1.91 1.95 1.91 4/81 14015
/proc/meminfo: memFree=1074024/2055920 swapFree=4192948/4192956
[pid=14015] ppid=14013 vsize=16868 CPUtime=0.06
/proc/14015/stat : 14015 (sugar) S 14013 14015 12986 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 19741386 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14015/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301768 s]
/proc/loadavg: 1.91 1.95 1.91 4/81 14015
/proc/meminfo: memFree=1074024/2055920 swapFree=4192948/4192956
[pid=14015] ppid=14013 vsize=16868 CPUtime=0.06
/proc/14015/stat : 14015 (sugar) S 14013 14015 12986 0 -1 4194304 1227 128 0 0 5 1 0 0 16 0 1 0 19741386 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14015/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701814 s]
/proc/loadavg: 1.91 1.95 1.91 4/81 14015
/proc/meminfo: memFree=1074024/2055920 swapFree=4192948/4192956
[pid=14015] ppid=14013 vsize=16868 CPUtime=0.33
/proc/14015/stat : 14015 (sugar) S 14013 14015 12986 0 -1 4194304 1309 4514 0 1 5 2 23 3 15 0 1 0 19741386 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14015/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.33
Current children cumulated vsize (KiB) 16868

[startup+1.5029 s]
/proc/loadavg: 1.91 1.95 1.91 4/92 14037
/proc/meminfo: memFree=1059664/2055920 swapFree=4192948/4192956
[pid=14015] ppid=14013 vsize=16868 CPUtime=0.33
/proc/14015/stat : 14015 (sugar) S 14013 14015 12986 0 -1 4194304 1310 4514 0 1 5 2 23 3 15 0 1 0 19741386 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14015/statm: 4217 1111 409 3 0 796 0
[pid=14028] ppid=14015 vsize=5356 CPUtime=0
/proc/14028/stat : 14028 (sh) S 14015 14015 12986 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19741425 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14028/statm: 1339 233 193 169 0 50 0
[pid=14029] ppid=14028 vsize=868600 CPUtime=1.08
/proc/14029/stat : 14029 (java) S 14028 14015 12986 0 -1 0 6546 0 1 0 103 5 0 0 20 0 9 0 19741425 889446400 5714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14029/statm: 217150 5714 2591 9 0 211627 0
[pid=14029/tid=14030] ppid=14028 vsize=868600 CPUtime=0.82
/proc/14029/task/14030/stat : 14030 (java) R 14028 14015 12986 0 -1 64 2796 0 1 0 80 2 0 0 25 0 9 0 19741426 889446400 5714 996147200 134512640 134550932 4294955936 18446744073709551615 4125976680 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14029/tid=14031] ppid=14028 vsize=868600 CPUtime=0.07
/proc/14029/task/14031/stat : 14031 (java) S 14028 14015 12986 0 -1 64 1562 0 0 0 6 1 0 0 16 0 9 0 19741427 889446400 5714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14029/tid=14032] ppid=14028 vsize=868600 CPUtime=0
/proc/14029/task/14032/stat : 14032 (java) S 14028 14015 12986 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19741427 889446400 5714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14029/tid=14033] ppid=14028 vsize=868600 CPUtime=0
/proc/14029/task/14033/stat : 14033 (java) S 14028 14015 12986 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 19741427 889446400 5714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14029/tid=14034] ppid=14028 vsize=868600 CPUtime=0
/proc/14029/task/14034/stat : 14034 (java) S 14028 14015 12986 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 19741429 889446400 5714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14029/tid=14035] ppid=14028 vsize=868600 CPUtime=0.16
/proc/14029/task/14035/stat : 14035 (java) S 14028 14015 12986 0 -1 64 1489 0 0 0 16 0 0 0 16 0 9 0 19741429 889446400 5714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14029/tid=14036] ppid=14028 vsize=868600 CPUtime=0
/proc/14029/task/14036/stat : 14036 (java) S 14028 14015 12986 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 19741429 889446400 5714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14029/tid=14037] ppid=14028 vsize=868600 CPUtime=0
/proc/14029/task/14037/stat : 14037 (java) S 14028 14015 12986 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19741429 889446400 5714 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 890824

[startup+3.10207 s]
/proc/loadavg: 1.91 1.95 1.91 3/84 14039
/proc/meminfo: memFree=1062992/2055920 swapFree=4192948/4192956
[pid=14015] ppid=14013 vsize=16868 CPUtime=1.62
/proc/14015/stat : 14015 (sugar) S 14013 14015 12986 0 -1 4194304 1376 11404 0 2 5 2 145 10 15 0 1 0 19741386 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14015/statm: 4217 1113 409 3 0 796 0
[pid=14038] ppid=14015 vsize=5356 CPUtime=0
/proc/14038/stat : 14038 (sh) S 14015 14015 12986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19741560 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14038/statm: 1339 232 193 169 0 50 0
[pid=14039] ppid=14038 vsize=6788 CPUtime=1.32
/proc/14039/stat : 14039 (minisat) R 14038 14015 12986 0 -1 4194304 1570 0 0 0 132 0 0 0 25 0 1 0 19741560 6950912 1556 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14039/statm: 1697 1556 75 150 0 1544 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 29012

[startup+6.30141 s]
/proc/loadavg: 1.92 1.95 1.91 3/84 14039
/proc/meminfo: memFree=1062544/2055920 swapFree=4192948/4192956
[pid=14015] ppid=14013 vsize=16868 CPUtime=1.62
/proc/14015/stat : 14015 (sugar) S 14013 14015 12986 0 -1 4194304 1376 11404 0 2 5 2 145 10 16 0 1 0 19741386 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14015/statm: 4217 1113 409 3 0 796 0
[pid=14038] ppid=14015 vsize=5356 CPUtime=0
/proc/14038/stat : 14038 (sh) S 14015 14015 12986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19741560 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14038/statm: 1339 232 193 169 0 50 0
[pid=14039] ppid=14038 vsize=7184 CPUtime=4.49
/proc/14039/stat : 14039 (minisat) R 14038 14015 12986 0 -1 4194304 1660 0 0 0 449 0 0 0 25 0 1 0 19741560 7356416 1646 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14039/statm: 1796 1646 75 150 0 1643 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 29408

[startup+12.7011 s]
/proc/loadavg: 1.93 1.95 1.91 3/84 14039
/proc/meminfo: memFree=1061776/2055920 swapFree=4192948/4192956
[pid=14015] ppid=14013 vsize=16868 CPUtime=1.62
/proc/14015/stat : 14015 (sugar) S 14013 14015 12986 0 -1 4194304 1376 11404 0 2 5 2 145 10 16 0 1 0 19741386 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14015/statm: 4217 1113 409 3 0 796 0
[pid=14038] ppid=14015 vsize=5356 CPUtime=0
/proc/14038/stat : 14038 (sh) S 14015 14015 12986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19741560 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14038/statm: 1339 232 193 169 0 50 0
[pid=14039] ppid=14038 vsize=7844 CPUtime=10.84
/proc/14039/stat : 14039 (minisat) R 14038 14015 12986 0 -1 4194304 1824 0 0 0 1083 1 0 0 25 0 1 0 19741560 8032256 1810 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/14039/statm: 1961 1810 75 150 0 1808 0
Current children cumulated CPU time (s) 12.46
Current children cumulated vsize (KiB) 30068

[startup+25.5015 s]
/proc/loadavg: 1.94 1.96 1.91 3/84 14039
/proc/meminfo: memFree=1060560/2055920 swapFree=4192948/4192956
[pid=14015] ppid=14013 vsize=16868 CPUtime=1.62
/proc/14015/stat : 14015 (sugar) S 14013 14015 12986 0 -1 4194304 1376 11404 0 2 5 2 145 10 16 0 1 0 19741386 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14015/statm: 4217 1113 409 3 0 796 0
[pid=14038] ppid=14015 vsize=5356 CPUtime=0
/proc/14038/stat : 14038 (sh) S 14015 14015 12986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19741560 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14038/statm: 1339 232 193 169 0 50 0
[pid=14039] ppid=14038 vsize=9132 CPUtime=23.52
/proc/14039/stat : 14039 (minisat) R 14038 14015 12986 0 -1 4194304 2161 0 0 0 2351 1 0 0 25 0 1 0 19741560 9351168 2147 996147200 134512640 135127466 4294956256 18446744073709551615 134530933 0 0 4096 3 0 0 0 17 0 0 0
/proc/14039/statm: 2283 2147 75 150 0 2130 0
Current children cumulated CPU time (s) 25.14
Current children cumulated vsize (KiB) 31356

[startup+51.1012 s]
/proc/loadavg: 1.96 1.96 1.91 3/84 14039
/proc/meminfo: memFree=1058192/2055920 swapFree=4192948/4192956
[pid=14015] ppid=14013 vsize=16868 CPUtime=1.62
/proc/14015/stat : 14015 (sugar) S 14013 14015 12986 0 -1 4194304 1376 11404 0 2 5 2 145 10 16 0 1 0 19741386 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14015/statm: 4217 1113 409 3 0 796 0
[pid=14038] ppid=14015 vsize=5356 CPUtime=0
/proc/14038/stat : 14038 (sh) S 14015 14015 12986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19741560 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14038/statm: 1339 232 193 169 0 50 0
[pid=14039] ppid=14038 vsize=11488 CPUtime=48.9
/proc/14039/stat : 14039 (minisat) R 14038 14015 12986 0 -1 4194304 2741 0 0 0 4888 2 0 0 25 0 1 0 19741560 11763712 2727 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14039/statm: 2872 2727 75 150 0 2719 0
Current children cumulated CPU time (s) 50.52
Current children cumulated vsize (KiB) 33712

[startup+102.307 s]
/proc/loadavg: 1.98 1.96 1.91 3/84 14039
/proc/meminfo: memFree=1054608/2055920 swapFree=4192948/4192956
[pid=14015] ppid=14013 vsize=16868 CPUtime=1.62
/proc/14015/stat : 14015 (sugar) S 14013 14015 12986 0 -1 4194304 1376 11404 0 2 5 2 145 10 16 0 1 0 19741386 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14015/statm: 4217 1113 409 3 0 796 0
[pid=14038] ppid=14015 vsize=5356 CPUtime=0
/proc/14038/stat : 14038 (sh) S 14015 14015 12986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19741560 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14038/statm: 1339 232 193 169 0 50 0
[pid=14039] ppid=14038 vsize=15044 CPUtime=99.65
/proc/14039/stat : 14039 (minisat) R 14038 14015 12986 0 -1 4194304 3641 0 0 0 9961 4 0 0 25 0 1 0 19741560 15405056 3627 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14039/statm: 3761 3627 75 150 0 3608 0
Current children cumulated CPU time (s) 101.27
Current children cumulated vsize (KiB) 37268

[startup+162.301 s]
/proc/loadavg: 2.04 1.98 1.91 3/84 14039
/proc/meminfo: memFree=1050960/2055920 swapFree=4192948/4192956
[pid=14015] ppid=14013 vsize=16868 CPUtime=1.62
/proc/14015/stat : 14015 (sugar) S 14013 14015 12986 0 -1 4194304 1376 11404 0 2 5 2 145 10 16 0 1 0 19741386 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14015/statm: 4217 1113 409 3 0 796 0
[pid=14038] ppid=14015 vsize=5356 CPUtime=0
/proc/14038/stat : 14038 (sh) S 14015 14015 12986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19741560 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14038/statm: 1339 232 193 169 0 50 0
[pid=14039] ppid=14038 vsize=18532 CPUtime=159.11
/proc/14039/stat : 14039 (minisat) R 14038 14015 12986 0 -1 4194304 4485 0 0 0 15906 5 0 0 25 0 1 0 19741560 18976768 4471 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14039/statm: 4633 4471 75 150 0 4480 0
Current children cumulated CPU time (s) 160.73
Current children cumulated vsize (KiB) 40756

[startup+222.302 s]
/proc/loadavg: 2.01 1.98 1.91 3/84 14039
/proc/meminfo: memFree=1047760/2055920 swapFree=4192948/4192956
[pid=14015] ppid=14013 vsize=16868 CPUtime=1.62
/proc/14015/stat : 14015 (sugar) S 14013 14015 12986 0 -1 4194304 1376 11404 0 2 5 2 145 10 16 0 1 0 19741386 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14015/statm: 4217 1113 409 3 0 796 0
[pid=14038] ppid=14015 vsize=5356 CPUtime=0
/proc/14038/stat : 14038 (sh) S 14015 14015 12986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19741560 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14038/statm: 1339 232 193 169 0 50 0
[pid=14039] ppid=14038 vsize=21716 CPUtime=218.58
/proc/14039/stat : 14039 (minisat) R 14038 14015 12986 0 -1 4194304 5245 0 0 0 21851 7 0 0 25 0 1 0 19741560 22237184 5231 996147200 134512640 135127466 4294956256 18446744073709551615 134530823 0 0 4096 3 0 0 0 17 0 0 0
/proc/14039/statm: 5429 5231 75 150 0 5276 0
Current children cumulated CPU time (s) 220.2
Current children cumulated vsize (KiB) 43940

[startup+282.302 s]
/proc/loadavg: 2.00 1.98 1.91 3/84 14039
/proc/meminfo: memFree=1045072/2055920 swapFree=4192948/4192956
[pid=14015] ppid=14013 vsize=16868 CPUtime=1.62
/proc/14015/stat : 14015 (sugar) S 14013 14015 12986 0 -1 4194304 1376 11404 0 2 5 2 145 10 16 0 1 0 19741386 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14015/statm: 4217 1113 409 3 0 796 0
[pid=14038] ppid=14015 vsize=5356 CPUtime=0
/proc/14038/stat : 14038 (sh) S 14015 14015 12986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19741560 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14038/statm: 1339 232 193 169 0 50 0
[pid=14039] ppid=14038 vsize=24240 CPUtime=278.06
/proc/14039/stat : 14039 (minisat) R 14038 14015 12986 0 -1 4194304 5881 0 0 0 27798 8 0 0 25 0 1 0 19741560 24821760 5867 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/14039/statm: 6060 5867 75 150 0 5907 0
Current children cumulated CPU time (s) 279.68
Current children cumulated vsize (KiB) 46464

[startup+342.301 s]
/proc/loadavg: 2.00 1.98 1.91 3/84 14039
/proc/meminfo: memFree=1044816/2055920 swapFree=4192948/4192956
[pid=14015] ppid=14013 vsize=16868 CPUtime=1.62
/proc/14015/stat : 14015 (sugar) S 14013 14015 12986 0 -1 4194304 1376 11404 0 2 5 2 145 10 16 0 1 0 19741386 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14015/statm: 4217 1113 409 3 0 796 0
[pid=14038] ppid=14015 vsize=5356 CPUtime=0
/proc/14038/stat : 14038 (sh) S 14015 14015 12986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19741560 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14038/statm: 1339 232 193 169 0 50 0
[pid=14039] ppid=14038 vsize=24240 CPUtime=337.51
/proc/14039/stat : 14039 (minisat) R 14038 14015 12986 0 -1 4194304 5881 0 0 0 33743 8 0 0 25 0 1 0 19741560 24821760 5867 996147200 134512640 135127466 4294956256 18446744073709551615 134530635 0 0 4096 3 0 0 0 17 0 0 0
/proc/14039/statm: 6060 5867 75 150 0 5907 0
Current children cumulated CPU time (s) 339.13
Current children cumulated vsize (KiB) 46464

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

[startup+358.301 s]
/proc/loadavg: 2.00 1.98 1.91 3/84 14039
/proc/meminfo: memFree=1044816/2055920 swapFree=4192948/4192956
[pid=14015] ppid=14013 vsize=16868 CPUtime=1.62
/proc/14015/stat : 14015 (sugar) S 14013 14015 12986 0 -1 4194304 1376 11404 0 2 5 2 145 10 16 0 1 0 19741386 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14015/statm: 4217 1113 409 3 0 796 0
[pid=14038] ppid=14015 vsize=5356 CPUtime=0
/proc/14038/stat : 14038 (sh) S 14015 14015 12986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19741560 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14038/statm: 1339 232 193 169 0 50 0
[pid=14039] ppid=14038 vsize=24240 CPUtime=353.38
/proc/14039/stat : 14039 (minisat) R 14038 14015 12986 0 -1 4194304 5881 0 0 0 35330 8 0 0 25 0 1 0 19741560 24821760 5867 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14039/statm: 6060 5867 75 150 0 5907 0
Current children cumulated CPU time (s) 355
Current children cumulated vsize (KiB) 46464

[startup+371.102 s]
/proc/loadavg: 2.00 1.98 1.91 3/84 14039
/proc/meminfo: memFree=1044816/2055920 swapFree=4192948/4192956
[pid=14015] ppid=14013 vsize=16868 CPUtime=1.62
/proc/14015/stat : 14015 (sugar) S 14013 14015 12986 0 -1 4194304 1376 11404 0 2 5 2 145 10 16 0 1 0 19741386 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14015/statm: 4217 1113 409 3 0 796 0
[pid=14038] ppid=14015 vsize=5356 CPUtime=0
/proc/14038/stat : 14038 (sh) S 14015 14015 12986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19741560 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14038/statm: 1339 232 193 169 0 50 0
[pid=14039] ppid=14038 vsize=24240 CPUtime=366.07
/proc/14039/stat : 14039 (minisat) R 14038 14015 12986 0 -1 4194304 5881 0 0 0 36599 8 0 0 25 0 1 0 19741560 24821760 5867 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14039/statm: 6060 5867 75 150 0 5907 0
Current children cumulated CPU time (s) 367.69
Current children cumulated vsize (KiB) 46464

[startup+377.501 s]
/proc/loadavg: 2.00 1.98 1.91 3/84 14039
/proc/meminfo: memFree=1044816/2055920 swapFree=4192948/4192956
[pid=14015] ppid=14013 vsize=16868 CPUtime=1.62
/proc/14015/stat : 14015 (sugar) S 14013 14015 12986 0 -1 4194304 1376 11404 0 2 5 2 145 10 16 0 1 0 19741386 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14015/statm: 4217 1113 409 3 0 796 0
[pid=14038] ppid=14015 vsize=5356 CPUtime=0
/proc/14038/stat : 14038 (sh) S 14015 14015 12986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19741560 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14038/statm: 1339 232 193 169 0 50 0
[pid=14039] ppid=14038 vsize=24240 CPUtime=372.41
/proc/14039/stat : 14039 (minisat) R 14038 14015 12986 0 -1 4194304 5881 0 0 0 37233 8 0 0 25 0 1 0 19741560 24821760 5867 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14039/statm: 6060 5867 75 150 0 5907 0
Current children cumulated CPU time (s) 374.03
Current children cumulated vsize (KiB) 46464

[startup+380.701 s]
/proc/loadavg: 2.00 1.98 1.91 3/84 14039
/proc/meminfo: memFree=1044816/2055920 swapFree=4192948/4192956
[pid=14015] ppid=14013 vsize=16868 CPUtime=1.62
/proc/14015/stat : 14015 (sugar) S 14013 14015 12986 0 -1 4194304 1376 11404 0 2 5 2 145 10 16 0 1 0 19741386 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14015/statm: 4217 1113 409 3 0 796 0
[pid=14038] ppid=14015 vsize=5356 CPUtime=0
/proc/14038/stat : 14038 (sh) S 14015 14015 12986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19741560 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14038/statm: 1339 232 193 169 0 50 0
[pid=14039] ppid=14038 vsize=24240 CPUtime=375.58
/proc/14039/stat : 14039 (minisat) R 14038 14015 12986 0 -1 4194304 5881 0 0 0 37550 8 0 0 25 0 1 0 19741560 24821760 5867 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14039/statm: 6060 5867 75 150 0 5907 0
Current children cumulated CPU time (s) 377.2
Current children cumulated vsize (KiB) 46464

[startup+383.907 s]
/proc/loadavg: 2.00 1.98 1.91 3/84 14039
/proc/meminfo: memFree=1044880/2055920 swapFree=4192948/4192956
[pid=14015] ppid=14013 vsize=16868 CPUtime=1.62
/proc/14015/stat : 14015 (sugar) S 14013 14015 12986 0 -1 4194304 1376 11404 0 2 5 2 145 10 16 0 1 0 19741386 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14015/statm: 4217 1113 409 3 0 796 0
[pid=14038] ppid=14015 vsize=5356 CPUtime=0
/proc/14038/stat : 14038 (sh) S 14015 14015 12986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19741560 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14038/statm: 1339 232 193 169 0 50 0
[pid=14039] ppid=14038 vsize=24240 CPUtime=378.75
/proc/14039/stat : 14039 (minisat) R 14038 14015 12986 0 -1 4194304 5881 0 0 0 37867 8 0 0 25 0 1 0 19741560 24821760 5867 996147200 134512640 135127466 4294956256 18446744073709551615 134530840 0 0 4096 3 0 0 0 17 0 0 0
/proc/14039/statm: 6060 5867 75 150 0 5907 0
Current children cumulated CPU time (s) 380.37
Current children cumulated vsize (KiB) 46464

[startup+384.702 s]
/proc/loadavg: 2.00 1.98 1.91 3/84 14039
/proc/meminfo: memFree=1044880/2055920 swapFree=4192948/4192956
[pid=14015] ppid=14013 vsize=16868 CPUtime=1.62
/proc/14015/stat : 14015 (sugar) S 14013 14015 12986 0 -1 4194304 1376 11404 0 2 5 2 145 10 16 0 1 0 19741386 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14015/statm: 4217 1113 409 3 0 796 0
[pid=14038] ppid=14015 vsize=5356 CPUtime=0
/proc/14038/stat : 14038 (sh) S 14015 14015 12986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19741560 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14038/statm: 1339 232 193 169 0 50 0
[pid=14039] ppid=14038 vsize=24240 CPUtime=379.54
/proc/14039/stat : 14039 (minisat) R 14038 14015 12986 0 -1 4194304 5881 0 0 0 37946 8 0 0 25 0 1 0 19741560 24821760 5867 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14039/statm: 6060 5867 75 150 0 5907 0
Current children cumulated CPU time (s) 381.16
Current children cumulated vsize (KiB) 46464

[startup+385.102 s]
/proc/loadavg: 2.00 1.98 1.91 3/84 14039
/proc/meminfo: memFree=1044880/2055920 swapFree=4192948/4192956
[pid=14015] ppid=14013 vsize=16868 CPUtime=1.62
/proc/14015/stat : 14015 (sugar) S 14013 14015 12986 0 -1 4194304 1376 11404 0 2 5 2 145 10 16 0 1 0 19741386 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14015/statm: 4217 1113 409 3 0 796 0
[pid=14038] ppid=14015 vsize=5356 CPUtime=0
/proc/14038/stat : 14038 (sh) S 14015 14015 12986 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19741560 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269807575876 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14038/statm: 1339 232 193 169 0 50 0
[pid=14039] ppid=14038 vsize=24240 CPUtime=379.94
/proc/14039/stat : 14039 (minisat) R 14038 14015 12986 0 -1 4194304 5881 0 0 0 37986 8 0 0 25 0 1 0 19741560 24821760 5867 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/14039/statm: 6060 5867 75 150 0 5907 0
Current children cumulated CPU time (s) 381.56
Current children cumulated vsize (KiB) 46464

[startup+385.302 s]
/proc/loadavg: 2.00 1.98 1.91 3/84 14039
/proc/meminfo: memFree=1044880/2055920 swapFree=4192948/4192956
[pid=14015] ppid=14013 vsize=16868 CPUtime=381.59
/proc/14015/stat : 14015 (sugar) S 14013 14015 12986 0 -1 4194304 1448 17580 0 2 5 2 38132 20 15 0 1 0 19741386 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269816475746 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14015/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 381.59
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 385.333
CPU time (s): 381.815
CPU user time (s): 381.554
CPU system time (s): 0.26096
CPU usage (%): 99.0869
Max. virtual memory (cumulated for all children) (KiB): 890824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 381.554
system time used= 0.26096
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22964
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= 2508
involuntary context switches= 11514

runsolver used 0.463929 second user time and 1.06784 second system time

The end

Launcher Data

Begin job on node81 at 2009-07-11 17:39:23
IDJOB=2061116
IDBENCH=53779
IDSOLVER=739
FILE ID=node81/2061116-1247326763
PBS_JOBID= 9506471
Free space on /tmp= 126620 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/costasArray/normalized-costasArray-16.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-2061116-1247326763/watcher-2061116-1247326763 -o /tmp/evaluation-result-2061116-1247326763/solver-2061116-1247326763 -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-2061116-1247326763.xml

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

MD5SUM BENCH= d5a4e42e307e2dee4bd264daf195f681
RANDOM SEED=983085088

node81.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.233
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.233
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1074504 kB
Buffers:         43596 kB
Cached:         778856 kB
SwapCached:          8 kB
Active:         187028 kB
Inactive:       740944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1074504 kB
SwapTotal:     4192956 kB
SwapFree:      4192948 kB
Dirty:            1324 kB
Writeback:           0 kB
Mapped:         123456 kB
Slab:            38396 kB
Committed_AS:   897212 kB
PageTables:       2052 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 126616 MiB
End job on node81 at 2009-07-11 17:45:49