Trace number 2069377

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatSAT 18.4902 18.6037

General information on the benchmark

Namecsp/pseudo/mps/
normalized-mps-10teams.xml
MD5SUMa551f9e7199462db918eb24e88fb53ec
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 benchmark7.02393
Satisfiable
(Un)Satisfiability was proved
Number of variables1800
Number of constraints340
Maximum constraint arity72
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension340
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 00:12:15 2009
0.00/0.08	c 0	PID 14687
0.00/0.08	c 0	HOST node13.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2069377-1247350334.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2069377-1247350334.xml' 'HOME/temp.csp'
0.06/0.50	c 0	2 domains, 1800 variables, 5 predicates, 0 relations, 340 constraints
0.06/0.51	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.51	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.06/0.59	c 0	Parsing HOME/temp.csp
0.47/0.71	c 0	parsed 2147 expressions
0.47/0.72	c 0	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.47/0.72	c 0	Converting to clausal form CSP
0.47/0.74	c 0	converted 215 (10%) expressions
0.47/0.74	c 0	converted 430 (20%) expressions
0.47/0.75	c 0	converted 645 (30%) expressions
0.47/0.75	c 0	converted 859 (40%) expressions
0.47/0.75	c 0	converted 1074 (50%) expressions
0.47/0.75	c 0	converted 1289 (60%) expressions
0.47/0.76	c 0	converted 1503 (70%) expressions
0.47/0.77	c 0	converted 1718 (80%) expressions
1.05/1.17	c 1	converted 1933 (90%) expressions
1.54/1.60	c 1	converted 2147 (100%) expressions
1.54/1.60	c 1	CSP : 5170 integers, 0 booleans, 7070 clauses, largest domain size 15
1.54/1.60	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.54/1.60	c 1	Propagation in CSP
1.74/1.83	c 1	9580 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.74/1.83	c 1	CSP : 5170 integers, 0 booleans, 7070 clauses, largest domain size 15
1.74/1.83	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.74/1.84	c 1	Simplifing CSP by introducing new Boolean variables
1.74/1.85	c 1	CSP : 5170 integers, 0 booleans, 7070 clauses, largest domain size 15
1.74/1.85	c 1	Heap : 7 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.84/1.90	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.84/1.91	c 1	517 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.84/1.91	c 1	1034 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.84/1.92	c 1	1551 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.84/1.93	c 1	2068 (40%) CSP integer variables are encoded (1065 clauses, 13909 bytes)
1.84/1.93	c 1	2585 (50%) CSP integer variables are encoded (3064 clauses, 39896 bytes)
1.84/1.93	c 1	3102 (60%) CSP integer variables are encoded (3976 clauses, 51752 bytes)
1.84/1.94	c 1	3619 (70%) CSP integer variables are encoded (5757 clauses, 74905 bytes)
1.84/1.94	c 1	4136 (80%) CSP integer variables are encoded (7810 clauses, 104383 bytes)
1.84/1.94	c 1	4653 (90%) CSP integer variables are encoded (8785 clauses, 119008 bytes)
1.84/1.95	c 1	5170 (100%) CSP integer variables are encoded (9200 clauses, 125233 bytes)
2.14/2.26	c 2	707 (10%) CSP clauses are encoded (43093 clauses, 816907 bytes)
2.43/2.56	c 2	1414 (20%) CSP clauses are encoded (76318 clauses, 1565574 bytes)
2.83/2.94	c 2	2121 (30%) CSP clauses are encoded (105055 clauses, 2151719 bytes)
3.12/3.24	c 3	2828 (40%) CSP clauses are encoded (115908 clauses, 2329265 bytes)
3.52/3.66	c 3	3535 (50%) CSP clauses are encoded (146997 clauses, 2975898 bytes)
3.92/4.10	c 4	4242 (60%) CSP clauses are encoded (180757 clauses, 3722320 bytes)
4.32/4.49	c 4	4949 (70%) CSP clauses are encoded (213907 clauses, 4503534 bytes)
5.91/6.02	c 5	5656 (80%) CSP clauses are encoded (237521 clauses, 5014247 bytes)
8.51/8.69	c 8	6363 (90%) CSP clauses are encoded (251055 clauses, 5251537 bytes)
11.21/11.33	c 11	7070 (100%) CSP clauses are encoded (264550 clauses, 5499084 bytes)
11.21/11.33	c 11	7070 CSP clauses encoded
11.21/11.33	c 11	Writing map file : HOME/temp.map
11.21/11.35	c 11	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.21/11.35	c 11	SAT : 14170 SAT variables, 264550 SAT clauses, 5499084 bytes
11.21/11.35	c 11	Heap : 5 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
11.21/11.40	c 11	SOLVING HOME/temp.cnf
11.21/11.40	c 11	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
11.27/11.40	c 11	This is MiniSat 2.0 beta
11.27/11.40	c 11	WARNING: for repeatability, setting FPU to use double precision
11.27/11.40	c 11	============================[ Problem Statistics ]=============================
11.27/11.40	c 11	|                                                                             |
11.27/11.40	c 11	|  Number of variables:  14170                                                |
11.27/11.40	c 11	|  Number of clauses:    264550                                               |
11.27/11.54	c 11	|  Parsing time:         0.12         s                                       |
11.27/11.55	c 11	============================[ Search Statistics ]==============================
11.27/11.55	c 11	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
11.27/11.55	c 11	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
11.27/11.55	c 11	===============================================================================
11.27/11.55	c 11	|         0 |   14170   264550   975710 |    88183        0    nan |  0.000 % |
11.27/11.63	c 11	|       100 |   14170   264550   975710 |    97001      100     39 |  0.001 % |
11.27/11.73	c 11	|       250 |   14170   264550   975710 |   106701      250     59 |  0.001 % |
11.27/11.91	c 11	|       475 |   14170   264550   975710 |   117372      475     80 |  0.001 % |
11.96/12.18	c 12	|       813 |   14170   264550   975710 |   129109      813     96 |  0.001 % |
12.36/12.53	c 12	|      1320 |   14170   264550   975710 |   142020     1320    100 |  0.001 % |
12.96/13.15	c 13	|      2080 |   14170   264550   975710 |   156222     2080    116 |  0.001 % |
13.86/14.00	c 13	|      3219 |   14170   264550   975710 |   171844     3219    123 |  0.001 % |
15.36/15.52	c 15	|      4927 |   14170   264550   975710 |   189028     4927    136 |  0.001 % |
17.26/17.45	c 17	|      7489 |   14170   264550   975710 |   207931     7489    142 |  0.001 % |
18.06/18.21	c 18	===============================================================================
18.06/18.22	c 18	restarts              : 10
18.06/18.22	c 18	conflicts             : 8298           (1224 /sec)
18.06/18.22	c 18	decisions             : 10439          (0.33 % random) (1539 /sec)
18.06/18.22	c 18	propagations          : 5843801        (861794 /sec)
18.06/18.22	c 18	conflict literals     : 1151307        (10.14 % deleted)
18.06/18.22	c 18	Memory used           : 19.58 MB
18.06/18.22	c 18	CPU time              : 6.78097 s
18.06/18.22	c 18	
18.06/18.22	c 18	SATISFIABLE
18.06/18.23	c 18	DECODING HOME/temp.out WITH HOME/temp.map
18.06/18.23	c 18	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
18.10/18.30	c 18	Decoding HOME/temp.out
18.10/18.49	s SATISFIABLE
18.10/18.57	v 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 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 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 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 0 0 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 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 0 1 0 0 0 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 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 0 0 0 0 0 0 0 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 0 0 0 0 0 0 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 0 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 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 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 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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 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 0 0 0 1 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 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 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 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 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 0 0 0 0 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 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 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 0 0 0 0 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 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 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 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 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 0 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 0 0 0 1 0 0 0 0 0 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 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 0 0 0 0 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 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 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 0 0 0 0 0 0 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 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 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 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 0 0 1 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 0 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 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 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 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 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 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 0 0 0 0 0 1 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 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 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 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 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
18.10/18.58	c 18	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
18.10/18.60	c 18	CPU 18.47 (0.06 0.02 18.13 0.26)
18.10/18.60	c 18	END Sun Jul 12 00:12:33 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-2069377-1247350334/watcher-2069377-1247350334 -o /tmp/evaluation-result-2069377-1247350334/solver-2069377-1247350334 -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-2069377-1247350334.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 2.12 2.05 4/81 14687
/proc/meminfo: memFree=1894368/2055920 swapFree=4192812/4192956
[pid=14687] ppid=14685 vsize=4708 CPUtime=0
/proc/14687/stat : 14687 (sugar) R 14685 14687 13937 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 22100355 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 269754627465 0 0 4096 0 0 0 0 17 1 0 0
/proc/14687/statm: 1177 43 33 3 0 8 0

[startup+0.152279 s]
/proc/loadavg: 1.91 2.12 2.05 4/81 14687
/proc/meminfo: memFree=1894368/2055920 swapFree=4192812/4192956
[pid=14687] ppid=14685 vsize=16868 CPUtime=0.06
/proc/14687/stat : 14687 (sugar) S 14685 14687 13937 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 22100355 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14687/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.201284 s]
/proc/loadavg: 1.91 2.12 2.05 4/81 14687
/proc/meminfo: memFree=1894368/2055920 swapFree=4192812/4192956
[pid=14687] ppid=14685 vsize=16868 CPUtime=0.06
/proc/14687/stat : 14687 (sugar) S 14685 14687 13937 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 22100355 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14687/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301301 s]
/proc/loadavg: 1.91 2.12 2.05 4/81 14687
/proc/meminfo: memFree=1894368/2055920 swapFree=4192812/4192956
[pid=14687] ppid=14685 vsize=16868 CPUtime=0.06
/proc/14687/stat : 14687 (sugar) S 14685 14687 13937 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 22100355 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14687/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701351 s]
/proc/loadavg: 1.91 2.12 2.05 4/81 14687
/proc/meminfo: memFree=1894368/2055920 swapFree=4192812/4192956
[pid=14687] ppid=14685 vsize=16868 CPUtime=0.47
/proc/14687/stat : 14687 (sugar) S 14685 14687 13937 0 -1 4194304 1309 5016 0 1 5 1 37 4 16 0 1 0 22100355 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14687/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 16868

[startup+1.50245 s]
/proc/loadavg: 1.91 2.12 2.05 4/92 14709
/proc/meminfo: memFree=1877256/2055920 swapFree=4192812/4192956
[pid=14687] ppid=14685 vsize=16868 CPUtime=0.48
/proc/14687/stat : 14687 (sugar) S 14685 14687 13937 0 -1 4194304 1309 5016 0 1 6 1 37 4 16 0 1 0 22100355 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14687/statm: 4217 1111 409 3 0 796 0
[pid=14700] ppid=14687 vsize=5356 CPUtime=0
/proc/14700/stat : 14700 (sh) S 14687 14687 13937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22100406 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14700/statm: 1339 233 193 169 0 50 0
[pid=14701] ppid=14700 vsize=868628 CPUtime=0.97
/proc/14701/stat : 14701 (java) S 14700 14687 13937 0 -1 0 7637 0 1 0 93 4 0 0 19 0 9 0 22100407 889475072 6838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14701/statm: 217157 6838 2566 9 0 211662 0
[pid=14701/tid=14702] ppid=14700 vsize=868628 CPUtime=0.63
/proc/14701/task/14702/stat : 14702 (java) R 14700 14687 13937 0 -1 64 2718 0 1 0 62 1 0 0 25 0 9 0 22100408 889475072 6838 996147200 134512640 134550932 4294955936 18446744073709551615 4126551588 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14701/tid=14703] ppid=14700 vsize=868628 CPUtime=0.12
/proc/14701/task/14703/stat : 14703 (java) S 14700 14687 13937 0 -1 64 2718 0 0 0 11 1 0 0 16 0 9 0 22100409 889475072 6838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14701/tid=14704] ppid=14700 vsize=868628 CPUtime=0
/proc/14701/task/14704/stat : 14704 (java) S 14700 14687 13937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22100409 889475072 6838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14701/tid=14705] ppid=14700 vsize=868628 CPUtime=0
/proc/14701/task/14705/stat : 14705 (java) S 14700 14687 13937 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22100409 889475072 6838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14701/tid=14706] ppid=14700 vsize=868628 CPUtime=0
/proc/14701/task/14706/stat : 14706 (java) S 14700 14687 13937 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22100411 889475072 6838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14701/tid=14707] ppid=14700 vsize=868628 CPUtime=0.19
/proc/14701/task/14707/stat : 14707 (java) S 14700 14687 13937 0 -1 64 1502 0 0 0 19 0 0 0 16 0 9 0 22100411 889475072 6838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14701/tid=14708] ppid=14700 vsize=868628 CPUtime=0
/proc/14701/task/14708/stat : 14708 (java) S 14700 14687 13937 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22100411 889475072 6838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14701/tid=14709] ppid=14700 vsize=868628 CPUtime=0
/proc/14701/task/14709/stat : 14709 (java) S 14700 14687 13937 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22100411 889475072 6838 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 890852

[startup+3.10267 s]
/proc/loadavg: 1.91 2.12 2.05 3/92 14709
/proc/meminfo: memFree=1871368/2055920 swapFree=4192812/4192956
[pid=14687] ppid=14685 vsize=16868 CPUtime=0.48
/proc/14687/stat : 14687 (sugar) S 14685 14687 13937 0 -1 4194304 1310 5016 0 1 6 1 37 4 15 0 1 0 22100355 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14687/statm: 4217 1111 409 3 0 796 0
[pid=14700] ppid=14687 vsize=5356 CPUtime=0
/proc/14700/stat : 14700 (sh) S 14687 14687 13937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22100406 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14700/statm: 1339 233 193 169 0 50 0
[pid=14701] ppid=14700 vsize=868740 CPUtime=2.55
/proc/14701/stat : 14701 (java) S 14700 14687 13937 0 -1 0 8177 0 1 0 248 7 0 0 19 0 9 0 22100407 889589760 7185 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14701/statm: 217185 7185 2590 9 0 211662 0
[pid=14701/tid=14702] ppid=14700 vsize=868740 CPUtime=2.05
/proc/14701/task/14702/stat : 14702 (java) R 14700 14687 13937 0 -1 64 2938 0 1 0 202 3 0 0 25 0 9 0 22100408 889589760 7185 996147200 134512640 134550932 4294955936 18446744073709551615 4126994162 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14701/tid=14703] ppid=14700 vsize=868740 CPUtime=0.24
/proc/14701/task/14703/stat : 14703 (java) S 14700 14687 13937 0 -1 64 3014 0 0 0 22 2 0 0 16 0 9 0 22100409 889589760 7185 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=14701/tid=14704] ppid=14700 vsize=868740 CPUtime=0
/proc/14701/task/14704/stat : 14704 (java) S 14700 14687 13937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22100409 889589760 7185 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14701/tid=14705] ppid=14700 vsize=868740 CPUtime=0
/proc/14701/task/14705/stat : 14705 (java) S 14700 14687 13937 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22100409 889589760 7185 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14701/tid=14706] ppid=14700 vsize=868740 CPUtime=0
/proc/14701/task/14706/stat : 14706 (java) S 14700 14687 13937 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22100411 889589760 7185 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14701/tid=14707] ppid=14700 vsize=868740 CPUtime=0.22
/proc/14701/task/14707/stat : 14707 (java) S 14700 14687 13937 0 -1 64 1526 0 0 0 22 0 0 0 16 0 9 0 22100411 889589760 7185 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14701/tid=14708] ppid=14700 vsize=868740 CPUtime=0
/proc/14701/task/14708/stat : 14708 (java) S 14700 14687 13937 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22100411 889589760 7185 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14701/tid=14709] ppid=14700 vsize=868740 CPUtime=0
/proc/14701/task/14709/stat : 14709 (java) S 14700 14687 13937 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22100411 889589760 7185 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 890964

[startup+6.30108 s]
/proc/loadavg: 1.92 2.12 2.05 3/92 14709
/proc/meminfo: memFree=1867080/2055920 swapFree=4192812/4192956
[pid=14687] ppid=14685 vsize=16868 CPUtime=0.48
/proc/14687/stat : 14687 (sugar) S 14685 14687 13937 0 -1 4194304 1310 5016 0 1 6 1 37 4 16 0 1 0 22100355 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14687/statm: 4217 1111 409 3 0 796 0
[pid=14700] ppid=14687 vsize=5356 CPUtime=0
/proc/14700/stat : 14700 (sh) S 14687 14687 13937 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22100406 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14700/statm: 1339 233 193 169 0 50 0
[pid=14701] ppid=14700 vsize=868740 CPUtime=5.73
/proc/14701/stat : 14701 (java) S 14700 14687 13937 0 -1 0 8388 0 1 0 563 10 0 0 19 0 9 0 22100407 889589760 7196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/14701/statm: 217185 7196 2590 9 0 211662 0
[pid=14701/tid=14702] ppid=14700 vsize=868740 CPUtime=5.15
/proc/14701/task/14702/stat : 14702 (java) R 14700 14687 13937 0 -1 64 3138 0 1 0 511 4 0 0 25 0 9 0 22100408 889589760 7196 996147200 134512640 134550932 4294955936 18446744073709551615 4126553388 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14701/tid=14703] ppid=14700 vsize=868740 CPUtime=0.31
/proc/14701/task/14703/stat : 14703 (java) S 14700 14687 13937 0 -1 64 3014 0 0 0 27 4 0 0 16 0 9 0 22100409 889589760 7196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14701/tid=14704] ppid=14700 vsize=868740 CPUtime=0
/proc/14701/task/14704/stat : 14704 (java) S 14700 14687 13937 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22100409 889589760 7196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14701/tid=14705] ppid=14700 vsize=868740 CPUtime=0
/proc/14701/task/14705/stat : 14705 (java) S 14700 14687 13937 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22100409 889589760 7196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14701/tid=14706] ppid=14700 vsize=868740 CPUtime=0
/proc/14701/task/14706/stat : 14706 (java) S 14700 14687 13937 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22100411 889589760 7196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14701/tid=14707] ppid=14700 vsize=868740 CPUtime=0.24
/proc/14701/task/14707/stat : 14707 (java) S 14700 14687 13937 0 -1 64 1537 0 0 0 24 0 0 0 16 0 9 0 22100411 889589760 7196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14701/tid=14708] ppid=14700 vsize=868740 CPUtime=0
/proc/14701/task/14708/stat : 14708 (java) S 14700 14687 13937 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22100411 889589760 7196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=14701/tid=14709] ppid=14700 vsize=868740 CPUtime=0
/proc/14701/task/14709/stat : 14709 (java) S 14700 14687 13937 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22100411 889589760 7196 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 890964

[startup+12.7029 s]
/proc/loadavg: 1.93 2.11 2.05 3/84 14711
/proc/meminfo: memFree=1870728/2055920 swapFree=4192812/4192956
[pid=14687] ppid=14685 vsize=16868 CPUtime=11.27
/proc/14687/stat : 14687 (sugar) S 14685 14687 13937 0 -1 4194304 1376 13917 0 2 6 1 1103 17 15 0 1 0 22100355 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14687/statm: 4217 1113 409 3 0 796 0
[pid=14710] ppid=14687 vsize=5356 CPUtime=0
/proc/14710/stat : 14710 (sh) S 14687 14687 13937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22101495 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14710/statm: 1339 232 193 169 0 50 0
[pid=14711] ppid=14710 vsize=15780 CPUtime=1.29
/proc/14711/stat : 14711 (minisat) R 14710 14687 13937 0 -1 4194304 3777 0 0 0 127 2 0 0 25 0 1 0 22101495 16158720 3763 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/14711/statm: 3945 3763 75 150 0 3792 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 38004

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

[startup+12.8029 s]
/proc/loadavg: 1.93 2.11 2.05 3/84 14711
/proc/meminfo: memFree=1870728/2055920 swapFree=4192812/4192956
[pid=14687] ppid=14685 vsize=16868 CPUtime=11.27
/proc/14687/stat : 14687 (sugar) S 14685 14687 13937 0 -1 4194304 1376 13917 0 2 6 1 1103 17 15 0 1 0 22100355 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14687/statm: 4217 1113 409 3 0 796 0
[pid=14710] ppid=14687 vsize=5356 CPUtime=0
/proc/14710/stat : 14710 (sh) S 14687 14687 13937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22101495 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14710/statm: 1339 232 193 169 0 50 0
[pid=14711] ppid=14710 vsize=15912 CPUtime=1.39
/proc/14711/stat : 14711 (minisat) R 14710 14687 13937 0 -1 4194304 3798 0 0 0 137 2 0 0 25 0 1 0 22101495 16293888 3784 996147200 134512640 135127466 4294956256 18446744073709551615 134530837 0 0 4096 3 0 0 0 17 0 0 0
/proc/14711/statm: 3978 3784 75 150 0 3825 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 38136

[startup+16.0014 s]
/proc/loadavg: 1.93 2.11 2.05 3/84 14711
/proc/meminfo: memFree=1868296/2055920 swapFree=4192812/4192956
[pid=14687] ppid=14685 vsize=16868 CPUtime=11.27
/proc/14687/stat : 14687 (sugar) S 14685 14687 13937 0 -1 4194304 1376 13917 0 2 6 1 1103 17 16 0 1 0 22100355 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14687/statm: 4217 1113 409 3 0 796 0
[pid=14710] ppid=14687 vsize=5356 CPUtime=0
/proc/14710/stat : 14710 (sh) S 14687 14687 13937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22101495 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14710/statm: 1339 232 193 169 0 50 0
[pid=14711] ppid=14710 vsize=18460 CPUtime=4.59
/proc/14711/stat : 14711 (minisat) R 14710 14687 13937 0 -1 4194304 4424 0 0 0 456 3 0 0 25 0 1 0 22101495 18903040 4410 996147200 134512640 135127466 4294956256 18446744073709551615 134527053 0 0 4096 3 0 0 0 17 0 0 0
/proc/14711/statm: 4615 4410 75 150 0 4462 0
Current children cumulated CPU time (s) 15.86
Current children cumulated vsize (KiB) 40684

[startup+17.6016 s]
/proc/loadavg: 1.93 2.11 2.05 3/84 14711
/proc/meminfo: memFree=1866504/2055920 swapFree=4192812/4192956
[pid=14687] ppid=14685 vsize=16868 CPUtime=11.27
/proc/14687/stat : 14687 (sugar) S 14685 14687 13937 0 -1 4194304 1376 13917 0 2 6 1 1103 17 16 0 1 0 22100355 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14687/statm: 4217 1113 409 3 0 796 0
[pid=14710] ppid=14687 vsize=5356 CPUtime=0
/proc/14710/stat : 14710 (sh) S 14687 14687 13937 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22101495 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 269757244228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/14710/statm: 1339 232 193 169 0 50 0
[pid=14711] ppid=14710 vsize=19780 CPUtime=6.19
/proc/14711/stat : 14711 (minisat) R 14710 14687 13937 0 -1 4194304 4748 0 0 0 616 3 0 0 25 0 1 0 22101495 20254720 4734 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/14711/statm: 4945 4734 75 150 0 4792 0
Current children cumulated CPU time (s) 17.46
Current children cumulated vsize (KiB) 42004

[startup+18.4017 s]
/proc/loadavg: 1.93 2.11 2.05 3/84 14711
/proc/meminfo: memFree=1866504/2055920 swapFree=4192812/4192956
[pid=14687] ppid=14685 vsize=16868 CPUtime=18.1
/proc/14687/stat : 14687 (sugar) S 14685 14687 13937 0 -1 4194304 1448 19046 0 2 6 1 1782 21 16 0 1 0 22100355 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 269766144098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14687/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 18.1
Current children cumulated vsize (KiB) 16868

[startup+18.6036 s]
/proc/loadavg: 1.93 2.11 2.05 3/84 14711
/proc/meminfo: memFree=1866504/2055920 swapFree=4192812/4192956
[pid=14687] ppid=14685 vsize=0 CPUtime=18.47
/proc/14687/stat : 14687 (sugar) Z 14685 14687 13937 0 -1 4194316 1539 23104 0 3 6 2 1813 26 15 0 1 0 22100355 0 0 996147200 0 0 0 0 0 0 0 4224 16386 18446744071563351923 0 0 17 1 0 0
/proc/14687/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 18.47
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 18.6037
CPU time (s): 18.4902
CPU user time (s): 18.1982
CPU system time (s): 0.291955
CPU usage (%): 99.3897
Max. virtual memory (cumulated for all children) (KiB): 890964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.1982
system time used= 0.291955
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24643
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= 10027
involuntary context switches= 9955

runsolver used 0.026995 second user time and 0.073988 second system time

The end

Launcher Data

Begin job on node13 at 2009-07-12 00:12:14
IDJOB=2069377
IDBENCH=55034
IDSOLVER=739
FILE ID=node13/2069377-1247350334
PBS_JOBID= 9506834
Free space on /tmp= 66300 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/pseudo/mps/normalized-mps-10teams.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-2069377-1247350334/watcher-2069377-1247350334 -o /tmp/evaluation-result-2069377-1247350334/solver-2069377-1247350334 -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-2069377-1247350334.xml

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

MD5SUM BENCH= a551f9e7199462db918eb24e88fb53ec
RANDOM SEED=1649798531

node13.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.241
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.241
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:       1894848 kB
Buffers:          9152 kB
Cached:          59936 kB
SwapCached:          0 kB
Active:          94324 kB
Inactive:        20784 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1894848 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3136 kB
Writeback:           0 kB
Mapped:          66452 kB
Slab:            30920 kB
Committed_AS:   210072 kB
PageTables:       1992 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= 66296 MiB
End job on node13 at 2009-07-12 00:12:33