Trace number 2060203

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 477.032 482.289

General information on the benchmark

Namecsp/magicSquare/
normalized-magicSquare-10_glb.xml
MD5SUM8bce133ddb71db1f40340916746927bb
Bench CategoryAlldiff+Elt+WSum (alldiff,element,weightedsum)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.696893
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints23
Maximum constraint arity100
Maximum domain size100
Number of constraints which are defined in extension0
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)alldifferent(1),weightedsum(22)

Solver Data

0.04/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.04/0.08	c 0	BEGIN Sat Jul 11 17:23:12 2009
0.04/0.08	c 0	PID 11898
0.04/0.08	c 0	HOST node10.alineos.net
0.04/0.08	c 0	CONVERTING HOME/instance-2060203-1247325791.xml TO HOME/temp.csp
0.04/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2060203-1247325791.xml' 'HOME/temp.csp'
0.07/0.32	c 0	1 domains, 100 variables, 0 predicates, 0 relations, 23 constraints
0.07/0.36	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.36	c 0	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.27/0.43	c 0	Parsing HOME/temp.csp
0.27/0.46	c 0	parsed 124 expressions
0.27/0.47	c 0	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.27/0.47	c 0	Converting to clausal form CSP
0.27/0.49	c 0	converted 13 (10%) expressions
0.27/0.49	c 0	converted 25 (20%) expressions
0.27/0.49	c 0	converted 38 (30%) expressions
0.27/0.49	c 0	converted 50 (40%) expressions
0.27/0.49	c 0	converted 62 (50%) expressions
0.27/0.49	c 0	converted 75 (60%) expressions
0.27/0.49	c 0	converted 87 (70%) expressions
0.27/0.49	c 0	converted 100 (80%) expressions
0.27/0.69	c 0	converted 112 (90%) expressions
0.89/1.06	c 1	converted 124 (100%) expressions
0.89/1.06	c 1	CSP : 408 integers, 0 booleans, 5612 clauses, largest domain size 397
0.89/1.06	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.89/1.06	c 1	Propagation in CSP
0.99/1.14	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.99/1.14	c 1	CSP : 408 integers, 0 booleans, 5612 clauses, largest domain size 397
0.99/1.14	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.99/1.14	c 1	Simplifing CSP by introducing new Boolean variables
1.09/1.24	c 1	CSP : 408 integers, 9900 booleans, 15512 clauses, largest domain size 397
1.09/1.24	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.19/1.31	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.19/1.33	c 1	41 (10%) CSP integer variables are encoded (4018 clauses, 50108 bytes)
1.19/1.34	c 1	82 (20%) CSP integer variables are encoded (8036 clauses, 102342 bytes)
1.19/1.35	c 1	123 (30%) CSP integer variables are encoded (15519 clauses, 210862 bytes)
1.19/1.36	c 1	164 (40%) CSP integer variables are encoded (25972 clauses, 367657 bytes)
1.19/1.38	c 1	204 (50%) CSP integer variables are encoded (36129 clauses, 520012 bytes)
1.19/1.39	c 1	245 (60%) CSP integer variables are encoded (46582 clauses, 676807 bytes)
1.28/1.40	c 1	286 (70%) CSP integer variables are encoded (56936 clauses, 832117 bytes)
1.28/1.42	c 1	327 (80%) CSP integer variables are encoded (67389 clauses, 988912 bytes)
1.28/1.43	c 1	368 (90%) CSP integer variables are encoded (77644 clauses, 1142737 bytes)
1.28/1.45	c 1	408 (100%) CSP integer variables are encoded (87900 clauses, 1296577 bytes)
26.22/26.85	c 27	1552 (10%) CSP clauses are encoded (14126101 clauses, 284925313 bytes)
26.41/27.06	c 27	3103 (20%) CSP clauses are encoded (14230018 clauses, 286883238 bytes)
26.61/27.27	c 27	4654 (30%) CSP clauses are encoded (14333935 clauses, 288919643 bytes)
26.80/27.48	c 27	6205 (40%) CSP clauses are encoded (14437852 clauses, 290983507 bytes)
27.00/27.69	c 27	7756 (50%) CSP clauses are encoded (14541769 clauses, 293047371 bytes)
27.20/27.89	c 28	9308 (60%) CSP clauses are encoded (14645786 clauses, 295113224 bytes)
27.40/28.09	c 28	10859 (70%) CSP clauses are encoded (14749703 clauses, 297177088 bytes)
27.68/28.30	c 28	12410 (80%) CSP clauses are encoded (14853620 clauses, 299240952 bytes)
27.88/28.51	c 28	13961 (90%) CSP clauses are encoded (14957537 clauses, 301304816 bytes)
28.08/28.71	c 28	15512 (100%) CSP clauses are encoded (15061256 clauses, 303365782 bytes)
28.08/28.72	c 28	15512 CSP clauses encoded
28.08/28.72	c 28	Writing map file : HOME/temp.map
28.08/28.72	c 28	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
28.08/28.72	c 28	SAT : 98208 SAT variables, 15061256 SAT clauses, 303365782 bytes
28.08/28.72	c 28	Heap : 6 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
28.08/28.77	c 29	SOLVING HOME/temp.cnf
28.08/28.77	c 29	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
28.08/28.77	c 29	This is MiniSat 2.0 beta
28.08/28.77	c 29	WARNING: for repeatability, setting FPU to use double precision
28.08/28.77	c 29	============================[ Problem Statistics ]=============================
28.08/28.77	c 29	|                                                                             |
28.08/28.77	c 29	|  Number of variables:  98208                                                |
28.08/28.77	c 29	|  Number of clauses:    15061256                                             |
35.36/36.12	c 36	|  Parsing time:         6.21         s                                       |
35.75/36.50	c 36	============================[ Search Statistics ]==============================
35.75/36.50	c 36	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
35.75/36.50	c 36	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
35.75/36.50	c 36	===============================================================================
35.75/36.50	c 36	|         0 |   98208 15061256 44892716 |  5020418        0    nan |  0.000 % |
39.39/40.20	c 40	|       100 |   98208 15061256 44892716 |  5522460      100     23 |  0.000 % |
41.38/42.22	c 42	|       250 |   98208 15061256 44892716 |  6074706      250     16 |  0.000 % |
45.63/46.56	c 46	|       475 |   98208 15061256 44892716 |  6682177      475     16 |  0.000 % |
50.48/51.46	c 51	|       813 |   98208 15061256 44892716 |  7350394      813     19 |  0.000 % |
65.14/66.23	c 66	|      1319 |   98208 15061256 44892716 |  8085434     1319     23 |  0.000 % |
99.40/100.82	c 101	|      2078 |   98208 15061256 44892716 |  8893977     2078     31 |  0.000 % |
131.95/133.73	c 133	|      3218 |   98208 15061256 44892716 |  9783375     3218     39 |  0.000 % |
160.27/162.38	c 162	|      4926 |   98208 15061256 44892716 | 10761713     4926     41 |  0.000 % |
170.86/173.07	c 173	|      7489 |   98208 15061256 44892716 | 11837884     7489     30 |  0.000 % |
232.47/235.23	c 235	|     11333 |   98208 15061256 44892716 | 13021673    11333     46 |  0.000 % |
367.73/371.92	c 372	|     17100 |   98208 15061256 44892716 | 14323840    17099     54 |  0.002 % |
476.47/481.71	c 481	===============================================================================
476.47/481.72	c 481	restarts              : 12
476.47/481.72	c 481	conflicts             : 21878          (49 /sec)
476.47/481.72	c 481	decisions             : 33010          (0.46 % random) (74 /sec)
476.47/481.72	c 481	propagations          : 41954099       (93831 /sec)
476.47/481.72	c 481	conflict literals     : 1262472        (7.44 % deleted)
476.47/481.72	c 481	Memory used           : 635.96 MB
476.47/481.72	c 481	CPU time              : 447.125 s
476.47/481.72	c 481	
476.47/481.76	c 482	SATISFIABLE
476.57/481.86	c 482	DECODING HOME/temp.out WITH HOME/temp.map
476.57/481.86	c 482	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'
476.63/481.94	c 482	Decoding HOME/temp.out
476.63/482.08	s SATISFIABLE
476.63/482.08	v 67 5 65 88 48 55 49 7 76 45 98 57 80 69 46 40 59 27 1 28 18 43 79 78 31 34 44 92 35 51 61 6 2 8 3 90 99 94 89 53 10 96 50 30 82 36 11 13 93 84 66 70 85 22 56 12 17 100 4 73 47 9 64 29 83 77 14 15 72 95 42 54 16 87 41 52 81 74 39 19 33 68 38 32 24 86 71 58 75 20 63 97 26 62 91 23 60 25 21 37
476.63/482.09	c 482	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
476.63/482.14	c 482	CPU 476.86 (0.07 0.01 472.86 3.92)
476.63/482.14	c 482	END Sat Jul 11 17:31:14 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-2060203-1247325791/watcher-2060203-1247325791 -o /tmp/evaluation-result-2060203-1247325791/solver-2060203-1247325791 -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-2060203-1247325791.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.66 2.01 1.97 4/84 11898
/proc/meminfo: memFree=886032/2055920 swapFree=4192956/4192956
[pid=11898] ppid=11896 vsize=12268 CPUtime=0
/proc/11898/stat : 11898 (sugar) R 11896 11898 10937 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 19646224 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 214920034917 0 0 4224 0 0 0 0 17 1 0 0
/proc/11898/statm: 3067 316 241 3 0 167 0

[startup+0.06411 s]
/proc/loadavg: 1.66 2.01 1.97 4/84 11898
/proc/meminfo: memFree=886032/2055920 swapFree=4192956/4192956
[pid=11898] ppid=11896 vsize=16080 CPUtime=0.04
/proc/11898/stat : 11898 (sugar) R 11896 11898 10937 0 -1 4194304 938 0 0 0 4 0 0 0 18 0 1 0 19646224 16465920 906 996147200 4194304 4206940 548682068608 18446744073709551615 214937318288 0 0 4224 0 0 0 0 17 1 0 0
/proc/11898/statm: 4020 906 380 3 0 599 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 16080

[startup+0.101118 s]
/proc/loadavg: 1.66 2.01 1.97 4/84 11898
/proc/meminfo: memFree=886032/2055920 swapFree=4192956/4192956
[pid=11898] ppid=11896 vsize=16868 CPUtime=0.07
/proc/11898/stat : 11898 (sugar) S 11896 11898 10937 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19646224 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11898/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30116 s]
/proc/loadavg: 1.66 2.01 1.97 4/84 11898
/proc/meminfo: memFree=886032/2055920 swapFree=4192956/4192956
[pid=11898] ppid=11896 vsize=16868 CPUtime=0.07
/proc/11898/stat : 11898 (sugar) S 11896 11898 10937 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 19646224 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11898/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701242 s]
/proc/loadavg: 1.66 2.01 1.97 4/84 11898
/proc/meminfo: memFree=886032/2055920 swapFree=4192956/4192956
[pid=11898] ppid=11896 vsize=16868 CPUtime=0.27
/proc/11898/stat : 11898 (sugar) S 11896 11898 10937 0 -1 4194304 1309 4264 0 1 6 1 17 3 16 0 1 0 19646224 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11898/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 16868

[startup+1.50242 s]
/proc/loadavg: 1.77 2.03 1.97 3/95 11920
/proc/meminfo: memFree=869688/2055920 swapFree=4192956/4192956
[pid=11898] ppid=11896 vsize=16868 CPUtime=0.27
/proc/11898/stat : 11898 (sugar) S 11896 11898 10937 0 -1 4194304 1310 4264 0 1 6 1 17 3 15 0 1 0 19646224 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11898/statm: 4217 1111 409 3 0 796 0
[pid=11911] ppid=11898 vsize=5356 CPUtime=0
/proc/11911/stat : 11911 (sh) S 11898 11898 10937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19646260 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11911/statm: 1339 233 193 169 0 50 0
[pid=11912] ppid=11911 vsize=868680 CPUtime=1.11
/proc/11912/stat : 11912 (java) S 11911 11898 10937 0 -1 0 7877 0 1 0 105 6 0 0 18 0 9 0 19646260 889528320 7037 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11912/statm: 217170 7037 2590 9 0 211647 0
[pid=11912/tid=11913] ppid=11911 vsize=868680 CPUtime=0.68
/proc/11912/task/11913/stat : 11913 (java) R 11911 11898 10937 0 -1 64 2801 0 1 0 66 2 0 0 23 0 9 0 19646261 889528320 7037 996147200 134512640 134550932 4294955936 18446744073709551615 4126902626 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11914] ppid=11911 vsize=868680 CPUtime=0.21
/proc/11912/task/11914/stat : 11914 (java) S 11911 11898 10937 0 -1 64 2908 0 0 0 20 1 0 0 16 0 9 0 19646262 889528320 7037 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11915] ppid=11911 vsize=868680 CPUtime=0
/proc/11912/task/11915/stat : 11915 (java) S 11911 11898 10937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19646263 889528320 7037 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11916] ppid=11911 vsize=868680 CPUtime=0
/proc/11912/task/11916/stat : 11916 (java) S 11911 11898 10937 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19646263 889528320 7037 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11917] ppid=11911 vsize=868680 CPUtime=0
/proc/11912/task/11917/stat : 11917 (java) S 11911 11898 10937 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19646265 889528320 7037 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11918] ppid=11911 vsize=868680 CPUtime=0.18
/proc/11912/task/11918/stat : 11918 (java) S 11911 11898 10937 0 -1 64 1468 0 0 0 18 0 0 0 16 0 9 0 19646265 889528320 7037 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11919] ppid=11911 vsize=868680 CPUtime=0
/proc/11912/task/11919/stat : 11919 (java) S 11911 11898 10937 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19646265 889528320 7037 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11920] ppid=11911 vsize=868680 CPUtime=0
/proc/11912/task/11920/stat : 11920 (java) S 11911 11898 10937 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19646265 889528320 7037 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 890904

[startup+3.10176 s]
/proc/loadavg: 1.77 2.03 1.97 3/95 11920
/proc/meminfo: memFree=856504/2055920 swapFree=4192956/4192956
[pid=11898] ppid=11896 vsize=16868 CPUtime=0.27
/proc/11898/stat : 11898 (sugar) S 11896 11898 10937 0 -1 4194304 1310 4264 0 1 6 1 17 3 15 0 1 0 19646224 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11898/statm: 4217 1111 409 3 0 796 0
[pid=11911] ppid=11898 vsize=5356 CPUtime=0
/proc/11911/stat : 11911 (sh) S 11898 11898 10937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19646260 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11911/statm: 1339 233 193 169 0 50 0
[pid=11912] ppid=11911 vsize=868680 CPUtime=2.69
/proc/11912/stat : 11912 (java) S 11911 11898 10937 0 -1 0 8385 0 1 0 251 18 0 0 18 0 9 0 19646260 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11912/statm: 217170 7044 2590 9 0 211647 0
[pid=11912/tid=11913] ppid=11911 vsize=868680 CPUtime=2.13
/proc/11912/task/11913/stat : 11913 (java) R 11911 11898 10937 0 -1 64 3303 0 1 0 201 12 0 0 25 0 9 0 19646261 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4126775778 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11914] ppid=11911 vsize=868680 CPUtime=0.33
/proc/11912/task/11914/stat : 11914 (java) S 11911 11898 10937 0 -1 64 2908 0 0 0 30 3 0 0 16 0 9 0 19646262 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11915] ppid=11911 vsize=868680 CPUtime=0
/proc/11912/task/11915/stat : 11915 (java) S 11911 11898 10937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19646263 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11916] ppid=11911 vsize=868680 CPUtime=0
/proc/11912/task/11916/stat : 11916 (java) S 11911 11898 10937 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19646263 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11917] ppid=11911 vsize=868680 CPUtime=0
/proc/11912/task/11917/stat : 11917 (java) S 11911 11898 10937 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19646265 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11918] ppid=11911 vsize=868680 CPUtime=0.19
/proc/11912/task/11918/stat : 11918 (java) S 11911 11898 10937 0 -1 64 1474 0 0 0 19 0 0 0 16 0 9 0 19646265 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11919] ppid=11911 vsize=868680 CPUtime=0
/proc/11912/task/11919/stat : 11919 (java) S 11911 11898 10937 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19646265 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11920] ppid=11911 vsize=868680 CPUtime=0
/proc/11912/task/11920/stat : 11920 (java) S 11911 11898 10937 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19646265 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 890904

[startup+6.30267 s]
/proc/loadavg: 1.77 2.03 1.97 3/95 11920
/proc/meminfo: memFree=818104/2055920 swapFree=4192956/4192956
[pid=11898] ppid=11896 vsize=16868 CPUtime=0.27
/proc/11898/stat : 11898 (sugar) S 11896 11898 10937 0 -1 4194304 1310 4264 0 1 6 1 17 3 15 0 1 0 19646224 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11898/statm: 4217 1111 409 3 0 796 0
[pid=11911] ppid=11898 vsize=5356 CPUtime=0
/proc/11911/stat : 11911 (sh) S 11898 11898 10937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19646260 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11911/statm: 1339 233 193 169 0 50 0
[pid=11912] ppid=11911 vsize=868680 CPUtime=5.83
/proc/11912/stat : 11912 (java) S 11911 11898 10937 0 -1 0 9384 0 1 0 538 45 0 0 18 0 9 0 19646260 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11912/statm: 217170 7044 2590 9 0 211647 0
[pid=11912/tid=11913] ppid=11911 vsize=868680 CPUtime=5
/proc/11912/task/11913/stat : 11913 (java) R 11911 11898 10937 0 -1 64 4302 0 1 0 465 35 0 0 25 0 9 0 19646261 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11914] ppid=11911 vsize=868680 CPUtime=0.61
/proc/11912/task/11914/stat : 11914 (java) S 11911 11898 10937 0 -1 64 2908 0 0 0 52 9 0 0 15 0 9 0 19646262 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11915] ppid=11911 vsize=868680 CPUtime=0
/proc/11912/task/11915/stat : 11915 (java) S 11911 11898 10937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19646263 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11916] ppid=11911 vsize=868680 CPUtime=0
/proc/11912/task/11916/stat : 11916 (java) S 11911 11898 10937 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19646263 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11917] ppid=11911 vsize=868680 CPUtime=0
/proc/11912/task/11917/stat : 11917 (java) S 11911 11898 10937 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19646265 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11918] ppid=11911 vsize=868680 CPUtime=0.19
/proc/11912/task/11918/stat : 11918 (java) S 11911 11898 10937 0 -1 64 1474 0 0 0 19 0 0 0 16 0 9 0 19646265 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11919] ppid=11911 vsize=868680 CPUtime=0
/proc/11912/task/11919/stat : 11919 (java) S 11911 11898 10937 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19646265 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11920] ppid=11911 vsize=868680 CPUtime=0
/proc/11912/task/11920/stat : 11920 (java) S 11911 11898 10937 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19646265 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.1
Current children cumulated vsize (KiB) 890904

[startup+12.7018 s]
/proc/loadavg: 1.96 2.06 1.98 3/95 11920
/proc/meminfo: memFree=746104/2055920 swapFree=4192956/4192956
[pid=11898] ppid=11896 vsize=16868 CPUtime=0.27
/proc/11898/stat : 11898 (sugar) S 11896 11898 10937 0 -1 4194304 1310 4264 0 1 6 1 17 3 15 0 1 0 19646224 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11898/statm: 4217 1111 409 3 0 796 0
[pid=11911] ppid=11898 vsize=5356 CPUtime=0
/proc/11911/stat : 11911 (sh) S 11898 11898 10937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19646260 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11911/statm: 1339 233 193 169 0 50 0
[pid=11912] ppid=11911 vsize=868680 CPUtime=12.14
/proc/11912/stat : 11912 (java) S 11911 11898 10937 0 -1 0 11383 0 1 0 1109 105 0 0 18 0 9 0 19646260 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11912/statm: 217170 7044 2590 9 0 211647 0
[pid=11912/tid=11913] ppid=11911 vsize=868680 CPUtime=10.76
/proc/11912/task/11913/stat : 11913 (java) R 11911 11898 10937 0 -1 64 6301 0 1 0 995 81 0 0 25 0 9 0 19646261 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4126928321 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11914] ppid=11911 vsize=868680 CPUtime=1.15
/proc/11912/task/11914/stat : 11914 (java) S 11911 11898 10937 0 -1 64 2908 0 0 0 93 22 0 0 16 0 9 0 19646262 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11915] ppid=11911 vsize=868680 CPUtime=0
/proc/11912/task/11915/stat : 11915 (java) S 11911 11898 10937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19646263 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11916] ppid=11911 vsize=868680 CPUtime=0
/proc/11912/task/11916/stat : 11916 (java) S 11911 11898 10937 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19646263 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11917] ppid=11911 vsize=868680 CPUtime=0
/proc/11912/task/11917/stat : 11917 (java) S 11911 11898 10937 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 19646265 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11918] ppid=11911 vsize=868680 CPUtime=0.19
/proc/11912/task/11918/stat : 11918 (java) S 11911 11898 10937 0 -1 64 1474 0 0 0 19 0 0 0 16 0 9 0 19646265 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11919] ppid=11911 vsize=868680 CPUtime=0
/proc/11912/task/11919/stat : 11919 (java) S 11911 11898 10937 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 19646265 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11920] ppid=11911 vsize=868680 CPUtime=0
/proc/11912/task/11920/stat : 11920 (java) S 11911 11898 10937 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 19646265 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 890904

[startup+25.5026 s]
/proc/loadavg: 2.12 2.09 1.99 3/95 11920
/proc/meminfo: memFree=595512/2055920 swapFree=4192956/4192956
[pid=11898] ppid=11896 vsize=16868 CPUtime=0.27
/proc/11898/stat : 11898 (sugar) S 11896 11898 10937 0 -1 4194304 1310 4264 0 1 6 1 17 3 15 0 1 0 19646224 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11898/statm: 4217 1111 409 3 0 796 0
[pid=11911] ppid=11898 vsize=5356 CPUtime=0
/proc/11911/stat : 11911 (sh) S 11898 11898 10937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 19646260 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11911/statm: 1339 233 193 169 0 50 0
[pid=11912] ppid=11911 vsize=868680 CPUtime=24.67
/proc/11912/stat : 11912 (java) S 11911 11898 10937 0 -1 0 15336 0 1 0 2242 225 0 0 18 0 9 0 19646260 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11912/statm: 217170 7044 2590 9 0 211647 0
[pid=11912/tid=11913] ppid=11911 vsize=868680 CPUtime=22.2
/proc/11912/task/11913/stat : 11913 (java) R 11911 11898 10937 0 -1 64 10254 0 1 0 2042 178 0 0 25 0 9 0 19646261 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11914] ppid=11911 vsize=868680 CPUtime=2.25
/proc/11912/task/11914/stat : 11914 (java) S 11911 11898 10937 0 -1 64 2908 0 0 0 180 45 0 0 16 0 9 0 19646262 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11915] ppid=11911 vsize=868680 CPUtime=0
/proc/11912/task/11915/stat : 11915 (java) S 11911 11898 10937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 19646263 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11916] ppid=11911 vsize=868680 CPUtime=0
/proc/11912/task/11916/stat : 11916 (java) S 11911 11898 10937 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 19646263 889528320 7044 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11912/tid=11917] ppid=11911 vsize=868680 CPUtime=0

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

/proc/11921/statm: 1339 232 193 169 0 50 0
[pid=11922] ppid=11921 vsize=644504 CPUtime=132.13
/proc/11922/stat : 11922 (minisat) R 11921 11898 10937 0 -1 4194304 157888 0 0 0 13097 116 0 0 25 0 1 0 19649102 659972096 157874 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/11922/statm: 161126 157874 76 150 0 160973 0
Current children cumulated CPU time (s) 160.27
Current children cumulated vsize (KiB) 666728

[startup+222.301 s]
/proc/loadavg: 2.01 2.06 2.00 3/87 11922
/proc/meminfo: memFree=16184/2055920 swapFree=4192956/4192956
[pid=11898] ppid=11896 vsize=16868 CPUtime=28.14
/proc/11898/stat : 11898 (sugar) S 11896 11898 10937 0 -1 4194304 1376 20856 0 2 7 1 2550 256 16 0 1 0 19646224 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11898/statm: 4217 1113 409 3 0 796 0
[pid=11921] ppid=11898 vsize=5356 CPUtime=0
/proc/11921/stat : 11921 (sh) S 11898 11898 10937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19649101 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11921/statm: 1339 232 193 169 0 50 0
[pid=11922] ppid=11921 vsize=647704 CPUtime=191.55
/proc/11922/stat : 11922 (minisat) R 11921 11898 10937 0 -1 4194304 158706 0 0 0 19038 117 0 0 25 0 1 0 19649102 663248896 158692 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11922/statm: 161926 158692 76 150 0 161773 0
Current children cumulated CPU time (s) 219.69
Current children cumulated vsize (KiB) 669928

[startup+282.301 s]
/proc/loadavg: 2.00 2.04 2.00 3/87 11922
/proc/meminfo: memFree=14840/2055920 swapFree=4192956/4192956
[pid=11898] ppid=11896 vsize=16868 CPUtime=28.14
/proc/11898/stat : 11898 (sugar) S 11896 11898 10937 0 -1 4194304 1376 20856 0 2 7 1 2550 256 16 0 1 0 19646224 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11898/statm: 4217 1113 409 3 0 796 0
[pid=11921] ppid=11898 vsize=5356 CPUtime=0
/proc/11921/stat : 11921 (sh) S 11898 11898 10937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19649101 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11921/statm: 1339 232 193 169 0 50 0
[pid=11922] ppid=11921 vsize=649024 CPUtime=250.97
/proc/11922/stat : 11922 (minisat) R 11921 11898 10937 0 -1 4194304 159037 0 0 0 24980 117 0 0 25 0 1 0 19649102 664600576 159023 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11922/statm: 162256 159023 76 150 0 162103 0
Current children cumulated CPU time (s) 279.11
Current children cumulated vsize (KiB) 671248

[startup+342.302 s]
/proc/loadavg: 2.00 2.03 2.00 3/87 11922
/proc/meminfo: memFree=19000/2055920 swapFree=4192956/4192956
[pid=11898] ppid=11896 vsize=16868 CPUtime=28.14
/proc/11898/stat : 11898 (sugar) S 11896 11898 10937 0 -1 4194304 1376 20856 0 2 7 1 2550 256 16 0 1 0 19646224 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11898/statm: 4217 1113 409 3 0 796 0
[pid=11921] ppid=11898 vsize=5356 CPUtime=0
/proc/11921/stat : 11921 (sh) S 11898 11898 10937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19649101 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11921/statm: 1339 232 193 169 0 50 0
[pid=11922] ppid=11921 vsize=649552 CPUtime=310.27
/proc/11922/stat : 11922 (minisat) R 11921 11898 10937 0 -1 4194304 159148 0 0 0 30910 117 0 0 25 0 1 0 19649102 665141248 159134 996147200 134512640 135127466 4294956256 18446744073709551615 134528586 0 0 4096 3 0 0 0 17 1 0 0
/proc/11922/statm: 162388 159134 76 150 0 162235 0
Current children cumulated CPU time (s) 338.41
Current children cumulated vsize (KiB) 671776

[startup+402.303 s]
/proc/loadavg: 2.00 2.02 2.00 3/87 11922
/proc/meminfo: memFree=18104/2055920 swapFree=4192956/4192956
[pid=11898] ppid=11896 vsize=16868 CPUtime=28.14
/proc/11898/stat : 11898 (sugar) S 11896 11898 10937 0 -1 4194304 1376 20856 0 2 7 1 2550 256 16 0 1 0 19646224 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11898/statm: 4217 1113 409 3 0 796 0
[pid=11921] ppid=11898 vsize=5356 CPUtime=0
/proc/11921/stat : 11921 (sh) S 11898 11898 10937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19649101 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11921/statm: 1339 232 193 169 0 50 0
[pid=11922] ppid=11921 vsize=650496 CPUtime=369.7
/proc/11922/stat : 11922 (minisat) R 11921 11898 10937 0 -1 4194304 159369 0 0 0 36852 118 0 0 25 0 1 0 19649102 666107904 159355 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11922/statm: 162624 159355 76 150 0 162471 0
Current children cumulated CPU time (s) 397.84
Current children cumulated vsize (KiB) 672720

[startup+462.302 s]
/proc/loadavg: 1.92 2.00 1.99 4/73 11931
/proc/meminfo: memFree=220072/2055920 swapFree=4192956/4192956
[pid=11898] ppid=11896 vsize=16868 CPUtime=28.14
/proc/11898/stat : 11898 (sugar) S 11896 11898 10937 0 -1 4194304 1376 20856 0 2 7 1 2550 256 16 0 1 0 19646224 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11898/statm: 4217 1113 409 3 0 796 0
[pid=11921] ppid=11898 vsize=5356 CPUtime=0
/proc/11921/stat : 11921 (sh) S 11898 11898 10937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19649101 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11921/statm: 1339 232 193 169 0 50 0
[pid=11922] ppid=11921 vsize=650892 CPUtime=428.97
/proc/11922/stat : 11922 (minisat) R 11921 11898 10937 0 -1 4194304 159489 0 0 0 42779 118 0 0 25 0 1 0 19649102 666513408 159475 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11922/statm: 162723 159475 76 150 0 162570 0
Current children cumulated CPU time (s) 457.11
Current children cumulated vsize (KiB) 673116

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

[startup+473.502 s]
/proc/loadavg: 1.78 1.97 1.98 2/70 12057
/proc/meminfo: memFree=222016/2055920 swapFree=4192956/4192956
[pid=11898] ppid=11896 vsize=16868 CPUtime=28.14
/proc/11898/stat : 11898 (sugar) S 11896 11898 10937 0 -1 4194304 1376 20856 0 2 7 1 2550 256 16 0 1 0 19646224 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11898/statm: 4217 1113 409 3 0 796 0
[pid=11921] ppid=11898 vsize=5356 CPUtime=0
/proc/11921/stat : 11921 (sh) S 11898 11898 10937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19649101 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11921/statm: 1339 232 193 169 0 50 0
[pid=11922] ppid=11921 vsize=651024 CPUtime=440.17
/proc/11922/stat : 11922 (minisat) R 11921 11898 10937 0 -1 4194304 159513 0 0 0 43896 121 0 0 25 0 1 0 19649102 666648576 159499 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11922/statm: 162756 159499 76 150 0 162603 0
Current children cumulated CPU time (s) 468.31
Current children cumulated vsize (KiB) 673248

[startup+476.701 s]
/proc/loadavg: 1.80 1.97 1.98 2/73 12076
/proc/meminfo: memFree=215144/2055920 swapFree=4192956/4192956
[pid=11898] ppid=11896 vsize=16868 CPUtime=28.14
/proc/11898/stat : 11898 (sugar) S 11896 11898 10937 0 -1 4194304 1376 20856 0 2 7 1 2550 256 16 0 1 0 19646224 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11898/statm: 4217 1113 409 3 0 796 0
[pid=11921] ppid=11898 vsize=5356 CPUtime=0
/proc/11921/stat : 11921 (sh) S 11898 11898 10937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19649101 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11921/statm: 1339 232 193 169 0 50 0
[pid=11922] ppid=11921 vsize=651024 CPUtime=443.33
/proc/11922/stat : 11922 (minisat) R 11921 11898 10937 0 -1 4194304 159519 0 0 0 44210 123 0 0 25 0 1 0 19649102 666648576 159505 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11922/statm: 162756 159505 76 150 0 162603 0
Current children cumulated CPU time (s) 471.47
Current children cumulated vsize (KiB) 673248

[startup+479.902 s]
/proc/loadavg: 1.80 1.97 1.98 3/76 12104
/proc/meminfo: memFree=204816/2055920 swapFree=4192956/4192956
[pid=11898] ppid=11896 vsize=16868 CPUtime=28.14
/proc/11898/stat : 11898 (sugar) S 11896 11898 10937 0 -1 4194304 1376 20856 0 2 7 1 2550 256 16 0 1 0 19646224 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11898/statm: 4217 1113 409 3 0 796 0
[pid=11921] ppid=11898 vsize=5356 CPUtime=0
/proc/11921/stat : 11921 (sh) S 11898 11898 10937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19649101 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11921/statm: 1339 232 193 169 0 50 0
[pid=11922] ppid=11921 vsize=651024 CPUtime=446.53
/proc/11922/stat : 11922 (minisat) R 11921 11898 10937 0 -1 4194304 159527 0 0 0 44530 123 0 0 25 0 1 0 19649102 666648576 159513 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 0 0 0
/proc/11922/statm: 162756 159513 76 150 0 162603 0
Current children cumulated CPU time (s) 474.67
Current children cumulated vsize (KiB) 673248

[startup+481.501 s]
/proc/loadavg: 1.80 1.97 1.98 3/76 12104
/proc/meminfo: memFree=204752/2055920 swapFree=4192956/4192956
[pid=11898] ppid=11896 vsize=16868 CPUtime=28.14
/proc/11898/stat : 11898 (sugar) S 11896 11898 10937 0 -1 4194304 1376 20856 0 2 7 1 2550 256 16 0 1 0 19646224 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11898/statm: 4217 1113 409 3 0 796 0
[pid=11921] ppid=11898 vsize=5356 CPUtime=0
/proc/11921/stat : 11921 (sh) S 11898 11898 10937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 19649101 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 214919865156 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11921/statm: 1339 232 193 169 0 50 0
[pid=11922] ppid=11921 vsize=651024 CPUtime=448.13
/proc/11922/stat : 11922 (minisat) R 11921 11898 10937 0 -1 4194304 159529 0 0 0 44690 123 0 0 25 0 1 0 19649102 666648576 159515 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/11922/statm: 162756 159515 76 150 0 162603 0
Current children cumulated CPU time (s) 476.27
Current children cumulated vsize (KiB) 673248

[startup+481.901 s]
/proc/loadavg: 1.81 1.97 1.98 3/76 12104
/proc/meminfo: memFree=204688/2055920 swapFree=4192956/4192956
[pid=11898] ppid=11896 vsize=16868 CPUtime=476.63
/proc/11898/stat : 11898 (sugar) S 11896 11898 10937 0 -1 4194304 1430 180704 0 2 7 1 47266 389 16 0 1 0 19646224 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/11898/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 476.63
Current children cumulated vsize (KiB) 16868

[startup+482.101 s]
/proc/loadavg: 1.81 1.97 1.98 3/76 12104
/proc/meminfo: memFree=204688/2055920 swapFree=4192956/4192956
[pid=11898] ppid=11896 vsize=16868 CPUtime=476.63
/proc/11898/stat : 11898 (sugar) S 11896 11898 10937 0 -1 4194304 1450 180704 0 2 7 1 47266 389 15 0 1 0 19646224 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 214928765026 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11898/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 476.63
Current children cumulated vsize (KiB) 16868

[startup+482.201 s]
/proc/loadavg: 1.81 1.97 1.98 3/76 12104
/proc/meminfo: memFree=204688/2055920 swapFree=4192956/4192956
[pid=11898] ppid=11896 vsize=16868 CPUtime=476.93
/proc/11898/stat : 11898 (sugar) R 11896 11898 10937 0 -1 4194304 1478 184493 0 3 7 8 47286 392 16 0 1 0 19646224 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 214920041513 0 0 4224 16386 0 0 0 17 1 0 0
/proc/11898/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 476.93
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 482.289
CPU time (s): 477.032
CPU user time (s): 472.94
CPU system time (s): 4.09238
CPU usage (%): 98.9102
Max. virtual memory (cumulated for all children) (KiB): 890904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 472.94
system time used= 4.09238
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 186031
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= 77810
involuntary context switches= 88273

runsolver used 0.513921 second user time and 1.69374 second system time

The end

Launcher Data

Begin job on node10 at 2009-07-11 17:23:12
IDJOB=2060203
IDBENCH=53656
IDSOLVER=739
FILE ID=node10/2060203-1247325791
PBS_JOBID= 9506607
Free space on /tmp= 66420 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/magicSquare/normalized-magicSquare-10_glb.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-2060203-1247325791/watcher-2060203-1247325791 -o /tmp/evaluation-result-2060203-1247325791/solver-2060203-1247325791 -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-2060203-1247325791.xml

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

MD5SUM BENCH= 8bce133ddb71db1f40340916746927bb
RANDOM SEED=49122386

node10.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.279
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.279
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:        886512 kB
Buffers:         62420 kB
Cached:         865304 kB
SwapCached:          0 kB
Active:         261000 kB
Inactive:       832856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        886512 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            1376 kB
Writeback:           0 kB
Mapped:         181752 kB
Slab:            60556 kB
Committed_AS:   826288 kB
PageTables:       2024 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= 66416 MiB
End job on node10 at 2009-07-11 17:31:14