Trace number 2065736

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 18.8431 19.0923

General information on the benchmark

Namecsp/os-taillard-15/
normalized-os-taillard-15-105-0.xml
MD5SUM5a2387650a417487d5414425e566caef
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 benchmark0.297954
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints3150
Maximum constraint arity2
Maximum domain size1004
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3150
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 Sat Jul 11 21:02:34 2009
0.00/0.07	c 0	PID 15152
0.06/0.08	c 0	HOST node64.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2065736-1247338953.xml TO HOME/temp.csp
0.06/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-2065736-1247338953.xml' 'HOME/temp.csp'
0.06/0.64	c 0	225 domains, 225 variables, 1 predicates, 0 relations, 3150 constraints
0.06/0.65	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.65	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.62/0.74	c 0	Parsing HOME/temp.csp
0.62/0.85	c 0	parsed 3601 expressions
0.62/0.86	c 0	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.62/0.86	c 0	Converting to clausal form CSP
0.62/0.89	c 0	converted 361 (10%) expressions
0.62/0.99	c 1	converted 721 (20%) expressions
0.95/1.09	c 1	converted 1081 (30%) expressions
1.04/1.12	c 1	converted 1441 (40%) expressions
1.04/1.14	c 1	converted 1801 (50%) expressions
1.04/1.15	c 1	converted 2161 (60%) expressions
1.04/1.17	c 1	converted 2521 (70%) expressions
1.04/1.18	c 1	converted 2881 (80%) expressions
1.04/1.19	c 1	converted 3241 (90%) expressions
1.13/1.20	c 1	converted 3601 (100%) expressions
1.13/1.20	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 1004
1.13/1.20	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.21	c 1	Propagation in CSP
1.13/1.23	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.13/1.23	c 1	CSP : 225 integers, 0 booleans, 3150 clauses, largest domain size 1004
1.13/1.23	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.13/1.23	c 1	Simplifing CSP by introducing new Boolean variables
1.24/1.33	c 1	CSP : 225 integers, 6300 booleans, 9450 clauses, largest domain size 1004
1.24/1.33	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.24/1.37	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.33/1.42	c 1	23 (10%) CSP integer variables are encoded (21964 clauses, 307338 bytes)
1.33/1.44	c 1	45 (20%) CSP integer variables are encoded (42890 clauses, 621228 bytes)
1.33/1.47	c 1	68 (30%) CSP integer variables are encoded (64639 clauses, 947463 bytes)
1.33/1.50	c 1	90 (40%) CSP integer variables are encoded (85636 clauses, 1262418 bytes)
1.44/1.53	c 1	113 (50%) CSP integer variables are encoded (107597 clauses, 1607238 bytes)
1.44/1.55	c 1	135 (60%) CSP integer variables are encoded (128755 clauses, 1966924 bytes)
1.44/1.58	c 1	158 (70%) CSP integer variables are encoded (150640 clauses, 2338969 bytes)
1.54/1.61	c 1	180 (80%) CSP integer variables are encoded (171680 clauses, 2696649 bytes)
1.54/1.64	c 1	203 (90%) CSP integer variables are encoded (193556 clauses, 3068541 bytes)
1.54/1.67	c 1	225 (100%) CSP integer variables are encoded (214433 clauses, 3423450 bytes)
2.73/2.83	c 2	945 (10%) CSP clauses are encoded (792294 clauses, 16332342 bytes)
3.82/3.96	c 3	1890 (20%) CSP clauses are encoded (1363503 clauses, 29677470 bytes)
4.91/5.07	c 5	2835 (30%) CSP clauses are encoded (1925614 clauses, 42832456 bytes)
6.01/6.17	c 6	3780 (40%) CSP clauses are encoded (2491395 clauses, 56086852 bytes)
7.10/7.28	c 7	4725 (50%) CSP clauses are encoded (3064860 clauses, 69531561 bytes)
8.26/8.44	c 8	5670 (60%) CSP clauses are encoded (3639435 clauses, 83071608 bytes)
9.37/9.58	c 9	6615 (70%) CSP clauses are encoded (4214852 clauses, 97444748 bytes)
10.54/10.72	c 10	7560 (80%) CSP clauses are encoded (4783789 clauses, 111655888 bytes)
11.65/11.85	c 11	8505 (90%) CSP clauses are encoded (5356490 clauses, 125961128 bytes)
12.74/12.98	c 13	9450 (100%) CSP clauses are encoded (5925831 clauses, 140182368 bytes)
12.74/12.98	c 13	9450 CSP clauses encoded
12.74/12.98	c 13	Writing map file : HOME/temp.map
12.74/12.99	c 13	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
12.74/12.99	c 13	SAT : 220958 SAT variables, 5925831 SAT clauses, 140182368 bytes
12.74/12.99	c 13	Heap : 4 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
12.82/13.01	c 13	SOLVING HOME/temp.cnf
12.82/13.01	c 13	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
12.82/13.01	c 13	This is MiniSat 2.0 beta
12.82/13.01	c 13	WARNING: for repeatability, setting FPU to use double precision
12.82/13.01	c 13	============================[ Problem Statistics ]=============================
12.82/13.01	c 13	|                                                                             |
12.82/13.01	c 13	|  Number of variables:  220958                                               |
12.82/13.02	c 13	|  Number of clauses:    5925831                                              |
16.27/16.58	c 16	|  Parsing time:         3.04         s                                       |
16.47/16.74	c 16	============================[ Search Statistics ]==============================
16.47/16.74	c 16	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
16.47/16.74	c 16	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
16.47/16.74	c 16	===============================================================================
16.47/16.74	c 16	|         0 |  220958  5925831 17547310 |  1975277        0    nan |  0.000 % |
17.36/17.63	c 17	|       101 |  220958  5925831 17547310 |  2172804      101     36 |  0.000 % |
18.05/18.34	c 18	===============================================================================
18.05/18.35	c 18	restarts              : 2
18.05/18.35	c 18	conflicts             : 163            (34 /sec)
18.05/18.35	c 18	decisions             : 1602           (0.75 % random) (335 /sec)
18.05/18.35	c 18	propagations          : 791155         (165643 /sec)
18.05/18.35	c 18	conflict literals     : 4716           (2.44 % deleted)
18.05/18.35	c 18	Memory used           : 276.65 MB
18.05/18.35	c 18	CPU time              : 4.77627 s
18.05/18.35	c 18	
18.16/18.44	c 18	SATISFIABLE
18.16/18.49	c 18	DECODING HOME/temp.out WITH HOME/temp.map
18.16/18.49	c 18	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'
18.25/18.56	c 18	Decoding HOME/temp.out
18.65/18.96	s SATISFIABLE
18.65/18.97	v 954 757 627 848 310 272 566 61 378 869 14 80 6 679 288 126 566 316 493 255 413 183 910 655 678 982 82 57 946 771 777 456 178 739 929 225 541 5 833 599 637 371 306 988 83 83 580 835 763 510 167 2 41 265 243 384 130 685 319 932 201 923 737 320 860 236 293 642 961 780 408 580 398 496 260 665 832 918 388 937 119 650 240 874 360 681 602 466 185 790 179 304 903 5 91 720 97 271 447 811 230 619 964 954 838 300 970 403 19 169 243 725 493 20 901 380 38 120 159 966 319 814 869 894 424 985 100 375 189 239 699 781 3 5 65 461 735 790 938 640 859 151 596 312 558 503 408 10 471 92 787 887 187 321 969 665 865 385 393 601 879 91 737 503 467 874 510 536 408 918 846 701 466 219 718 165 661 761 602 380 216 869 937 531 799 722 534 356 136 699 291 541 38 424 599 582 403 49 901 321 664 451 184 529 786 1 147 606 238 683 377 152 672 169 441 513 649 608 270 182 769 865 910 870 298
18.65/18.97	c 18	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
18.72/19.01	c 19	CPU 18.74 (0.05 0.01 16.89 1.79)
18.72/19.01	c 19	END Sat Jul 11 21:02:53 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-2065736-1247338953/watcher-2065736-1247338953 -o /tmp/evaluation-result-2065736-1247338953/solver-2065736-1247338953 -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-2065736-1247338953.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.00 2.04 2.02 4/82 15152
/proc/meminfo: memFree=1485080/2055920 swapFree=4192812/4192956
[pid=15152] ppid=15150 vsize=18576 CPUtime=0
/proc/15152/stat : 15152 (runsolver) R 15150 15152 14121 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 20958652 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 251255123239 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15152/statm: 4644 284 249 26 0 2626 0

[startup+0.0773989 s]
/proc/loadavg: 2.00 2.04 2.02 4/82 15152
/proc/meminfo: memFree=1485080/2055920 swapFree=4192812/4192956
[pid=15152] ppid=15150 vsize=16740 CPUtime=0.06
/proc/15152/stat : 15152 (sugar) S 15150 15152 14121 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 20958652 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15152/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101593 s]
/proc/loadavg: 2.00 2.04 2.02 4/82 15152
/proc/meminfo: memFree=1485080/2055920 swapFree=4192812/4192956
[pid=15152] ppid=15150 vsize=16868 CPUtime=0.06
/proc/15152/stat : 15152 (sugar) S 15150 15152 14121 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 20958652 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15152/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302598 s]
/proc/loadavg: 2.00 2.04 2.02 4/82 15152
/proc/meminfo: memFree=1485080/2055920 swapFree=4192812/4192956
[pid=15152] ppid=15150 vsize=16868 CPUtime=0.06
/proc/15152/stat : 15152 (sugar) S 15150 15152 14121 0 -1 4194304 1227 128 0 0 5 1 0 0 18 0 1 0 20958652 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15152/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.70264 s]
/proc/loadavg: 2.00 2.04 2.02 4/82 15152
/proc/meminfo: memFree=1485080/2055920 swapFree=4192812/4192956
[pid=15152] ppid=15150 vsize=16868 CPUtime=0.62
/proc/15152/stat : 15152 (sugar) S 15150 15152 14121 0 -1 4194304 1292 6819 0 1 5 1 51 5 16 0 1 0 20958652 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/15152/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 16868

[startup+1.50173 s]
/proc/loadavg: 2.00 2.04 2.02 3/93 15174
/proc/meminfo: memFree=1474224/2055920 swapFree=4192812/4192956
[pid=15152] ppid=15150 vsize=16868 CPUtime=0.62
/proc/15152/stat : 15152 (sugar) S 15150 15152 14121 0 -1 4194304 1310 6819 0 1 5 1 51 5 15 0 1 0 20958652 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15152/statm: 4217 1111 409 3 0 796 0
[pid=15165] ppid=15152 vsize=5356 CPUtime=0
/proc/15165/stat : 15165 (sh) S 15152 15152 14121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20958718 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15165/statm: 1339 233 193 169 0 50 0
[pid=15166] ppid=15165 vsize=868708 CPUtime=0.82
/proc/15166/stat : 15166 (java) S 15165 15152 14121 0 -1 0 7619 0 1 0 77 5 0 0 18 0 9 0 20958718 889556992 6819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15166/statm: 217177 6819 2590 9 0 211654 0
[pid=15166/tid=15167] ppid=15165 vsize=868708 CPUtime=0.48
/proc/15166/task/15167/stat : 15167 (java) R 15165 15152 14121 0 -1 64 2763 0 1 0 46 2 0 0 18 0 9 0 20958719 889556992 6819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15166/tid=15168] ppid=15165 vsize=868708 CPUtime=0.15
/proc/15166/task/15168/stat : 15168 (java) S 15165 15152 14121 0 -1 64 2670 0 0 0 14 1 0 0 16 0 9 0 20958720 889556992 6819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15166/tid=15169] ppid=15165 vsize=868708 CPUtime=0
/proc/15166/task/15169/stat : 15169 (java) S 15165 15152 14121 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20958720 889556992 6819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15166/tid=15170] ppid=15165 vsize=868708 CPUtime=0
/proc/15166/task/15170/stat : 15170 (java) S 15165 15152 14121 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20958720 889556992 6819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15166/tid=15171] ppid=15165 vsize=868708 CPUtime=0
/proc/15166/task/15171/stat : 15171 (java) S 15165 15152 14121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20958723 889556992 6819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15166/tid=15172] ppid=15165 vsize=868708 CPUtime=0.16
/proc/15166/task/15172/stat : 15172 (java) S 15165 15152 14121 0 -1 64 1488 0 0 0 16 0 0 0 16 0 9 0 20958723 889556992 6819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15166/tid=15173] ppid=15165 vsize=868708 CPUtime=0
/proc/15166/task/15173/stat : 15173 (java) S 15165 15152 14121 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20958723 889556992 6819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15166/tid=15174] ppid=15165 vsize=868708 CPUtime=0
/proc/15166/task/15174/stat : 15174 (java) S 15165 15152 14121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20958723 889556992 6819 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 890932

[startup+3.1029 s]
/proc/loadavg: 2.08 2.05 2.03 3/93 15174
/proc/meminfo: memFree=1456688/2055920 swapFree=4192812/4192956
[pid=15152] ppid=15150 vsize=16868 CPUtime=0.62
/proc/15152/stat : 15152 (sugar) S 15150 15152 14121 0 -1 4194304 1310 6819 0 1 5 1 51 5 16 0 1 0 20958652 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15152/statm: 4217 1111 409 3 0 796 0
[pid=15165] ppid=15152 vsize=5356 CPUtime=0
/proc/15165/stat : 15165 (sh) S 15152 15152 14121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20958718 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15165/statm: 1339 233 193 169 0 50 0
[pid=15166] ppid=15165 vsize=868708 CPUtime=2.4
/proc/15166/stat : 15166 (java) S 15165 15152 14121 0 -1 0 8114 0 1 0 222 18 0 0 18 0 9 0 20958718 889556992 6836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15166/statm: 217177 6836 2590 9 0 211654 0
[pid=15166/tid=15167] ppid=15165 vsize=868708 CPUtime=1.92
/proc/15166/task/15167/stat : 15167 (java) R 15165 15152 14121 0 -1 64 3242 0 1 0 179 13 0 0 25 0 9 0 20958719 889556992 6836 996147200 134512640 134550932 4294955936 18446744073709551615 4126896951 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15166/tid=15168] ppid=15165 vsize=868708 CPUtime=0.26
/proc/15166/task/15168/stat : 15168 (java) S 15165 15152 14121 0 -1 64 2670 0 0 0 23 3 0 0 16 0 9 0 20958720 889556992 6836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15166/tid=15169] ppid=15165 vsize=868708 CPUtime=0
/proc/15166/task/15169/stat : 15169 (java) S 15165 15152 14121 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20958720 889556992 6836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15166/tid=15170] ppid=15165 vsize=868708 CPUtime=0
/proc/15166/task/15170/stat : 15170 (java) S 15165 15152 14121 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20958720 889556992 6836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15166/tid=15171] ppid=15165 vsize=868708 CPUtime=0
/proc/15166/task/15171/stat : 15171 (java) S 15165 15152 14121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20958723 889556992 6836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15166/tid=15172] ppid=15165 vsize=868708 CPUtime=0.18
/proc/15166/task/15172/stat : 15172 (java) S 15165 15152 14121 0 -1 64 1504 0 0 0 18 0 0 0 16 0 9 0 20958723 889556992 6836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15166/tid=15173] ppid=15165 vsize=868708 CPUtime=0
/proc/15166/task/15173/stat : 15173 (java) S 15165 15152 14121 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20958723 889556992 6836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15166/tid=15174] ppid=15165 vsize=868708 CPUtime=0
/proc/15166/task/15174/stat : 15174 (java) S 15165 15152 14121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20958723 889556992 6836 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 890932

[startup+6.30225 s]
/proc/loadavg: 2.08 2.05 2.03 3/93 15174
/proc/meminfo: memFree=1417840/2055920 swapFree=4192812/4192956
[pid=15152] ppid=15150 vsize=16868 CPUtime=0.62
/proc/15152/stat : 15152 (sugar) S 15150 15152 14121 0 -1 4194304 1310 6819 0 1 5 1 51 5 16 0 1 0 20958652 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15152/statm: 4217 1111 409 3 0 796 0
[pid=15165] ppid=15152 vsize=5356 CPUtime=0
/proc/15165/stat : 15165 (sh) S 15152 15152 14121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20958718 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15165/statm: 1339 233 193 169 0 50 0
[pid=15166] ppid=15165 vsize=868708 CPUtime=5.58
/proc/15166/stat : 15166 (java) S 15165 15152 14121 0 -1 0 9109 0 1 0 510 48 0 0 18 0 9 0 20958718 889556992 6839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15166/statm: 217177 6839 2590 9 0 211654 0
[pid=15166/tid=15167] ppid=15165 vsize=868708 CPUtime=4.85
/proc/15166/task/15167/stat : 15167 (java) R 15165 15152 14121 0 -1 64 4235 0 1 0 448 37 0 0 25 0 9 0 20958719 889556992 6839 996147200 134512640 134550932 4294955936 18446744073709551615 4126894257 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15166/tid=15168] ppid=15165 vsize=868708 CPUtime=0.51
/proc/15166/task/15168/stat : 15168 (java) S 15165 15152 14121 0 -1 64 2670 0 0 0 42 9 0 0 16 0 9 0 20958720 889556992 6839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15166/tid=15169] ppid=15165 vsize=868708 CPUtime=0
/proc/15166/task/15169/stat : 15169 (java) S 15165 15152 14121 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20958720 889556992 6839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15166/tid=15170] ppid=15165 vsize=868708 CPUtime=0
/proc/15166/task/15170/stat : 15170 (java) S 15165 15152 14121 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20958720 889556992 6839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15166/tid=15171] ppid=15165 vsize=868708 CPUtime=0
/proc/15166/task/15171/stat : 15171 (java) S 15165 15152 14121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20958723 889556992 6839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15166/tid=15172] ppid=15165 vsize=868708 CPUtime=0.19
/proc/15166/task/15172/stat : 15172 (java) S 15165 15152 14121 0 -1 64 1506 0 0 0 19 0 0 0 17 0 9 0 20958723 889556992 6839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15166/tid=15173] ppid=15165 vsize=868708 CPUtime=0
/proc/15166/task/15173/stat : 15173 (java) S 15165 15152 14121 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20958723 889556992 6839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15166/tid=15174] ppid=15165 vsize=868708 CPUtime=0
/proc/15166/task/15174/stat : 15174 (java) S 15165 15152 14121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20958723 889556992 6839 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 890932

[startup+12.7029 s]
/proc/loadavg: 2.07 2.05 2.02 3/93 15174
/proc/meminfo: memFree=1337536/2055920 swapFree=4192812/4192956
[pid=15152] ppid=15150 vsize=16868 CPUtime=0.62
/proc/15152/stat : 15152 (sugar) S 15150 15152 14121 0 -1 4194304 1310 6819 0 1 5 1 51 5 16 0 1 0 20958652 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15152/statm: 4217 1111 409 3 0 796 0
[pid=15165] ppid=15152 vsize=5356 CPUtime=0
/proc/15165/stat : 15165 (sh) S 15152 15152 14121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20958718 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15165/statm: 1339 233 193 169 0 50 0
[pid=15166] ppid=15165 vsize=868708 CPUtime=11.93
/proc/15166/stat : 15166 (java) S 15165 15152 14121 0 -1 0 11124 0 1 0 1081 112 0 0 18 0 9 0 20958718 889556992 6846 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15166/statm: 217177 6846 2590 9 0 211654 0
[pid=15166/tid=15167] ppid=15165 vsize=868708 CPUtime=10.64
/proc/15166/task/15167/stat : 15167 (java) R 15165 15152 14121 0 -1 64 6243 0 1 0 976 88 0 0 25 0 9 0 20958719 889556992 6846 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15166/tid=15168] ppid=15165 vsize=868708 CPUtime=1.04
/proc/15166/task/15168/stat : 15168 (java) S 15165 15152 14121 0 -1 64 2670 0 0 0 83 21 0 0 16 0 9 0 20958720 889556992 6846 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15166/tid=15169] ppid=15165 vsize=868708 CPUtime=0
/proc/15166/task/15169/stat : 15169 (java) S 15165 15152 14121 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20958720 889556992 6846 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15166/tid=15170] ppid=15165 vsize=868708 CPUtime=0
/proc/15166/task/15170/stat : 15170 (java) S 15165 15152 14121 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 20958720 889556992 6846 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15166/tid=15171] ppid=15165 vsize=868708 CPUtime=0
/proc/15166/task/15171/stat : 15171 (java) S 15165 15152 14121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20958723 889556992 6846 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15166/tid=15172] ppid=15165 vsize=868708 CPUtime=0.2
/proc/15166/task/15172/stat : 15172 (java) S 15165 15152 14121 0 -1 64 1513 0 0 0 20 0 0 0 16 0 9 0 20958723 889556992 6846 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15166/tid=15173] ppid=15165 vsize=868708 CPUtime=0
/proc/15166/task/15173/stat : 15173 (java) S 15165 15152 14121 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 20958723 889556992 6846 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15166/tid=15174] ppid=15165 vsize=868708 CPUtime=0
/proc/15166/task/15174/stat : 15174 (java) S 15165 15152 14121 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 20958723 889556992 6846 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.55
Current children cumulated vsize (KiB) 890932

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

[startup+15.9023 s]
/proc/loadavg: 2.07 2.05 2.02 3/85 15176
/proc/meminfo: memFree=1179072/2055920 swapFree=4192812/4192956
[pid=15152] ppid=15150 vsize=16868 CPUtime=12.84
/proc/15152/stat : 15152 (sugar) S 15150 15152 14121 0 -1 4194304 1376 18336 0 2 5 1 1158 120 16 0 1 0 20958652 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15152/statm: 4217 1113 409 3 0 796 0
[pid=15175] ppid=15152 vsize=5356 CPUtime=0
/proc/15175/stat : 15175 (sh) S 15152 15152 14121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20959953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15175/statm: 1339 232 193 169 0 50 0
[pid=15176] ppid=15175 vsize=208752 CPUtime=2.83
/proc/15176/stat : 15176 (minisat) R 15175 15152 14121 0 -1 4194304 50894 0 0 0 245 38 0 0 25 0 1 0 20959954 213762048 50880 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 1 0 0
/proc/15176/statm: 52188 50880 62 150 0 52035 0
Current children cumulated CPU time (s) 15.67
Current children cumulated vsize (KiB) 230976

[startup+17.5025 s]
/proc/loadavg: 2.06 2.05 2.02 3/85 15176
/proc/meminfo: memFree=1077440/2055920 swapFree=4192812/4192956
[pid=15152] ppid=15150 vsize=16868 CPUtime=12.84
/proc/15152/stat : 15152 (sugar) S 15150 15152 14121 0 -1 4194304 1376 18336 0 2 5 1 1158 120 15 0 1 0 20958652 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15152/statm: 4217 1113 409 3 0 796 0
[pid=15175] ppid=15152 vsize=5356 CPUtime=0
/proc/15175/stat : 15175 (sh) S 15152 15152 14121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20959953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15175/statm: 1339 232 193 169 0 50 0
[pid=15176] ppid=15175 vsize=276724 CPUtime=4.42
/proc/15176/stat : 15176 (minisat) R 15175 15152 14121 0 -1 4194304 66387 0 0 0 394 48 0 0 25 0 1 0 20959954 283365376 66373 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15176/statm: 69181 66373 72 150 0 69028 0
Current children cumulated CPU time (s) 17.26
Current children cumulated vsize (KiB) 298948

[startup+18.3016 s]
/proc/loadavg: 2.06 2.05 2.02 3/85 15176
/proc/meminfo: memFree=1077440/2055920 swapFree=4192812/4192956
[pid=15152] ppid=15150 vsize=16868 CPUtime=12.84
/proc/15152/stat : 15152 (sugar) S 15150 15152 14121 0 -1 4194304 1376 18336 0 2 5 1 1158 120 16 0 1 0 20958652 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15152/statm: 4217 1113 409 3 0 796 0
[pid=15175] ppid=15152 vsize=5356 CPUtime=0
/proc/15175/stat : 15175 (sh) S 15152 15152 14121 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20959953 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15175/statm: 1339 232 193 169 0 50 0
[pid=15176] ppid=15175 vsize=283072 CPUtime=5.21
/proc/15176/stat : 15176 (minisat) R 15175 15152 14121 0 -1 4194304 67916 0 0 0 472 49 0 0 25 0 1 0 20959954 289865728 67902 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/15176/statm: 70768 67902 76 150 0 70615 0
Current children cumulated CPU time (s) 18.05
Current children cumulated vsize (KiB) 305296

[startup+18.7066 s]
/proc/loadavg: 2.06 2.05 2.02 5/93 15186
/proc/meminfo: memFree=1337088/2055920 swapFree=4192812/4192956
[pid=15152] ppid=15150 vsize=16868 CPUtime=18.25
/proc/15152/stat : 15152 (sugar) S 15150 15152 14121 0 -1 4194304 1448 86604 0 2 5 1 1644 175 16 0 1 0 20958652 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15152/statm: 4217 1113 409 3 0 796 0
[pid=15177] ppid=15152 vsize=5356 CPUtime=0
/proc/15177/stat : 15177 (sh) S 15152 15152 14121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20960501 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15177/statm: 1339 233 193 169 0 50 0
[pid=15178] ppid=15177 vsize=862012 CPUtime=0.2
/proc/15178/stat : 15178 (java) S 15177 15152 14121 0 -1 0 2898 0 1 0 18 2 0 0 19 0 9 0 20960501 882700288 2369 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15178/statm: 215503 2369 1248 9 0 210416 0
[pid=15178/tid=15179] ppid=15177 vsize=862012 CPUtime=0.19
/proc/15178/task/15179/stat : 15179 (java) R 15177 15152 14121 0 -1 64 1996 0 1 0 18 1 0 0 18 0 9 0 20960502 882700288 2369 996147200 134512640 134550932 4294955984 18446744073709551615 4125960331 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15178/tid=15180] ppid=15177 vsize=862012 CPUtime=0
/proc/15178/task/15180/stat : 15180 (java) S 15177 15152 14121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20960503 882700288 2369 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15178/tid=15181] ppid=15177 vsize=862012 CPUtime=0
/proc/15178/task/15181/stat : 15181 (java) S 15177 15152 14121 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 20960504 882700288 2369 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15178/tid=15182] ppid=15177 vsize=862012 CPUtime=0
/proc/15178/task/15182/stat : 15182 (java) S 15177 15152 14121 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 20960504 882700288 2369 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15178/tid=15183] ppid=15177 vsize=862012 CPUtime=0
/proc/15178/task/15183/stat : 15183 (java) S 15177 15152 14121 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20960506 882700288 2369 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15178/tid=15184] ppid=15177 vsize=862012 CPUtime=0
/proc/15178/task/15184/stat : 15184 (java) R 15177 15152 14121 0 -1 64 208 0 0 0 0 0 0 0 19 0 9 0 20960506 882700288 2369 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15178/tid=15185] ppid=15177 vsize=862012 CPUtime=0
/proc/15178/task/15185/stat : 15185 (java) S 15177 15152 14121 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20960506 882700288 2369 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15178/tid=15186] ppid=15177 vsize=862012 CPUtime=0
/proc/15178/task/15186/stat : 15186 (java) S 15177 15152 14121 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 20960506 882700288 2369 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.45
Current children cumulated vsize (KiB) 884236

[startup+18.9016 s]
/proc/loadavg: 2.06 2.05 2.02 5/93 15186
/proc/meminfo: memFree=1337088/2055920 swapFree=4192812/4192956
[pid=15152] ppid=15150 vsize=16868 CPUtime=18.25
/proc/15152/stat : 15152 (sugar) S 15150 15152 14121 0 -1 4194304 1448 86604 0 2 5 1 1644 175 16 0 1 0 20958652 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15152/statm: 4217 1113 409 3 0 796 0
[pid=15177] ppid=15152 vsize=5356 CPUtime=0
/proc/15177/stat : 15177 (sh) S 15152 15152 14121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20960501 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15177/statm: 1339 233 193 169 0 50 0
[pid=15178] ppid=15177 vsize=862156 CPUtime=0.4
/proc/15178/stat : 15178 (java) S 15177 15152 14121 0 -1 0 3010 0 1 0 38 2 0 0 19 0 9 0 20960501 882847744 2481 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15178/statm: 215539 2481 1271 9 0 210452 0
[pid=15178/tid=15179] ppid=15177 vsize=862156 CPUtime=0.35
/proc/15178/task/15179/stat : 15179 (java) R 15177 15152 14121 0 -1 64 2015 0 1 0 34 1 0 0 20 0 9 0 20960502 882847744 2481 996147200 134512640 134550932 4294955984 18446744073709551615 4126472917 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15178/tid=15180] ppid=15177 vsize=862156 CPUtime=0
/proc/15178/task/15180/stat : 15180 (java) S 15177 15152 14121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20960503 882847744 2481 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15178/tid=15181] ppid=15177 vsize=862156 CPUtime=0
/proc/15178/task/15181/stat : 15181 (java) S 15177 15152 14121 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 20960504 882847744 2481 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15178/tid=15182] ppid=15177 vsize=862156 CPUtime=0
/proc/15178/task/15182/stat : 15182 (java) S 15177 15152 14121 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 20960504 882847744 2481 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15178/tid=15183] ppid=15177 vsize=862156 CPUtime=0
/proc/15178/task/15183/stat : 15183 (java) S 15177 15152 14121 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20960506 882847744 2481 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15178/tid=15184] ppid=15177 vsize=862156 CPUtime=0.03
/proc/15178/task/15184/stat : 15184 (java) S 15177 15152 14121 0 -1 64 301 0 0 0 3 0 0 0 17 0 9 0 20960506 882847744 2481 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15178/tid=15185] ppid=15177 vsize=862156 CPUtime=0
/proc/15178/task/15185/stat : 15185 (java) S 15177 15152 14121 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20960506 882847744 2481 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15178/tid=15186] ppid=15177 vsize=862156 CPUtime=0
/proc/15178/task/15186/stat : 15186 (java) S 15177 15152 14121 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20960506 882847744 2481 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.65
Current children cumulated vsize (KiB) 884380

[startup+19.0016 s]
/proc/loadavg: 2.06 2.05 2.02 5/93 15186
/proc/meminfo: memFree=1337088/2055920 swapFree=4192812/4192956
[pid=15152] ppid=15150 vsize=16868 CPUtime=18.25
/proc/15152/stat : 15152 (sugar) S 15150 15152 14121 0 -1 4194304 1450 86604 0 2 5 1 1644 175 15 0 1 0 20958652 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 251264020578 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15152/statm: 4217 1113 409 3 0 796 0
[pid=15177] ppid=15152 vsize=5356 CPUtime=0
/proc/15177/stat : 15177 (sh) S 15152 15152 14121 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20960501 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 251255120708 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15177/statm: 1339 233 193 169 0 50 0
[pid=15178] ppid=15177 vsize=864156 CPUtime=0.47
/proc/15178/stat : 15178 (java) S 15177 15152 14121 0 -1 0 3552 0 1 0 45 2 0 0 19 0 9 0 20960501 884895744 3018 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15178/statm: 216039 3018 1708 9 0 210544 0
[pid=15178/tid=15179] ppid=15177 vsize=864156 CPUtime=0.42
/proc/15178/task/15179/stat : 15179 (java) S 15177 15152 14121 0 -1 64 2553 0 1 0 41 1 0 0 18 0 9 0 20960502 884895744 3018 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15178/tid=15180] ppid=15177 vsize=864156 CPUtime=0
/proc/15178/task/15180/stat : 15180 (java) S 15177 15152 14121 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 20960503 884895744 3018 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15178/tid=15181] ppid=15177 vsize=864156 CPUtime=0
/proc/15178/task/15181/stat : 15181 (java) S 15177 15152 14121 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 20960504 884895744 3018 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15178/tid=15182] ppid=15177 vsize=864156 CPUtime=0
/proc/15178/task/15182/stat : 15182 (java) S 15177 15152 14121 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 20960504 884895744 3018 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15178/tid=15183] ppid=15177 vsize=864156 CPUtime=0
/proc/15178/task/15183/stat : 15183 (java) S 15177 15152 14121 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 20960506 884895744 3018 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15178/tid=15184] ppid=15177 vsize=864156 CPUtime=0.03
/proc/15178/task/15184/stat : 15184 (java) S 15177 15152 14121 0 -1 64 305 0 0 0 3 0 0 0 16 0 9 0 20960506 884895744 3018 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15178/tid=15185] ppid=15177 vsize=864156 CPUtime=0
/proc/15178/task/15185/stat : 15185 (java) S 15177 15152 14121 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 20960506 884895744 3018 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15178/tid=15186] ppid=15177 vsize=864156 CPUtime=0
/proc/15178/task/15186/stat : 15186 (java) S 15177 15152 14121 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20960506 884895744 3018 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 18.72
Current children cumulated vsize (KiB) 886380

Child status: 0
Real time (s): 19.0923
CPU time (s): 18.8431
CPU user time (s): 16.9574
CPU system time (s): 1.88571
CPU usage (%): 98.6948
Max. virtual memory (cumulated for all children) (KiB): 890932

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 16.9574
system time used= 1.88571
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 91986
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= 34872
involuntary context switches= 35211

runsolver used 0.029995 second user time and 0.073988 second system time

The end

Launcher Data

Begin job on node64 at 2009-07-11 21:02:33
IDJOB=2065736
IDBENCH=54407
IDSOLVER=739
FILE ID=node64/2065736-1247338953
PBS_JOBID= 9506753
Free space on /tmp= 66324 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/os-taillard-15/normalized-os-taillard-15-105-0.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-2065736-1247338953/watcher-2065736-1247338953 -o /tmp/evaluation-result-2065736-1247338953/solver-2065736-1247338953 -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-2065736-1247338953.xml

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

MD5SUM BENCH= 5a2387650a417487d5414425e566caef
RANDOM SEED=2015643543

node64.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.220
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.220
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:       1485624 kB
Buffers:         41364 kB
Cached:         426264 kB
SwapCached:        144 kB
Active:          92844 kB
Inactive:       424836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1485624 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1724 kB
Writeback:           0 kB
Mapped:          70408 kB
Slab:            37380 kB
Committed_AS:   228180 kB
PageTables:       1900 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66320 MiB
End job on node64 at 2009-07-11 21:02:53