Trace number 2080366

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 547.073 551.885

General information on the benchmark

Namecsp/js-taillard-15/
normalized-js-taillard-15-100-5.xml
MD5SUM1b1d2d2d7706319bf2fd92a5865476d2
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark368.53
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints1785
Maximum constraint arity2
Maximum domain size1247
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1785
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.07	c 0	BEGIN Sun Jul 12 05:36:32 2009
0.00/0.07	c 0	PID 24613
0.00/0.08	c 0	HOST node34.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2080366-1247369792.xml TO HOME/temp.csp
0.00/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-2080366-1247369792.xml' 'HOME/temp.csp'
0.06/0.87	c 1	225 domains, 225 variables, 2 predicates, 0 relations, 1785 constraints
0.06/0.91	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.91	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.06/0.99	c 1	Parsing HOME/temp.csp
0.84/1.09	c 1	parsed 2237 expressions
0.84/1.09	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.84/1.09	c 1	Converting to clausal form CSP
1.01/1.12	c 1	converted 224 (10%) expressions
1.01/1.13	c 1	converted 448 (20%) expressions
1.10/1.21	c 1	converted 672 (30%) expressions
1.20/1.31	c 1	converted 895 (40%) expressions
1.20/1.33	c 1	converted 1119 (50%) expressions
1.20/1.35	c 1	converted 1343 (60%) expressions
1.20/1.36	c 1	converted 1566 (70%) expressions
1.20/1.37	c 1	converted 1790 (80%) expressions
1.20/1.38	c 1	converted 2014 (90%) expressions
1.20/1.39	c 1	converted 2237 (100%) expressions
1.20/1.39	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 1218
1.20/1.39	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.20/1.39	c 1	Propagation in CSP
1.31/1.47	c 1	69306 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.31/1.47	c 1	CSP : 225 integers, 0 booleans, 1785 clauses, largest domain size 655
1.31/1.47	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.31/1.47	c 1	Simplifing CSP by introducing new Boolean variables
1.40/1.50	c 1	CSP : 225 integers, 3150 booleans, 4935 clauses, largest domain size 655
1.40/1.51	c 1	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.40/1.54	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.40/1.57	c 1	23 (10%) CSP integer variables are encoded (12161 clauses, 160307 bytes)
1.40/1.58	c 1	45 (20%) CSP integer variables are encoded (21435 clauses, 299417 bytes)
1.50/1.60	c 1	68 (30%) CSP integer variables are encoded (33282 clauses, 477122 bytes)
1.50/1.61	c 1	90 (40%) CSP integer variables are encoded (42195 clauses, 610817 bytes)
1.50/1.62	c 1	113 (50%) CSP integer variables are encoded (52606 clauses, 766982 bytes)
1.50/1.64	c 1	135 (60%) CSP integer variables are encoded (63540 clauses, 930992 bytes)
1.50/1.66	c 1	158 (70%) CSP integer variables are encoded (77527 clauses, 1140797 bytes)
1.50/1.67	c 1	180 (80%) CSP integer variables are encoded (89685 clauses, 1323167 bytes)
1.50/1.69	c 1	203 (90%) CSP integer variables are encoded (100487 clauses, 1486576 bytes)
1.61/1.70	c 1	225 (100%) CSP integer variables are encoded (110085 clauses, 1649742 bytes)
1.80/1.94	c 2	494 (10%) CSP clauses are encoded (219440 clauses, 3983172 bytes)
2.01/2.11	c 2	987 (20%) CSP clauses are encoded (299300 clauses, 5741689 bytes)
2.10/2.28	c 2	1481 (30%) CSP clauses are encoded (372143 clauses, 7383494 bytes)
2.30/2.45	c 2	1974 (40%) CSP clauses are encoded (456101 clauses, 9269640 bytes)
2.50/2.62	c 2	2468 (50%) CSP clauses are encoded (541190 clauses, 11177345 bytes)
2.60/2.77	c 2	2961 (60%) CSP clauses are encoded (616078 clauses, 12857493 bytes)
2.80/2.91	c 3	3455 (70%) CSP clauses are encoded (686997 clauses, 14438351 bytes)
2.90/3.09	c 3	3948 (80%) CSP clauses are encoded (779450 clauses, 16497627 bytes)
3.10/3.29	c 3	4442 (90%) CSP clauses are encoded (885084 clauses, 18819845 bytes)
3.30/3.48	c 3	4935 (100%) CSP clauses are encoded (983289 clauses, 20870036 bytes)
3.30/3.48	c 3	4935 CSP clauses encoded
3.30/3.48	c 3	Writing map file : HOME/temp.map
3.30/3.49	c 3	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.30/3.49	c 3	SAT : 113460 SAT variables, 983289 SAT clauses, 20870036 bytes
3.30/3.49	c 3	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
3.38/3.52	c 3	SOLVING HOME/temp.cnf
3.38/3.52	c 3	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
3.38/3.53	c 3	This is MiniSat 2.0 beta
3.38/3.53	c 3	WARNING: for repeatability, setting FPU to use double precision
3.38/3.53	c 3	============================[ Problem Statistics ]=============================
3.38/3.53	c 3	|                                                                             |
3.38/3.53	c 3	|  Number of variables:  113460                                               |
3.38/3.53	c 3	|  Number of clauses:    983289                                               |
3.40/4.09	c 4	|  Parsing time:         0.49         s                                       |
3.40/4.12	c 4	============================[ Search Statistics ]==============================
3.40/4.12	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
3.40/4.12	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
3.40/4.12	c 4	===============================================================================
3.40/4.12	c 4	|         0 |  112852   982681  2730793 |   327560        0    nan |  0.000 % |
4.75/4.98	c 5	|       100 |  112852   982681  2730793 |   360316      100     22 |  0.536 % |
5.84/6.05	c 6	|       250 |  112852   982681  2730793 |   396348      250     22 |  0.536 % |
7.23/7.49	c 7	|       475 |  112852   982681  2730793 |   435982      475     20 |  0.536 % |
9.42/9.67	c 9	|       812 |  112852   982681  2730793 |   479581      812     18 |  0.536 % |
12.80/13.01	c 13	|      1318 |  112852   982681  2730793 |   527539     1318     20 |  0.536 % |
17.38/17.69	c 17	|      2079 |  112852   982681  2730793 |   580293     2079     19 |  0.536 % |
23.86/24.17	c 24	|      3218 |  112852   982681  2730793 |   638322     3218     19 |  0.536 % |
33.91/34.27	c 34	|      4930 |  112852   982681  2730793 |   702154     4930     19 |  0.536 % |
48.14/48.52	c 48	|      7493 |  112852   982681  2730793 |   772370     7493     22 |  0.536 % |
70.32/70.84	c 71	|     11337 |  112852   982681  2730793 |   849607    11337     23 |  0.536 % |
105.15/105.89	c 106	|     17109 |  112852   982681  2730793 |   934567    17109     22 |  0.536 % |
166.88/168.14	c 168	|     25758 |  112852   982681  2730793 |  1028024    25758     22 |  0.536 % |
249.41/251.43	c 251	|     38732 |  112852   982681  2730793 |  1130827    38732     25 |  0.536 % |
383.65/386.94	c 387	|     58193 |  112852   982681  2730793 |  1243909    58193     26 |  0.536 % |
546.61/551.46	c 551	===============================================================================
546.61/551.48	c 551	restarts              : 15
546.61/551.48	c 551	conflicts             : 79656          (147 /sec)
546.61/551.48	c 551	decisions             : 114871         (1.04 % random) (211 /sec)
546.61/551.48	c 551	propagations          : 843180690      (1552323 /sec)
546.61/551.48	c 551	conflict literals     : 2117272        (34.62 % deleted)
546.61/551.48	c 551	Memory used           : 62.71 MB
546.61/551.48	c 551	CPU time              : 543.173 s
546.61/551.48	c 551	
546.72/551.53	c 551	SATISFIABLE
546.72/551.54	c 551	DECODING HOME/temp.out WITH HOME/temp.map
546.72/551.54	c 551	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'
546.76/551.63	c 551	Decoding HOME/temp.out
546.76/551.79	s SATISFIABLE
546.76/551.81	v 95 225 248 319 345 373 398 425 546 599 656 699 704 716 1065 287 342 423 518 607 662 707 770 843 866 910 1026 1046 1102 1174 3 66 191 255 334 357 468 767 860 884 910 918 1055 1084 1150 21 101 188 305 328 382 398 466 498 590 593 595 686 690 1206 2 48 199 210 251 344 387 568 578 621 741 800 857 932 1019 154 159 251 343 430 496 533 680 768 870 897 1066 1073 1168 1234 33 141 174 252 392 485 564 646 740 752 757 846 981 985 987 250 365 389 469 552 597 643 666 736 743 787 880 939 999 1136 29 48 103 123 256 393 430 532 600 649 842 946 1030 1156 1241 98 125 427 485 575 598 635 747 782 807 888 969 1011 1012 1177 193 197 254 260 322 406 495 626 664 699 747 901 989 1041 1057 56 84 112 199 250 285 354 708 800 976 1025 1066 1100 1180 1218 81 219 302 368 393 433 607 646 707 722 764 866 930 965 1077 3 12 58 70 169 270 346 485 572 640 739 763 786 878 1128 1 144 184 329 424 469 533 581 609 673 859 1002 1051 1144 1199
546.76/551.81	c 552	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
546.76/551.88	c 552	CPU 547.03 (0.06 0.01 546.53 0.43)
546.76/551.88	c 552	END Sun Jul 12 05:45:44 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-2080366-1247369792/watcher-2080366-1247369792 -o /tmp/evaluation-result-2080366-1247369792/solver-2080366-1247369792 -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-2080366-1247369792.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: 2.04 2.01 2.00 4/74 24613
/proc/meminfo: memFree=1726840/2055920 swapFree=4192812/4192956
[pid=24613] ppid=24611 vsize=4708 CPUtime=0
/proc/24613/stat : 24613 (sugar) R 24611 24613 20259 0 -1 4194304 58 0 0 0 0 0 0 0 22 0 1 0 24045181 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 254192713209 0 0 4096 0 0 0 0 17 1 0 0
/proc/24613/statm: 1177 43 33 3 0 8 0

[startup+0.180367 s]
/proc/loadavg: 2.04 2.01 2.00 4/74 24613
/proc/meminfo: memFree=1726840/2055920 swapFree=4192812/4192956
[pid=24613] ppid=24611 vsize=16868 CPUtime=0.06
/proc/24613/stat : 24613 (sugar) S 24611 24613 20259 0 -1 4194304 1227 128 0 0 5 1 0 0 23 0 1 0 24045181 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24613/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.202368 s]
/proc/loadavg: 2.04 2.01 2.00 4/74 24613
/proc/meminfo: memFree=1726840/2055920 swapFree=4192812/4192956
[pid=24613] ppid=24611 vsize=16868 CPUtime=0.06
/proc/24613/stat : 24613 (sugar) S 24611 24613 20259 0 -1 4194304 1227 128 0 0 5 1 0 0 23 0 1 0 24045181 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24613/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302368 s]
/proc/loadavg: 2.04 2.01 2.00 4/74 24613
/proc/meminfo: memFree=1726840/2055920 swapFree=4192812/4192956
[pid=24613] ppid=24611 vsize=16868 CPUtime=0.06
/proc/24613/stat : 24613 (sugar) S 24611 24613 20259 0 -1 4194304 1227 128 0 0 5 1 0 0 23 0 1 0 24045181 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24613/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.702404 s]
/proc/loadavg: 2.04 2.01 2.00 4/74 24613
/proc/meminfo: memFree=1726840/2055920 swapFree=4192812/4192956
[pid=24613] ppid=24611 vsize=16868 CPUtime=0.06
/proc/24613/stat : 24613 (sugar) S 24611 24613 20259 0 -1 4194304 1227 128 0 0 5 1 0 0 23 0 1 0 24045181 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24613/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50146 s]
/proc/loadavg: 2.04 2.01 2.00 3/85 24635
/proc/meminfo: memFree=1717536/2055920 swapFree=4192812/4192956
[pid=24613] ppid=24611 vsize=16868 CPUtime=0.85
/proc/24613/stat : 24613 (sugar) S 24611 24613 20259 0 -1 4194304 1310 5191 0 1 6 1 74 4 15 0 1 0 24045181 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24613/statm: 4217 1111 409 3 0 796 0
[pid=24626] ppid=24613 vsize=5356 CPUtime=0
/proc/24626/stat : 24626 (sh) S 24613 24613 20259 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24045273 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24626/statm: 1339 233 193 169 0 50 0
[pid=24627] ppid=24626 vsize=868480 CPUtime=0.55
/proc/24627/stat : 24627 (java) S 24626 24613 20259 0 -1 0 5536 0 1 0 52 3 0 0 18 0 9 0 24045273 889323520 4946 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24627/statm: 217120 4946 1747 9 0 211625 0
[pid=24627/tid=24628] ppid=24626 vsize=868480 CPUtime=0.34
/proc/24627/task/24628/stat : 24628 (java) R 24626 24613 20259 0 -1 64 2680 0 1 0 32 2 0 0 20 0 9 0 24045274 889323520 4946 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24627/tid=24629] ppid=24626 vsize=868480 CPUtime=0.02
/proc/24627/task/24629/stat : 24629 (java) S 24626 24613 20259 0 -1 64 677 0 0 0 2 0 0 0 16 0 9 0 24045275 889323520 4946 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24627/tid=24630] ppid=24626 vsize=868480 CPUtime=0
/proc/24627/task/24630/stat : 24630 (java) S 24626 24613 20259 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24045275 889323520 4946 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24627/tid=24631] ppid=24626 vsize=868480 CPUtime=0
/proc/24627/task/24631/stat : 24631 (java) S 24626 24613 20259 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24045275 889323520 4946 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24627/tid=24632] ppid=24626 vsize=868480 CPUtime=0
/proc/24627/task/24632/stat : 24632 (java) S 24626 24613 20259 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24045277 889323520 4946 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24627/tid=24633] ppid=24626 vsize=868480 CPUtime=0.17
/proc/24627/task/24633/stat : 24633 (java) R 24626 24613 20259 0 -1 64 1485 0 0 0 17 0 0 0 16 0 9 0 24045277 889323520 4946 996147200 134512640 134550932 4294955936 18446744073709551615 101755249 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24627/tid=24634] ppid=24626 vsize=868480 CPUtime=0
/proc/24627/task/24634/stat : 24634 (java) S 24626 24613 20259 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24045277 889323520 4946 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24627/tid=24635] ppid=24626 vsize=868480 CPUtime=0
/proc/24627/task/24635/stat : 24635 (java) S 24626 24613 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24045277 889323520 4946 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890704

[startup+3.10158 s]
/proc/loadavg: 2.04 2.01 2.00 3/85 24635
/proc/meminfo: memFree=1702368/2055920 swapFree=4192812/4192956
[pid=24613] ppid=24611 vsize=16868 CPUtime=0.85
/proc/24613/stat : 24613 (sugar) S 24611 24613 20259 0 -1 4194304 1310 5191 0 1 6 1 74 4 15 0 1 0 24045181 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24613/statm: 4217 1111 409 3 0 796 0
[pid=24626] ppid=24613 vsize=5356 CPUtime=0
/proc/24626/stat : 24626 (sh) S 24613 24613 20259 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24045273 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24626/statm: 1339 233 193 169 0 50 0
[pid=24627] ppid=24626 vsize=868592 CPUtime=2.15
/proc/24627/stat : 24627 (java) S 24626 24613 20259 0 -1 0 7367 0 1 0 199 16 0 0 18 0 9 0 24045273 889438208 6147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24627/statm: 217148 6147 2589 9 0 211625 0
[pid=24627/tid=24628] ppid=24626 vsize=868592 CPUtime=1.73
/proc/24627/task/24628/stat : 24628 (java) R 24626 24613 20259 0 -1 64 3174 0 1 0 161 12 0 0 25 0 9 0 24045274 889438208 6147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24627/tid=24629] ppid=24626 vsize=868592 CPUtime=0.18
/proc/24627/task/24629/stat : 24629 (java) S 24626 24613 20259 0 -1 64 1984 0 0 0 16 2 0 0 16 0 9 0 24045275 889438208 6147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24627/tid=24630] ppid=24626 vsize=868592 CPUtime=0
/proc/24627/task/24630/stat : 24630 (java) S 24626 24613 20259 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24045275 889438208 6147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24627/tid=24631] ppid=24626 vsize=868592 CPUtime=0
/proc/24627/task/24631/stat : 24631 (java) S 24626 24613 20259 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24045275 889438208 6147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24627/tid=24632] ppid=24626 vsize=868592 CPUtime=0
/proc/24627/task/24632/stat : 24632 (java) S 24626 24613 20259 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24045277 889438208 6147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24627/tid=24633] ppid=24626 vsize=868592 CPUtime=0.2
/proc/24627/task/24633/stat : 24633 (java) S 24626 24613 20259 0 -1 64 1510 0 0 0 20 0 0 0 16 0 9 0 24045277 889438208 6147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24627/tid=24634] ppid=24626 vsize=868592 CPUtime=0
/proc/24627/task/24634/stat : 24634 (java) S 24626 24613 20259 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24045277 889438208 6147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24627/tid=24635] ppid=24626 vsize=868592 CPUtime=0
/proc/24627/task/24635/stat : 24635 (java) S 24626 24613 20259 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24045277 889438208 6147 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 890816

[startup+6.30181 s]
/proc/loadavg: 2.04 2.01 2.00 3/77 24637
/proc/meminfo: memFree=1653536/2055920 swapFree=4192812/4192956
[pid=24613] ppid=24611 vsize=16868 CPUtime=3.4
/proc/24613/stat : 24613 (sugar) S 24611 24613 20259 0 -1 4194304 1376 12977 0 2 6 1 308 25 16 0 1 0 24045181 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24613/statm: 4217 1113 409 3 0 796 0
[pid=24636] ppid=24613 vsize=5356 CPUtime=0
/proc/24636/stat : 24636 (sh) S 24613 24613 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24045534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24636/statm: 1339 232 193 169 0 50 0
[pid=24637] ppid=24636 vsize=51588 CPUtime=2.74
/proc/24637/stat : 24637 (minisat) R 24636 24613 20259 0 -1 4194304 12320 0 0 0 267 7 0 0 25 0 1 0 24045534 52826112 12306 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24637/statm: 12897 12306 75 150 0 12744 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 73812

[startup+12.7013 s]
/proc/loadavg: 2.04 2.01 2.00 3/77 24637
/proc/meminfo: memFree=1653088/2055920 swapFree=4192812/4192956
[pid=24613] ppid=24611 vsize=16868 CPUtime=3.4
/proc/24613/stat : 24613 (sugar) S 24611 24613 20259 0 -1 4194304 1376 12977 0 2 6 1 308 25 16 0 1 0 24045181 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24613/statm: 4217 1113 409 3 0 796 0
[pid=24636] ppid=24613 vsize=5356 CPUtime=0
/proc/24636/stat : 24636 (sh) S 24613 24613 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24045534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24636/statm: 1339 232 193 169 0 50 0
[pid=24637] ppid=24636 vsize=52032 CPUtime=9.1
/proc/24637/stat : 24637 (minisat) R 24636 24613 20259 0 -1 4194304 12406 0 0 0 903 7 0 0 25 0 1 0 24045534 53280768 12392 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/24637/statm: 13008 12392 75 150 0 12855 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 74256

[startup+25.5022 s]
/proc/loadavg: 2.03 2.01 2.00 3/77 24637
/proc/meminfo: memFree=1652896/2055920 swapFree=4192812/4192956
[pid=24613] ppid=24611 vsize=16868 CPUtime=3.4
/proc/24613/stat : 24613 (sugar) S 24611 24613 20259 0 -1 4194304 1376 12977 0 2 6 1 308 25 16 0 1 0 24045181 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24613/statm: 4217 1113 409 3 0 796 0
[pid=24636] ppid=24613 vsize=5356 CPUtime=0
/proc/24636/stat : 24636 (sh) S 24613 24613 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24045534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24636/statm: 1339 232 193 169 0 50 0
[pid=24637] ppid=24636 vsize=52428 CPUtime=21.85
/proc/24637/stat : 24637 (minisat) R 24636 24613 20259 0 -1 4194304 12509 0 0 0 2177 8 0 0 25 0 1 0 24045534 53686272 12495 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24637/statm: 13107 12495 75 150 0 12954 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 74652

[startup+51.102 s]
/proc/loadavg: 2.02 2.01 2.00 3/77 24637
/proc/meminfo: memFree=1652192/2055920 swapFree=4192812/4192956
[pid=24613] ppid=24611 vsize=16868 CPUtime=3.4
/proc/24613/stat : 24613 (sugar) S 24611 24613 20259 0 -1 4194304 1376 12977 0 2 6 1 308 25 16 0 1 0 24045181 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24613/statm: 4217 1113 409 3 0 796 0
[pid=24636] ppid=24613 vsize=5356 CPUtime=0
/proc/24636/stat : 24636 (sh) S 24613 24613 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24045534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24636/statm: 1339 232 193 169 0 50 0
[pid=24637] ppid=24636 vsize=53088 CPUtime=47.32
/proc/24637/stat : 24637 (minisat) R 24636 24613 20259 0 -1 4194304 12691 0 0 0 4724 8 0 0 25 0 1 0 24045534 54362112 12677 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24637/statm: 13272 12677 75 150 0 13119 0
Current children cumulated CPU time (s) 50.72
Current children cumulated vsize (KiB) 75312

[startup+102.303 s]
/proc/loadavg: 2.01 2.00 2.00 3/77 24637
/proc/meminfo: memFree=1650848/2055920 swapFree=4192812/4192956
[pid=24613] ppid=24611 vsize=16868 CPUtime=3.4
/proc/24613/stat : 24613 (sugar) S 24611 24613 20259 0 -1 4194304 1376 12977 0 2 6 1 308 25 16 0 1 0 24045181 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24613/statm: 4217 1113 409 3 0 796 0
[pid=24636] ppid=24613 vsize=5356 CPUtime=0
/proc/24636/stat : 24636 (sh) S 24613 24613 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24045534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24636/statm: 1339 232 193 169 0 50 0
[pid=24637] ppid=24636 vsize=54336 CPUtime=98.28
/proc/24637/stat : 24637 (minisat) R 24636 24613 20259 0 -1 4194304 12995 0 0 0 9820 8 0 0 25 0 1 0 24045534 55640064 12981 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24637/statm: 13584 12981 75 150 0 13431 0
Current children cumulated CPU time (s) 101.68
Current children cumulated vsize (KiB) 76560

[startup+162.302 s]
/proc/loadavg: 2.04 2.01 2.00 3/75 24664
/proc/meminfo: memFree=1680824/2055920 swapFree=4192812/4192956
[pid=24613] ppid=24611 vsize=16868 CPUtime=3.4
/proc/24613/stat : 24613 (sugar) S 24611 24613 20259 0 -1 4194304 1376 12977 0 2 6 1 308 25 16 0 1 0 24045181 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24613/statm: 4217 1113 409 3 0 796 0
[pid=24636] ppid=24613 vsize=5356 CPUtime=0
/proc/24636/stat : 24636 (sh) S 24613 24613 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24045534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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


[startup+282.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24664
/proc/meminfo: memFree=1677880/2055920 swapFree=4192812/4192956
[pid=24613] ppid=24611 vsize=16868 CPUtime=3.4
/proc/24613/stat : 24613 (sugar) S 24611 24613 20259 0 -1 4194304 1376 12977 0 2 6 1 308 25 16 0 1 0 24045181 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24613/statm: 4217 1113 409 3 0 796 0
[pid=24636] ppid=24613 vsize=5356 CPUtime=0
/proc/24636/stat : 24636 (sh) S 24613 24613 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24045534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24636/statm: 1339 232 193 169 0 50 0
[pid=24637] ppid=24636 vsize=58444 CPUtime=276.63
/proc/24637/stat : 24637 (minisat) R 24636 24613 20259 0 -1 4194304 13986 0 0 0 27652 11 0 0 25 0 1 0 24045534 59846656 13972 996147200 134512640 135127466 4294956256 18446744073709551615 134530969 0 0 4096 3 0 0 0 17 1 0 0
/proc/24637/statm: 14611 13972 75 150 0 14458 0
Current children cumulated CPU time (s) 280.03
Current children cumulated vsize (KiB) 80668

[startup+342.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24664
/proc/meminfo: memFree=1676664/2055920 swapFree=4192812/4192956
[pid=24613] ppid=24611 vsize=16868 CPUtime=3.4
/proc/24613/stat : 24613 (sugar) S 24611 24613 20259 0 -1 4194304 1376 12977 0 2 6 1 308 25 16 0 1 0 24045181 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24613/statm: 4217 1113 409 3 0 796 0
[pid=24636] ppid=24613 vsize=5356 CPUtime=0
/proc/24636/stat : 24636 (sh) S 24613 24613 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24045534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24636/statm: 1339 232 193 169 0 50 0
[pid=24637] ppid=24636 vsize=59632 CPUtime=336.06
/proc/24637/stat : 24637 (minisat) R 24636 24613 20259 0 -1 4194304 14287 0 0 0 33595 11 0 0 25 0 1 0 24045534 61063168 14273 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24637/statm: 14908 14273 75 150 0 14755 0
Current children cumulated CPU time (s) 339.46
Current children cumulated vsize (KiB) 81856

[startup+402.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24664
/proc/meminfo: memFree=1675192/2055920 swapFree=4192812/4192956
[pid=24613] ppid=24611 vsize=16868 CPUtime=3.4
/proc/24613/stat : 24613 (sugar) S 24611 24613 20259 0 -1 4194304 1376 12977 0 2 6 1 308 25 16 0 1 0 24045181 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24613/statm: 4217 1113 409 3 0 796 0
[pid=24636] ppid=24613 vsize=5356 CPUtime=0
/proc/24636/stat : 24636 (sh) S 24613 24613 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24045534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24636/statm: 1339 232 193 169 0 50 0
[pid=24637] ppid=24636 vsize=60952 CPUtime=395.5
/proc/24637/stat : 24637 (minisat) R 24636 24613 20259 0 -1 4194304 14642 0 0 0 39539 11 0 0 25 0 1 0 24045534 62414848 14628 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24637/statm: 15238 14628 75 150 0 15085 0
Current children cumulated CPU time (s) 398.9
Current children cumulated vsize (KiB) 83176

[startup+462.303 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24664
/proc/meminfo: memFree=1674168/2055920 swapFree=4192812/4192956
[pid=24613] ppid=24611 vsize=16868 CPUtime=3.4
/proc/24613/stat : 24613 (sugar) S 24611 24613 20259 0 -1 4194304 1376 12977 0 2 6 1 308 25 16 0 1 0 24045181 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24613/statm: 4217 1113 409 3 0 796 0
[pid=24636] ppid=24613 vsize=5356 CPUtime=0
/proc/24636/stat : 24636 (sh) S 24613 24613 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24045534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24636/statm: 1339 232 193 169 0 50 0
[pid=24637] ppid=24636 vsize=62128 CPUtime=454.95
/proc/24637/stat : 24637 (minisat) R 24636 24613 20259 0 -1 4194304 14898 0 0 0 45483 12 0 0 25 0 1 0 24045534 63619072 14884 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/24637/statm: 15532 14884 75 150 0 15379 0
Current children cumulated CPU time (s) 458.35
Current children cumulated vsize (KiB) 84352

[startup+522.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24664
/proc/meminfo: memFree=1672760/2055920 swapFree=4192812/4192956
[pid=24613] ppid=24611 vsize=16868 CPUtime=3.4
/proc/24613/stat : 24613 (sugar) S 24611 24613 20259 0 -1 4194304 1376 12977 0 2 6 1 308 25 16 0 1 0 24045181 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24613/statm: 4217 1113 409 3 0 796 0
[pid=24636] ppid=24613 vsize=5356 CPUtime=0
/proc/24636/stat : 24636 (sh) S 24613 24613 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24045534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24636/statm: 1339 232 193 169 0 50 0
[pid=24637] ppid=24636 vsize=63448 CPUtime=514.38
/proc/24637/stat : 24637 (minisat) R 24636 24613 20259 0 -1 4194304 15243 0 0 0 51426 12 0 0 25 0 1 0 24045534 64970752 15229 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24637/statm: 15862 15229 75 150 0 15709 0
Current children cumulated CPU time (s) 517.78
Current children cumulated vsize (KiB) 85672

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

[startup+537.602 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24664
/proc/meminfo: memFree=1672440/2055920 swapFree=4192812/4192956
[pid=24613] ppid=24611 vsize=16868 CPUtime=3.4
/proc/24613/stat : 24613 (sugar) S 24611 24613 20259 0 -1 4194304 1376 12977 0 2 6 1 308 25 16 0 1 0 24045181 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24613/statm: 4217 1113 409 3 0 796 0
[pid=24636] ppid=24613 vsize=5356 CPUtime=0
/proc/24636/stat : 24636 (sh) S 24613 24613 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24045534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24636/statm: 1339 232 193 169 0 50 0
[pid=24637] ppid=24636 vsize=63712 CPUtime=529.54
/proc/24637/stat : 24637 (minisat) R 24636 24613 20259 0 -1 4194304 15317 0 0 0 52942 12 0 0 25 0 1 0 24045534 65241088 15303 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/24637/statm: 15928 15303 75 150 0 15775 0
Current children cumulated CPU time (s) 532.94
Current children cumulated vsize (KiB) 85936

[startup+544.002 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24664
/proc/meminfo: memFree=1672312/2055920 swapFree=4192812/4192956
[pid=24613] ppid=24611 vsize=16868 CPUtime=3.4
/proc/24613/stat : 24613 (sugar) S 24611 24613 20259 0 -1 4194304 1376 12977 0 2 6 1 308 25 16 0 1 0 24045181 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24613/statm: 4217 1113 409 3 0 796 0
[pid=24636] ppid=24613 vsize=5356 CPUtime=0
/proc/24636/stat : 24636 (sh) S 24613 24613 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24045534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24636/statm: 1339 232 193 169 0 50 0
[pid=24637] ppid=24636 vsize=63844 CPUtime=535.88
/proc/24637/stat : 24637 (minisat) R 24636 24613 20259 0 -1 4194304 15353 0 0 0 53576 12 0 0 25 0 1 0 24045534 65376256 15339 996147200 134512640 135127466 4294956256 18446744073709551615 134530941 0 0 4096 3 0 0 0 17 1 0 0
/proc/24637/statm: 15961 15339 75 150 0 15808 0
Current children cumulated CPU time (s) 539.28
Current children cumulated vsize (KiB) 86068

[startup+547.203 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24664
/proc/meminfo: memFree=1672184/2055920 swapFree=4192812/4192956
[pid=24613] ppid=24611 vsize=16868 CPUtime=3.4
/proc/24613/stat : 24613 (sugar) S 24611 24613 20259 0 -1 4194304 1376 12977 0 2 6 1 308 25 16 0 1 0 24045181 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24613/statm: 4217 1113 409 3 0 796 0
[pid=24636] ppid=24613 vsize=5356 CPUtime=0
/proc/24636/stat : 24636 (sh) S 24613 24613 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24045534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24636/statm: 1339 232 193 169 0 50 0
[pid=24637] ppid=24636 vsize=63976 CPUtime=539.05
/proc/24637/stat : 24637 (minisat) R 24636 24613 20259 0 -1 4194304 15375 0 0 0 53893 12 0 0 25 0 1 0 24045534 65511424 15361 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/24637/statm: 15994 15361 75 150 0 15841 0
Current children cumulated CPU time (s) 542.45
Current children cumulated vsize (KiB) 86200

[startup+550.401 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24664
/proc/meminfo: memFree=1672120/2055920 swapFree=4192812/4192956
[pid=24613] ppid=24611 vsize=16868 CPUtime=3.4
/proc/24613/stat : 24613 (sugar) S 24611 24613 20259 0 -1 4194304 1376 12977 0 2 6 1 308 25 16 0 1 0 24045181 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24613/statm: 4217 1113 409 3 0 796 0
[pid=24636] ppid=24613 vsize=5356 CPUtime=0
/proc/24636/stat : 24636 (sh) S 24613 24613 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24045534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24636/statm: 1339 232 193 169 0 50 0
[pid=24637] ppid=24636 vsize=63976 CPUtime=542.22
/proc/24637/stat : 24637 (minisat) R 24636 24613 20259 0 -1 4194304 15392 0 0 0 54210 12 0 0 25 0 1 0 24045534 65511424 15378 996147200 134512640 135127466 4294956256 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/24637/statm: 15994 15378 75 150 0 15841 0
Current children cumulated CPU time (s) 545.62
Current children cumulated vsize (KiB) 86200

[startup+551.206 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24664
/proc/meminfo: memFree=1672120/2055920 swapFree=4192812/4192956
[pid=24613] ppid=24611 vsize=16868 CPUtime=3.4
/proc/24613/stat : 24613 (sugar) S 24611 24613 20259 0 -1 4194304 1376 12977 0 2 6 1 308 25 16 0 1 0 24045181 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24613/statm: 4217 1113 409 3 0 796 0
[pid=24636] ppid=24613 vsize=5356 CPUtime=0
/proc/24636/stat : 24636 (sh) S 24613 24613 20259 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24045534 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 254195327812 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24636/statm: 1339 232 193 169 0 50 0
[pid=24637] ppid=24636 vsize=63976 CPUtime=543.01
/proc/24637/stat : 24637 (minisat) R 24636 24613 20259 0 -1 4194304 15398 0 0 0 54289 12 0 0 25 0 1 0 24045534 65511424 15384 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/24637/statm: 15994 15384 75 150 0 15841 0
Current children cumulated CPU time (s) 546.41
Current children cumulated vsize (KiB) 86200

[startup+551.601 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24664
/proc/meminfo: memFree=1672120/2055920 swapFree=4192812/4192956
[pid=24613] ppid=24611 vsize=16868 CPUtime=546.76
/proc/24613/stat : 24613 (sugar) S 24611 24613 20259 0 -1 4194304 1430 28709 0 2 6 1 54630 39 16 0 1 0 24045181 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24613/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 546.76
Current children cumulated vsize (KiB) 16868

[startup+551.801 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 24664
/proc/meminfo: memFree=1672120/2055920 swapFree=4192812/4192956
[pid=24613] ppid=24611 vsize=16868 CPUtime=546.76
/proc/24613/stat : 24613 (sugar) S 24611 24613 20259 0 -1 4194304 1449 28709 0 2 6 1 54630 39 15 0 1 0 24045181 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 254204227682 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24613/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 546.76
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 551.885
CPU time (s): 547.073
CPU user time (s): 546.604
CPU system time (s): 0.468928
CPU usage (%): 99.1281
Max. virtual memory (cumulated for all children) (KiB): 890816

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 546.604
system time used= 0.468928
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34081
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= 7033
involuntary context switches= 17485

runsolver used 0.6519 second user time and 1.86772 second system time

The end

Launcher Data

Begin job on node34 at 2009-07-12 05:36:32
IDJOB=2080366
IDBENCH=57071
IDSOLVER=739
FILE ID=node34/2080366-1247369792
PBS_JOBID= 9507037
Free space on /tmp= 66320 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/js-taillard-15/normalized-js-taillard-15-100-5.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-2080366-1247369792/watcher-2080366-1247369792 -o /tmp/evaluation-result-2080366-1247369792/solver-2080366-1247369792 -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-2080366-1247369792.xml

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

MD5SUM BENCH= 1b1d2d2d7706319bf2fd92a5865476d2
RANDOM SEED=1692465180

node34.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.232
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.232
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:       1727320 kB
Buffers:         38004 kB
Cached:         180616 kB
SwapCached:          0 kB
Active:         188432 kB
Inactive:        81156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1727320 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1628 kB
Writeback:           0 kB
Mapped:          61688 kB
Slab:            44456 kB
Committed_AS:   261064 kB
PageTables:       1808 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= 66320 MiB
End job on node34 at 2009-07-12 05:45:44