Trace number 2068013

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 64.8981 66.2738

General information on the benchmark

Namecsp/pseudo/mpsReduced/
normalized-mps-red-fiber.xml
MD5SUM050fcaedec2bdec60bcc496785fb1b05
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark64.8981
Satisfiable
(Un)Satisfiability was proved
Number of variables2574
Number of constraints696
Maximum constraint arity61
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension696
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 Sat Jul 11 22:54:23 2009
0.00/0.08	c 0	PID 15154
0.06/0.08	c 0	HOST node25.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2068013-1247345663.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-2068013-1247345663.xml' 'HOME/temp.csp'
0.06/0.54	c 0	3 domains, 2574 variables, 27 predicates, 0 relations, 696 constraints
0.06/0.56	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.56	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.51/0.63	c 0	Parsing HOME/temp.csp
0.51/0.88	c 1	parsed 3300 expressions
0.51/0.89	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.51/0.89	c 1	Converting to clausal form CSP
0.51/0.92	c 1	converted 330 (10%) expressions
0.51/0.93	c 1	converted 660 (20%) expressions
0.51/0.93	c 1	converted 990 (30%) expressions
0.51/0.93	c 1	converted 1320 (40%) expressions
0.51/0.95	c 1	converted 1650 (50%) expressions
0.51/0.95	c 1	converted 1980 (60%) expressions
0.51/0.95	c 1	converted 2310 (70%) expressions
0.51/0.96	c 1	converted 2640 (80%) expressions
0.94/1.05	c 1	converted 2970 (90%) expressions
1.33/1.42	c 1	converted 3300 (100%) expressions
1.33/1.42	c 1	CSP : 3354 integers, 0 booleans, 2256 clauses, largest domain size 473
1.33/1.42	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.33/1.42	c 1	Propagation in CSP
1.33/1.49	c 1	373 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.33/1.49	c 1	CSP : 3354 integers, 0 booleans, 2256 clauses, largest domain size 473
1.33/1.49	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.33/1.50	c 1	Simplifing CSP by introducing new Boolean variables
1.43/1.50	c 1	CSP : 3354 integers, 0 booleans, 2256 clauses, largest domain size 473
1.43/1.50	c 1	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.43/1.54	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.43/1.55	c 1	336 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.43/1.55	c 1	671 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.43/1.55	c 1	1007 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.43/1.56	c 1	1342 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.43/1.56	c 1	1677 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.43/1.56	c 1	2013 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.43/1.56	c 1	2348 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.43/1.60	c 1	2684 (80%) CSP integer variables are encoded (23021 clauses, 329696 bytes)
1.53/1.69	c 2	3019 (90%) CSP integer variables are encoded (98670 clauses, 1466892 bytes)
1.73/1.80	c 2	3354 (100%) CSP integer variables are encoded (175634 clauses, 2775280 bytes)
1.73/1.82	c 2	226 (10%) CSP clauses are encoded (176216 clauses, 2783435 bytes)
1.73/1.84	c 2	452 (20%) CSP clauses are encoded (179024 clauses, 2835776 bytes)
3.01/3.16	c 3	677 (30%) CSP clauses are encoded (843018 clauses, 14936758 bytes)
8.33/8.53	c 8	903 (40%) CSP clauses are encoded (2968265 clauses, 59270589 bytes)
13.55/13.82	c 14	1128 (50%) CSP clauses are encoded (5635074 clauses, 115711605 bytes)
18.66/19.08	c 19	1354 (60%) CSP clauses are encoded (8208792 clauses, 170357062 bytes)
24.25/24.75	c 25	1580 (70%) CSP clauses are encoded (10942890 clauses, 229732878 bytes)
30.00/30.64	c 30	1805 (80%) CSP clauses are encoded (13645486 clauses, 295062230 bytes)
35.84/36.61	c 36	2031 (90%) CSP clauses are encoded (16445296 clauses, 362710011 bytes)
41.30/42.28	c 42	2256 (100%) CSP clauses are encoded (19113644 clauses, 427277664 bytes)
41.30/42.29	c 42	2256 CSP clauses encoded
41.30/42.29	c 42	Writing map file : HOME/temp.map
41.41/42.30	c 42	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
41.41/42.30	c 42	SAT : 178533 SAT variables, 19113644 SAT clauses, 427277664 bytes
41.41/42.30	c 42	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
41.41/42.34	c 42	SOLVING HOME/temp.cnf
41.41/42.34	c 42	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
41.41/42.35	c 42	This is MiniSat 2.0 beta
41.41/42.35	c 42	WARNING: for repeatability, setting FPU to use double precision
41.41/42.35	c 42	============================[ Problem Statistics ]=============================
41.41/42.35	c 42	|                                                                             |
41.41/42.35	c 42	|  Number of variables:  178533                                               |
41.41/42.35	c 42	|  Number of clauses:    19113644                                             |
50.70/51.85	c 52	|  Parsing time:         8.16         s                                       |
51.19/52.32	c 52	============================[ Search Statistics ]==============================
51.19/52.32	c 52	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
51.19/52.32	c 52	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
51.19/52.32	c 52	===============================================================================
51.19/52.32	c 52	|         0 |  178533 19113644 57753325 |  6371214        0    nan |  0.000 % |
53.83/55.04	c 55	|       100 |  178526 19113644 57753325 |  7008336       97      7 |  0.006 % |
56.99/58.25	c 58	|       250 |  178510 19113644 57753325 |  7709169      246      6 |  0.015 % |
61.93/63.27	c 63	|       475 |  178510 19113644 57753325 |  8480086      471      7 |  0.015 % |
63.91/65.20	c 65	===============================================================================
63.91/65.21	c 65	restarts              : 4
63.91/65.21	c 65	conflicts             : 687            (32 /sec)
63.91/65.21	c 65	decisions             : 15062          (1.10 % random) (709 /sec)
63.91/65.21	c 65	propagations          : 3535105        (166509 /sec)
63.91/65.21	c 65	conflict literals     : 4692           (6.81 % deleted)
63.91/65.21	c 65	Memory used           : 820.72 MB
63.91/65.21	c 65	CPU time              : 21.2308 s
63.91/65.21	c 65	
63.91/65.29	c 65	SATISFIABLE
64.10/65.42	c 65	DECODING HOME/temp.out WITH HOME/temp.map
64.10/65.42	c 65	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'
64.13/65.54	c 65	Decoding HOME/temp.out
64.13/65.88	s SATISFIABLE
64.54/65.98	v 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 0 1 0 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 1 0 0 0 1 0 1 1 1 1 1 0 1 1 1 1 0 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 0 1 1 0 1 1 1 1 1 1 0 0 1 0 1 1 1 1 1 1 1 1 1 0 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 1 1 0 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 1 0 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 0 1 1 1 1 0 1 1 0 0 1 0 0 0 0 0 0 0 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 0 1 0 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 0 1 1 0 0 0 0 1 0 0 0 0 0 0 0 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 0 1 1 0 1 0 1 0 1 1 0 1 1 0 1 0 1 1 0 0 0 1 1 1 1 0 1 0 0 0 0 0 0 0 0 1 0 1 1 1 1 0 1 1 1 1 0 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 0 1 0 1 1 1 1 0 1 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 1 0 0 0 0 1 0 0 0 0 0 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 0 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 1 0 1 1 1 1 0 0 1 1 1 1 1 1 1 0 1 1 1 0 0 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 0 1 1 0 1 1 0 1 1 1 1 0 1 1 0 1 0 1 1 1 1 1 1 1 1 1 0 0 1 0 0 0 0 0 0 0 0 1 0 1 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 0 1 1 1 0 1 1 1 1 0 1 1 1 1 0 0 1 0 0 1 1 0 1 1 1 0 1 1 0 1 1 0 1 1 1 1 1 1 1 1 0 1 1 1 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 1 1 1 1 1 0 1 1 1 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 0 0 0 0 0 0 0 0 1 0 1 1 1 0 0 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 0 1 0 1 1 1 0 1 0 1 1 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 1 1 0 1 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 1 0 0 1 1 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 1 1 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 1 0 0 1 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 1 0 1 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 1 1 0 1 1 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 1 1 1 1 1 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 1 1 0 0 1 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 1 1 1 1 0 0 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 1 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 0 1 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 1 0 0 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 0 0 1 0 1 1 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 1 0 0 1 0 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 0 0 1 0 1 1 0 0 1 0 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 1 1 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 1 0 1 1 0 1 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 1 1 0 1 0 0 1 1 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 1 1 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 1 1 1 0 1 1 1 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 1 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 1 1 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 1 0 0 0 1 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 0 0 1 1 1 1 0 1 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 1 1 1 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 0 0 0 1 1 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 1 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 1 1 1 0 1 0 1 1 1 1 1 0 1 1 1 1 1 0 0 1 0 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 1 0 1 0 1 0 1 1 0 1 0 1 1 1 1 1 1 1 0 1 1 1 1 1 0 1 0 1 0 1 1 1 1 0 1 1 1 0 0 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 1 1 0 1 1 0 1 1 1 1 1 1 1 0 1 0 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 0 1 1 1 0 0 1 1 0 1 0 0 1 1 1 1 1 1 1 0 0 1 1 1 1 0 0 1 1 1 0 1 1 0 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 1 0 1 1 1 1 1 1 0 1 1 1 1 1 0 1 0 1 1 1 1 1 1 1 1 1 1 1 1 0 1 0 1 0 1 1 1 0 1 0 1 0 1 0 1 1 1 1 1 0 1 1 1 1 1 1 1 0 1 0 1 0 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0 1 1 0 0 1 1 1 0 0 1 1 1 1 1 0 1 1 1 1 0 1 0 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 1 0 1 1 0 1 1 1 1 1 1 1 1 1 1 1 1
64.54/65.99	c 66	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
64.63/66.05	c 66	CPU 64.65 (0.07 0.02 59.62 4.94)
64.63/66.05	c 66	END Sat Jul 11 22:55:29 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-2068013-1247345663/watcher-2068013-1247345663 -o /tmp/evaluation-result-2068013-1247345663/solver-2068013-1247345663 -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-2068013-1247345663.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.23 2.06 2.02 4/81 15154
/proc/meminfo: memFree=1110432/2055920 swapFree=4192956/4192956
[pid=15154] ppid=15152 vsize=18576 CPUtime=0
/proc/15154/stat : 15154 (runsolver) R 15152 15154 14375 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 21632646 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 253307186471 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15154/statm: 4644 284 249 26 0 2626 0

[startup+0.082096 s]
/proc/loadavg: 2.23 2.06 2.02 4/81 15154
/proc/meminfo: memFree=1110432/2055920 swapFree=4192956/4192956
[pid=15154] ppid=15152 vsize=16740 CPUtime=0.06
/proc/15154/stat : 15154 (sugar) S 15152 15154 14375 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 21632646 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15154/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.107511 s]
/proc/loadavg: 2.23 2.06 2.02 4/81 15154
/proc/meminfo: memFree=1110432/2055920 swapFree=4192956/4192956
[pid=15154] ppid=15152 vsize=16868 CPUtime=0.06
/proc/15154/stat : 15154 (sugar) S 15152 15154 14375 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21632646 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15154/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301927 s]
/proc/loadavg: 2.23 2.06 2.02 4/81 15154
/proc/meminfo: memFree=1110432/2055920 swapFree=4192956/4192956
[pid=15154] ppid=15152 vsize=16868 CPUtime=0.06
/proc/15154/stat : 15154 (sugar) S 15152 15154 14375 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 21632646 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15154/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701865 s]
/proc/loadavg: 2.23 2.06 2.02 4/81 15154
/proc/meminfo: memFree=1110432/2055920 swapFree=4192956/4192956
[pid=15154] ppid=15152 vsize=16868 CPUtime=0.51
/proc/15154/stat : 15154 (sugar) S 15152 15154 14375 0 -1 4194304 1309 5178 0 1 5 1 42 3 16 0 1 0 21632646 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15154/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 16868

[startup+1.50226 s]
/proc/loadavg: 2.23 2.06 2.02 4/92 15176
/proc/meminfo: memFree=1099144/2055920 swapFree=4192956/4192956
[pid=15154] ppid=15152 vsize=16868 CPUtime=0.52
/proc/15154/stat : 15154 (sugar) S 15152 15154 14375 0 -1 4194304 1310 5178 0 1 6 1 42 3 15 0 1 0 21632646 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15154/statm: 4217 1111 409 3 0 796 0
[pid=15167] ppid=15154 vsize=5356 CPUtime=0
/proc/15167/stat : 15167 (sh) S 15154 15154 14375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21632702 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15167/statm: 1339 233 193 169 0 50 0
[pid=15168] ppid=15167 vsize=868520 CPUtime=0.91
/proc/15168/stat : 15168 (java) S 15167 15154 14375 0 -1 0 5855 0 1 0 88 3 0 0 18 0 9 0 21632703 889364480 5255 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15168/statm: 217130 5255 1748 9 0 211635 0
[pid=15168/tid=15169] ppid=15167 vsize=868520 CPUtime=0.65
/proc/15168/task/15169/stat : 15169 (java) R 15167 15154 14375 0 -1 64 2703 0 1 0 64 1 0 0 23 0 9 0 21632704 889364480 5255 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15170] ppid=15167 vsize=868520 CPUtime=0.04
/proc/15168/task/15170/stat : 15170 (java) S 15167 15154 14375 0 -1 64 967 0 0 0 4 0 0 0 16 0 9 0 21632705 889364480 5255 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15171] ppid=15167 vsize=868520 CPUtime=0
/proc/15168/task/15171/stat : 15171 (java) S 15167 15154 14375 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 21632705 889364480 5255 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15172] ppid=15167 vsize=868520 CPUtime=0
/proc/15168/task/15172/stat : 15172 (java) S 15167 15154 14375 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 21632705 889364480 5255 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15173] ppid=15167 vsize=868520 CPUtime=0
/proc/15168/task/15173/stat : 15173 (java) S 15167 15154 14375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21632707 889364480 5255 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15174] ppid=15167 vsize=868520 CPUtime=0.19
/proc/15168/task/15174/stat : 15174 (java) R 15167 15154 14375 0 -1 64 1491 0 0 0 18 1 0 0 16 0 9 0 21632707 889364480 5255 996147200 134512640 134550932 4294955936 18446744073709551615 101868522 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15175] ppid=15167 vsize=868520 CPUtime=0
/proc/15168/task/15175/stat : 15175 (java) S 15167 15154 14375 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21632707 889364480 5255 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15176] ppid=15167 vsize=868520 CPUtime=0
/proc/15168/task/15176/stat : 15176 (java) S 15167 15154 14375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21632707 889364480 5255 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 890744

[startup+3.10441 s]
/proc/loadavg: 2.23 2.06 2.02 3/92 15176
/proc/meminfo: memFree=1088072/2055920 swapFree=4192956/4192956
[pid=15154] ppid=15152 vsize=16868 CPUtime=0.52
/proc/15154/stat : 15154 (sugar) S 15152 15154 14375 0 -1 4194304 1310 5178 0 1 6 1 42 3 15 0 1 0 21632646 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15154/statm: 4217 1111 409 3 0 796 0
[pid=15167] ppid=15154 vsize=5356 CPUtime=0
/proc/15167/stat : 15167 (sh) S 15154 15154 14375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21632702 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15167/statm: 1339 233 193 169 0 50 0
[pid=15168] ppid=15167 vsize=868632 CPUtime=2.49
/proc/15168/stat : 15168 (java) S 15167 15154 14375 0 -1 0 7534 0 1 0 234 15 0 0 18 0 9 0 21632703 889479168 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15168/statm: 217158 6311 2589 9 0 211635 0
[pid=15168/tid=15169] ppid=15167 vsize=868632 CPUtime=2.01
/proc/15168/task/15169/stat : 15169 (java) R 15167 15154 14375 0 -1 64 3189 0 1 0 193 8 0 0 25 0 9 0 21632704 889479168 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4126640111 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15170] ppid=15167 vsize=868632 CPUtime=0.23
/proc/15168/task/15170/stat : 15170 (java) S 15167 15154 14375 0 -1 64 2132 0 0 0 19 4 0 0 16 0 9 0 21632705 889479168 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15171] ppid=15167 vsize=868632 CPUtime=0
/proc/15168/task/15171/stat : 15171 (java) S 15167 15154 14375 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21632705 889479168 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15172] ppid=15167 vsize=868632 CPUtime=0
/proc/15168/task/15172/stat : 15172 (java) S 15167 15154 14375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21632705 889479168 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15173] ppid=15167 vsize=868632 CPUtime=0
/proc/15168/task/15173/stat : 15173 (java) S 15167 15154 14375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21632707 889479168 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15174] ppid=15167 vsize=868632 CPUtime=0.22
/proc/15168/task/15174/stat : 15174 (java) S 15167 15154 14375 0 -1 64 1513 0 0 0 21 1 0 0 16 0 9 0 21632707 889479168 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15175] ppid=15167 vsize=868632 CPUtime=0
/proc/15168/task/15175/stat : 15175 (java) S 15167 15154 14375 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21632707 889479168 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15176] ppid=15167 vsize=868632 CPUtime=0
/proc/15168/task/15176/stat : 15176 (java) S 15167 15154 14375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21632707 889479168 6311 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890856

[startup+6.30269 s]
/proc/loadavg: 2.29 2.08 2.02 3/92 15176
/proc/meminfo: memFree=1051592/2055920 swapFree=4192956/4192956
[pid=15154] ppid=15152 vsize=16868 CPUtime=0.52
/proc/15154/stat : 15154 (sugar) S 15152 15154 14375 0 -1 4194304 1310 5178 0 1 6 1 42 3 16 0 1 0 21632646 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15154/statm: 4217 1111 409 3 0 796 0
[pid=15167] ppid=15154 vsize=5356 CPUtime=0
/proc/15167/stat : 15167 (sh) S 15154 15154 14375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21632702 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15167/statm: 1339 233 193 169 0 50 0
[pid=15168] ppid=15167 vsize=868632 CPUtime=5.66
/proc/15168/stat : 15168 (java) S 15167 15154 14375 0 -1 0 8300 0 1 0 527 39 0 0 18 0 9 0 21632703 889479168 6313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15168/statm: 217158 6313 2589 9 0 211635 0
[pid=15168/tid=15169] ppid=15167 vsize=868632 CPUtime=4.99
/proc/15168/task/15169/stat : 15169 (java) R 15167 15154 14375 0 -1 64 3953 0 1 0 472 27 0 0 25 0 9 0 21632704 889479168 6313 996147200 134512640 134550932 4294955936 18446744073709551615 4126969179 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15170] ppid=15167 vsize=868632 CPUtime=0.4
/proc/15168/task/15170/stat : 15170 (java) S 15167 15154 14375 0 -1 64 2132 0 0 0 32 8 0 0 16 0 9 0 21632705 889479168 6313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15171] ppid=15167 vsize=868632 CPUtime=0
/proc/15168/task/15171/stat : 15171 (java) S 15167 15154 14375 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21632705 889479168 6313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15172] ppid=15167 vsize=868632 CPUtime=0
/proc/15168/task/15172/stat : 15172 (java) S 15167 15154 14375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21632705 889479168 6313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15173] ppid=15167 vsize=868632 CPUtime=0
/proc/15168/task/15173/stat : 15173 (java) S 15167 15154 14375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21632707 889479168 6313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15174] ppid=15167 vsize=868632 CPUtime=0.23
/proc/15168/task/15174/stat : 15174 (java) S 15167 15154 14375 0 -1 64 1515 0 0 0 22 1 0 0 16 0 9 0 21632707 889479168 6313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15175] ppid=15167 vsize=868632 CPUtime=0
/proc/15168/task/15175/stat : 15175 (java) S 15167 15154 14375 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21632707 889479168 6313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15176] ppid=15167 vsize=868632 CPUtime=0
/proc/15168/task/15176/stat : 15176 (java) S 15167 15154 14375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21632707 889479168 6313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890856

[startup+12.7013 s]
/proc/loadavg: 2.27 2.07 2.02 3/92 15176
/proc/meminfo: memFree=995720/2055920 swapFree=4192956/4192956
[pid=15154] ppid=15152 vsize=16868 CPUtime=0.52
/proc/15154/stat : 15154 (sugar) S 15152 15154 14375 0 -1 4194304 1310 5178 0 1 6 1 42 3 16 0 1 0 21632646 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15154/statm: 4217 1111 409 3 0 796 0
[pid=15167] ppid=15154 vsize=5356 CPUtime=0
/proc/15167/stat : 15167 (sh) S 15154 15154 14375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21632702 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15167/statm: 1339 233 193 169 0 50 0
[pid=15168] ppid=15167 vsize=868632 CPUtime=11.96
/proc/15168/stat : 15168 (java) S 15167 15154 14375 0 -1 0 10025 0 1 0 1108 88 0 0 18 0 9 0 21632703 889479168 6313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15168/statm: 217158 6313 2589 9 0 211635 0
[pid=15168/tid=15169] ppid=15167 vsize=868632 CPUtime=10.87
/proc/15168/task/15169/stat : 15169 (java) R 15167 15154 14375 0 -1 64 5678 0 1 0 1020 67 0 0 25 0 9 0 21632704 889479168 6313 996147200 134512640 134550932 4294955936 18446744073709551615 4126554999 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15170] ppid=15167 vsize=868632 CPUtime=0.84
/proc/15168/task/15170/stat : 15170 (java) S 15167 15154 14375 0 -1 64 2132 0 0 0 66 18 0 0 16 0 9 0 21632705 889479168 6313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15171] ppid=15167 vsize=868632 CPUtime=0
/proc/15168/task/15171/stat : 15171 (java) S 15167 15154 14375 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21632705 889479168 6313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15172] ppid=15167 vsize=868632 CPUtime=0
/proc/15168/task/15172/stat : 15172 (java) S 15167 15154 14375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21632705 889479168 6313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15173] ppid=15167 vsize=868632 CPUtime=0
/proc/15168/task/15173/stat : 15173 (java) S 15167 15154 14375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21632707 889479168 6313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15174] ppid=15167 vsize=868632 CPUtime=0.23
/proc/15168/task/15174/stat : 15174 (java) S 15167 15154 14375 0 -1 64 1515 0 0 0 22 1 0 0 16 0 9 0 21632707 889479168 6313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15175] ppid=15167 vsize=868632 CPUtime=0
/proc/15168/task/15175/stat : 15175 (java) S 15167 15154 14375 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21632707 889479168 6313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15176] ppid=15167 vsize=868632 CPUtime=0
/proc/15168/task/15176/stat : 15176 (java) S 15167 15154 14375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21632707 889479168 6313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 890856

[startup+25.5024 s]
/proc/loadavg: 2.21 2.07 2.02 3/92 15176
/proc/meminfo: memFree=856328/2055920 swapFree=4192956/4192956
[pid=15154] ppid=15152 vsize=16868 CPUtime=0.52
/proc/15154/stat : 15154 (sugar) S 15152 15154 14375 0 -1 4194304 1310 5178 0 1 6 1 42 3 16 0 1 0 21632646 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15154/statm: 4217 1111 409 3 0 796 0
[pid=15167] ppid=15154 vsize=5356 CPUtime=0
/proc/15167/stat : 15167 (sh) S 15154 15154 14375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21632702 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15167/statm: 1339 233 193 169 0 50 0
[pid=15168] ppid=15167 vsize=868632 CPUtime=24.51
/proc/15168/stat : 15168 (java) S 15167 15154 14375 0 -1 0 13640 0 1 0 2258 193 0 0 18 0 9 0 21632703 889479168 6313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15168/statm: 217158 6313 2589 9 0 211635 0
[pid=15168/tid=15169] ppid=15167 vsize=868632 CPUtime=22.47
/proc/15168/task/15169/stat : 15169 (java) R 15167 15154 14375 0 -1 64 9293 0 1 0 2096 151 0 0 25 0 9 0 21632704 889479168 6313 996147200 134512640 134550932 4294955936 18446744073709551615 4126563386 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15170] ppid=15167 vsize=868632 CPUtime=1.77
/proc/15168/task/15170/stat : 15170 (java) S 15167 15154 14375 0 -1 64 2132 0 0 0 138 39 0 0 16 0 9 0 21632705 889479168 6313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15171] ppid=15167 vsize=868632 CPUtime=0
/proc/15168/task/15171/stat : 15171 (java) S 15167 15154 14375 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 21632705 889479168 6313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15172] ppid=15167 vsize=868632 CPUtime=0
/proc/15168/task/15172/stat : 15172 (java) S 15167 15154 14375 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 21632705 889479168 6313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15173] ppid=15167 vsize=868632 CPUtime=0
/proc/15168/task/15173/stat : 15173 (java) S 15167 15154 14375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21632707 889479168 6313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15174] ppid=15167 vsize=868632 CPUtime=0.23
/proc/15168/task/15174/stat : 15174 (java) S 15167 15154 14375 0 -1 64 1515 0 0 0 22 1 0 0 16 0 9 0 21632707 889479168 6313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15175] ppid=15167 vsize=868632 CPUtime=0
/proc/15168/task/15175/stat : 15175 (java) S 15167 15154 14375 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 21632707 889479168 6313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15168/tid=15176] ppid=15167 vsize=868632 CPUtime=0
/proc/15168/task/15176/stat : 15176 (java) S 15167 15154 14375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 21632707 889479168 6313 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.03
Current children cumulated vsize (KiB) 890856

[startup+51.1018 s]
/proc/loadavg: 2.20 2.08 2.02 3/84 15178
/proc/meminfo: memFree=42440/2055920 swapFree=4192956/4192956
[pid=15154] ppid=15152 vsize=16868 CPUtime=41.43
/proc/15154/stat : 15154 (sugar) S 15152 15154 14375 0 -1 4194304 1376 23935 0 2 6 1 3788 348 16 0 1 0 21632646 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15154/statm: 4217 1113 409 3 0 796 0
[pid=15177] ppid=15154 vsize=5356 CPUtime=0
/proc/15177/stat : 15177 (sh) S 15154 15154 14375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21636881 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15177/statm: 1339 232 193 169 0 50 0
[pid=15178] ppid=15177 vsize=683316 CPUtime=8.61
/proc/15178/stat : 15178 (minisat) R 15177 15154 14375 0 -1 4194304 170016 0 0 0 755 106 0 0 25 0 1 0 21636882 699715584 170002 996147200 134512640 135127466 4294956256 18446744073709551615 134513828 0 0 4096 3 0 0 0 17 1 0 0
/proc/15178/statm: 170829 170002 62 150 0 170676 0
Current children cumulated CPU time (s) 50.04
Current children cumulated vsize (KiB) 705540

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

[startup+57.5023 s]
/proc/loadavg: 2.18 2.08 2.02 3/84 15178
/proc/meminfo: memFree=15816/2055920 swapFree=4192952/4192956
[pid=15154] ppid=15152 vsize=16868 CPUtime=41.43
/proc/15154/stat : 15154 (sugar) S 15152 15154 14375 0 -1 4194304 1376 23935 0 2 6 1 3788 348 16 0 1 0 21632646 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15154/statm: 4217 1113 409 3 0 796 0
[pid=15177] ppid=15154 vsize=5356 CPUtime=0
/proc/15177/stat : 15177 (sh) S 15154 15154 14375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21636881 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15177/statm: 1339 232 193 169 0 50 0
[pid=15178] ppid=15177 vsize=818060 CPUtime=14.87
/proc/15178/stat : 15178 (minisat) R 15177 15154 14375 0 -1 4194304 196289 0 0 0 1363 124 0 0 25 0 1 0 21636882 837693440 196275 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/15178/statm: 204515 196275 76 150 0 204362 0
Current children cumulated CPU time (s) 56.3
Current children cumulated vsize (KiB) 840284

[startup+60.7026 s]
/proc/loadavg: 2.17 2.08 2.02 3/84 15178
/proc/meminfo: memFree=16200/2055920 swapFree=4192952/4192956
[pid=15154] ppid=15152 vsize=16868 CPUtime=41.43
/proc/15154/stat : 15154 (sugar) S 15152 15154 14375 0 -1 4194304 1376 23935 0 2 6 1 3788 348 16 0 1 0 21632646 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15154/statm: 4217 1113 409 3 0 796 0
[pid=15177] ppid=15154 vsize=5356 CPUtime=0
/proc/15177/stat : 15177 (sh) S 15154 15154 14375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21636881 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15177/statm: 1339 232 193 169 0 50 0
[pid=15178] ppid=15177 vsize=833508 CPUtime=18.03
/proc/15178/stat : 15178 (minisat) R 15177 15154 14375 0 -1 4194304 200116 0 0 0 1678 125 0 0 25 0 1 0 21636882 853512192 200102 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 1 0 0
/proc/15178/statm: 208377 200102 76 150 0 208224 0
Current children cumulated CPU time (s) 59.46
Current children cumulated vsize (KiB) 855732

[startup+63.9019 s]
/proc/loadavg: 2.15 2.07 2.02 3/84 15178
/proc/meminfo: memFree=16136/2055920 swapFree=4192952/4192956
[pid=15154] ppid=15152 vsize=16868 CPUtime=41.43
/proc/15154/stat : 15154 (sugar) S 15152 15154 14375 0 -1 4194304 1376 23935 0 2 6 1 3788 348 16 0 1 0 21632646 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15154/statm: 4217 1113 409 3 0 796 0
[pid=15177] ppid=15154 vsize=5356 CPUtime=0
/proc/15177/stat : 15177 (sh) S 15154 15154 14375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 21636881 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15177/statm: 1339 232 193 169 0 50 0
[pid=15178] ppid=15177 vsize=838788 CPUtime=21.19
/proc/15178/stat : 15178 (minisat) R 15177 15154 14375 0 -1 4194304 201432 0 0 0 1993 126 0 0 25 0 1 0 21636882 858918912 201418 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/15178/statm: 209697 201418 76 150 0 209544 0
Current children cumulated CPU time (s) 62.62
Current children cumulated vsize (KiB) 861012

[startup+65.5021 s]
/proc/loadavg: 2.15 2.07 2.02 4/84 15178
/proc/meminfo: memFree=15048/2055920 swapFree=4192952/4192956
[pid=15154] ppid=15152 vsize=16868 CPUtime=64.13
/proc/15154/stat : 15154 (sugar) S 15152 15154 14375 0 -1 4194304 1430 226102 0 2 6 1 5918 488 16 0 1 0 21632646 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15154/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 64.13
Current children cumulated vsize (KiB) 16868

[startup+65.9021 s]
/proc/loadavg: 2.15 2.07 2.02 3/92 15188
/proc/meminfo: memFree=818760/2055920 swapFree=4192952/4192956
[pid=15154] ppid=15152 vsize=16868 CPUtime=64.13
/proc/15154/stat : 15154 (sugar) S 15152 15154 14375 0 -1 4194304 1449 226102 0 2 6 1 5918 488 15 0 1 0 21632646 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/15154/statm: 4217 1113 409 3 0 796 0
[pid=15179] ppid=15154 vsize=5356 CPUtime=0
/proc/15179/stat : 15179 (sh) S 15154 15154 14375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 21639188 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/15179/statm: 1339 233 193 169 0 50 0
[pid=15180] ppid=15179 vsize=862288 CPUtime=0.41
/proc/15180/stat : 15180 (java) S 15179 15154 14375 0 -1 0 3245 0 1 0 38 3 0 0 18 0 9 0 21639192 882982912 2713 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/15180/statm: 215572 2713 1284 9 0 210485 0
[pid=15180/tid=15181] ppid=15179 vsize=862288 CPUtime=0.31
/proc/15180/task/15181/stat : 15181 (java) R 15179 15154 14375 0 -1 64 2045 0 1 0 29 2 0 0 21 0 9 0 21639193 882982912 2713 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15180/tid=15182] ppid=15179 vsize=862288 CPUtime=0
/proc/15180/task/15182/stat : 15182 (java) S 15179 15154 14375 0 -1 64 157 0 0 0 0 0 0 0 16 0 9 0 21639196 882982912 2713 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=15180/tid=15183] ppid=15179 vsize=862288 CPUtime=0
/proc/15180/task/15183/stat : 15183 (java) S 15179 15154 14375 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 21639196 882982912 2713 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15180/tid=15184] ppid=15179 vsize=862288 CPUtime=0
/proc/15180/task/15184/stat : 15184 (java) S 15179 15154 14375 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 21639196 882982912 2713 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15180/tid=15185] ppid=15179 vsize=862288 CPUtime=0
/proc/15180/task/15185/stat : 15185 (java) S 15179 15154 14375 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 21639198 882982912 2713 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15180/tid=15186] ppid=15179 vsize=862288 CPUtime=0.07
/proc/15180/task/15186/stat : 15186 (java) S 15179 15154 14375 0 -1 64 350 0 0 0 7 0 0 0 16 0 9 0 21639198 882982912 2713 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15180/tid=15187] ppid=15179 vsize=862288 CPUtime=0
/proc/15180/task/15187/stat : 15187 (java) S 15179 15154 14375 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 21639198 882982912 2713 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=15180/tid=15188] ppid=15179 vsize=862288 CPUtime=0
/proc/15180/task/15188/stat : 15188 (java) S 15179 15154 14375 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 21639198 882982912 2713 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 64.54
Current children cumulated vsize (KiB) 884512

[startup+66.1021 s]
/proc/loadavg: 2.15 2.07 2.02 3/92 15188
/proc/meminfo: memFree=818760/2055920 swapFree=4192952/4192956
[pid=15154] ppid=15152 vsize=16868 CPUtime=64.71
/proc/15154/stat : 15154 (sugar) R 15152 15154 14375 0 -1 4194304 1480 230194 0 3 7 8 5962 494 16 0 1 0 21632646 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 253307360297 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15154/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 64.71
Current children cumulated vsize (KiB) 16868

[startup+66.2018 s]
/proc/loadavg: 2.15 2.07 2.02 3/92 15188
/proc/meminfo: memFree=818760/2055920 swapFree=4192952/4192956
[pid=15154] ppid=15152 vsize=16868 CPUtime=64.81
/proc/15154/stat : 15154 (sugar) R 15152 15154 14375 0 -1 4194304 1480 230194 0 3 7 18 5962 494 16 0 1 0 21632646 17272832 1116 996147200 4194304 4206940 548682068608 18446744073709551615 253307360297 0 0 4224 16386 0 0 0 17 1 0 0
/proc/15154/statm: 4217 1116 410 3 0 796 0
Current children cumulated CPU time (s) 64.81
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 66.2738
CPU time (s): 64.8981
CPU user time (s): 59.6999
CPU system time (s): 5.19821
CPU usage (%): 97.9242
Max. virtual memory (cumulated for all children) (KiB): 890856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 59.6999
system time used= 5.19821
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231734
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= 108228
involuntary context switches= 109814

runsolver used 0.098984 second user time and 0.270958 second system time

The end

Launcher Data

Begin job on node25 at 2009-07-11 22:54:23
IDJOB=2068013
IDBENCH=54779
IDSOLVER=739
FILE ID=node25/2068013-1247345663
PBS_JOBID= 9506790
Free space on /tmp= 66300 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/mpsReduced/normalized-mps-red-fiber.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-2068013-1247345663/watcher-2068013-1247345663 -o /tmp/evaluation-result-2068013-1247345663/solver-2068013-1247345663 -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-2068013-1247345663.xml

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

MD5SUM BENCH= 050fcaedec2bdec60bcc496785fb1b05
RANDOM SEED=667297156

node25.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:       1110912 kB
Buffers:         64992 kB
Cached:         383672 kB
SwapCached:          0 kB
Active:         494420 kB
Inactive:       374676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1110912 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            3404 kB
Writeback:           0 kB
Mapped:         440884 kB
Slab:            60112 kB
Committed_AS:   571708 kB
PageTables:       2800 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= 66300 MiB
End job on node25 at 2009-07-11 22:55:29