Trace number 2081697

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+minisatUNSAT 773.232 780.9

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-21.xml
MD5SUMe786d11ddd334dffd2dc30de4d2d7e30
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark773.232
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1580
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 06:42:54 2009
0.00/0.08	c 0	PID 27695
0.07/0.08	c 0	HOST node50.alineos.net
0.07/0.08	c 0	CONVERTING HOME/instance-2081697-1247373773.xml TO HOME/temp.csp
0.07/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-2081697-1247373773.xml' 'HOME/temp.csp'
1.26/1.37	c 1	98 domains, 800 variables, 4 predicates, 0 relations, 12940 constraints
1.26/1.39	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.26/1.39	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'
1.33/1.48	c 1	Parsing HOME/temp.csp
1.33/1.64	c 1	parsed 10000 expressions
1.33/1.67	c 1	parsed 13842 expressions
1.33/1.68	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.33/1.68	c 1	Converting to clausal form CSP
1.33/1.95	c 2	converted 1385 (10%) expressions
1.33/2.03	c 2	converted 2769 (20%) expressions
1.33/2.08	c 2	converted 4153 (30%) expressions
2.01/2.19	c 2	converted 5537 (40%) expressions
2.11/2.24	c 2	converted 6921 (50%) expressions
2.11/2.29	c 2	converted 8306 (60%) expressions
2.20/2.34	c 2	converted 9690 (70%) expressions
2.20/2.39	c 2	converted 11074 (80%) expressions
2.40/2.52	c 2	converted 12458 (90%) expressions
2.40/2.57	c 2	converted 13842 (100%) expressions
2.40/2.57	c 2	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 1508
2.40/2.57	c 2	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.40/2.57	c 2	Propagation in CSP
3.10/3.26	c 3	336716 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.10/3.26	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 818
3.10/3.26	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.10/3.27	c 3	Simplifing CSP by introducing new Boolean variables
3.39/3.52	c 3	CSP : 800 integers, 23600 booleans, 36540 clauses, largest domain size 818
3.39/3.52	c 3	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.50/3.65	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.59/3.73	c 3	80 (10%) CSP integer variables are encoded (35000 clauses, 502900 bytes)
3.59/3.77	c 3	160 (20%) CSP integer variables are encoded (69600 clauses, 1021900 bytes)
3.68/3.83	c 3	240 (30%) CSP integer variables are encoded (112080 clauses, 1683681 bytes)
3.68/3.89	c 3	320 (40%) CSP integer variables are encoded (155120 clauses, 2415361 bytes)
3.78/3.95	c 4	400 (50%) CSP integer variables are encoded (196280 clauses, 3115081 bytes)
3.88/4.01	c 4	480 (60%) CSP integer variables are encoded (238640 clauses, 3835201 bytes)
3.88/4.08	c 4	560 (70%) CSP integer variables are encoded (292520 clauses, 4751161 bytes)
3.98/4.16	c 4	640 (80%) CSP integer variables are encoded (353120 clauses, 5781361 bytes)
4.08/4.25	c 4	720 (90%) CSP integer variables are encoded (410080 clauses, 6749681 bytes)
4.18/4.32	c 4	800 (100%) CSP integer variables are encoded (456440 clauses, 7537801 bytes)
5.26/5.46	c 5	3654 (10%) CSP clauses are encoded (988345 clauses, 19583678 bytes)
6.25/6.44	c 6	7308 (20%) CSP clauses are encoded (1465911 clauses, 30702896 bytes)
7.42/7.67	c 7	10962 (30%) CSP clauses are encoded (2058007 clauses, 44525651 bytes)
8.60/8.89	c 8	14616 (40%) CSP clauses are encoded (2655231 clauses, 58460903 bytes)
9.89/10.20	c 10	18270 (50%) CSP clauses are encoded (3295310 clauses, 73747525 bytes)
11.27/11.53	c 11	21924 (60%) CSP clauses are encoded (3942931 clauses, 89564647 bytes)
12.64/12.98	c 13	25578 (70%) CSP clauses are encoded (4641391 clauses, 106596798 bytes)
14.23/14.55	c 14	29232 (80%) CSP clauses are encoded (5407407 clauses, 125200229 bytes)
16.11/16.41	c 16	32886 (90%) CSP clauses are encoded (6333452 clauses, 147565456 bytes)
18.36/18.74	c 18	36540 (100%) CSP clauses are encoded (7520583 clauses, 175291826 bytes)
18.36/18.74	c 18	36540 CSP clauses encoded
18.36/18.74	c 18	Writing map file : HOME/temp.map
18.36/18.76	c 18	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
18.36/18.76	c 18	SAT : 480840 SAT variables, 7520583 SAT clauses, 175291826 bytes
18.36/18.76	c 18	Heap : 14 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
18.41/18.82	c 18	SOLVING HOME/temp.cnf
18.41/18.82	c 18	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
18.41/18.83	c 18	This is MiniSat 2.0 beta
18.41/18.83	c 18	WARNING: for repeatability, setting FPU to use double precision
18.41/18.83	c 18	============================[ Problem Statistics ]=============================
18.41/18.83	c 18	|                                                                             |
18.41/18.83	c 18	|  Number of variables:  480840                                               |
18.41/18.83	c 18	|  Number of clauses:    7520583                                              |
22.84/23.33	c 23	|  Parsing time:         3.85         s                                       |
23.04/23.56	c 23	============================[ Search Statistics ]==============================
23.04/23.56	c 23	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
23.04/23.56	c 23	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
23.04/23.56	c 23	===============================================================================
23.04/23.56	c 23	|         0 |  475158  7514901 21406796 |  2504967        0    nan |  0.000 % |
27.70/28.20	c 28	|       100 |  475158  7514901 21406796 |  2755463       99     16 |  1.187 % |
35.72/36.39	c 36	|       251 |  475158  7514901 21406796 |  3031010      250     14 |  1.187 % |
43.84/44.59	c 44	|       476 |  475158  7514901 21406796 |  3334111      475     13 |  1.187 % |
59.89/60.75	c 60	|       813 |  475130  7514392 21405364 |  3667522      811     13 |  1.189 % |
79.80/80.81	c 80	|      1319 |  475092  7513759 21403587 |  4034274     1314     13 |  1.204 % |
109.42/110.76	c 110	|      2078 |  475020  7512429 21399824 |  4437701     2071     13 |  1.215 % |
154.26/156.16	c 156	|      3217 |  474948  7511158 21396251 |  4881472     3004     13 |  1.227 % |
229.86/232.42	c 232	|      4926 |  474857  7509491 21391562 |  5369619     4707     14 |  1.244 % |
331.49/335.08	c 335	|      7490 |  474828  7508940 21390014 |  5906581     7270     16 |  1.250 % |
499.00/504.18	c 504	|     11334 |  468113  7386040 21038236 |  6497239     8917     16 |  2.652 % |
731.32/738.62	c 738	|     17100 |  457364  7188002 20471180 |  7146963    11937     16 |  4.882 % |
772.72/780.47	c 780	===============================================================================
772.72/780.47	c 780	restarts              : 12
772.72/780.47	c 780	conflicts             : 18036          (24 /sec)
772.72/780.47	c 780	decisions             : 24913          (1.46 % random) (33 /sec)
772.72/780.47	c 780	propagations          : 830902150      (1102417 /sec)
772.72/780.47	c 780	conflict literals     : 309024         (39.00 % deleted)
772.72/780.47	c 780	Memory used           : 350.18 MB
772.72/780.47	c 780	CPU time              : 753.709 s
772.72/780.47	c 780	
772.72/780.47	c 780	UNSATISFIABLE
772.82/780.53	c 780	DECODING HOME/temp.out WITH HOME/temp.map
772.82/780.53	c 780	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'
772.87/780.61	c 780	Decoding HOME/temp.out
772.87/780.74	s UNSATISFIABLE
772.87/780.79	c 780	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
772.87/780.81	c 780	CPU 773.12 (0.06 0.02 770.87 2.17)
772.87/780.81	c 780	END Sun Jul 12 06:55:54 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2081697-1247373773/watcher-2081697-1247373773 -o /tmp/evaluation-result-2081697-1247373773/solver-2081697-1247373773 -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-2081697-1247373773.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.98 1.99 4/81 27695
/proc/meminfo: memFree=1658392/2055920 swapFree=4192812/4192956
[pid=27695] ppid=27693 vsize=12000 CPUtime=0
/proc/27695/stat : 27695 (sugar) R 27693 27695 23333 0 -1 4194304 184 0 0 0 0 0 0 0 20 0 1 0 24440964 12288000 152 996147200 4194304 4206940 548682068608 18446744073709551615 240577319649 0 0 4224 0 0 0 0 17 1 0 0
/proc/27695/statm: 3000 152 116 3 0 100 0

[startup+0.0829671 s]
/proc/loadavg: 1.91 1.98 1.99 4/81 27695
/proc/meminfo: memFree=1658392/2055920 swapFree=4192812/4192956
[pid=27695] ppid=27693 vsize=16740 CPUtime=0.07
/proc/27695/stat : 27695 (sugar) R 27693 27695 23333 0 -1 4194304 1149 0 0 0 5 2 0 0 18 0 1 0 24440964 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 240577317613 0 0 4224 16386 0 0 0 17 1 0 0
/proc/27695/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16740

[startup+0.103221 s]
/proc/loadavg: 1.91 1.98 1.99 4/81 27695
/proc/meminfo: memFree=1658392/2055920 swapFree=4192812/4192956
[pid=27695] ppid=27693 vsize=16868 CPUtime=0.07
/proc/27695/stat : 27695 (sugar) S 27693 27695 23333 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24440964 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27695/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302977 s]
/proc/loadavg: 1.91 1.98 1.99 4/81 27695
/proc/meminfo: memFree=1658392/2055920 swapFree=4192812/4192956
[pid=27695] ppid=27693 vsize=16868 CPUtime=0.07
/proc/27695/stat : 27695 (sugar) S 27693 27695 23333 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24440964 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27695/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.70202 s]
/proc/loadavg: 1.91 1.98 1.99 4/81 27695
/proc/meminfo: memFree=1658392/2055920 swapFree=4192812/4192956
[pid=27695] ppid=27693 vsize=16868 CPUtime=0.07
/proc/27695/stat : 27695 (sugar) S 27693 27695 23333 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24440964 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27695/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50109 s]
/proc/loadavg: 1.91 1.98 1.99 4/92 27707
/proc/meminfo: memFree=1632896/2055920 swapFree=4192812/4192956
[pid=27695] ppid=27693 vsize=16868 CPUtime=1.33
/proc/27695/stat : 27695 (sugar) S 27693 27695 23333 0 -1 4194304 1309 10559 0 1 5 2 119 7 16 0 1 0 24440964 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27695/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.33
Current children cumulated vsize (KiB) 16868

[startup+3.10224 s]
/proc/loadavg: 1.91 1.98 1.99 3/92 27717
/proc/meminfo: memFree=1636864/2055920 swapFree=4192812/4192956
[pid=27695] ppid=27693 vsize=16868 CPUtime=1.33
/proc/27695/stat : 27695 (sugar) S 27693 27695 23333 0 -1 4194304 1310 10559 0 1 5 2 119 7 15 0 1 0 24440964 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27695/statm: 4217 1111 409 3 0 796 0
[pid=27708] ppid=27695 vsize=5356 CPUtime=0
/proc/27708/stat : 27708 (sh) S 27695 27695 23333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24441104 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27708/statm: 1339 233 193 169 0 50 0
[pid=27709] ppid=27708 vsize=868564 CPUtime=1.67
/proc/27709/stat : 27709 (java) S 27708 27695 23333 0 -1 0 9854 0 1 0 160 7 0 0 18 0 9 0 24441104 889409536 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27709/statm: 217141 8866 2566 9 0 211646 0
[pid=27709/tid=27710] ppid=27708 vsize=868564 CPUtime=1.12
/proc/27709/task/27710/stat : 27710 (java) R 27708 27695 23333 0 -1 64 2862 0 1 0 110 2 0 0 25 0 9 0 24441105 889409536 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4126844815 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27709/tid=27711] ppid=27708 vsize=868564 CPUtime=0.36
/proc/27709/task/27711/stat : 27711 (java) S 27708 27695 23333 0 -1 64 4817 0 0 0 34 2 0 0 16 0 9 0 24441106 889409536 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27709/tid=27712] ppid=27708 vsize=868564 CPUtime=0
/proc/27709/task/27712/stat : 27712 (java) S 27708 27695 23333 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24441106 889409536 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27709/tid=27713] ppid=27708 vsize=868564 CPUtime=0
/proc/27709/task/27713/stat : 27713 (java) S 27708 27695 23333 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24441106 889409536 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27709/tid=27714] ppid=27708 vsize=868564 CPUtime=0
/proc/27709/task/27714/stat : 27714 (java) S 27708 27695 23333 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24441108 889409536 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27709/tid=27715] ppid=27708 vsize=868564 CPUtime=0.16
/proc/27709/task/27715/stat : 27715 (java) S 27708 27695 23333 0 -1 64 1476 0 0 0 15 1 0 0 16 0 9 0 24441108 889409536 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27709/tid=27716] ppid=27708 vsize=868564 CPUtime=0
/proc/27709/task/27716/stat : 27716 (java) S 27708 27695 23333 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24441108 889409536 8866 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27709/tid=27717] ppid=27708 vsize=868564 CPUtime=0
/proc/27709/task/27717/stat : 27717 (java) S 27708 27695 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24441108 889409536 8866 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) 890788

[startup+6.30251 s]
/proc/loadavg: 1.92 1.98 1.99 3/92 27717
/proc/meminfo: memFree=1602560/2055920 swapFree=4192812/4192956
[pid=27695] ppid=27693 vsize=16868 CPUtime=1.33
/proc/27695/stat : 27695 (sugar) S 27693 27695 23333 0 -1 4194304 1310 10559 0 1 5 2 119 7 16 0 1 0 24440964 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27695/statm: 4217 1111 409 3 0 796 0
[pid=27708] ppid=27695 vsize=5356 CPUtime=0
/proc/27708/stat : 27708 (sh) S 27695 27695 23333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24441104 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27708/statm: 1339 233 193 169 0 50 0
[pid=27709] ppid=27708 vsize=868676 CPUtime=4.81
/proc/27709/stat : 27709 (java) S 27708 27695 23333 0 -1 0 12242 0 1 0 451 30 0 0 18 0 9 0 24441104 889524224 10738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27709/statm: 217169 10738 2590 9 0 211646 0
[pid=27709/tid=27710] ppid=27708 vsize=868676 CPUtime=3.79
/proc/27709/task/27710/stat : 27710 (java) R 27708 27695 23333 0 -1 64 3384 0 1 0 357 22 0 0 25 0 9 0 24441105 889524224 10738 996147200 134512640 134550932 4294955936 18446744073709551615 4126949147 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27709/tid=27711] ppid=27708 vsize=868676 CPUtime=0.78
/proc/27709/task/27711/stat : 27711 (java) S 27708 27695 23333 0 -1 64 6638 0 0 0 73 5 0 0 15 0 9 0 24441106 889524224 10738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27709/tid=27712] ppid=27708 vsize=868676 CPUtime=0
/proc/27709/task/27712/stat : 27712 (java) S 27708 27695 23333 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24441106 889524224 10738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27709/tid=27713] ppid=27708 vsize=868676 CPUtime=0
/proc/27709/task/27713/stat : 27713 (java) S 27708 27695 23333 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24441106 889524224 10738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27709/tid=27714] ppid=27708 vsize=868676 CPUtime=0
/proc/27709/task/27714/stat : 27714 (java) S 27708 27695 23333 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24441108 889524224 10738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27709/tid=27715] ppid=27708 vsize=868676 CPUtime=0.22
/proc/27709/task/27715/stat : 27715 (java) S 27708 27695 23333 0 -1 64 1521 0 0 0 21 1 0 0 16 0 9 0 24441108 889524224 10738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27709/tid=27716] ppid=27708 vsize=868676 CPUtime=0
/proc/27709/task/27716/stat : 27716 (java) S 27708 27695 23333 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24441108 889524224 10738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27709/tid=27717] ppid=27708 vsize=868676 CPUtime=0
/proc/27709/task/27717/stat : 27717 (java) S 27708 27695 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24441108 889524224 10738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890900

[startup+12.7021 s]
/proc/loadavg: 2.01 2.00 1.99 3/92 27717
/proc/meminfo: memFree=1525824/2055920 swapFree=4192812/4192956
[pid=27695] ppid=27693 vsize=16868 CPUtime=1.33
/proc/27695/stat : 27695 (sugar) S 27693 27695 23333 0 -1 4194304 1310 10559 0 1 5 2 119 7 16 0 1 0 24440964 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27695/statm: 4217 1111 409 3 0 796 0
[pid=27708] ppid=27695 vsize=5356 CPUtime=0
/proc/27708/stat : 27708 (sh) S 27695 27695 23333 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24441104 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27708/statm: 1339 233 193 169 0 50 0
[pid=27709] ppid=27708 vsize=868676 CPUtime=11.11
/proc/27709/stat : 27709 (java) S 27708 27695 23333 0 -1 0 13033 0 1 0 1027 84 0 0 18 0 9 0 24441104 889524224 10738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27709/statm: 217169 10738 2590 9 0 211646 0
[pid=27709/tid=27710] ppid=27708 vsize=868676 CPUtime=9.75
/proc/27709/task/27710/stat : 27710 (java) R 27708 27695 23333 0 -1 64 4175 0 1 0 905 70 0 0 25 0 9 0 24441105 889524224 10738 996147200 134512640 134550932 4294955936 18446744073709551615 4126814646 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27709/tid=27711] ppid=27708 vsize=868676 CPUtime=1.11
/proc/27709/task/27711/stat : 27711 (java) S 27708 27695 23333 0 -1 64 6638 0 0 0 100 11 0 0 16 0 9 0 24441106 889524224 10738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27709/tid=27712] ppid=27708 vsize=868676 CPUtime=0
/proc/27709/task/27712/stat : 27712 (java) S 27708 27695 23333 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24441106 889524224 10738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27709/tid=27713] ppid=27708 vsize=868676 CPUtime=0
/proc/27709/task/27713/stat : 27713 (java) S 27708 27695 23333 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24441106 889524224 10738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27709/tid=27714] ppid=27708 vsize=868676 CPUtime=0
/proc/27709/task/27714/stat : 27714 (java) S 27708 27695 23333 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24441108 889524224 10738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27709/tid=27715] ppid=27708 vsize=868676 CPUtime=0.22
/proc/27709/task/27715/stat : 27715 (java) S 27708 27695 23333 0 -1 64 1521 0 0 0 21 1 0 0 16 0 9 0 24441108 889524224 10738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27709/tid=27716] ppid=27708 vsize=868676 CPUtime=0
/proc/27709/task/27716/stat : 27716 (java) S 27708 27695 23333 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24441108 889524224 10738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27709/tid=27717] ppid=27708 vsize=868676 CPUtime=0
/proc/27709/task/27717/stat : 27717 (java) S 27708 27695 23333 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24441108 889524224 10738 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 890900

[startup+25.5022 s]
/proc/loadavg: 2.15 2.03 2.00 3/84 27719
/proc/meminfo: memFree=1143040/2055920 swapFree=4192812/4192956
[pid=27695] ppid=27693 vsize=16868 CPUtime=18.44
/proc/27695/stat : 27695 (sugar) S 27693 27695 23333 0 -1 4194304 1376 24654 0 2 6 2 1693 143 15 0 1 0 24440964 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27695/statm: 4217 1113 409 3 0 796 0
[pid=27718] ppid=27695 vsize=5356 CPUtime=0
/proc/27718/stat : 27718 (sh) S 27695 27695 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24442846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27718/statm: 1339 232 193 169 0 50 0
[pid=27719] ppid=27718 vsize=345536 CPUtime=6.58
/proc/27719/stat : 27719 (minisat) R 27718 27695 23333 0 -1 4194304 84076 0 0 0 597 61 0 0 25 0 1 0 24442847 353828864 84062 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/27719/statm: 86384 84062 72 150 0 86231 0
Current children cumulated CPU time (s) 25.02
Current children cumulated vsize (KiB) 367760

[startup+51.1024 s]
/proc/loadavg: 2.10 2.03 2.00 3/84 27719
/proc/meminfo: memFree=1134976/2055920 swapFree=4192812/4192956
[pid=27695] ppid=27693 vsize=16868 CPUtime=18.44
/proc/27695/stat : 27695 (sugar) S 27693 27695 23333 0 -1 4194304 1376 24654 0 2 6 2 1693 143 16 0 1 0 24440964 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27695/statm: 4217 1113 409 3 0 796 0
[pid=27718] ppid=27695 vsize=5356 CPUtime=0
/proc/27718/stat : 27718 (sh) S 27695 27695 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24442846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27718/statm: 1339 232 193 169 0 50 0
[pid=27719] ppid=27718 vsize=354328 CPUtime=31.94
/proc/27719/stat : 27719 (minisat) R 27718 27695 23333 0 -1 4194304 86139 0 0 0 3131 63 0 0 25 0 1 0 24442847 362831872 86125 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27719/statm: 88582 86125 75 150 0 88429 0
Current children cumulated CPU time (s) 50.38
Current children cumulated vsize (KiB) 376552

[startup+102.308 s]
/proc/loadavg: 2.04 2.02 2.00 3/84 27719
/proc/meminfo: memFree=1132928/2055920 swapFree=4192812/4192956
[pid=27695] ppid=27693 vsize=16868 CPUtime=18.44
/proc/27695/stat : 27695 (sugar) S 27693 27695 23333 0 -1 4194304 1376 24654 0 2 6 2 1693 143 16 0 1 0 24440964 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27695/statm: 4217 1113 409 3 0 796 0
[pid=27718] ppid=27695 vsize=5356 CPUtime=0
/proc/27718/stat : 27718 (sh) S 27695 27695 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24442846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27718/statm: 1339 232 193 169 0 50 0
[pid=27719] ppid=27718 vsize=356308 CPUtime=82.66
/proc/27719/stat : 27719 (minisat) R 27718 27695 23333 0 -1 4194304 86646 0 0 0 8203 63 0 0 25 0 1 0 24442847 364859392 86632 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27719/statm: 89077 86632 75 150 0 88924 0
Current children cumulated CPU time (s) 101.1

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


[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27721
/proc/meminfo: memFree=1129024/2055920 swapFree=4192812/4192956
[pid=27695] ppid=27693 vsize=16868 CPUtime=18.44
/proc/27695/stat : 27695 (sugar) S 27693 27695 23333 0 -1 4194304 1376 24654 0 2 6 2 1693 143 16 0 1 0 24440964 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27695/statm: 4217 1113 409 3 0 796 0
[pid=27718] ppid=27695 vsize=5356 CPUtime=0
/proc/27718/stat : 27718 (sh) S 27695 27695 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24442846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27718/statm: 1339 232 193 169 0 50 0
[pid=27719] ppid=27718 vsize=358420 CPUtime=558.04
/proc/27719/stat : 27719 (minisat) R 27718 27695 23333 0 -1 4194304 87204 0 0 0 55739 65 0 0 25 0 1 0 24442847 367022080 87190 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/27719/statm: 89605 87190 75 150 0 89452 0
Current children cumulated CPU time (s) 576.48
Current children cumulated vsize (KiB) 380644

[startup+642.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27721
/proc/meminfo: memFree=1128896/2055920 swapFree=4192812/4192956
[pid=27695] ppid=27693 vsize=16868 CPUtime=18.44
/proc/27695/stat : 27695 (sugar) S 27693 27695 23333 0 -1 4194304 1376 24654 0 2 6 2 1693 143 16 0 1 0 24440964 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27695/statm: 4217 1113 409 3 0 796 0
[pid=27718] ppid=27695 vsize=5356 CPUtime=0
/proc/27718/stat : 27718 (sh) S 27695 27695 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24442846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27718/statm: 1339 232 193 169 0 50 0
[pid=27719] ppid=27718 vsize=358420 CPUtime=617.48
/proc/27719/stat : 27719 (minisat) R 27718 27695 23333 0 -1 4194304 87209 0 0 0 61683 65 0 0 25 0 1 0 24442847 367022080 87195 996147200 134512640 135127466 4294956256 18446744073709551615 134530616 0 0 4096 3 0 0 0 17 1 0 0
/proc/27719/statm: 89605 87195 75 150 0 89452 0
Current children cumulated CPU time (s) 635.92
Current children cumulated vsize (KiB) 380644

[startup+702.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27721
/proc/meminfo: memFree=1128832/2055920 swapFree=4192812/4192956
[pid=27695] ppid=27693 vsize=16868 CPUtime=18.44
/proc/27695/stat : 27695 (sugar) S 27693 27695 23333 0 -1 4194304 1376 24654 0 2 6 2 1693 143 16 0 1 0 24440964 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27695/statm: 4217 1113 409 3 0 796 0
[pid=27718] ppid=27695 vsize=5356 CPUtime=0
/proc/27718/stat : 27718 (sh) S 27695 27695 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24442846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27718/statm: 1339 232 193 169 0 50 0
[pid=27719] ppid=27718 vsize=358576 CPUtime=676.92
/proc/27719/stat : 27719 (minisat) R 27718 27695 23333 0 -1 4194304 87225 0 0 0 67627 65 0 0 25 0 1 0 24442847 367181824 87211 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27719/statm: 89644 87211 75 150 0 89491 0
Current children cumulated CPU time (s) 695.36
Current children cumulated vsize (KiB) 380800

[startup+762.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27721
/proc/meminfo: memFree=1128768/2055920 swapFree=4192812/4192956
[pid=27695] ppid=27693 vsize=16868 CPUtime=18.44
/proc/27695/stat : 27695 (sugar) S 27693 27695 23333 0 -1 4194304 1376 24654 0 2 6 2 1693 143 16 0 1 0 24440964 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27695/statm: 4217 1113 409 3 0 796 0
[pid=27718] ppid=27695 vsize=5356 CPUtime=0
/proc/27718/stat : 27718 (sh) S 27695 27695 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24442846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27718/statm: 1339 232 193 169 0 50 0
[pid=27719] ppid=27718 vsize=358576 CPUtime=736.36
/proc/27719/stat : 27719 (minisat) R 27718 27695 23333 0 -1 4194304 87225 0 0 0 73571 65 0 0 25 0 1 0 24442847 367181824 87211 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27719/statm: 89644 87211 75 150 0 89491 0
Current children cumulated CPU time (s) 754.8
Current children cumulated vsize (KiB) 380800

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

[startup+767.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27721
/proc/meminfo: memFree=1128768/2055920 swapFree=4192812/4192956
[pid=27695] ppid=27693 vsize=16868 CPUtime=18.44
/proc/27695/stat : 27695 (sugar) S 27693 27695 23333 0 -1 4194304 1376 24654 0 2 6 2 1693 143 16 0 1 0 24440964 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27695/statm: 4217 1113 409 3 0 796 0
[pid=27718] ppid=27695 vsize=5356 CPUtime=0
/proc/27718/stat : 27718 (sh) S 27695 27695 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24442846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27718/statm: 1339 232 193 169 0 50 0
[pid=27719] ppid=27718 vsize=358576 CPUtime=741.9
/proc/27719/stat : 27719 (minisat) R 27718 27695 23333 0 -1 4194304 87225 0 0 0 74125 65 0 0 25 0 1 0 24442847 367181824 87211 996147200 134512640 135127466 4294956256 18446744073709551615 134528288 0 0 4096 3 0 0 0 17 1 0 0
/proc/27719/statm: 89644 87211 75 150 0 89491 0
Current children cumulated CPU time (s) 760.34
Current children cumulated vsize (KiB) 380800

[startup+774.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27721
/proc/meminfo: memFree=1128768/2055920 swapFree=4192812/4192956
[pid=27695] ppid=27693 vsize=16868 CPUtime=18.44
/proc/27695/stat : 27695 (sugar) S 27693 27695 23333 0 -1 4194304 1376 24654 0 2 6 2 1693 143 16 0 1 0 24440964 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27695/statm: 4217 1113 409 3 0 796 0
[pid=27718] ppid=27695 vsize=5356 CPUtime=0
/proc/27718/stat : 27718 (sh) S 27695 27695 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24442846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27718/statm: 1339 232 193 169 0 50 0
[pid=27719] ppid=27718 vsize=358576 CPUtime=748.25
/proc/27719/stat : 27719 (minisat) R 27718 27695 23333 0 -1 4194304 87225 0 0 0 74760 65 0 0 25 0 1 0 24442847 367181824 87211 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27719/statm: 89644 87211 75 150 0 89491 0
Current children cumulated CPU time (s) 766.69
Current children cumulated vsize (KiB) 380800

[startup+777.502 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27721
/proc/meminfo: memFree=1128768/2055920 swapFree=4192812/4192956
[pid=27695] ppid=27693 vsize=16868 CPUtime=18.44
/proc/27695/stat : 27695 (sugar) S 27693 27695 23333 0 -1 4194304 1376 24654 0 2 6 2 1693 143 16 0 1 0 24440964 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27695/statm: 4217 1113 409 3 0 796 0
[pid=27718] ppid=27695 vsize=5356 CPUtime=0
/proc/27718/stat : 27718 (sh) S 27695 27695 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24442846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27718/statm: 1339 232 193 169 0 50 0
[pid=27719] ppid=27718 vsize=358576 CPUtime=751.42
/proc/27719/stat : 27719 (minisat) R 27718 27695 23333 0 -1 4194304 87225 0 0 0 75077 65 0 0 25 0 1 0 24442847 367181824 87211 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27719/statm: 89644 87211 75 150 0 89491 0
Current children cumulated CPU time (s) 769.86
Current children cumulated vsize (KiB) 380800

[startup+779.101 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27721
/proc/meminfo: memFree=1128768/2055920 swapFree=4192812/4192956
[pid=27695] ppid=27693 vsize=16868 CPUtime=18.44
/proc/27695/stat : 27695 (sugar) S 27693 27695 23333 0 -1 4194304 1376 24654 0 2 6 2 1693 143 16 0 1 0 24440964 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27695/statm: 4217 1113 409 3 0 796 0
[pid=27718] ppid=27695 vsize=5356 CPUtime=0
/proc/27718/stat : 27718 (sh) S 27695 27695 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24442846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27718/statm: 1339 232 193 169 0 50 0
[pid=27719] ppid=27718 vsize=358576 CPUtime=753
/proc/27719/stat : 27719 (minisat) R 27718 27695 23333 0 -1 4194304 87225 0 0 0 75235 65 0 0 25 0 1 0 24442847 367181824 87211 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/27719/statm: 89644 87211 75 150 0 89491 0
Current children cumulated CPU time (s) 771.44
Current children cumulated vsize (KiB) 380800

[startup+779.906 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27721
/proc/meminfo: memFree=1128768/2055920 swapFree=4192812/4192956
[pid=27695] ppid=27693 vsize=16868 CPUtime=18.44
/proc/27695/stat : 27695 (sugar) S 27693 27695 23333 0 -1 4194304 1376 24654 0 2 6 2 1693 143 16 0 1 0 24440964 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27695/statm: 4217 1113 409 3 0 796 0
[pid=27718] ppid=27695 vsize=5356 CPUtime=0
/proc/27718/stat : 27718 (sh) S 27695 27695 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24442846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27718/statm: 1339 232 193 169 0 50 0
[pid=27719] ppid=27718 vsize=358576 CPUtime=753.79
/proc/27719/stat : 27719 (minisat) R 27718 27695 23333 0 -1 4194304 87225 0 0 0 75314 65 0 0 25 0 1 0 24442847 367181824 87211 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/27719/statm: 89644 87211 75 150 0 89491 0
Current children cumulated CPU time (s) 772.23
Current children cumulated vsize (KiB) 380800

[startup+780.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27721
/proc/meminfo: memFree=1128768/2055920 swapFree=4192812/4192956
[pid=27695] ppid=27693 vsize=16868 CPUtime=18.44
/proc/27695/stat : 27695 (sugar) S 27693 27695 23333 0 -1 4194304 1376 24654 0 2 6 2 1693 143 16 0 1 0 24440964 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27695/statm: 4217 1113 409 3 0 796 0
[pid=27718] ppid=27695 vsize=5356 CPUtime=0
/proc/27718/stat : 27718 (sh) S 27695 27695 23333 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24442846 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 240577471300 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27718/statm: 1339 232 193 169 0 50 0
[pid=27719] ppid=27718 vsize=358576 CPUtime=754.18
/proc/27719/stat : 27719 (minisat) R 27718 27695 23333 0 -1 4194304 87225 0 0 0 75353 65 0 0 25 0 1 0 24442847 367181824 87211 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/27719/statm: 89644 87211 75 150 0 89491 0
Current children cumulated CPU time (s) 772.62
Current children cumulated vsize (KiB) 380800

[startup+780.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27721
/proc/meminfo: memFree=1128768/2055920 swapFree=4192812/4192956
[pid=27695] ppid=27693 vsize=16868 CPUtime=772.87
/proc/27695/stat : 27695 (sugar) S 27693 27695 23333 0 -1 4194304 1448 112173 0 2 6 2 77064 215 16 0 1 0 24440964 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27695/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 772.87
Current children cumulated vsize (KiB) 16868

[startup+780.801 s]
/proc/loadavg: 2.00 2.00 2.00 3/84 27721
/proc/meminfo: memFree=1128768/2055920 swapFree=4192812/4192956
[pid=27695] ppid=27693 vsize=16868 CPUtime=772.87
/proc/27695/stat : 27695 (sugar) S 27693 27695 23333 0 -1 4194304 1449 112173 0 2 6 2 77064 215 15 0 1 0 24440964 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 240586371170 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27695/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 772.87
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 780.9
CPU time (s): 773.232
CPU user time (s): 770.936
CPU system time (s): 2.29665
CPU usage (%): 99.0181
Max. virtual memory (cumulated for all children) (KiB): 891040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 770.936
system time used= 2.29665
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117620
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= 20336
involuntary context switches= 51451

runsolver used 0.927858 second user time and 2.6416 second system time

The end

Launcher Data

Begin job on node50 at 2009-07-12 06:42:54
IDJOB=2081697
IDBENCH=57469
IDSOLVER=739
FILE ID=node50/2081697-1247373773
PBS_JOBID= 9507088
Free space on /tmp= 66424 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-21.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-2081697-1247373773/watcher-2081697-1247373773 -o /tmp/evaluation-result-2081697-1247373773/solver-2081697-1247373773 -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-2081697-1247373773.xml

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

MD5SUM BENCH= e786d11ddd334dffd2dc30de4d2d7e30
RANDOM SEED=309587801

node50.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.231
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.231
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:       1658872 kB
Buffers:         35344 kB
Cached:         167636 kB
SwapCached:          0 kB
Active:         246096 kB
Inactive:        95688 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1658872 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2940 kB
Writeback:           0 kB
Mapped:         159232 kB
Slab:            40124 kB
Committed_AS:   380960 kB
PageTables:       2168 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= 66424 MiB
End job on node50 at 2009-07-12 06:55:54